From owner-svn-ports-head@freebsd.org Sat Mar 10 18:49:06 2018 Return-Path: Delivered-To: svn-ports-head@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 05E4AF291FE; Sat, 10 Mar 2018 18:49:06 +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 AB6CC7F555; Sat, 10 Mar 2018 18:49:05 +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 A237511AD2; Sat, 10 Mar 2018 18:49:05 +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 w2AIn5O8094059; Sat, 10 Mar 2018 18:49:05 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2AIn4tM094047; Sat, 10 Mar 2018 18:49:04 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201803101849.w2AIn4tM094047@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Sat, 10 Mar 2018 18:49:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464085 - in head: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel security/polarssl13 www/hiawatha X-SVN-Group: ports-head X-SVN-Commit-Author: tijl X-SVN-Commit-Paths: in head: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel security/polarssl13 www/hiawatha X-SVN-Commit-Revision: 464085 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Mar 2018 18:49:06 -0000 Author: tijl Date: Sat Mar 10 18:49:04 2018 New Revision: 464085 URL: https://svnweb.freebsd.org/changeset/ports/464085 Log: - Update security/polarssl13 to 1.3.22. - Update security/mbedtls to 2.7.0 and bump dependent ports. MFH: 2018Q1 Security: https://tls.mbed.org/tech-updates/security-advisories/mbedtls-security-advisory-2018-01 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/security/polarssl13/Makefile head/security/polarssl13/distinfo head/www/hiawatha/Makefile Modified: head/emulators/dolphin-emu/Makefile ============================================================================== --- head/emulators/dolphin-emu/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/emulators/dolphin-emu/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,7 +3,7 @@ PORTNAME= dolphin-emu PORTVERSION= 5.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= emulators MAINTAINER= martymac@FreeBSD.org Modified: head/lang/neko/Makefile ============================================================================== --- head/lang/neko/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/lang/neko/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,7 +3,7 @@ PORTNAME= neko DISTVERSIONPREFIX= v DISTVERSION= 2-2-0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MAINTAINER= penzin.dev@gmail.com Modified: head/net/bctoolbox/Makefile ============================================================================== --- head/net/bctoolbox/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/net/bctoolbox/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,6 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox Modified: head/net/shadowsocks-libev/Makefile ============================================================================== --- head/net/shadowsocks-libev/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/net/shadowsocks-libev/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -4,6 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org Modified: head/security/mbedtls/Makefile ============================================================================== --- head/security/mbedtls/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/mbedtls/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.6.0 +PORTVERSION= 2.7.0 DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ Modified: head/security/mbedtls/distinfo ============================================================================== --- head/security/mbedtls/distinfo Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/mbedtls/distinfo Sat Mar 10 18:49:04 2018 (r464085) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505971872 -SHA256 (mbedtls-2.6.0-apache.tgz) = 99bc9d4212d3d885eeb96273bcde8ecc649a481404b8d7ea7bb26397c9909687 -SIZE (mbedtls-2.6.0-apache.tgz) = 1973397 +TIMESTAMP = 1520701659 +SHA256 (mbedtls-2.7.0-apache.tgz) = aeb66d6cd43aa1c79c145d15845c655627a7fc30d624148aaafbb6c36d7f55ef +SIZE (mbedtls-2.7.0-apache.tgz) = 2108442 Modified: head/security/mbedtls/pkg-plist ============================================================================== --- head/security/mbedtls/pkg-plist Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/mbedtls/pkg-plist Sat Mar 10 18:49:04 2018 (r464085) @@ -98,6 +98,7 @@ include/mbedtls/platform.h include/mbedtls/platform_time.h include/mbedtls/ripemd160.h include/mbedtls/rsa.h +include/mbedtls/rsa_internal.h include/mbedtls/sha1.h include/mbedtls/sha256.h include/mbedtls/sha512.h @@ -117,7 +118,7 @@ include/mbedtls/x509_csr.h include/mbedtls/xtea.h lib/libmbedcrypto.a lib/libmbedcrypto.so -lib/libmbedcrypto.so.0 +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 Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/openvpn-devel/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 201725 -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 Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/openvpn/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,7 +3,7 @@ PORTNAME= openvpn DISTVERSION= 2.4.4 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= security net MASTER_SITES= https://swupdate.openvpn.net/community/releases/ \ https://build.openvpn.net/downloads/releases/ Modified: head/security/polarssl13/Makefile ============================================================================== --- head/security/polarssl13/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/polarssl13/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= polarssl -PORTVERSION= 1.3.21 +PORTVERSION= 1.3.22 DISTVERSIONSUFFIX= -gpl CATEGORIES= security devel MASTER_SITES= https://polarssl.org/download/ @@ -13,6 +13,9 @@ COMMENT= SSL/TLS and cryptography library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE + +DEPRECATED= has reached end of life +EXPIRATION_DATE=2018-04-30 ALL_TARGET= no_test MAKE_ENV= SHARED=1 Modified: head/security/polarssl13/distinfo ============================================================================== --- head/security/polarssl13/distinfo Sat Mar 10 17:46:04 2018 (r464084) +++ head/security/polarssl13/distinfo Sat Mar 10 18:49:04 2018 (r464085) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505971554 -SHA256 (mbedtls-1.3.21-gpl.tgz) = 85ab0ac922e2b254063384fcae8f327acea48079eef8feccd90a4288a9d2ba84 -SIZE (mbedtls-1.3.21-gpl.tgz) = 1802357 +TIMESTAMP = 1520701401 +SHA256 (mbedtls-1.3.22-gpl.tgz) = ded041aa4acf9a3e4d0c85bf334b0860135da996e75afdcc3abf22f403d14457 +SIZE (mbedtls-1.3.22-gpl.tgz) = 1890430 Modified: head/www/hiawatha/Makefile ============================================================================== --- head/www/hiawatha/Makefile Sat Mar 10 17:46:04 2018 (r464084) +++ head/www/hiawatha/Makefile Sat Mar 10 18:49:04 2018 (r464085) @@ -3,6 +3,7 @@ PORTNAME= hiawatha PORTVERSION= 10.7 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= https://www.hiawatha-webserver.org/files/