pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/gnupg2



Module Name:    pkgsrc
Committed By:   nikita
Date:           Fri Apr 28 16:33:41 UTC 2023

Modified Files:
        pkgsrc/security/gnupg2: Makefile PLIST distinfo

Log Message:
gnupg2: update to version 2.4.1

Changelog:

Noteworthy changes in version 2.4.1
===================================

  * If the ~/.gnupg directory does not exist, the keyboxd is now
    automagically enabled.  [rGd9e7488b17]

  * gpg: New option --add-desig-revoker.  [rG3d094e2bcf]

  * gpg: New option --assert-signer.  [rGc9e95b8dee]

  * gpg: New command --quick-add-adsk and other ADSK features.
    [T6395, https://gnupg.org/blog/20230321-adsk.html]

  * gpg: New list-option "show-unusable-sigs".  Also show
    "[self-signature]" instead of the user-id in key signature
    listings.  [rG103acfe9ca]

  * gpg: For symmetric encryption the default S2K hash is now SHA256.
    [T6367]

  * gpg: Detect already compressed data also when using a pipe.  Also
    detect JPEG and PNG file formats.  [T6332]

  * gpg: New subcommand "openpgp" for --card-edit.  [T6462]

  * gpgsm: Verification of detached signatures does now strip trailing
    zeroes from the input if --assume-binary is used.  [rG2a13f7f9dc]

  * gpgsm: Non-armored detached signature are now created without
    using indefinite form length octets.  This improves compatibility
    with some PDF signature verification software.  [rG8996b0b655]

  * gpgtar: Emit progress status lines in create mode.  [T6363]

  * dirmngr: The LDAP modifyTimestamp is now returned by some
    keyserver commands.  [rG56d309133f]

  * ssh: Allow specification of the order keys are presented to ssh.
    See the man page entry for --enable-ssh-support.  [T5996, T6212]

  * gpg: Make list-options "show-sig-subpackets" work again.
    Fixes regression in 2.4.0.  [rG5a223303d7]

  * gpg: Fix the keytocard command for Yubikeys.  [T6378]

  * gpg: Do not continue an export after a cancel for the primary key.
    [T6093]

  * gpg: Replace the --override-compliance-check hack by a real fix.
    [T5655]

  * gpgtar: Fix decryption with input taken from stdin.  [T6355]

  Release-info: https://dev.gnupg.org/T6454


To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/gnupg2/PLIST
cvs rdiff -u -r1.80 -r1.81 pkgsrc/security/gnupg2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/gnupg2/Makefile
diff -u pkgsrc/security/gnupg2/Makefile:1.144 pkgsrc/security/gnupg2/Makefile:1.145
--- pkgsrc/security/gnupg2/Makefile:1.144       Wed Apr 19 08:11:21 2023
+++ pkgsrc/security/gnupg2/Makefile     Fri Apr 28 16:33:41 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.144 2023/04/19 08:11:21 adam Exp $
+# $NetBSD: Makefile,v 1.145 2023/04/28 16:33:41 nikita Exp $
 
-DISTNAME=      gnupg-2.4.0
+DISTNAME=      gnupg-2.4.1
 PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 MASTER_SITES+= http://mirrors.dotsrc.org/gcrypt/gnupg/

Index: pkgsrc/security/gnupg2/PLIST
diff -u pkgsrc/security/gnupg2/PLIST:1.15 pkgsrc/security/gnupg2/PLIST:1.16
--- pkgsrc/security/gnupg2/PLIST:1.15   Mon Apr  3 23:16:00 2023
+++ pkgsrc/security/gnupg2/PLIST        Fri Apr 28 16:33:41 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.15 2023/04/03 23:16:00 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.16 2023/04/28 16:33:41 nikita Exp $
 ${PLIST.gnutls}bin/dirmngr
 ${PLIST.gnutls}bin/dirmngr-client
 bin/g13
@@ -58,24 +58,13 @@ share/doc/gnupg/KEYSERVER
 share/doc/gnupg/OpenPGP
 share/doc/gnupg/README
 share/doc/gnupg/TRANSLATE
-share/doc/gnupg/examples/Automatic.prf
 share/doc/gnupg/examples/README
-share/doc/gnupg/examples/VS-NfD.prf
 share/doc/gnupg/examples/common.conf
-share/doc/gnupg/examples/debug.prf
 share/doc/gnupg/examples/gpgconf.conf
 share/doc/gnupg/examples/gpgconf.rnames
 share/doc/gnupg/examples/pwpattern.list
 share/doc/gnupg/examples/qualified.txt
 share/doc/gnupg/examples/scd-event
-share/doc/gnupg/examples/systemd-user/README
-share/doc/gnupg/examples/systemd-user/dirmngr.service
-share/doc/gnupg/examples/systemd-user/dirmngr.socket
-share/doc/gnupg/examples/systemd-user/gpg-agent-browser.socket
-share/doc/gnupg/examples/systemd-user/gpg-agent-extra.socket
-share/doc/gnupg/examples/systemd-user/gpg-agent-ssh.socket
-share/doc/gnupg/examples/systemd-user/gpg-agent.service
-share/doc/gnupg/examples/systemd-user/gpg-agent.socket
 share/doc/gnupg/examples/trustlist.txt
 share/gnupg/distsigkey.gpg
 share/gnupg/help.be.txt

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.80 pkgsrc/security/gnupg2/distinfo:1.81
--- pkgsrc/security/gnupg2/distinfo:1.80        Mon Feb 27 12:35:35 2023
+++ pkgsrc/security/gnupg2/distinfo     Fri Apr 28 16:33:41 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.80 2023/02/27 12:35:35 adam Exp $
+$NetBSD: distinfo,v 1.81 2023/04/28 16:33:41 nikita Exp $
 
-BLAKE2s (gnupg-2.4.0.tar.bz2) = 156cd804dc65862a41f8dbc6c8e8d396385341a108a9819090a7dc72465731af
-SHA512 (gnupg-2.4.0.tar.bz2) = 094d631130d4dfe4421cc5e715eaec1888d0b4b764f1be9287be86cbc34430313211739d5481b34e9b59021d05cdbae8a87a1007031cc4dc6213045984a8559a
-Size (gnupg-2.4.0.tar.bz2) = 7666935 bytes
+BLAKE2s (gnupg-2.4.1.tar.bz2) = 73cebda25ef4be712e20c50bc5bc5536727f3b502acc1b4d040cdfe6f8636788
+SHA512 (gnupg-2.4.1.tar.bz2) = 4d6b30ec4b8d786508ec1ac5f3c5b0ddebdc4f60aa72eb5d6ecc185ff0e9f1f4798f80ae16a3d136052b91ec54978ec0b7969a11a6c2727f30b3b6efabbaf388
+Size (gnupg-2.4.1.tar.bz2) = 7341338 bytes
 SHA1 (patch-common_sysutils.c) = 569c12e21172c1521284922244b2f4f361c945d6



Home | Main Index | Thread Index | Old Index