pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/gpass Update to 0.4.4:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f18eae4974e
branches: trunk
changeset: 476837:9f18eae4974e
user: jmmv <jmmv%pkgsrc.org@localhost>
date: Mon Jun 21 07:29:13 2004 +0000
description:
Update to 0.4.4:
This is mainly a bugfix release. Sometimes EOF was not properly detected
while reading the password file. This would result in an 'Line too long'
error message (and some wierd behavour). Also, the current password file
is now backed up before each write.
diffstat:
security/gpass/Makefile | 5 +++--
security/gpass/PLIST | 3 ++-
security/gpass/distinfo | 7 +++----
security/gpass/patches/patch-ab | 13 -------------
4 files changed, 8 insertions(+), 20 deletions(-)
diffs (69 lines):
diff -r 727601b1aea4 -r 9f18eae4974e security/gpass/Makefile
--- a/security/gpass/Makefile Mon Jun 21 07:08:29 2004 +0000
+++ b/security/gpass/Makefile Mon Jun 21 07:29:13 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2004/05/10 16:21:54 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2004/06/21 07:29:13 jmmv Exp $
#
-DISTNAME= gpass-0.4.2
+DISTNAME= gpass-0.4.4
CATEGORIES= security gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gpass/}
@@ -13,6 +13,7 @@
USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_LIBTOOL= YES
+USE_PKGLOCALEDIR= YES
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libglade2/buildlink3.mk"
diff -r 727601b1aea4 -r 9f18eae4974e security/gpass/PLIST
--- a/security/gpass/PLIST Mon Jun 21 07:08:29 2004 +0000
+++ b/security/gpass/PLIST Mon Jun 21 07:29:13 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/05/10 16:21:54 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/06/21 07:29:13 jmmv Exp $
bin/gpass
share/applications/gpass.desktop
share/doc/gpass/ABOUT-NLS
@@ -17,6 +17,7 @@
share/gpass/master-password-dialog.glade
share/gpass/password-entry-dialog.glade
share/gpass/remove-dialog.glade
+${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gpass.mo
@dirrm share/gpass
@dirrm share/doc/gpass
@comment in xdg-dirs: @dirrm share/applications
diff -r 727601b1aea4 -r 9f18eae4974e security/gpass/distinfo
--- a/security/gpass/distinfo Mon Jun 21 07:08:29 2004 +0000
+++ b/security/gpass/distinfo Mon Jun 21 07:29:13 2004 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2004/05/10 16:21:54 jmmv Exp $
+$NetBSD: distinfo,v 1.4 2004/06/21 07:29:13 jmmv Exp $
-SHA1 (gpass-0.4.2.tar.gz) = cc79a2dcab45995a870ae6f7f4ee3fddbe2033f3
-Size (gpass-0.4.2.tar.gz) = 412583 bytes
+SHA1 (gpass-0.4.4.tar.gz) = 3b9e91e497cfee2854bef5e42a36fc31874493fb
+Size (gpass-0.4.4.tar.gz) = 415166 bytes
SHA1 (patch-aa) = 773b024a7a217efbafabe35fbe81e325f9c93589
-SHA1 (patch-ab) = 5386012d3f4996caa6cb08ba02bfc5f5d5edb209
SHA1 (patch-ac) = 07d643e195d8c56f502482e743903764a9b17e17
diff -r 727601b1aea4 -r 9f18eae4974e security/gpass/patches/patch-ab
--- a/security/gpass/patches/patch-ab Mon Jun 21 07:08:29 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.3 2004/05/10 16:21:54 jmmv Exp $
-
---- src/Makefile.in.orig 2004-05-06 22:57:44.000000000 +0200
-+++ src/Makefile.in
-@@ -177,7 +177,7 @@ noinst_HEADERS = \
- gpass_LDFLAGS =
-
- gpass_LDADD = \
-- $(GNOME_LIBS)
-+ $(GNOME_LIBS) $(OPENSSL_LIBS)
-
- subdir = src
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Home |
Main Index |
Thread Index |
Old Index