summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2021-10-24 08:40:09 +0000
committerwen <wen@pkgsrc.org>2021-10-24 08:40:09 +0000
commitdafdc5daf640f4783f8df342ff36714a2bf23e9e (patch)
tree87f2267b099b1a532835de6f6a8385a9e9aa37a8 /databases
parent301e7e7828a4e8951dc207a99cd174b439d02362 (diff)
downloadpkgsrc-dafdc5daf640f4783f8df342ff36714a2bf23e9e.tar.gz
Update to 1.05
Upstream changes: 1.05 - Todd Rinaldo <toddr@cpan.org> 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> 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> 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 (limited to 'databases')
-rw-r--r--databases/p5-CDB_File/Makefile5
-rw-r--r--databases/p5-CDB_File/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile
index 9384fe117a8..a6b1b359e5c 100644
--- a/databases/p5-CDB_File/Makefile
+++ b/databases/p5-CDB_File/Makefile
@@ -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 --git a/databases/p5-CDB_File/distinfo b/databases/p5-CDB_File/distinfo
index efad0e79c12..855ebe0d905 100644
--- a/databases/p5-CDB_File/distinfo
+++ b/databases/p5-CDB_File/distinfo
@@ -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