Browse Source

tinc: version bump 1.0.26

Signed-off-by: Saverio Proto <zioproto@gmail.com>
Saverio Proto 9 years ago
parent
commit
cf5f2586b0
2 changed files with 3 additions and 14 deletions
  1. 3
    3
      net/tinc/Makefile
  2. 0
    11
      net/tinc/patches/100-musl-compat.patch

+ 3
- 3
net/tinc/Makefile View File

8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=tinc
10
 PKG_NAME:=tinc
11
-PKG_VERSION:=1.0.25
12
-PKG_RELEASE:=2
11
+PKG_VERSION:=1.0.26
12
+PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
14
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
15
 PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
16
-PKG_MD5SUM:=0b91b693f7cf76f481b547d0c86f9578
16
+PKG_MD5SUM:=a8c168227fa42cbfcd4983247bf609ca
17
 
17
 
18
 PKG_INSTALL:=1
18
 PKG_INSTALL:=1
19
 
19
 

+ 0
- 11
net/tinc/patches/100-musl-compat.patch View File

1
---- a/src/have.h
2
-+++ b/src/have.h
3
-@@ -196,4 +196,8 @@
4
- #include <netinet/if_ether.h>
5
- #endif
6
- 
7
-+#ifdef HAVE_LINUX_IF_TUN_H
8
-+#include <linux/if_tun.h>
9
-+#endif
10
-+
11
- #endif /* __TINC_SYSTEM_H__ */