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.62



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e207d5fcfb9
branches:  trunk
changeset: 318610:0e207d5fcfb9
user:      wen <wen%pkgsrc.org@localhost>
date:      Sun Jan 27 09:56:16 2019 +0000

description:
Update to 1.62

Upstream changes:
1.62 2018-12-29
    - Switched to a production version

1.61_04 2018-12-22
    - Added sqlite_db_config method and new constants for it
    - Added sqlite_defensive option to disallow dangerous SQLite features
    - Exposed some of the hidden extended result codes

1.61_03 2018-12-19
    - Upgraded SQLite to 3.26.0, which reportedly has a security fix

1.61_02 2018-12-01
    - Added sqlite_backup_from_dbh/sqlite_backup_to_dbh methods
    - Introduced sqlite_prefer_numeric_type database handle attribute
      that changes the value of TYPE statement handle attribute
      from an array of string to an array of integer, as an experimental
      feature. Setting this may break your applications.
    - Changed preferred bugtracker

1.61_01 2018-12-01
    - Added ability to configure SQLITE_MAX_LENGT with environmental
      variable (Roy Storey)
    - Added sqlite_limit database handle method to change run-time limits
    - Upgraded SQLite to 3.25.3
    - Updated constants

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 1416214c34cf -r 0e207d5fcfb9 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Sun Jan 27 09:54:41 2019 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Sun Jan 27 09:56:16 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.70 2018/12/09 18:52:20 adam Exp $
+# $NetBSD: Makefile,v 1.71 2019/01/27 09:56:16 wen Exp $
 
-DISTNAME=      DBD-SQLite-1.60
+DISTNAME=      DBD-SQLite-1.62
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
diff -r 1416214c34cf -r 0e207d5fcfb9 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Sun Jan 27 09:54:41 2019 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Sun Jan 27 09:56:16 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.31 2018/12/04 08:53:00 wen Exp $
+$NetBSD: distinfo,v 1.32 2019/01/27 09:56:16 wen Exp $
 
-SHA1 (DBD-SQLite-1.60.tar.gz) = 45127bb681925c8dcae17e67e67fdfd343327874
-RMD160 (DBD-SQLite-1.60.tar.gz) = 74d3a3d0d19698c1399d1d2dea17e7df79772273
-SHA512 (DBD-SQLite-1.60.tar.gz) = b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e
-Size (DBD-SQLite-1.60.tar.gz) = 2366390 bytes
+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 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index