pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/p5-DBD-SQLite Update to 1.64



details:   https://anonhg.NetBSD.org/pkgsrc/rev/739cd13de5cc
branches:  trunk
changeset: 339432:739cd13de5cc
user:      wen <wen%pkgsrc.org@localhost>
date:      Thu Sep 12 23:59:55 2019 +0000

description:
Update to 1.64

Upstream changes:
1.64 2019-08-12
    - Switched to a production version

1.63_05 2019-07-12
    - Upgraded SQLite to 3.29.0
    - Added sqlite_get_autocommit private method (GH#52)
    - Addded new db_config constants, notably to prohibit
      double-quoted string literals

1.63_04 2019-05-25
    - Upgraded SQLite to 3.28.0
    - Modified doc for sqlite_db_filename which actually returns undef
      or an empty string (GH#50)
    - Fixed ->quote($blob, SQL_BLOB) to quote correctly (GH#51, pali++)

1.63_03 2019-02-15
    - Applied a patch to fix segmentation fault on 32-bit big-endian
      platforms by Niko Tyni (GH#45)

1.63_02 2019-02-14
    - Upgraded SQLite to 3.27.1
    - Let a URI filename test skip if SQLite is compiled with URI filename
      support (GH#47)

1.63_01 2019-01-26
    - Made sure an internal hv is initialized (GH#45)
    - Fixed a number of tests to skip
    - Bumped up Test::More requirement
    - Replaced bundled Test::NoWarnings with Test::FailWarnings
    - Handle 'unknown' op in DBD::SQLite::VirtualTable::PerlData (Corion++)

diffstat:

 databases/p5-DBD-SQLite/Makefile |   5 ++---
 databases/p5-DBD-SQLite/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 5295b516a4cc -r 739cd13de5cc databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Thu Sep 12 23:55:46 2019 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Thu Sep 12 23:59:55 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.74 2019/08/11 13:18:24 wiz Exp $
+# $NetBSD: Makefile,v 1.75 2019/09/12 23:59:55 wen Exp $
 
-DISTNAME=      DBD-SQLite-1.62
+DISTNAME=      DBD-SQLite-1.64
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
diff -r 5295b516a4cc -r 739cd13de5cc databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Thu Sep 12 23:55:46 2019 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Thu Sep 12 23:59:55 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.32 2019/01/27 09:56:16 wen Exp $
+$NetBSD: distinfo,v 1.33 2019/09/12 23:59:55 wen Exp $
 
-SHA1 (DBD-SQLite-1.62.tar.gz) = e4fb2fca987e92f5949fb5a50990bc963f8fe164
-RMD160 (DBD-SQLite-1.62.tar.gz) = 9e89098e54bf9b0ab4619adfd6f991d2831158a0
-SHA512 (DBD-SQLite-1.62.tar.gz) = b452a6245deb0dcc5906167f6ff14d55d70b4f05a1e8113c41810a34f9b75263c2d43f88bb909d872004795ec7d9f4ed93b68ffb5639be7dad9e44e0c8e8439f
-Size (DBD-SQLite-1.62.tar.gz) = 2386097 bytes
+SHA1 (DBD-SQLite-1.64.tar.gz) = ab3dc0e88e75f5db0be79656a515b4bb7804997c
+RMD160 (DBD-SQLite-1.64.tar.gz) = 519cfcba79e889341e65708820285bf25d4eeee0
+SHA512 (DBD-SQLite-1.64.tar.gz) = 36a227193b4544c7cec24eec50ee51f46c00a2dad99ab7b8899b0417ea928a1e223f4052fb75f2d641cbfa4408192492ba8943fdb92520dc9888014467f503a4
+Size (DBD-SQLite-1.64.tar.gz) = 2416842 bytes
 SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index