diff options
author | tonio <tonio@pkgsrc.org> | 2007-01-15 19:42:38 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2007-01-15 19:42:38 +0000 |
commit | 1b6542f00bb5681d0d38842f13d0d4e52f1f977d (patch) | |
tree | cc8a68a8864cc539b95a328d9fc309d5c9081890 /databases/lbdb | |
parent | 186960e626f8e80d32c3f160a2fce4ebedeb783f (diff) | |
download | pkgsrc-1b6542f00bb5681d0d38842f13d0d4e52f1f977d.tar.gz |
Update databases/lbdb to 0.34
lbdb (0.34) unstable; urgency=medium
* vcquery: avoid free() on unallocated memory if fullname is not set.
Thanks to Gregor Jasny <gjasny@web.de> for finding and providing a
patch.
* vcquery: Use value of concatenated N fields if FN field is missing.
Thanks to Gregor Jasny <gjasny@web.de> for providing a patch.
lbdb (0.33) unstable; urgency=low
* Add SORT_OUTPUT=reverse_comment to do reverse sort by the third column
(most recent m_inmail timestamp at the top). Thanks to Marco d'Itri
for this suggestion.
* Comment out LDAP_NICKS in lbdb.rc because this should only be an
example and if it is set there it overrides other LDAP settings.
Diffstat (limited to 'databases/lbdb')
-rw-r--r-- | databases/lbdb/Makefile | 4 | ||||
-rw-r--r-- | databases/lbdb/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile index 0d4b44bdca8..945a74d6f92 100644 --- a/databases/lbdb/Makefile +++ b/databases/lbdb/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2006/08/13 16:01:21 tonio Exp $ +# $NetBSD: Makefile,v 1.18 2007/01/15 19:42:38 tonio Exp $ -DISTNAME= lbdb_0.32 +DISTNAME= lbdb_0.34 PKGNAME= ${DISTNAME:S/_/-/} CATEGORIES= databases MASTER_SITES= http://www.spinnaker.de/debian/ diff --git a/databases/lbdb/distinfo b/databases/lbdb/distinfo index e3e31539db7..0f4e514e04b 100644 --- a/databases/lbdb/distinfo +++ b/databases/lbdb/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2006/08/13 16:01:21 tonio Exp $ +$NetBSD: distinfo,v 1.9 2007/01/15 19:42:38 tonio Exp $ -SHA1 (lbdb_0.32.tar.gz) = 356b729b5c9e52b5dc73065f7d17d9cd957d6057 -RMD160 (lbdb_0.32.tar.gz) = 34f93f27b4a9d77ab55faa1910830e80818c7145 -Size (lbdb_0.32.tar.gz) = 107580 bytes +SHA1 (lbdb_0.34.tar.gz) = 6abcd6f3c441c09538720e28a872c573c9efe03d +RMD160 (lbdb_0.34.tar.gz) = 111df9683719a5464cf6551b58cbb04c0c6d07c4 +Size (lbdb_0.34.tar.gz) = 108053 bytes SHA1 (patch-aa) = c74a4d95037e9d5e5cc0742e5f05ef80a35db5e6 SHA1 (patch-ab) = 7120edcd8588f2195b5c1afbb127245b182eb533 |