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:   adam
Date:           Wed Feb 13 16:06:44 UTC 2019

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

Log Message:
gnupg2: updated to 2.2.13

Noteworthy changes in version 2.2.13:
* gpg: Implement key lookup via keygrip (using the & prefix).
* gpg: Allow generating Ed25519 key from existing key.
* gpg: Emit an ERROR status line if no key was found with -k.
* gpg: Stop early when trying to create a primary Elgamal key.
* gpgsm: Print the card's key algorithms along with their keygrips
  in interactive key generation.
* agent: Clear bogus pinentry cache in the error case.
* scd: Support "acknowledge button" feature.
* scd: Fix for USB INTERRUPT transfer.
* wks: Do no use compression for the the encrypted challenge and
  response


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.51 -r1.52 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.98 pkgsrc/security/gnupg2/Makefile:1.99
--- pkgsrc/security/gnupg2/Makefile:1.98        Sat Feb  2 03:38:30 2019
+++ pkgsrc/security/gnupg2/Makefile     Wed Feb 13 16:06:44 2019
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.98 2019/02/02 03:38:30 markd Exp $
+# $NetBSD: Makefile,v 1.99 2019/02/13 16:06:44 adam Exp $
 
-DISTNAME=      gnupg-2.2.12
+DISTNAME=      gnupg-2.2.13
 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/
 EXTRACT_SUFX=  .tar.bz2
 
 MAINTAINER=    ada%netbsdfr.org@localhost

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.51 pkgsrc/security/gnupg2/distinfo:1.52
--- pkgsrc/security/gnupg2/distinfo:1.51        Thu Dec 20 19:33:27 2018
+++ pkgsrc/security/gnupg2/distinfo     Wed Feb 13 16:06:44 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.51 2018/12/20 19:33:27 adam Exp $
+$NetBSD: distinfo,v 1.52 2019/02/13 16:06:44 adam Exp $
 
-SHA1 (gnupg-2.2.12.tar.bz2) = 2aeccc35ea8034306ff7a1072b84abbaa79619c3
-RMD160 (gnupg-2.2.12.tar.bz2) = 4da4303a12a55111de9cd100ab0fdb30b28a4e00
-SHA512 (gnupg-2.2.12.tar.bz2) = 30de9757bb60a5cb6bf0dc2c8da5f4742c54affec3fcd0bcbf66f28f2812149afec5db70dcb6ba592101de4bdc479d1ba0b47c53c8b8d4765ddff32fa51c26c8
-Size (gnupg-2.2.12.tar.bz2) = 6682303 bytes
+SHA1 (gnupg-2.2.13.tar.bz2) = 66ebc053e2d22f743673d3fbe54453774e4fac58
+RMD160 (gnupg-2.2.13.tar.bz2) = b24158d4a6b9ce00fc27f2f5b855793e5d15dc6a
+SHA512 (gnupg-2.2.13.tar.bz2) = 3770e33902ca608f567bc9f0decb57129b77dd3479e5c1bbd569ede4c1f6690cdfe00105ffdc1e7721faa331abcb879adb56e87931313b13ed48763763c6632f
+Size (gnupg-2.2.13.tar.bz2) = 6702712 bytes



Home | Main Index | Thread Index | Old Index