Date: Sun, 30 Aug 2020 03:10:24 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546967 - in head: biology/ncbi-blast+ biology/ncbi-toolkit databases/evolution-data-server devel/gvfs devel/libgdata mail/evolution net-p2p/ncdc net/glib-networking net/gnome-online-ac... Message-ID: <202008300310.07U3AOfU052197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Sun Aug 30 03:10:23 2020 New Revision: 546967 URL: https://svnweb.freebsd.org/changeset/ports/546967 Log: 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 Modified: head/biology/ncbi-blast+/Makefile head/biology/ncbi-toolkit/Makefile head/databases/evolution-data-server/Makefile head/devel/gvfs/Makefile head/devel/libgdata/Makefile head/mail/evolution/Makefile head/net-p2p/ncdc/Makefile head/net/glib-networking/Makefile head/net/gnome-online-accounts/Makefile head/security/gcr/Makefile head/security/gnome-keyring/Makefile head/security/gnutls/Makefile head/security/softhsm2/Makefile head/www/epiphany/Makefile head/www/midori/Makefile head/x11/gnome-shell/Makefile Modified: head/biology/ncbi-blast+/Makefile ============================================================================== --- head/biology/ncbi-blast+/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/biology/ncbi-blast+/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -2,7 +2,7 @@ PORTNAME= ncbi-blast+ DISTVERSION= 2.10.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology perl5 python MASTER_SITES= https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST/ \ https://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/${PORTVERSION}/ Modified: head/biology/ncbi-toolkit/Makefile ============================================================================== --- head/biology/ncbi-toolkit/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/biology/ncbi-toolkit/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= ncbi-toolkit DISTVERSION= 2017.01.06 # containing BLAST v2.2.27 (? is this true) -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= biology MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi Modified: head/databases/evolution-data-server/Makefile ============================================================================== --- head/databases/evolution-data-server/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/databases/evolution-data-server/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= evolution-data-server PORTVERSION= 3.28.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/devel/gvfs/Makefile ============================================================================== --- head/devel/gvfs/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/devel/gvfs/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= gvfs PORTVERSION= 1.30.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/devel/libgdata/Makefile ============================================================================== --- head/devel/libgdata/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/devel/libgdata/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,6 +3,7 @@ PORTNAME= libgdata PORTVERSION= 0.17.9 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNOME Modified: head/mail/evolution/Makefile ============================================================================== --- head/mail/evolution/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/mail/evolution/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= evolution PORTVERSION= 3.28.5 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= mail gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/net-p2p/ncdc/Makefile ============================================================================== --- head/net-p2p/ncdc/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/net-p2p/ncdc/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= ncdc PORTVERSION= 1.22.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-p2p MASTER_SITES= http://dev.yorhel.nl/download/ Modified: head/net/glib-networking/Makefile ============================================================================== --- head/net/glib-networking/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/net/glib-networking/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= glib-networking PORTVERSION= 2.56.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= GNOME DIST_SUBDIR= gnome Modified: head/net/gnome-online-accounts/Makefile ============================================================================== --- head/net/gnome-online-accounts/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/net/gnome-online-accounts/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= gnome-online-accounts PORTVERSION= 3.28.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= GNOME Modified: head/security/gcr/Makefile ============================================================================== --- head/security/gcr/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/security/gcr/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,6 +3,7 @@ PORTNAME= gcr PORTVERSION= 3.28.0 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME Modified: head/security/gnome-keyring/Makefile ============================================================================== --- head/security/gnome-keyring/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/security/gnome-keyring/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= gnome-keyring PORTVERSION= 3.28.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/security/gnutls/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -2,6 +2,7 @@ PORTNAME= gnutls PORTVERSION= 3.6.14 +PORTREVISION= 1 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} Modified: head/security/softhsm2/Makefile ============================================================================== --- head/security/softhsm2/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/security/softhsm2/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -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/ Modified: head/www/epiphany/Makefile ============================================================================== --- head/www/epiphany/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/www/epiphany/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= epiphany PORTVERSION= 3.28.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 Modified: head/www/midori/Makefile ============================================================================== --- head/www/midori/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/www/midori/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -4,6 +4,7 @@ PORTNAME= midori PORTVERSION= 9.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www xfce MAINTAINER= xfce@FreeBSD.org Modified: head/x11/gnome-shell/Makefile ============================================================================== --- head/x11/gnome-shell/Makefile Sun Aug 30 03:03:57 2020 (r546966) +++ head/x11/gnome-shell/Makefile Sun Aug 30 03:10:23 2020 (r546967) @@ -3,7 +3,7 @@ PORTNAME= gnome-shell PORTVERSION= 3.28.3 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008300310.07U3AOfU052197>