Monday, September 02, 2019

tinc: update to 1.0.36

- Fix compiling tinc with certain versions of the OpenSSL library.
- Fix parsing some IPv6 addresses with :: in them.
- Fix GraphDumpFile output to handle node names starting with a digit.
- Fix a potential segmentation fault when fragmenting packets.

Keeps working for me on amd64 doing a dual-stack mesh VPN, altough I
never experienced any of the above mentioned issues.

OK?



Index: Makefile
===================================================================
RCS file: /cvs/ports/net/tinc/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile 12 Jul 2019 20:48:50 -0000 1.12
+++ Makefile 2 Sep 2019 20:16:14 -0000
@@ -1,7 +1,7 @@
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:48:50 sthen Exp $

COMMENT = Virtual Private Network (VPN) daemon
-DISTNAME = tinc-1.0.35
+DISTNAME = tinc-1.0.36
CATEGORIES = net security
EPOCH = 0

@@ -18,7 +18,7 @@ MASTER_SITES = https://www.tinc-vpn.org

LIB_DEPENDS += archivers/lzo2

-CONFIGURE_STYLE = gnu
+CONFIGURE_STYLE = gnu

CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/tinc/distinfo,v
retrieving revision 1.9
diff -u -p -r1.9 distinfo
--- distinfo 9 Oct 2018 20:32:45 -0000 1.9
+++ distinfo 2 Sep 2019 20:07:11 -0000
@@ -1,2 +1,2 @@
-SHA256 (tinc-1.0.35.tar.gz) = GMg7FHzD4hM6esJUPusBTVIHDeAcdHQofTzOzJsWiV4=
-SIZE (tinc-1.0.35.tar.gz) = 499277
+SHA256 (tinc-1.0.36.tar.gz) = QPc7s/rMSA7/4OdxRCpwb/BIjt6npfJQXUzLKqgWMQg=
+SIZE (tinc-1.0.36.tar.gz) = 500320

No comments:

Post a Comment