pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/p5-DBD-SQLite



Module Name:    pkgsrc
Committed By:   wen
Date:           Sun Jan 27 09:56:16 UTC 2019

Modified Files:
        pkgsrc/databases/p5-DBD-SQLite: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/databases/p5-DBD-SQLite/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-DBD-SQLite/Makefile
diff -u pkgsrc/databases/p5-DBD-SQLite/Makefile:1.70 pkgsrc/databases/p5-DBD-SQLite/Makefile:1.71
--- pkgsrc/databases/p5-DBD-SQLite/Makefile:1.70        Sun Dec  9 18:52:20 2018
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile     Sun Jan 27 09:56:16 2019
@@ -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/}
 

Index: pkgsrc/databases/p5-DBD-SQLite/distinfo
diff -u pkgsrc/databases/p5-DBD-SQLite/distinfo:1.31 pkgsrc/databases/p5-DBD-SQLite/distinfo:1.32
--- pkgsrc/databases/p5-DBD-SQLite/distinfo:1.31        Tue Dec  4 08:53:00 2018
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo     Sun Jan 27 09:56:16 2019
@@ -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