[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
This commit is contained in:
parent
8ffd268207
commit
ebc4f1d621
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user