diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-16 10:16:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-16 10:16:16 +0000 |
commit | 317e9f456f825469baaece82cace17a0c4e87d37 (patch) | |
tree | 5e826e72e34ef1d9550fcc865d7aac61345cb21c /databases | |
parent | 0b7189125561895f961083fadf80899eab928b85 (diff) | |
download | pkgsrc-317e9f456f825469baaece82cace17a0c4e87d37.tar.gz |
Updated p5-DBD-SQLite to 1.52.
1.52 2016-11-15
- Switched to a production version.
1.51_07 2016-10-16
- Downgraded SQLite to 3.13.0 (RT#118395)
1.51_06 2016-10-15
- Updated SQLite to 3.15.0
1.51_05 2016-06-23
- Updated SQLite to 3.13.0
- Resolved #115465: column_info doesn't parse sizes with spaces
(ilmari++)
- Added two missing function declarations (rurban++)
1.51_04 2016-03-07
- Updated SQLite to 3.11.1, which fixed an FTS5 index
corruption issue
1.51_03 2016-02-20
- No code change
- Resolved #112220: t/62_regexp_multibyte_char_class.t fails
for perl >= 5.22.0 and non-utf8 locale (SREZIC++)
1.51_02 2016-02-20
- No code change; fixed a newly added test that only passed
under recent perls (>= 5.18)
1.51_01 2016-02-20
*** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
- Updated to SQLite 3.11.0.
As upstream disabled two-arg fts3_tokenizer() for security concern,
DBD::SQLite also stopped enabling it by default. If you do need
perl tokenizer, compile/install with SQLITE_ENABLE_FTS3_TOKENIZER
environmental variable.
- Applied a doc patch by Salvatore Bonaccorso
- Enabled (experimental) FTS5
- Fixed REGEXP function to work under sqlite_unicode correctly
(AndrĂ¡s Farkas++)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBD-SQLite/Makefile | 5 | ||||
-rw-r--r-- | databases/p5-DBD-SQLite/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile index 3baf01cbdf9..8e37da8b50f 100644 --- a/databases/p5-DBD-SQLite/Makefile +++ b/databases/p5-DBD-SQLite/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.56 2016/06/08 19:22:24 wiz Exp $ +# $NetBSD: Makefile,v 1.57 2016/11/16 10:16:16 wiz Exp $ -DISTNAME= DBD-SQLite-1.50 +DISTNAME= DBD-SQLite-1.52 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/} diff --git a/databases/p5-DBD-SQLite/distinfo b/databases/p5-DBD-SQLite/distinfo index c49329e7104..f246e4f6b57 100644 --- a/databases/p5-DBD-SQLite/distinfo +++ b/databases/p5-DBD-SQLite/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.26 2016/02/11 01:21:37 mef Exp $ +$NetBSD: distinfo,v 1.27 2016/11/16 10:16:16 wiz Exp $ -SHA1 (DBD-SQLite-1.50.tar.gz) = 49463e8cf40deb91db8ce36cd8a5d8ccb9cb28c7 -RMD160 (DBD-SQLite-1.50.tar.gz) = fb4f994fc2f6e0b52761fe87a8e620ebc30f1925 -SHA512 (DBD-SQLite-1.50.tar.gz) = 6ef903ef5a08511caf962d255d1245d83398ca0c807d86463eae86d7408b8ec271e9d7176c120cf6843a12d3670114c1856c85bb737acad9ef79e630dd253c82 -Size (DBD-SQLite-1.50.tar.gz) = 2023829 bytes +SHA1 (DBD-SQLite-1.52.tar.gz) = 1bd2e706c911395a014f83562ad18860e97e204f +RMD160 (DBD-SQLite-1.52.tar.gz) = 100d286ad0546d8671d5882529d1729e7c127e3e +SHA512 (DBD-SQLite-1.52.tar.gz) = 589ab97af705ac8236951d73bdf88a571531ec3d3d75d8bf25c1e1c275fa89a01b907b0a25807fc926808872761ee1087ace47725c3f7a220972923996d3d2d4 +Size (DBD-SQLite-1.52.tar.gz) = 2136120 bytes SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea |