From: Saverio Proto Date: Thu, 22 Mar 2012 18:07:09 +0000 (+0000) Subject: [packages] version bump of tinc to 1.0.17 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=57da87e58e4a1bbf3695fdd27135d106ec798139 [packages] version bump of tinc to 1.0.17 * The DeviceType option can now be used to select dummy, raw socket, UML and VDE devices without needing to recompile tinc. * Allow multiple BindToAddress statements. * Decrement TTL value of IPv4 and IPv6 packets. * Add LocalDiscovery option allowing tinc to detect peers that are behind the same NAT. * Accept Subnets passed with the -o option when StrictSubnets = yes. * Disabling old RSA keys when generating new ones now also works properly on Windows. SVN-Revision: 31055 --- diff --git a/net/tinc/Makefile b/net/tinc/Makefile index b2b6c47a16..a6e33f2489 100644 --- a/net/tinc/Makefile +++ b/net/tinc/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tinc -PKG_VERSION:=1.0.16 -PKG_RELEASE:=4 +PKG_VERSION:=1.0.17 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages -PKG_MD5SUM:=f1c7ed94878725fb2cf4efb02bf160da +PKG_MD5SUM:=cd9e94e472584f9fe96cd86b42345afe PKG_INSTALL:=1