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:   wiz
Date:           Wed Nov 16 10:16:16 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.26 -r1.27 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.56 pkgsrc/databases/p5-DBD-SQLite/Makefile:1.57
--- pkgsrc/databases/p5-DBD-SQLite/Makefile:1.56        Wed Jun  8 19:22:24 2016
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile     Wed Nov 16 10:16:16 2016
@@ -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/}
 

Index: pkgsrc/databases/p5-DBD-SQLite/distinfo
diff -u pkgsrc/databases/p5-DBD-SQLite/distinfo:1.26 pkgsrc/databases/p5-DBD-SQLite/distinfo:1.27
--- pkgsrc/databases/p5-DBD-SQLite/distinfo:1.26        Thu Feb 11 01:21:37 2016
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo     Wed Nov 16 10:16:16 2016
@@ -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