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.
This commit is contained in:
parent
8d144214f8
commit
8f7a6189ab
2 changed files with 8 additions and 10 deletions
|
@ -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>=3.7.15
|
|||
.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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue