Date: Sat, 28 Apr 2018 16:36:35 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r468553 - in branches/2018Q2: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha Message-ID: <201804281636.w3SGaZlx034629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Sat Apr 28 16:36:35 2018 New Revision: 468553 URL: https://svnweb.freebsd.org/changeset/ports/468553 Log: MFH: r468134 Update security/mbedtls to 2.8.0 and bump dependent ports. Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Approved by: ports-secteam (riggs) Modified: branches/2018Q2/emulators/dolphin-emu/Makefile branches/2018Q2/lang/neko/Makefile branches/2018Q2/net/bctoolbox/Makefile branches/2018Q2/net/shadowsocks-libev/Makefile branches/2018Q2/security/mbedtls/Makefile branches/2018Q2/security/mbedtls/distinfo branches/2018Q2/security/mbedtls/pkg-plist branches/2018Q2/security/openvpn-devel/Makefile branches/2018Q2/security/openvpn/Makefile branches/2018Q2/www/hiawatha/Makefile Directory Properties: branches/2018Q2/ (props changed) Modified: branches/2018Q2/emulators/dolphin-emu/Makefile ============================================================================== --- branches/2018Q2/emulators/dolphin-emu/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/emulators/dolphin-emu/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: branches/2018Q2/lang/neko/Makefile ============================================================================== --- branches/2018Q2/lang/neko/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/lang/neko/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: branches/2018Q2/net/bctoolbox/Makefile ============================================================================== --- branches/2018Q2/net/bctoolbox/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/net/bctoolbox/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: branches/2018Q2/net/shadowsocks-libev/Makefile ============================================================================== --- branches/2018Q2/net/shadowsocks-libev/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/net/shadowsocks-libev/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -4,7 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org Modified: branches/2018Q2/security/mbedtls/Makefile ============================================================================== --- branches/2018Q2/security/mbedtls/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: branches/2018Q2/security/mbedtls/distinfo ============================================================================== --- branches/2018Q2/security/mbedtls/distinfo Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/distinfo Sat Apr 28 16:36:35 2018 (r468553) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520855936 -SHA256 (ARMmbed-mbedtls-mbedtls-2.7.1_GH0.tar.gz) = f7e960626ada42677d8b0b6f0ddd1961edf589938eb7965887a362d2640fb543 -SIZE (ARMmbed-mbedtls-mbedtls-2.7.1_GH0.tar.gz) = 2040225 +TIMESTAMP = 1524509045 +SHA256 (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = c544d5a6ea6cf629a3c2d0653b1e8f3ab0491a852b84d9478403c6a3fb699fe4 +SIZE (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = 2132562 Modified: branches/2018Q2/security/mbedtls/pkg-plist ============================================================================== --- branches/2018Q2/security/mbedtls/pkg-plist Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/mbedtls/pkg-plist Sat Apr 28 16:36:35 2018 (r468553) @@ -118,7 +118,7 @@ include/mbedtls/x509_csr.h include/mbedtls/xtea.h lib/libmbedcrypto.a lib/libmbedcrypto.so -lib/libmbedcrypto.so.2 +lib/libmbedcrypto.so.1 lib/libmbedtls.a lib/libmbedtls.so lib/libmbedtls.so.10 Modified: branches/2018Q2/security/openvpn-devel/Makefile ============================================================================== --- branches/2018Q2/security/openvpn-devel/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/openvpn-devel/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201811 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://secure-computing.net/files/openvpn/ \ ftp://ftp2.secure-computing.net/pub/FreeBSD/openvpn-devel/ Modified: branches/2018Q2/security/openvpn/Makefile ============================================================================== --- branches/2018Q2/security/openvpn/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/security/openvpn/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.4.5 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ https://build.openvpn.net/downloads/releases/ Modified: branches/2018Q2/www/hiawatha/Makefile ============================================================================== --- branches/2018Q2/www/hiawatha/Makefile Sat Apr 28 16:34:32 2018 (r468552) +++ branches/2018Q2/www/hiawatha/Makefile Sat Apr 28 16:36:35 2018 (r468553) @@ -3,7 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804281636.w3SGaZlx034629>