Version 1.0.32 released:

Fix segmentation fault when using Cipher = none.
Fix Proxy = exec.
Support PriorityInheritance for IPv6 packets.
Fixes for Solaris tun/tap support.
Bind outgoing TCP sockets when ListenAddress is used.

Comments? Ok? Tests are welcome!

Best regards,

Rafael Sadowski

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tinc/Makefile,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 Makefile
--- Makefile    27 Feb 2017 14:08:16 -0000      1.3
+++ Makefile    16 Sep 2017 08:04:56 -0000
@@ -1,12 +1,12 @@
 # $OpenBSD: Makefile,v 1.3 2017/02/27 14:08:16 benoit Exp $
 
 COMMENT =              Virtual Private Network (VPN) daemon
-DISTNAME =             tinc-1.0.31
+DISTNAME =             tinc-1.0.32
 CATEGORIES =           net security
 
 HOMEPAGE =             https://www.tinc-vpn.org/
 
-MAINTAINER =           Rafael Sadowski <raf...@sizeofvoid.org>
+MAINTAINER =           Rafael Sadowski <rsadow...@openbsd.org>
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tinc/distinfo,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 distinfo
--- distinfo    27 Feb 2017 14:08:16 -0000      1.3
+++ distinfo    16 Sep 2017 08:04:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (tinc-1.0.31.tar.gz) = 08vILm4Hl1oszAs2nQfjD8MyTnHiQNyoeBzppPYpUZs=
-SIZE (tinc-1.0.31.tar.gz) = 494877
+SHA256 (tinc-1.0.32.tar.gz) = TbJP6v+NtLu37bekuPX47cObJutf7MyZ6OZ6aWDAVYc=
+SIZE (tinc-1.0.32.tar.gz) = 496221
Index: patches/patch-doc_tinc_texi
===================================================================
RCS file: /cvs/ports/net/tinc/patches/patch-doc_tinc_texi,v
retrieving revision 1.3
diff -u -p -u -p -r1.3 patch-doc_tinc_texi
--- patches/patch-doc_tinc_texi 27 Feb 2017 14:08:16 -0000      1.3
+++ patches/patch-doc_tinc_texi 16 Sep 2017 08:04:56 -0000
@@ -1,7 +1,8 @@
 $OpenBSD: patch-doc_tinc_texi,v 1.3 2017/02/27 14:08:16 benoit Exp $
---- doc/tinc.texi.orig Sat Oct 29 15:23:48 2016
-+++ doc/tinc.texi      Mon Feb 27 14:47:22 2017
-@@ -2071,7 +2071,7 @@
+Index: doc/tinc.texi
+--- doc/tinc.texi.orig
++++ doc/tinc.texi
+@@ -2071,7 +2071,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:
@@ -10,7 +11,7 @@ $OpenBSD: patch-doc_tinc_texi,v 1.3 2017
  
  
  @c ==================================================================
-@@ -2498,8 +2498,6 @@
+@@ -2498,8 +2498,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}

Reply via email to