pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/tinc



Module Name:    pkgsrc
Committed By:   nia
Date:           Sat Jun 12 06:32:02 UTC 2021

Modified Files:
        pkgsrc/net/tinc: Makefile distinfo
Removed Files:
        pkgsrc/net/tinc/patches: patch-aa

Log Message:
tinc: update to 1.0.36

Version 1.0.36               August 26 2019

 * 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.

Thanks to Rosen Penev, Quentin Rameau and Werner Schreiber for their
contributions to this version of tinc.

Version 1.0.35               October 5 2018

 * Prevent oracle attacks (CVE-2018-16737, CVE-2018-16738).
 * Prevent a MITM from forcing a NULL cipher for UDP (CVE-2018-16758).
 * Minor fixes in the documentation.

Thanks to Amine Amri and Rafael Sadowski for their contributions to this
version of tinc.

Version 1.0.34               June 12 2018

 * Fix a potential segmentation fault when connecting to an IPv6 peer via a
   proxy.
 * Minor improvements to the build system.
 * Make the systemd service file identical to the one from the 1.1 branch.
 * Fix a potential problem causing IPv4 sockets to not work on macOS.

Thanks to Maximilian Stein and Wang Liu Shuai for their contributions to this
version of tinc.

Version 1.0.33               November 4 2017

 * Allow compilation from a build directory.
 * Source code cleanups.
 * Fix some options specified on the command line not surviving a HUP signal.
 * Handle tun/tap device returning EPERM or EBUSY.
 * Disable PMTUDiscovery when TCPOnly is used.
 * Support the --runstatedir option of the autoconf 2.70.

Thanks to Rafael Sadowski and Pierre-Olivier Mercier for their contributions to
this version of tinc.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/tinc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/tinc/distinfo
cvs rdiff -u -r1.7 -r0 pkgsrc/net/tinc/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/tinc/Makefile
diff -u pkgsrc/net/tinc/Makefile:1.32 pkgsrc/net/tinc/Makefile:1.33
--- pkgsrc/net/tinc/Makefile:1.32       Fri May  1 23:17:34 2020
+++ pkgsrc/net/tinc/Makefile    Sat Jun 12 06:32:02 2021
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.32 2020/05/01 23:17:34 rillig Exp $
+# $NetBSD: Makefile,v 1.33 2021/06/12 06:32:02 nia Exp $
 
-DISTNAME=      tinc-1.0.32
-PKGREVISION=   2
+DISTNAME=      tinc-1.0.36
 CATEGORIES=    net
-MASTER_SITES=  http://www.tinc-vpn.org/packages/
+MASTER_SITES=  https://www.tinc-vpn.org/packages/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://www.tinc-vpn.org/

Index: pkgsrc/net/tinc/distinfo
diff -u pkgsrc/net/tinc/distinfo:1.14 pkgsrc/net/tinc/distinfo:1.15
--- pkgsrc/net/tinc/distinfo:1.14       Fri Sep  8 13:53:25 2017
+++ pkgsrc/net/tinc/distinfo    Sat Jun 12 06:32:02 2021
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/09/08 13:53:25 jperkin Exp $
+$NetBSD: distinfo,v 1.15 2021/06/12 06:32:02 nia Exp $
 
-SHA1 (tinc-1.0.32.tar.gz) = 33df65ad5a4db04d46e728675f1b35fe957dfad1
-RMD160 (tinc-1.0.32.tar.gz) = b6f8e0d11c206511e4f277409a59cf6df81559fa
-SHA512 (tinc-1.0.32.tar.gz) = 1533305a062782ec788bcb59f4cbfac76ed401ccfe57b5cbd9a3fd9b76a238dbd0f612071c24b157fec4dfc409c79b1b4fbf6e176510b321dcdd79174632028c
-Size (tinc-1.0.32.tar.gz) = 496221 bytes
-SHA1 (patch-aa) = 78f5bb7170c6db79fcdd50a824412e4f249aab37
+SHA1 (tinc-1.0.36.tar.gz) = 0235da77bf0880b6727b03155f953c7257da2863
+RMD160 (tinc-1.0.36.tar.gz) = 02a6618451e3c5290d4257046a4ed9f261e725e2
+SHA512 (tinc-1.0.36.tar.gz) = 23af9162f7ae700bad01e1f59f23f32d1b183b185ec35f4a69a987c52c53cfebfa9e852203b399f035988078e9131e5d59b018554a52a30044f34df6e64b5289
+Size (tinc-1.0.36.tar.gz) = 500320 bytes



Home | Main Index | Thread Index | Old Index