Date: Sat, 21 Jan 2017 17:40:58 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432067 - in head: . security/tinc Message-ID: <201701211740.v0LHew4G048478@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Sat Jan 21 17:40:57 2017 New Revision: 432067 URL: https://svnweb.freebsd.org/changeset/ports/432067 Log: - update tinc to 1.0.31 Modified: head/UPDATING head/security/tinc/Makefile head/security/tinc/distinfo Modified: head/UPDATING ============================================================================== --- head/UPDATING Sat Jan 21 17:40:07 2017 (r432066) +++ head/UPDATING Sat Jan 21 17:40:57 2017 (r432067) @@ -5,6 +5,15 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20170121: + AFFECTS: users of security/tinc + AUTHOR: dinoex@FreeBSD.org + + this version of tinc requires all nodes in the VPN to be linked with a + version of OpenSSL or LibreSSL that supports the AES256 and SHA256 + algorithms. + + 20170120: AFFECTS: users of databases/mysql56-server AUTHOR: feld@FreeBSD.org Modified: head/security/tinc/Makefile ============================================================================== --- head/security/tinc/Makefile Sat Jan 21 17:40:07 2017 (r432066) +++ head/security/tinc/Makefile Sat Jan 21 17:40:57 2017 (r432067) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tinc -PORTVERSION= 1.0.29 +PORTVERSION= 1.0.31 CATEGORIES= security MASTER_SITES= https://www.tinc-vpn.org/packages/ \ http://www.tinc-vpn.org/packages/ Modified: head/security/tinc/distinfo ============================================================================== --- head/security/tinc/distinfo Sat Jan 21 17:40:07 2017 (r432066) +++ head/security/tinc/distinfo Sat Jan 21 17:40:57 2017 (r432067) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476115450 -SHA256 (tinc-1.0.29.tar.gz) = 0357017c6ffbbe1b2088c28fa684d2b119afa1086f363c503d06e8f6faa72a78 -SIZE (tinc-1.0.29.tar.gz) = 493335 +TIMESTAMP = 1485020203 +SHA256 (tinc-1.0.31.tar.gz) = d3cbc82e6e07975a2ccc0b369d07e30fc3324e71e240dca8781ce9a4f629519b +SIZE (tinc-1.0.31.tar.gz) = 494877
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701211740.v0LHew4G048478>