mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
tinc: version bump 1.0.26
Signed-off-by: Saverio Proto <zioproto@gmail.com>
This commit is contained in:
+3
-3
@@ -8,12 +8,12 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=tinc
|
PKG_NAME:=tinc
|
||||||
PKG_VERSION:=1.0.25
|
PKG_VERSION:=1.0.26
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
|
PKG_SOURCE_URL:=http://www.tinc-vpn.org/packages
|
||||||
PKG_MD5SUM:=0b91b693f7cf76f481b547d0c86f9578
|
PKG_MD5SUM:=a8c168227fa42cbfcd4983247bf609ca
|
||||||
|
|
||||||
PKG_INSTALL:=1
|
PKG_INSTALL:=1
|
||||||
|
|
||||||
|
|||||||
@@ -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__ */
|
|
||||||
Reference in New Issue
Block a user