From owner-svn-ports-all@freebsd.org Sat Apr 28 16:36:37 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 603BBFB4069; Sat, 28 Apr 2018 16:36:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 105F868C15; Sat, 28 Apr 2018 16:36:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 06F0418305; Sat, 28 Apr 2018 16:36:37 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w3SGaafo034639; Sat, 28 Apr 2018 16:36:36 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w3SGaZlx034629; Sat, 28 Apr 2018 16:36:35 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201804281636.w3SGaZlx034629@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 28 Apr 2018 16:36:35 +0000 (UTC) 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 X-SVN-Group: ports-branches X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in branches/2018Q2: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel www/hiawatha X-SVN-Commit-Revision: 468553 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Apr 2018 16:36:37 -0000 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/