From 9b55d0e858764c9677a9b89140d4f4e38aca2a7f Mon Sep 17 00:00:00 2001 From: awiouy Date: Tue, 15 Aug 2017 17:44:18 +0200 Subject: [PATCH 1/3] libite: remove package --- .../addon-depends/inadyn/libite/package.mk | 28 ------------------- 1 file changed, 28 deletions(-) delete mode 100644 packages/addons/addon-depends/inadyn/libite/package.mk diff --git a/packages/addons/addon-depends/inadyn/libite/package.mk b/packages/addons/addon-depends/inadyn/libite/package.mk deleted file mode 100644 index d9da5bee18..0000000000 --- a/packages/addons/addon-depends/inadyn/libite/package.mk +++ /dev/null @@ -1,28 +0,0 @@ -################################################################################ -# This file is part of LibreELEC - https://libreelec.tv -# Copyright (C) 2016-2017 Team LibreELEC -# -# LibreELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# LibreELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with LibreELEC. If not, see . -################################################################################ - -PKG_NAME="libite" -PKG_VERSION="1.8.3" -PKG_LICENSE="MIT" -PKG_SITE="https://github.com/troglobit/libite" -PKG_URL="https://github.com/troglobit/libite/archive/v$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" -PKG_LONGDESC="That missing frog DNA you've been looking for" -PKG_AUTORECONF="yes" - -PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared" From 0625e3f705b8e6753d503d100ea3cf64d82c2b87 Mon Sep 17 00:00:00 2001 From: awiouy Date: Tue, 15 Aug 2017 17:44:52 +0200 Subject: [PATCH 2/3] libconfuse: update to 3.2 --- packages/addons/addon-depends/inadyn/libconfuse/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/addons/addon-depends/inadyn/libconfuse/package.mk b/packages/addons/addon-depends/inadyn/libconfuse/package.mk index cdc78ae883..142814898e 100644 --- a/packages/addons/addon-depends/inadyn/libconfuse/package.mk +++ b/packages/addons/addon-depends/inadyn/libconfuse/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="libconfuse" -PKG_VERSION="3.0" +PKG_VERSION="3.2" PKG_LICENSE="https://github.com/martinh/libconfuse/blob/master/LICENSE" PKG_SITE="https://github.com/martinh/libconfuse" PKG_URL="https://github.com/martinh/libconfuse/archive/v$PKG_VERSION.tar.gz" From 32ca479021241608457589f7f8f437ba60504c32 Mon Sep 17 00:00:00 2001 From: awiouy Date: Tue, 15 Aug 2017 17:45:22 +0200 Subject: [PATCH 3/3] inadyn: update to 2.2 --- packages/addons/service/inadyn/changelog.txt | 7 +++++-- packages/addons/service/inadyn/package.mk | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/packages/addons/service/inadyn/changelog.txt b/packages/addons/service/inadyn/changelog.txt index ce38abd821..df3e1171ea 100644 --- a/packages/addons/service/inadyn/changelog.txt +++ b/packages/addons/service/inadyn/changelog.txt @@ -1,8 +1,11 @@ +103 +- Update to 2.2 + 102 -- Upgrade to 2.1 +- Update to 2.1 101 -- Upgrade to 2.0 +- Update to 2.0 100 - Initial addon diff --git a/packages/addons/service/inadyn/package.mk b/packages/addons/service/inadyn/package.mk index 1aa693af9e..ff8e6046a6 100644 --- a/packages/addons/service/inadyn/package.mk +++ b/packages/addons/service/inadyn/package.mk @@ -17,13 +17,13 @@ ################################################################################ PKG_NAME="inadyn" -PKG_VERSION="2.1" -PKG_REV="102" +PKG_VERSION="2.2" +PKG_REV="103" PKG_ARCH="any" PKG_LICENSE="GPLv2" PKG_SITE="http://troglobit.com/inadyn.html" PKG_URL="https://github.com/troglobit/inadyn/archive/v$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain libconfuse libite libressl" +PKG_DEPENDS_TARGET="toolchain libconfuse libressl" PKG_SECTION="service/system" PKG_SHORTDESC="Inadyn: a small and simple Dynamic Domain Name System client" PKG_LONGDESC="Inadyn ($PKG_VERSION) is a small and simple Dynamic Domain Name System (DDNS) client with HTTPS support. It is commonly available in many GNU/Linux distributions, used in off-the-shelf routers and Internet gateways to automate the task of keeping your DNS record up to date with any IP address changes from your ISP. It can also be used in installations with redundant (backup) connections to the Internet."