pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-CDB_File Update to 1.05



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14d500b238c3
branches:  trunk
changeset: 768497:14d500b238c3
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Oct 24 08:40:09 2021 +0000

description:
Update to 1.05

Upstream changes:
1.05 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-12-11
- Additional tests for known corner cases.
- Use Perl_warn not warn in XS.
- Test cleanup. Abstract helper calls.
- Macro cleanup in XS for code readability.

1.04 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-12-10
- add utf8 mode for read/write of database
- Major re-factor to remove SVs from the CDB internals. SVs are only generated at return.
  This was in attempt to address a known memory leak in the previous implementation.
- CDB_File will warn if undef keys or values are passed to insert. This is meant to be
  consistent with how Perl handles the situation.
- Consistently tidy CDB_File.xs and remove tabs
- Make unit tests use File::Temp so we don't leave temp files laying around
- update Devel::PPPort to 3.62

1.03 - Todd Rinaldo <toddr%cpan.org@localhost> 2020-11-13
WARNING: due to a bug (#12) on 1.02, CDB databases generated by 1.02 will
not be legible by all other versions and vice-versa. It is recommended you
re-generate any databases generated by that version.

- #12 Fix incompatibility with CDB files due to accidental algorithm change.
  Add xt tests for 0.96 databases to assure this does not happen again.
- Fixup Changelog for metacpan
- #11 Add additional benchmark test in git for.
- Provide the CDB_File algorithm in POD in the event the original document is lost.
- Update Devel::PPPort to 3.54

diffstat:

 databases/p5-CDB_File/Makefile |  5 ++---
 databases/p5-CDB_File/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 99ef77f0a608 -r 14d500b238c3 databases/p5-CDB_File/Makefile
--- a/databases/p5-CDB_File/Makefile    Sun Oct 24 08:37:05 2021 +0000
+++ b/databases/p5-CDB_File/Makefile    Sun Oct 24 08:40:09 2021 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.19 2021/05/24 19:49:31 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2021/10/24 08:40:09 wen Exp $
 
-DISTNAME=      CDB_File-1.02
+DISTNAME=      CDB_File-1.05
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=CDB_File/}
 
diff -r 99ef77f0a608 -r 14d500b238c3 databases/p5-CDB_File/distinfo
--- a/databases/p5-CDB_File/distinfo    Sun Oct 24 08:37:05 2021 +0000
+++ b/databases/p5-CDB_File/distinfo    Sun Oct 24 08:40:09 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2021/10/07 13:35:18 nia Exp $
+$NetBSD: distinfo,v 1.7 2021/10/24 08:40:09 wen Exp $
 
-RMD160 (CDB_File-1.02.tar.gz) = b5da7479c7ed4612fa8f616445ac76619f0b0421
-SHA512 (CDB_File-1.02.tar.gz) = 301be6f63bb65434bdd93503394514d828be83a1028a3e75b77ca4977c4c1c806c209f338ab2949caaa7c55cab9c263096674f265bc7555385da7e778640faa6
-Size (CDB_File-1.02.tar.gz) = 61980 bytes
+RMD160 (CDB_File-1.05.tar.gz) = 9f2cbca1b1833e97f8077c5f92234fbcc29d69f4
+SHA512 (CDB_File-1.05.tar.gz) = e2612f52ea4c420b73af33b1ee6189967cb69076b4e816aa51987cb724908a768435429eba65e4aca641512bdea355a76663991da542a14a6300f03ce2d488f7
+Size (CDB_File-1.05.tar.gz) = 138550 bytes



Home | Main Index | Thread Index | Old Index