Date: Sat, 10 Mar 2018 18:49:04 +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: r464085 - in head: emulators/dolphin-emu lang/neko net/bctoolbox net/shadowsocks-libev security/mbedtls security/openvpn security/openvpn-devel security/polarssl13 www/hiawatha Message-ID: <201803101849.w2AIn4tM094047@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803101849.w2AIn4tM094047>