tinc: version bump 1.0.26
authorSaverio Proto <redacted>
Mon, 6 Jul 2015 18:24:59 +0000 (20:24 +0200)
committerSaverio Proto <redacted>
Mon, 6 Jul 2015 18:26:54 +0000 (20:26 +0200)
Signed-off-by: Saverio Proto <redacted>
net/tinc/Makefile
net/tinc/patches/100-musl-compat.patch [deleted file]

index 1facb1e137ccf56b53d0f9e18488a53f11b3abd3..c7d40283c2d5df77b57aeef5306f28bdf8b42344 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=tinc
-PKG_VERSION:=1.0.25
-PKG_RELEASE:=2
+PKG_VERSION:=1.0.26
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
-PKG_MD5SUM:=0b91b693f7cf76f481b547d0c86f9578
+PKG_MD5SUM:=a8c168227fa42cbfcd4983247bf609ca
 
 PKG_INSTALL:=1
 
diff --git a/net/tinc/patches/100-musl-compat.patch b/net/tinc/patches/100-musl-compat.patch
deleted file mode 100644 (file)
index e0910b1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/have.h
-+++ b/src/have.h
-@@ -196,4 +196,8 @@
- #include <netinet/if_ether.h>
- #endif
-+#ifdef HAVE_LINUX_IF_TUN_H
-+#include <linux/if_tun.h>
-+#endif
-+
- #endif /* __TINC_SYSTEM_H__ */
git clone https://git.99rst.org/PROJECT