pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/32655 Update databases/qdbm from 1.8.40 to 1.8.46
The following reply was made to PR pkg/32655; it has been noted by GNATS.
From: OBATA Akio <obata%lins.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/32655 Update databases/qdbm from 1.8.40 to 1.8.46
Date: Sat, 11 Mar 2006 13:52:57 +0900
Already 1.8.46 is out.
2006-02-20 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- The utility API was enhanced.
- Release: 1.8.46
2006-01-28 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- Alignment algorithm was improved.
- A bug of mmap emulation on Windows was fixed.
- Release: 1.8.45
2006-01-24 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- A bug of handling meta data on big endian platforms was fixed.
- The advanced API was enhanced.
- Release: 1.8.44
2006-01-24 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- A bug of mmap emulation on Windows was fixed.
- Release: 1.8.43
2006-01-22 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- mmap emulation on Windows was enhanced.
- Release: 1.8.42
2006-01-13 Mikio Hirabayashi <mikio%users.sourceforge.net@localhost>
- Compression of pages of B+ tree with LZO and BZIP was added.
- Release: 1.8.41
Here is a patch for update from 1.8.40 to 1.8.46
Index: databases/qdbm/Makefile.common
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/databases/qdbm/Makefile.common,v
retrieving revision 1.2
diff -u -r1.2 Makefile.common
--- databases/qdbm/Makefile.common 11 Jan 2006 18:23:01 -0000 1.2
+++ databases/qdbm/Makefile.common 11 Mar 2006 02:54:21 -0000
@@ -4,7 +4,7 @@
DISTNAME= qdbm-${QDBM_VERSION}
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qdbm/}
-QDBM_VERSION= 1.8.40
+QDBM_VERSION= 1.8.46
MAINTAINER= obata%lins.jp@localhost
HOMEPAGE= http://qdbm.sourceforge.net/
Index: databases/qdbm/PLIST
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/databases/qdbm/PLIST,v
retrieving revision 1.3
diff -u -r1.3 PLIST
--- databases/qdbm/PLIST 11 Jan 2006 18:23:01 -0000 1.3
+++ databases/qdbm/PLIST 11 Mar 2006 02:58:53 -0000
@@ -28,7 +28,7 @@
lib/libqdbm.a
lib/libqdbm.so
lib/libqdbm.so.12
-lib/libqdbm.so.12.1.0
+lib/libqdbm.so.12.7.0
lib/pkgconfig/qdbm.pc
man/man1/cbcodec.1
man/man1/cbtest.1
Index: databases/qdbm/distinfo
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/databases/qdbm/distinfo,v
retrieving revision 1.4
diff -u -r1.4 distinfo
--- databases/qdbm/distinfo 11 Jan 2006 18:23:01 -0000 1.4
+++ databases/qdbm/distinfo 11 Mar 2006 02:54:59 -0000
@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.4 2006/01/11 18:23:01 wiz Exp $
-SHA1 (qdbm-1.8.40.tar.gz) = 5e2e96a7edd55082ce5a484add1d3cb80cbd15e9
-RMD160 (qdbm-1.8.40.tar.gz) = c9158f37e9c64f65c2ac070119e2a255bda4dd18
-Size (qdbm-1.8.40.tar.gz) = 885901 bytes
+SHA1 (qdbm-1.8.46.tar.gz) = b87fc510cac16f908045446b2e6cf7c46b4da64e
+RMD160 (qdbm-1.8.46.tar.gz) = e1ade5dd50ae543c75420fbd03b38b78224e309b
+Size (qdbm-1.8.46.tar.gz) = 892866 bytes
SHA1 (patch-aa) = 4e9cc93351f577c33663065fcb8e8919bd1a873e
SHA1 (patch-ab) = cfd59f30dc058766357461ca3265748c52665fd6
SHA1 (patch-ac) = 31164f476b2e092b2a2664e2599a87e340550f6d
Index: databases/ruby-qdbm/Makefile
===================================================================
RCS file: /home/cvsroot/NetBSD/pkgsrc/databases/ruby-qdbm/Makefile,v
retrieving revision 1.3
diff -u -r1.3 Makefile
--- databases/ruby-qdbm/Makefile 3 Jan 2006 15:07:29 -0000 1.3
+++ databases/ruby-qdbm/Makefile 11 Mar 2006 02:53:16 -0000
@@ -4,7 +4,6 @@
.include "../../databases/qdbm/Makefile.common"
PKGNAME= ${RUBY_PKGPREFIX}-qdbm-1.0.0.${QDBM_VERSION}
-PKGREVISION= 1
CATEGORIES= databases ruby
MAINTAINER= obata%lins.jp@localhost
Home |
Main Index |
Thread Index |
Old Index