pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-CDB_File



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Oct 24 08:40:09 UTC 2021

Modified Files:
        pkgsrc/databases/p5-CDB_File: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/databases/p5-CDB_File/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/databases/p5-CDB_File/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/p5-CDB_File/Makefile
diff -u pkgsrc/databases/p5-CDB_File/Makefile:1.19 pkgsrc/databases/p5-CDB_File/Makefile:1.20
--- pkgsrc/databases/p5-CDB_File/Makefile:1.19  Mon May 24 19:49:31 2021
+++ pkgsrc/databases/p5-CDB_File/Makefile       Sun Oct 24 08:40:09 2021
@@ -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/}
 

Index: pkgsrc/databases/p5-CDB_File/distinfo
diff -u pkgsrc/databases/p5-CDB_File/distinfo:1.6 pkgsrc/databases/p5-CDB_File/distinfo:1.7
--- pkgsrc/databases/p5-CDB_File/distinfo:1.6   Thu Oct  7 13:35:18 2021
+++ pkgsrc/databases/p5-CDB_File/distinfo       Sun Oct 24 08:40:09 2021
@@ -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