[packages] version bump of tinc to 1.0.17
authorzioproto <zioproto@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Mar 2012 18:07:09 +0000 (18:07 +0000)
committerzioproto <zioproto@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 22 Mar 2012 18:07:09 +0000 (18:07 +0000)
 * 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.

git-svn-id: svn://svn.openwrt.org/openwrt/packages@31055 3c298f89-4303-0410-b956-a3cf2f4a3e73

net/tinc/Makefile

index b2b6c47..a6e33f2 100644 (file)
@@ -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