Merge pull request #2774 from awiouy/90-tinc-16

tinc: update to 1.1pre16
This commit is contained in:
Christian Hewitt 2018-06-14 16:58:50 +04:00 committed by GitHub
commit 6bdd2dd186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 9 deletions

View File

@ -17,8 +17,8 @@
################################################################################
PKG_NAME="miniupnpc"
PKG_VERSION="2.0.20180222"
PKG_SHA256="587944686469d09f739744b3aed70c7ce753a79c40d6f1227f68a3e962665b75"
PKG_VERSION="2.1"
PKG_SHA256="e19fb5e01ea5a707e2a8cb96f537fbd9f3a913d53d804a3265e3aeab3d2064c6"
PKG_ARCH="any"
PKG_LICENSE="BSD"
PKG_SITE="http://miniupnp.free.fr"

View File

@ -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

View File

@ -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"