diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-04 22:41:57 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-07-04 22:41:57 +0800 |
commit | f69160b440ce31a3e7802c0c22092195b9001bae (patch) | |
tree | cbb47c32eb22db16ec46585d62551b2b908bd906 /security | |
parent | 7e0b2b9d58459fd8ca2581e820a2f3ab6688c7d9 (diff) | |
download | freebsd-ports-gnome-f69160b440ce31a3e7802c0c22092195b9001bae.tar.gz freebsd-ports-gnome-f69160b440ce31a3e7802c0c22092195b9001bae.tar.zst freebsd-ports-gnome-f69160b440ce31a3e7802c0c22092195b9001bae.zip |
lang/rust: Update to 1.36.0
- Force rebuild all consumers to catch regressions early
Thanks to Mikaƫl Urankar for providing updated bootstraps for
aarch64, armv6, armv7, powerpc64.
Changes: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html
Tested by: jbeich, mikael.urankar@gmail.com
With hat: rust
Differential Revision: https://reviews.freebsd.org/D20810
Diffstat (limited to 'security')
-rw-r--r-- | security/cargo-audit/Makefile | 2 | ||||
-rw-r--r-- | security/kr/Makefile | 2 | ||||
-rw-r--r-- | security/suricata/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/security/cargo-audit/Makefile b/security/cargo-audit/Makefile index 26034ccb842a..7391e7c8ce17 100644 --- a/security/cargo-audit/Makefile +++ b/security/cargo-audit/Makefile @@ -3,7 +3,7 @@ PORTNAME= cargo-audit DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org diff --git a/security/kr/Makefile b/security/kr/Makefile index d78600b6b017..9d6681022b45 100644 --- a/security/kr/Makefile +++ b/security/kr/Makefile @@ -3,7 +3,7 @@ PORTNAME= kr PORTVERSION= 2.3.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= security MAINTAINER= feld@FreeBSD.org diff --git a/security/suricata/Makefile b/security/suricata/Makefile index 52096fa36c43..720dda517853 100644 --- a/security/suricata/Makefile +++ b/security/suricata/Makefile @@ -3,7 +3,7 @@ PORTNAME= suricata DISTVERSION= 4.1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= https://www.openinfosecfoundation.org/download/ |