svn commit: r555559 - in head/security/gnupg: . files

Adam Weinberger adamw at FreeBSD.org
Tue Nov 17 14:12:11 UTC 2020


Author: adamw
Date: Tue Nov 17 14:12:10 2020
New Revision: 555559
URL: https://svnweb.freebsd.org/changeset/ports/555559

Log:
  security/gnupg: Update to 2.2.24
  
    * Allow Unicode file names on Windows almost everywhere.  Note that
      it is still not possible to use Unicode strings on the command
      line.  This change also fixes a regression in 2.2.22 related to
      non-ascii file names.  [#5098]
  
    * Fix localized time printing on Windows.  [#5073]
  
    * gpg: New command --quick-revoke-sig.  [#5093]
  
    * gpg: Do not use weak digest algos if selected by recipient
      preference during sign+encrypt.  [4c181d51a6]
  
    * gpg: Switch to AES256 for symmetric encryption in de-vs mode.
      [166e779634]
  
    * gpg: Silence weak digest warnings with --quiet.  [#4893]
  
    * gpg: Print new status line CANCELED_BY_USER for a cancel during
      symmetric encryption.  [f05d1772c4]
  
    * gpg: Fix the encrypt+sign hash algo preference selection for
      ECDSA.  This is in particular needed for keys created from
      existing smartcard based keys.  [aeed0b93ff]
  
    * agent: Fix secret key import of GnuPG 2.3 generated Ed25519 keys.
      [#5114]
  
    * agent: Keep some permissions of private-keys-v1.d.  [#2312]
  
    * dirmngr: Align sks-keyservers.netCA.pem use between ntbtls and
      gnutls builds.  [e4f3b74c91]
  
    * dirmngr: Fix the pool keyserver case for a single host in the
      pool.  [72e04b03b1a7]
  
    * scd: Fix the use case of verify_chv2 by CHECKPIN.  [61aea64b3c]
  
    * scd: Various improvements to the ccid-driver.  [#4616,#5065]
  
    * scd: Minor fixes for Yubikey [25bec16d0b]
  
    * gpgconf: New option --show-versions.
  
    * w32: Install gpg-check-pattern and example profiles.  Install
      Windows subsystem variant of gpgconf (gpgconf-w32).
  
    * i18n: Complete overhaul and completion of the Italian translation.
      Thanks to Denis Renzi.
  
    * Require Libgcrypt 1.8 because 1.7 has long reached end-of-life.
  
    Release-info: https://dev.gnupg.org/T5052

Deleted:
  head/security/gnupg/files/patch-doc_Makefile.in
Modified:
  head/security/gnupg/Makefile
  head/security/gnupg/distinfo
  head/security/gnupg/pkg-plist

Modified: head/security/gnupg/Makefile
==============================================================================
--- head/security/gnupg/Makefile	Tue Nov 17 13:49:11 2020	(r555558)
+++ head/security/gnupg/Makefile	Tue Nov 17 14:12:10 2020	(r555559)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnupg
-PORTVERSION=	2.2.23
+PORTVERSION=	2.2.24
 CATEGORIES=	security
 MASTER_SITES=	GNUPG
 
@@ -18,8 +18,6 @@ LIB_DEPENDS=	libassuan.so:security/libassuan \
 		libgpg-error.so:security/libgpg-error \
 		libksba.so:security/libksba \
 		libnpth.so:devel/npth
-BUILD_DEPENDS=	libassuan>=2.5.1:security/libassuan \
-		libgpg-error>=1.16:security/libgpg-error
 RUN_DEPENDS=	pinentry:security/pinentry
 
 USES=		compiler:c11 cpe gmake iconv makeinfo pkgconfig readline sqlite tar:bzip2

Modified: head/security/gnupg/distinfo
==============================================================================
--- head/security/gnupg/distinfo	Tue Nov 17 13:49:11 2020	(r555558)
+++ head/security/gnupg/distinfo	Tue Nov 17 14:12:10 2020	(r555559)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1599184354
-SHA256 (gnupg-2.2.23.tar.bz2) = 10b55e49d78b3e49f1edb58d7541ecbdad92ddaeeb885b6f486ed23d1cd1da5c
-SIZE (gnupg-2.2.23.tar.bz2) = 7099806
+TIMESTAMP = 1605620648
+SHA256 (gnupg-2.2.24.tar.bz2) = 9090b400faae34f08469d78000cfec1cee5b9c553ce11347cc96ef16eab98c46
+SIZE (gnupg-2.2.24.tar.bz2) = 7196489

Modified: head/security/gnupg/pkg-plist
==============================================================================
--- head/security/gnupg/pkg-plist	Tue Nov 17 13:49:11 2020	(r555558)
+++ head/security/gnupg/pkg-plist	Tue Nov 17 14:12:10 2020	(r555559)
@@ -50,7 +50,9 @@ sbin/applygnupgdefaults
 %%PORTDOCS%%%%DOCSDIR%%/OpenPGP
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTDOCS%%%%DOCSDIR%%/TRANSLATE
+%%PORTDOCS%%%%DOCSDIR%%/examples/Automatic.prf
 %%PORTDOCS%%%%DOCSDIR%%/examples/README
+%%PORTDOCS%%%%DOCSDIR%%/examples/VS-NfD.prf
 %%PORTDOCS%%%%DOCSDIR%%/examples/debug.prf
 %%PORTDOCS%%%%DOCSDIR%%/examples/gpgconf.conf
 %%PORTDOCS%%%%DOCSDIR%%/examples/pwpattern.list
@@ -64,7 +66,6 @@ sbin/applygnupgdefaults
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.service
 %%PORTDOCS%%%%DOCSDIR%%/examples/systemd-user/gpg-agent.socket
 %%PORTDOCS%%%%DOCSDIR%%/examples/trustlist.txt
-%%PORTDOCS%%%%DOCSDIR%%/examples/vsnfd.prf
 %%PORTDOCS%%%%DOCSDIR%%/help.be.txt
 %%PORTDOCS%%%%DOCSDIR%%/help.ca.txt
 %%PORTDOCS%%%%DOCSDIR%%/help.cs.txt


More information about the svn-ports-head mailing list