Update to tinc-1.0.28

from Rafael Sadowski (maintainer)
This commit is contained in:
jca 2016-05-27 11:49:04 +00:00
parent 61f77da164
commit 8a3e788fb3
3 changed files with 11 additions and 11 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/03 20:07:47 sthen Exp $
# $OpenBSD: Makefile,v 1.2 2016/05/27 11:49:04 jca Exp $
COMMENT = Virtual Private Network (VPN) daemon
DISTNAME = tinc-1.0.26
DISTNAME = tinc-1.0.28
CATEGORIES = net security
HOMEPAGE = http://www.tinc-vpn.org/
HOMEPAGE = https://www.tinc-vpn.org/
MAINTAINER = Rafael Sadowski <rafael@sizeofvoid.org>
@ -13,7 +13,7 @@ PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c crypto lzo2 z
MASTER_SITES = http://www.tinc-vpn.org/packages/
MASTER_SITES = https://www.tinc-vpn.org/packages/
LIB_DEPENDS += archivers/lzo2

View File

@ -1,2 +1,2 @@
SHA256 (tinc-1.0.26.tar.gz) = K0MZ3bO9KGfnJTKiM/ZApYwvTYPxCIGDrlRLJoZGuiE=
SIZE (tinc-1.0.26.tar.gz) = 473681
SHA256 (tinc-1.0.28.tar.gz) = C1AmmTYPCc4hKKOc8Cq8oHv8aZ/ALOgps6kM9eHos0Q=
SIZE (tinc-1.0.28.tar.gz) = 488837

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-doc_tinc_texi,v 1.1.1.1 2015/11/03 20:07:47 sthen Exp $
--- doc/tinc.texi.orig Mon Nov 2 21:03:47 2015
+++ doc/tinc.texi Mon Nov 2 21:05:57 2015
$OpenBSD: patch-doc_tinc_texi,v 1.2 2016/05/27 11:49:04 jca Exp $
--- doc/tinc.texi.orig Sun Apr 10 00:03:55 2016
+++ doc/tinc.texi Mon May 23 18:13:04 2016
@@ -268,12 +268,7 @@ The tap driver can be loaded with @code{kldload if_tap
@node Configuration of OpenBSD kernels
@subsection Configuration of OpenBSD kernels
@ -15,7 +15,7 @@ $OpenBSD: patch-doc_tinc_texi,v 1.1.1.1 2015/11/03 20:07:47 sthen Exp $
@c ==================================================================
@@ -2054,7 +2049,7 @@ In switch or hub modes ARP does work so the sender alr
@@ -2075,7 +2070,7 @@ In switch or hub modes ARP does work so the sender alr
In those modes every interface should have a unique MAC address, so make sure they are not the same.
Because switch and hub modes rely on MAC addresses to function correctly,
these modes cannot be used on the following operating systems which don't have a `tap' style virtual network device:
@ -24,7 +24,7 @@ $OpenBSD: patch-doc_tinc_texi,v 1.1.1.1 2015/11/03 20:07:47 sthen Exp $
@c ==================================================================
@@ -2481,8 +2476,6 @@ For IPv6 addresses:
@@ -2502,8 +2497,6 @@ For IPv6 addresses:
On some platforms, when running tinc in switch mode, the VPN interface must be set to tap mode with an ifconfig command:
@multitable {Darwin (Mac OS X)} {ifconfig route add -bla network address netmask netmask prefixlength interface}