From ebc4f1d621ad7b34b41df419b8698abb6b606545 Mon Sep 17 00:00:00 2001 From: zioproto Date: Thu, 22 Mar 2012 18:07:09 +0000 Subject: [PATCH] [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. git-svn-id: svn://svn.openwrt.org/openwrt/packages@31055 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tinc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/tinc/Makefile b/net/tinc/Makefile index b2b6c47a1..a6e33f248 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 -- 2.11.0