diff --git a/packages/addons/service/tinc/changelog.txt b/packages/addons/service/tinc/changelog.txt index 0754e60be8..dc9a1854bf 100644 --- a/packages/addons/service/tinc/changelog.txt +++ b/packages/addons/service/tinc/changelog.txt @@ -1,3 +1,8 @@ +104 +- Update to 1.1pre16 +- Build with ncurses and readline +- Update miniupnpc to 2.1 + 103 - Update to tinc-1.1pre15 - Rework diff --git a/packages/addons/service/tinc/package.mk b/packages/addons/service/tinc/package.mk index 539fba41a2..90e7e606a1 100644 --- a/packages/addons/service/tinc/package.mk +++ b/packages/addons/service/tinc/package.mk @@ -17,15 +17,15 @@ ################################################################################ PKG_NAME="tinc" -PKG_VERSION="1.1pre15" -PKG_SHA256="05745d96463aed584474e9bdaf869865911b169d9bc5199ee5f1b1986ea3d7c7" -PKG_REV="103" +PKG_VERSION="1.1pre16" +PKG_SHA256="14c66389dc68cac61b8719d808ba840a5d756929fd255ba28d91c22464164005" +PKG_REV="104" PKG_ARCH="any" PKG_LICENSE="GPLv2" PKG_SITE="http://www.tinc-vpn.org/" PKG_URL="https://github.com/gsliepen/tinc/archive/release-$PKG_VERSION.tar.gz" PKG_SOURCE_DIR="tinc-release-$PKG_VERSION" -PKG_DEPENDS_TARGET="toolchain lzo miniupnpc openssl zlib" +PKG_DEPENDS_TARGET="toolchain lzo miniupnpc ncurses openssl readline zlib" PKG_SECTION="service/system" PKG_SHORTDESC="tinc: a Virtual Private Network daemon" PKG_LONGDESC="tinc ($PKG_VERSION) is a Virtual Private Network (VPN) daemon that uses tunnelling and encryption to create a secure private network between hosts on the Internet. Because the VPN appears to the IP level network code as a normal network device, there is no need to adapt any existing software. This allows VPN sites to share information with each other over the Internet without exposing any information to others." @@ -37,9 +37,7 @@ PKG_ADDON_NAME="tinc" PKG_ADDON_TYPE="xbmc.service" PKG_MAINTAINER="Anton Voyl (awiouy)" -PKG_CONFIGURE_OPTS_TARGET="--disable-curses \ - --disable-readline \ - --enable-miniupnpc \ +PKG_CONFIGURE_OPTS_TARGET="--enable-miniupnpc \ --sysconfdir=/run" PKG_MAKE_OPTS_TARGET="SUBDIRS=src" PKG_MAKEINSTALL_OPTS_TARGET="SUBDIRS=src"