diff options
author | martti <martti@pkgsrc.org> | 2002-01-17 10:28:25 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2002-01-17 10:28:25 +0000 |
commit | b57324eaf163449b21b1fc9106f8ad808ac6c34e (patch) | |
tree | a9cc24b628efb07b3d86c69f1d626d992b3edcaa /security | |
parent | ad371849e19c527f82605613c1289601f81f0411 (diff) | |
download | pkgsrc-b57324eaf163449b21b1fc9106f8ad808ac6c34e.tar.gz |
Updated gpa to 0.4.3
* The list of keyservers is now read form the file "keyservers" in the
GPA configuration directory which by default is ~/.gnupg. The new
option keyserver may be used in the gpa.conf file to select the
default keyserver - it implictly adds this server to the list of
keyservers.
Diffstat (limited to 'security')
-rw-r--r-- | security/gpa/Makefile | 4 | ||||
-rw-r--r-- | security/gpa/PLIST | 3 | ||||
-rw-r--r-- | security/gpa/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/security/gpa/Makefile b/security/gpa/Makefile index 75538f02e5c..c1fd84c940d 100644 --- a/security/gpa/Makefile +++ b/security/gpa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2001/12/10 17:56:24 martti Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/17 10:28:25 martti Exp $ # -DISTNAME= gpa-0.4.2 +DISTNAME= gpa-0.4.3 CATEGORIES= x11 security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpa/ diff --git a/security/gpa/PLIST b/security/gpa/PLIST index e77c8ce3607..64acb7a1f09 100644 --- a/security/gpa/PLIST +++ b/security/gpa/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:16:43 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/17 10:28:25 martti Exp $ bin/gpa share/gpa/gpa_tips.en share/gpa/gpa_tips.de @@ -6,4 +6,5 @@ share/gpa/gtkrc share/gpa/gpa_logo.ppm share/locale/de/LC_MESSAGES/gpa.mo share/locale/fr/LC_MESSAGES/gpa.mo +share/locale/zh_TW.Big5/LC_MESSAGES/gpa.mo @dirrm share/gpa diff --git a/security/gpa/distinfo b/security/gpa/distinfo index 57c7abb677a..760c28f6f94 100644 --- a/security/gpa/distinfo +++ b/security/gpa/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/12/10 17:56:25 martti Exp $ +$NetBSD: distinfo,v 1.3 2002/01/17 10:28:25 martti Exp $ -SHA1 (gpa-0.4.2.tar.gz) = d5ed4fd6405835d10bea8722218bf32b3966d93e -Size (gpa-0.4.2.tar.gz) = 381354 bytes +SHA1 (gpa-0.4.3.tar.gz) = a0fab8d335ab8127bd6e4386bd4a09d0f08ce42f +Size (gpa-0.4.3.tar.gz) = 424975 bytes |