diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-30 11:10:23 +0800 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2020-08-30 11:10:23 +0800 |
commit | 8ccd925b80fc1cdd6ef3d9d03c9dd1d2971f07d6 (patch) | |
tree | f645e9edd3ba322b69b2f0f5973fb9dfb3b32733 /security | |
parent | 261fa25f00895684a14f936b867cc9a4b0d28f3c (diff) | |
download | freebsd-ports-gnome-8ccd925b80fc1cdd6ef3d9d03c9dd1d2971f07d6.tar.gz freebsd-ports-gnome-8ccd925b80fc1cdd6ef3d9d03c9dd1d2971f07d6.tar.zst freebsd-ports-gnome-8ccd925b80fc1cdd6ef3d9d03c9dd1d2971f07d6.zip |
Chase security/p11-kit update
After switch to meson libp11-kit.so no longer has symbols
in the LIBP11_KIT_1.0 namespace. As a workaround, bump
PORTREVISION of consumers to get those rebuilt.
See more details in the comments of the linked PR.
PR: 248819
Reported by: John Hein
Diffstat (limited to 'security')
-rw-r--r-- | security/gcr/Makefile | 1 | ||||
-rw-r--r-- | security/gnome-keyring/Makefile | 2 | ||||
-rw-r--r-- | security/gnutls/Makefile | 1 | ||||
-rw-r--r-- | security/softhsm2/Makefile | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/security/gcr/Makefile b/security/gcr/Makefile index 3fab3274ed37..b96bf11d9f09 100644 --- a/security/gcr/Makefile +++ b/security/gcr/Makefile @@ -3,6 +3,7 @@ PORTNAME= gcr PORTVERSION= 3.28.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME diff --git a/security/gnome-keyring/Makefile b/security/gnome-keyring/Makefile index f88df6b3873f..15d4df660416 100644 --- a/security/gnome-keyring/Makefile +++ b/security/gnome-keyring/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.28.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 66cd466b15d5..549e6bebf931 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.6.14 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} diff --git a/security/softhsm2/Makefile b/security/softhsm2/Makefile index 6214b96dea2b..67576fc43fd0 100644 --- a/security/softhsm2/Makefile +++ b/security/softhsm2/Makefile @@ -3,7 +3,7 @@ PORTNAME= softhsm PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://dist.opendnssec.org/source/ \ http://dist.opendnssec.org/source/testing/ |