diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-05-15 11:12:15 +0800 |
commit | 6bd3ed2a9bf56ab90c71eda62a771bd4c4b858fc (patch) | |
tree | 9ab55dc8485b2f1240d32da5f9dfb2f24f336c5c /net-im | |
parent | 5a6f5c2772f360ca6e57bc8c6264bd59232be3d2 (diff) | |
download | freebsd-ports-gnome-6bd3ed2a9bf56ab90c71eda62a771bd4c4b858fc.tar.gz freebsd-ports-gnome-6bd3ed2a9bf56ab90c71eda62a771bd4c4b858fc.tar.zst freebsd-ports-gnome-6bd3ed2a9bf56ab90c71eda62a771bd4c4b858fc.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-im')
-rw-r--r-- | net-im/fractal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/fractal/Makefile b/net-im/fractal/Makefile index 8c9bca9dce03..facef7125380 100644 --- a/net-im/fractal/Makefile +++ b/net-im/fractal/Makefile @@ -2,7 +2,7 @@ PORTNAME= fractal DISTVERSION= 4.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= https://gitlab.gnome.org/World/fractal/uploads/${GL_HASH}/ |