diff options
author | tobik <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
---|---|---|
committer | tobik <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
commit | 5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6 (patch) | |
tree | 9ab55dc8485b2f1240d32da5f9dfb2f24f336c5c /net | |
parent | b8f099260a1567c57f4607507f1fd30a94900b4a (diff) | |
download | freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.tar.gz freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.tar.zst freebsd-ports-gnome-5fc33d4c4f028c7c409bebb8fae4ee9d141ec1d6.zip |
lang/rust: Update to 1.34.2
- While here add patches from [1] for LibreSSL 2.9.1 support
[1] https://github.com/sfackler/rust-openssl/pull/1097
Changes: https://blog.rust-lang.org/2019/05/13/Security-advisory.html
Changes: https://blog.rust-lang.org/2019/05/14/Rust-1.34.2.html
PR: 237495 [1]
Security: 37528379-76a8-11e9-a4fd-00012e582166
Diffstat (limited to 'net')
-rw-r--r-- | net/boringtun/Makefile | 1 | ||||
-rw-r--r-- | net/rabbiteer/Makefile | 2 | ||||
-rw-r--r-- | net/routinator/Makefile | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/net/boringtun/Makefile b/net/boringtun/Makefile index f8a26da61ab9..e22f0f7ddfd9 100644 --- a/net/boringtun/Makefile +++ b/net/boringtun/Makefile @@ -3,6 +3,7 @@ PORTNAME= boringtun DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= net PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 847fe54a5f92..4083600610ac 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index bb20408e2cf2..b0ee06f66439 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -3,6 +3,7 @@ PORTNAME= routinator PORTVERSION= 0.3.3 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl |