diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-31 02:26:53 +0800 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-31 02:26:53 +0800 |
commit | 9137d53fe23834d513ecef7d7af6401722f20e96 (patch) | |
tree | 7c2753468f66dca2cd90ddc15ca644ec4a904ca3 /net | |
parent | ac3eaa756763d5f3a92a9d7dd282a4dd9e24f90a (diff) | |
download | freebsd-ports-gnome-9137d53fe23834d513ecef7d7af6401722f20e96.tar.gz freebsd-ports-gnome-9137d53fe23834d513ecef7d7af6401722f20e96.tar.zst freebsd-ports-gnome-9137d53fe23834d513ecef7d7af6401722f20e96.zip |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835
Diffstat (limited to 'net')
-rw-r--r-- | net/findomain/Makefile | 1 | ||||
-rw-r--r-- | net/proby/Makefile | 2 | ||||
-rw-r--r-- | net/rabbiteer/Makefile | 2 | ||||
-rw-r--r-- | net/routinator/Makefile | 2 |
4 files changed, 4 insertions, 3 deletions
diff --git a/net/findomain/Makefile b/net/findomain/Makefile index 02c5fb8e8494..c73c6c7e0f92 100644 --- a/net/findomain/Makefile +++ b/net/findomain/Makefile @@ -2,6 +2,7 @@ PORTNAME= findomain DISTVERSION= 2.1.1 +PORTREVISION= 1 CATEGORIES= net security MAINTAINER= vulcan@wired.sh diff --git a/net/proby/Makefile b/net/proby/Makefile index b411d49cbe99..fc2d88c77f85 100644 --- a/net/proby/Makefile +++ b/net/proby/Makefile @@ -2,7 +2,7 @@ PORTNAME= proby DISTVERSION= 0.4.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/rabbiteer/Makefile b/net/rabbiteer/Makefile index 9a681c5641fc..8039911c7670 100644 --- a/net/rabbiteer/Makefile +++ b/net/rabbiteer/Makefile @@ -2,7 +2,7 @@ PORTNAME= rabbiteer DISTVERSION= 1.4.1 -PORTREVISION= 20 +PORTREVISION= 21 CATEGORIES= net MAINTAINER= dch@FreeBSD.org diff --git a/net/routinator/Makefile b/net/routinator/Makefile index cd26fa4c67db..685d7ced8c29 100644 --- a/net/routinator/Makefile +++ b/net/routinator/Makefile @@ -3,7 +3,7 @@ PORTNAME= routinator PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MAINTAINER= jaap@NLnetLabs.nl |