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 /mail | |
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 'mail')
-rw-r--r-- | mail/thunderbird/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/thunderbird/Makefile b/mail/thunderbird/Makefile index 0d4d34fda6be..617513d52244 100644 --- a/mail/thunderbird/Makefile +++ b/mail/thunderbird/Makefile @@ -3,7 +3,7 @@ PORTNAME= thunderbird DISTVERSION= 60.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= mail news net-im ipv6 MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}-candidates/build2/source |