summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite/Makefile
diff options
context:
space:
mode:
authorwen <wen@pkgsrc.org>2019-01-27 09:56:16 +0000
committerwen <wen@pkgsrc.org>2019-01-27 09:56:16 +0000
commitc0f450685caafc11d7f238428ac79587cd875ad2 (patch)
tree6a7a90e7aab1eed9a0c80437d1952d3ddd4572a3 /databases/p5-DBD-SQLite/Makefile
parentb0f5dcc96bcf39666367eb142a3efe1d6a971cf7 (diff)
downloadpkgsrc-c0f450685caafc11d7f238428ac79587cd875ad2.tar.gz
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 (limited to 'databases/p5-DBD-SQLite/Makefile')
-rw-r--r--databases/p5-DBD-SQLite/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index ca7af1a669f..17711eefdf4 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -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/}