Sun Jan 27 09:56:16 2019 UTC ()
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


(wen)
diff -r1.70 -r1.71 pkgsrc/databases/p5-DBD-SQLite/Makefile
diff -r1.31 -r1.32 pkgsrc/databases/p5-DBD-SQLite/distinfo

cvs diff -r1.70 -r1.71 pkgsrc/databases/p5-DBD-SQLite/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-SQLite/Makefile 2018/12/09 18:52:20 1.70
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile 2019/01/27 09:56:16 1.71
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.70 2018/12/09 18:52:20 adam Exp $ 1# $NetBSD: Makefile,v 1.71 2019/01/27 09:56:16 wen Exp $
2 2
3DISTNAME= DBD-SQLite-1.60 3DISTNAME= DBD-SQLite-1.62
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= databases perl5 5CATEGORIES= databases perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite/ 9HOMEPAGE= http://search.cpan.org/dist/DBD-SQLite/
11COMMENT= Perl DBI/DBD driver for sqlite databases (self contained) 10COMMENT= Perl DBI/DBD driver for sqlite databases (self contained)
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= c 13USE_LANGUAGES= c
15PERL5_PACKLIST= auto/DBD/SQLite/.packlist 14PERL5_PACKLIST= auto/DBD/SQLite/.packlist
16MAKE_PARAMS+= SQLITE_LOCATION=${BUILDLINK_PREFIX.sqlite3} 15MAKE_PARAMS+= SQLITE_LOCATION=${BUILDLINK_PREFIX.sqlite3}
17 16
18BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580 17BUILDLINK_API_DEPENDS.p5-DBI+= p5-DBI>=1.580

cvs diff -r1.31 -r1.32 pkgsrc/databases/p5-DBD-SQLite/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/p5-DBD-SQLite/distinfo 2018/12/04 08:53:00 1.31
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo 2019/01/27 09:56:16 1.32
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.31 2018/12/04 08:53:00 wen Exp $ 1$NetBSD: distinfo,v 1.32 2019/01/27 09:56:16 wen Exp $
2 2
3SHA1 (DBD-SQLite-1.60.tar.gz) = 45127bb681925c8dcae17e67e67fdfd343327874 3SHA1 (DBD-SQLite-1.62.tar.gz) = e4fb2fca987e92f5949fb5a50990bc963f8fe164
4RMD160 (DBD-SQLite-1.60.tar.gz) = 74d3a3d0d19698c1399d1d2dea17e7df79772273 4RMD160 (DBD-SQLite-1.62.tar.gz) = 9e89098e54bf9b0ab4619adfd6f991d2831158a0
5SHA512 (DBD-SQLite-1.60.tar.gz) = b5fd203898815ada13ec04477fa0ad90ec2f53761d9b1ed7cce7d06a674e31d3810e745658aea150a3a58fc18adb889e5e50e795e8575318ab4cc757c1ff1c9e 5SHA512 (DBD-SQLite-1.62.tar.gz) = b452a6245deb0dcc5906167f6ff14d55d70b4f05a1e8113c41810a34f9b75263c2d43f88bb909d872004795ec7d9f4ed93b68ffb5639be7dad9e44e0c8e8439f
6Size (DBD-SQLite-1.60.tar.gz) = 2366390 bytes 6Size (DBD-SQLite-1.62.tar.gz) = 2386097 bytes
7SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea 7SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea