Date: Thu, 7 Jun 2018 12:16:47 +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: r471909 - in head: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha Message-ID: <201806071216.w57CGlQS095002@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Thu Jun 7 12:16:47 2018 New Revision: 471909 URL: https://svnweb.freebsd.org/changeset/ports/471909 Log: Update security/mbedtls to 2.9.0 and bump dependent ports. 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 Thu Jun 7 11:15:45 2018 (r471908) +++ head/emulators/dolphin-emu/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/lang/neko/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: head/net/bctoolbox/Makefile ============================================================================== --- head/net/bctoolbox/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/net/bctoolbox/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/net/shadowsocks-libev/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -4,7 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/security/mbedtls/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 DISTVERSIONPREFIX=${PORTNAME}- CATEGORIES= security devel @@ -31,7 +31,8 @@ post-patch: @${REINPLACE_CMD} 's/-fpic//' ${WRKSRC}/library/Makefile post-install: - ${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/lib -type f | \ - ${XARGS} ${STRIP_CMD} + ${FIND} ${STAGEDIR}${PREFIX}/bin -type f -not -name \ + mbedtls_udp_proxy_wrapper.sh -exec ${STRIP_CMD} {} + + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so .include <bsd.port.mk> Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Thu Jun 7 11:15:45 2018 (r471908) +++ head/security/mbedtls/distinfo Thu Jun 7 12:16:47 2018 (r471909) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524509045 -SHA256 (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = c544d5a6ea6cf629a3c2d0653b1e8f3ab0491a852b84d9478403c6a3fb699fe4 -SIZE (ARMmbed-mbedtls-mbedtls-2.8.0_GH0.tar.gz) = 2132562 +TIMESTAMP = 1528372776 +SHA256 (ARMmbed-mbedtls-mbedtls-2.9.0_GH0.tar.gz) = 1972a98a25486a5d174ac97706a468355a007842e0b3ad72305c53d38ea8f6d3 +SIZE (ARMmbed-mbedtls-mbedtls-2.9.0_GH0.tar.gz) = 2163543 Modified: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Thu Jun 7 11:15:45 2018 (r471908) +++ head/security/mbedtls/pkg-plist Thu Jun 7 12:16:47 2018 (r471909) @@ -45,6 +45,7 @@ bin/mbedtls_ssl_server bin/mbedtls_ssl_server2 bin/mbedtls_strerror bin/mbedtls_udp_proxy +bin/mbedtls_udp_proxy_wrapper.sh include/mbedtls/aes.h include/mbedtls/aesni.h include/mbedtls/arc4.h @@ -118,7 +119,7 @@ include/mbedtls/x509_csr.h include/mbedtls/xtea.h lib/libmbedcrypto.a lib/libmbedcrypto.so -lib/libmbedcrypto.so.1 +lib/libmbedcrypto.so.2 lib/libmbedtls.a lib/libmbedtls.so lib/libmbedtls.so.10 Modified: head/security/openvpn-devel/Makefile ============================================================================== --- head/security/openvpn-devel/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/security/openvpn-devel/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,6 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201821 +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 Thu Jun 7 11:15:45 2018 (r471908) +++ head/security/openvpn/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.4.6 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.org/community/releases/ \ https://build.openvpn.net/downloads/releases/ Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Thu Jun 7 11:15:45 2018 (r471908) +++ head/www/hiawatha/Makefile Thu Jun 7 12:16:47 2018 (r471909) @@ -3,7 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.7 -PORTREVISION= 3 +PORTREVISION= 4 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?201806071216.w57CGlQS095002>