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:           Thu Dec 21 09:45:41 UTC 2017

Modified Files:
        pkgsrc/security/gnupg2: Makefile distinfo

Log Message:
gnupg2: updated to 2.2.4

Noteworthy changes in version 2.2.4:
  * gpg: Change default preferences to prefer SHA512.
  * gpg: Print a warning when more than 150 MiB are encrypted using a
    cipher with 64 bit block size.
  * gpg: Print a warning if the MDC feature has not been used for a
    message.
  * gpg: Fix regular expression of domain addresses in trust
    signatures.
  * agent: New option --auto-expand-secmem to help with high numbers
    of concurrent connections.  Requires libgcrypt 1.8.2 for having
    an effect.
  * dirmngr: Cache responses of WKD queries.
  * gpgconf: Add option --status-fd.
  * wks: Add commands --check and --remove-key to gpg-wks-server.
  * Increase the backlog parameter of the daemons to 64 and add
    option --listen-backlog.
  * New configure option --enable-run-gnupg-user-socket to first try a
    socket directory which is not removed by systemd at session end.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 pkgsrc/security/gnupg2/Makefile
cvs rdiff -u -r1.42 -r1.43 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.79 pkgsrc/security/gnupg2/Makefile:1.80
--- pkgsrc/security/gnupg2/Makefile:1.79        Tue Dec  5 22:29:53 2017
+++ pkgsrc/security/gnupg2/Makefile     Thu Dec 21 09:45:41 2017
@@ -1,8 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2017/12/05 22:29:53 triaxx Exp $
+# $NetBSD: Makefile,v 1.80 2017/12/21 09:45:41 adam Exp $
 
-DISTNAME=      gnupg-2.2.3
-PKGNAME=       ${DISTNAME:S/gnupg-/gnupg2-/}
-PKGREVISION=   1
+DISTNAME=      gnupg-2.2.4
 CATEGORIES=    security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gnupg/
 EXTRACT_SUFX=  .tar.bz2
@@ -41,7 +39,7 @@ BUILDLINK_API_DEPENDS.sqlite3+=               sqlite3
 .include "../../databases/sqlite3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libgpg-error+=   libgpg-error>=1.24
 .include "../../security/libgpg-error/buildlink3.mk"
-BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.4.3
+BUILDLINK_API_DEPENDS.libassuan+=      libassuan>=2.5.1
 .include "../../security/libassuan2/buildlink3.mk"
 BUILDLINK_API_DEPENDS.libksba+=                libksba>=1.3.4
 .include "../../security/libksba/buildlink3.mk"

Index: pkgsrc/security/gnupg2/distinfo
diff -u pkgsrc/security/gnupg2/distinfo:1.42 pkgsrc/security/gnupg2/distinfo:1.43
--- pkgsrc/security/gnupg2/distinfo:1.42        Fri Nov 24 12:33:10 2017
+++ pkgsrc/security/gnupg2/distinfo     Thu Dec 21 09:45:41 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.42 2017/11/24 12:33:10 adam Exp $
+$NetBSD: distinfo,v 1.43 2017/12/21 09:45:41 adam Exp $
 
-SHA1 (gnupg-2.2.3.tar.bz2) = 68ed37d363166b5bd79971537484148eb8f2958c
-RMD160 (gnupg-2.2.3.tar.bz2) = 92db8a55c30e653779b36a41ea3b772d7db84216
-SHA512 (gnupg-2.2.3.tar.bz2) = c73df3c6f7ce65bd9867a39d10f93548496bf596ba0901737fc0063b370fd2d834c0b912e5aa07ff31067bc9c1263acc9d314c6bfaf7c889b72c8d46087810cb
-Size (gnupg-2.2.3.tar.bz2) = 6547069 bytes
+SHA1 (gnupg-2.2.4.tar.bz2) = 732266e8888c6f41c084d043c7a0058332ff3580
+RMD160 (gnupg-2.2.4.tar.bz2) = 33822aa08d9c0990f51227aa8cee5ff05468bdef
+SHA512 (gnupg-2.2.4.tar.bz2) = 3d5c93b7662433103e9549d066a6b1a0c09d595851fab712d2ee844a55157e952a8a2dd5deff70fa8dd6817481f81c3fe5135603bca03206857310d04c1067a8
+Size (gnupg-2.2.4.tar.bz2) = 6571487 bytes



Home | Main Index | Thread Index | Old Index