diff options
author | wiz <wiz@pkgsrc.org> | 2017-08-29 11:30:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-08-29 11:30:05 +0000 |
commit | cf3cc3cb525de4f20e29cadbc788560d5ea83ddc (patch) | |
tree | 90d6600eb5f9165ed35456647e17ffd188238daf | |
parent | 905f9f64bc03469511dab3c1b0ee21212a337453 (diff) | |
download | pkgsrc-cf3cc3cb525de4f20e29cadbc788560d5ea83ddc.tar.gz |
Updated gpa to 0.9.10.
Noteworthy changes in version 0.9.10 (2016-11-19)
-------------------------------------------------
* Addded basic support for TOFU information.
* Removed key-ID from some listings in favor of using the
fingerprint.
* Fixed deletion of X.509 keys.
* Allow for saving to an alternate file name if the file already
exists.
* Fixed several problems with key edit functions.
* Fixed drag-and-drop.
Noteworthy changes in version 0.9.9 (2015-09-09)
------------------------------------------------
* Fixed build problem in 0.9.8 if Libgpgme < 1.6.1 is used.
Noteworthy changes in version 0.9.8 (2015-09-09)
------------------------------------------------
* Does start with the clipboard view after a key has been created.
* Limit the size of dialogs by truncating too long user ids.
* Make the window frame's close button work as expected.
* With a decent version of libgpgme the key algorithm and size is
shown using the GnuPG 2.1 format.
-rw-r--r-- | security/gpa/Makefile | 5 | ||||
-rw-r--r-- | security/gpa/PLIST | 3 | ||||
-rw-r--r-- | security/gpa/distinfo | 10 |
3 files changed, 9 insertions, 9 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 4a5f72e7938..73a720ca181 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.52 2017/03/31 10:32:19 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2017/08/29 11:30:05 wiz Exp $ -DISTNAME= gpa-0.9.7 -PKGREVISION= 4 +DISTNAME= gpa-0.9.10 CATEGORIES= x11 security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/gpa/ EXTRACT_SUFX= .tar.bz2 diff --git a/security/gpa/PLIST b/security/gpa/PLIST index 69fbdc4fbe6..396e8097d7c 100644 --- a/security/gpa/PLIST +++ b/security/gpa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/07/05 18:33:01 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2017/08/29 11:30:05 wiz Exp $ bin/gpa man/man1/gpa.1 share/applications/gpa.desktop @@ -16,5 +16,6 @@ share/locale/pt_BR/LC_MESSAGES/gpa.mo share/locale/ru/LC_MESSAGES/gpa.mo share/locale/sv/LC_MESSAGES/gpa.mo share/locale/tr/LC_MESSAGES/gpa.mo +share/locale/zh_CN/LC_MESSAGES/gpa.mo share/locale/zh_TW/LC_MESSAGES/gpa.mo share/pixmaps/gpa.png diff --git a/security/gpa/distinfo b/security/gpa/distinfo index f732be544ea..8dc58a3f509 100644 --- a/security/gpa/distinfo +++ b/security/gpa/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/04 01:17:45 agc Exp $ +$NetBSD: distinfo,v 1.9 2017/08/29 11:30:05 wiz Exp $ -SHA1 (gpa-0.9.7.tar.bz2) = 9eb07bcceeb986c7b6dbce8a18b82a2c344b50ce -RMD160 (gpa-0.9.7.tar.bz2) = 82bc56336c23f66b8cb77ff50296360ad1a07d12 -SHA512 (gpa-0.9.7.tar.bz2) = 59a4e1bc77e1f4f6b8cd160803676dda5d0deb6e49b5c8bf8e4c05fc810e8138a1933b496f214e4e85407dac21d1c034cf43f3fc30633ed74f29221a0f4ea2f3 -Size (gpa-0.9.7.tar.bz2) = 734750 bytes +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 |