diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2018-04-28 16:36:35 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2018-04-28 16:36:35 +0000 |
commit | 215e7729cca686fa1bab6d25c4d7a0ee5c1da10d (patch) | |
tree | 52a07fa20ff80b2e45e7c748bda7be35b94fda1d /net | |
parent | ab24bab0cd62d7d08c0a9265eff685490e98cbc4 (diff) |
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)
Notes
Notes:
svn path=/branches/2018Q2/; revision=468553
Diffstat (limited to 'net')
-rw-r--r-- | net/bctoolbox/Makefile | 2 | ||||
-rw-r--r-- | net/shadowsocks-libev/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/bctoolbox/Makefile b/net/bctoolbox/Makefile index f77782f98f73..cac7f95c36ea 100644 --- a/net/bctoolbox/Makefile +++ b/net/bctoolbox/Makefile @@ -3,7 +3,7 @@ PORTNAME= bctoolbox PORTVERSION= 0.2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/bctoolbox diff --git a/net/shadowsocks-libev/Makefile b/net/shadowsocks-libev/Makefile index e85556ba265a..1792fae189a6 100644 --- a/net/shadowsocks-libev/Makefile +++ b/net/shadowsocks-libev/Makefile @@ -4,7 +4,7 @@ PORTNAME= shadowsocks-libev DISTVERSIONPREFIX= v DISTVERSION= 3.1.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MAINTAINER= xiaoding+freebsd@xiaoding.org |