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 Updated p5-DBD-SQLite to 1.52.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e3379a18964a
branches:  trunk
changeset: 354941:e3379a18964a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Nov 16 10:16:16 2016 +0000

description:
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:

 databases/p5-DBD-SQLite/Makefile |   5 ++---
 databases/p5-DBD-SQLite/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 4592d2b446fb -r e3379a18964a databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Wed Nov 16 10:14:47 2016 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Wed Nov 16 10:16:16 2016 +0000
@@ -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 -r 4592d2b446fb -r e3379a18964a databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Wed Nov 16 10:14:47 2016 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Wed Nov 16 10:16:16 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index