Date: Mon, 23 Apr 2018 19:26:32 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468134 - in head: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha Message-ID: <201804231926.w3NJQWIA073735@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Mon Apr 23 19:26:32 2018 New Revision: 468134 URL: https://svnweb.freebsd.org/changeset/ports/468134 Log: Update security/mbedtls to 2.8.0 and bump dependent ports. MFH: 2018Q2 Security: https://tls.mbed.org/tech-updates/releases/mbedtls-2.8.0-2.7.2-and-2.1.11-released Modified: head/emulators/dolphin-emu/Makefile head/lang/neko/Makefile head/net/bctoolbox/Makefile head/net/shadowsocks-libev/Makefile head/security/mbedtls/Makefile head/security/mbedtls/distinfo head/security/mbedtls/pkg-plist head/security/openvpn-devel/Makefile head/security/openvpn/Makefile head/www/hiawatha/Makefile Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/emulators/dolphin-emu/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/lang/neko/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: head/net/bctoolbox/Makefile ============================================================================== --- head/net/bctoolbox/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/net/bctoolbox/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/net/shadowsocks-libev/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -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: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/security/mbedtls/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.7.1 +PORTVERSION= 2.8.0 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Mon Apr 23 19:23:17 2018 (r468133) +++ head/security/mbedtls/distinfo Mon Apr 23 19:26:32 2018 (r468134) @@ -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: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Mon Apr 23 19:23:17 2018 (r468133) +++ head/security/mbedtls/pkg-plist Mon Apr 23 19:26:32 2018 (r468134) @@ -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: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/security/openvpn-devel/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -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: head/security/openvpn/Makefile ============================================================================== --- head/security/openvpn/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/security/openvpn/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -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: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Mon Apr 23 19:23:17 2018 (r468133) +++ head/www/hiawatha/Makefile Mon Apr 23 19:26:32 2018 (r468134) @@ -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?201804231926.w3NJQWIA073735>