Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2024 09:55:31 +0000
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        Yasuhiro Kimura <yasu@FreeBSD.org>
Cc:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,  dev-commits-ports-main@FreeBSD.org
Subject:   Re: git: dd1496c651a2 - main - security/gnupg: Update to 2.4.6
Message-ID:  <peqmahg4j5b2xt7i4ornwmvqriyo47ulaxidw6xcrik6klaqhl@dfglnlwoiz7j>
In-Reply-To: <202411220516.4AM5GeTM073784@gitrepo.freebsd.org>
References:  <202411220516.4AM5GeTM073784@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

this update makes gpg spit out this message to stderr on every 
invocation, potentially breaking scripts that expect stderr to be clean.

gpg: NOTE: THIS IS A DEVELOPMENT VERSION!
gpg: It is only intended for test purposes and should NOT be
gpg: used in a production environment or with production keys!

Thanks

On Nov 22 2024, 05:16 +0000, Yasuhiro Kimura <yasu@FreeBSD.org> wrote:
>The branch main has been updated by yasu:
>
>URL: https://cgit.FreeBSD.org/ports/commit/?id=dd1496c651a27f6327bf030f8671e7291012cc69
>
>commit dd1496c651a27f6327bf030f8671e7291012cc69
>Author:     Yasuhiro Kimura <yasu@FreeBSD.org>
>AuthorDate: 2024-11-06 22:47:16 +0000
>Commit:     Yasuhiro Kimura <yasu@FreeBSD.org>
>CommitDate: 2024-11-22 05:14:39 +0000
>
>    security/gnupg: Update to 2.4.6
>
>    * There is a bug in 2.4.6 that is related to --enable-gpg-is-gpg2
>      option of configure script and result in error about file name of
>      man pages. To fix it we need to patch doc/Makefile.am and regenerate
>      doc/Makefile.in. So,
>      1. Add autoreconf to USES.
>      2. Replace patch to configure with that to m4/gpg-error.m4.
>      3. Add gettext-tools to USES. Running autoreconf requires autopoint
>         command included in gettext-tools and it is necessary even if NLS
>         option is off.
>    * Pet portclippy
>    * Tidy up Makefile with portfmt.
>
>    ReleaseNotes:   https://lists.gnupg.org/pipermail/gnupg-announce/2024q4/000486.html
>    PR:             282594
>    Approved by:    maintainer timeout
>---
> security/gnupg/Makefile                            | 44 ++++++++++++----------
> security/gnupg/distinfo                            |  6 +--
> security/gnupg/files/patch-doc_Makefile.am         | 35 +++++++++++++++++
> .../{patch-configure => patch-m4_gpg-error.m4}     |  8 ++--
> security/gnupg/pkg-plist                           |  3 ++
> 5 files changed, 68 insertions(+), 28 deletions(-)
>
>diff --git a/security/gnupg/Makefile b/security/gnupg/Makefile
>index aa68de7b6679..a285ea20c890 100644
>--- a/security/gnupg/Makefile
>+++ b/security/gnupg/Makefile
>@@ -1,6 +1,5 @@
> PORTNAME=	gnupg
>-DISTVERSION=	2.4.5
>-PORTREVISION=	1
>+DISTVERSION=	2.4.6
> CATEGORIES=	security
> MASTER_SITES=	GNUPG
>
>@@ -20,39 +19,44 @@ LIB_DEPENDS=	libassuan.so:security/libassuan \
> 		libnpth.so:devel/npth
> RUN_DEPENDS=	pinentry:security/pinentry
>
>-USES=		compiler:c11 cpe gmake iconv makeinfo pkgconfig readline sqlite tar:bzip2
>+USES=		autoreconf compiler:c11 cpe gettext-tools gmake iconv makeinfo pkgconfig \
>+		readline sqlite tar:bzip2
>
>-CONFLICTS=	dirmngr
> CPE_VENDOR=	gnupg
>
>-CONFIGURE_ARGS=	--disable-ntbtls --enable-gpg-is-gpg2
> GNU_CONFIGURE=	yes
>-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
>-INFO=		gnupg
>-TEST_TARGET=	check
>+CONFIGURE_ARGS=	--disable-ntbtls \
>+		--enable-gpg-is-gpg2
>+
> TEST_ARGS=	TESTARGS=--parallel
>+TEST_TARGET=	check
>
>-OPTIONS_DEFINE=	DOCS GNUTLS LARGE_RSA LDAP NLS SCDAEMON SUID_GPG WKS_SERVER
>-OPTIONS_DEFAULT=GNUTLS SCDAEMON WKS_SERVER
>-OPTIONS_SUB=	yes
>+CONFLICTS=	dirmngr
>
>-LARGE_RSA_DESC=	Enable support for 8192-bit RSA keys
>-LDAP_DESC=	LDAP keyserver interface
>-SCDAEMON_DESC=	Enable Smartcard daemon (with libusb)
>-SUID_GPG_DESC=	Install GPG as SUID root
>-WKS_SERVER_DESC=Install the Web Key Service server
>+INFO=		gnupg
>
>-GNUTLS_CONFIGURE_ENABLE=gnutls
>-GNUTLS_LIB_DEPENDS=	libgnutls.so:security/gnutls
>+OPTIONS_DEFINE=		DOCS GNUTLS LARGE_RSA LDAP NLS SCDAEMON SUID_GPG \
>+			WKS_SERVER
>+OPTIONS_DEFAULT=	GNUTLS SCDAEMON WKS_SERVER
>+OPTIONS_SUB=		yes
>+
>+LARGE_RSA_DESC=		Enable support for 8192-bit RSA keys
>+LDAP_DESC=		LDAP keyserver interface
>+SCDAEMON_DESC=		Enable Smartcard daemon (with libusb)
>+SUID_GPG_DESC=		Install GPG as SUID root
>+WKS_SERVER_DESC=	Install the Web Key Service server
>+
>+GNUTLS_LIB_DEPENDS=		libgnutls.so:security/gnutls
>+GNUTLS_CONFIGURE_ENABLE=	gnutls
>
> LARGE_RSA_CONFIGURE_ENABLE=	large-secmem
>
>+LDAP_USES=		ldap
> LDAP_CONFIGURE_WITH=	ldap=${LOCALBASE}
> LDAP_LIBS=		-L${LOCALBASE}/lib
>-LDAP_USES=		ldap
>
>-NLS_CONFIGURE_ENABLE=	nls
> NLS_USES=		gettext
>+NLS_CONFIGURE_ENABLE=	nls
>
> SCDAEMON_CONFIGURE_ENABLE=	scdaemon
>
>diff --git a/security/gnupg/distinfo b/security/gnupg/distinfo
>index ae792916b941..9b5e93da460e 100644
>--- a/security/gnupg/distinfo
>+++ b/security/gnupg/distinfo
>@@ -1,3 +1,3 @@
>-TIMESTAMP = 1714203516
>-SHA256 (gnupg-2.4.5.tar.bz2) = f68f7d75d06cb1635c336d34d844af97436c3f64ea14bcb7c869782f96f44277
>-SIZE (gnupg-2.4.5.tar.bz2) = 7889060
>+TIMESTAMP = 1730927376
>+SHA256 (gnupg-2.4.6.tar.bz2) = 95acfafda7004924a6f5c901677f15ac1bda2754511d973bb4523e8dd840e17a
>+SIZE (gnupg-2.4.6.tar.bz2) = 8011304
>diff --git a/security/gnupg/files/patch-doc_Makefile.am b/security/gnupg/files/patch-doc_Makefile.am
>new file mode 100644
>index 000000000000..c0fda8df0e82
>--- /dev/null
>+++ b/security/gnupg/files/patch-doc_Makefile.am
>@@ -0,0 +1,35 @@
>+--- doc/Makefile.am.orig	2024-09-20 10:07:25 UTC
>++++ doc/Makefile.am
>+@@ -79,13 +79,13 @@ myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-ag
>+ myman_sources = gnupg7.texi gpg.texi gpgsm.texi gpg-agent.texi \
>+ 	        dirmngr.texi scdaemon.texi tools.texi wks.texi \
>+                 gpg-card.texi
>+-myman_pages   = gpg.1 gpgv.1 gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \
>++myman_pages   = gpgsm.1 gpg-agent.1 dirmngr.8 scdaemon.1 \
>+                 watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
>+ 		gpg-connect-agent.1 gpgparsemail.1 gpgtar.1 gpg-mail-tube.1 \
>+ 		applygnupgdefaults.8 gpg-wks-client.1 gpg-wks-server.1 \
>+ 		dirmngr-client.1 gpg-card.1 gpg-check-pattern.1
>+ myhtmlman_pages = \
>+-                gpg.1.html gpgv.1.html gpgsm.1.html \
>++                gpgsm.1.html \
>+                 gpg-agent.1.html dirmngr.8.html scdaemon.1.html \
>+                 watchgnupg.1.html gpgconf.1.html addgnupghome.8.html \
>+                 gpg-preset-passphrase.1.html \
>+@@ -95,7 +95,15 @@ myhtmlman_pages = \
>+                 gpg-wks-server.1.html \
>+ 		dirmngr-client.1.html gpg-card.1.html gpg-check-pattern.1.html
>+
>+-man_MANS = $(myman_pages) gnupg.7 gnupg.7.html
>++if USE_GPG2_HACK
>++myman_pages += gpg2.1 gpgv2.1
>++myhtmlman_pages += gpg2.1.html gpgv2.1.html
>++else
>++myman_pages += gpg.1 gpgv.1
>++myhtmlman_pages += gpg.1.html gpgv.1.html
>++endif
>++
>++man_MANS = $(myman_pages) gnupg.7
>+
>+ watchgnupg_SOURCE = gnupg.texi
>+
>diff --git a/security/gnupg/files/patch-configure b/security/gnupg/files/patch-m4_gpg-error.m4
>similarity index 73%
>rename from security/gnupg/files/patch-configure
>rename to security/gnupg/files/patch-m4_gpg-error.m4
>index 20e250e38430..251a053014e3 100644
>--- a/security/gnupg/files/patch-configure
>+++ b/security/gnupg/files/patch-m4_gpg-error.m4
>@@ -1,8 +1,6 @@
>-Fix path of pkgconfig files passed to gpgrt-config.
>-
>---- configure.orig	2024-01-25 10:09:44 UTC
>-+++ configure
>-@@ -8428,7 +8428,7 @@ fi
>+--- m4/gpg-error.m4.orig	2024-05-15 10:33:38 UTC
>++++ m4/gpg-error.m4
>+@@ -67,7 +67,7 @@ AC_DEFUN([_AM_PATH_GPGRT_CONFIG],[dnl
>      # Get the prefix of gpgrt-config assuming it's something like:
>      #   <PREFIX>/bin/gpgrt-config
>      gpgrt_prefix=${GPGRT_CONFIG%/*/*}
>diff --git a/security/gnupg/pkg-plist b/security/gnupg/pkg-plist
>index 5caf61bf2ec0..5560942bc330 100644
>--- a/security/gnupg/pkg-plist
>+++ b/security/gnupg/pkg-plist
>@@ -3,6 +3,7 @@
> bin/gpg-agent
> bin/gpg-card
> bin/gpg-connect-agent
>+bin/gpg-mail-tube
> bin/gpg-wks-client
> %%WKS_SERVER%%bin/gpg-wks-server
> %%SUID_GPG%%@(,,4555) bin/gpg2
>@@ -30,6 +31,7 @@ share/man/man1/gpg-agent.1.gz
> share/man/man1/gpg-card.1.gz
> share/man/man1/gpg-check-pattern.1.gz
> share/man/man1/gpg-connect-agent.1.gz
>+share/man/man1/gpg-mail-tube.1.gz
> share/man/man1/gpg-preset-passphrase.1.gz
> share/man/man1/gpg-wks-client.1.gz
> %%WKS_SERVER%%share/man/man1/gpg-wks-server.1.gz
>@@ -111,6 +113,7 @@ sbin/applygnupgdefaults
> %%NLS%%share/locale/it/LC_MESSAGES/gnupg2.mo
> %%NLS%%share/locale/ja/LC_MESSAGES/gnupg2.mo
> %%NLS%%share/locale/nb/LC_MESSAGES/gnupg2.mo
>+%%NLS%%share/locale/nl/LC_MESSAGES/gnupg2.mo
> %%NLS%%share/locale/pl/LC_MESSAGES/gnupg2.mo
> %%NLS%%share/locale/pt/LC_MESSAGES/gnupg2.mo
> %%NLS%%share/locale/ro/LC_MESSAGES/gnupg2.mo

-- 
Pietro Cerutti
I have pledged to give 10% of income to effective charities
and invite you to join me - https://givingwhatwecan.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?peqmahg4j5b2xt7i4ornwmvqriyo47ulaxidw6xcrik6klaqhl>