pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpa



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Tue Apr 16 11:49:23 UTC 2019

Modified Files:
        pkgsrc/security/gpa: Makefile distinfo

Log Message:
Update to 0.10.0

Changelog:
Noteworthy changes in version 0.10.0 (2018-10-16)
-------------------------------------------------

 * Added key manager context menu items to copy the key fingerprint
   and the secret key to the clipboard.

 * Added "Details" buttons to many error popups to show raw
   diagnostic output from gpg.

 * Changed the "Retrieve Key" dialog to first try the Web Key
   Directory if a mail address is given.  Only if this lookup fails
   the keyservers are searched.

 * Added a user-ID notebook page to show per user-ID info.

 * Made location of locale dir under Windows more flexible.

 * Fixed crash on filename conversion error.  [#2185]

 * Fixed listing of key algos in the subkey windows.  [#3405]

 * Removed lazy loading of the secret keyring.  [#3748]

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


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/security/gpa/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/gpa/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/gpa/Makefile
diff -u pkgsrc/security/gpa/Makefile:1.57 pkgsrc/security/gpa/Makefile:1.58
--- pkgsrc/security/gpa/Makefile:1.57   Wed Nov 14 22:22:21 2018
+++ pkgsrc/security/gpa/Makefile        Tue Apr 16 11:49:23 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2018/11/14 22:22:21 kleink Exp $
+# $NetBSD: Makefile,v 1.58 2019/04/16 11:49:23 ryoon Exp $
 
-DISTNAME=      gpa-0.9.10
-PKGREVISION=   4
+DISTNAME=      gpa-0.10.0
 CATEGORIES=    x11 security
 MASTER_SITES=  ftp://ftp.gnupg.org/gcrypt/gpa/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/security/gpa/distinfo
diff -u pkgsrc/security/gpa/distinfo:1.9 pkgsrc/security/gpa/distinfo:1.10
--- pkgsrc/security/gpa/distinfo:1.9    Tue Aug 29 11:30:05 2017
+++ pkgsrc/security/gpa/distinfo        Tue Apr 16 11:49:23 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/08/29 11:30:05 wiz Exp $
+$NetBSD: distinfo,v 1.10 2019/04/16 11:49:23 ryoon Exp $
 
-SHA1 (gpa-0.9.10.tar.bz2) = c629348725c1bf5dafd57f8a70187dc89815ce60
-RMD160 (gpa-0.9.10.tar.bz2) = fba1404d936e6925e5dcb3cc37ea7006edc9a57b
-SHA512 (gpa-0.9.10.tar.bz2) = ff81a78e6b7c46307af6648a2e691a5e8185db229ccc5e259f2c3c05a3c86b337dde492069e7e9510c155fbc64d71cc4e2f109a00400bfb7560c558b753c42a9
-Size (gpa-0.9.10.tar.bz2) = 763239 bytes
+SHA1 (gpa-0.10.0.tar.bz2) = 61475989acd12de8b7daacd906200e8b4f519c5a
+RMD160 (gpa-0.10.0.tar.bz2) = 7a4544db423f75b056ebf305895f5a203b9e342c
+SHA512 (gpa-0.10.0.tar.bz2) = 87004fb0806e76012bc194f95afe9ef6044aec890b26e845f45c314e1bd8864f056ba5e32f9ef2e15b24b50840235e6e548a5e3006b255b4f1c20e0fd7710a3b
+Size (gpa-0.10.0.tar.bz2) = 782455 bytes



Home | Main Index | Thread Index | Old Index