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:           Sun Mar  4 11:11:38 UTC 2018

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

Log Message:
p5-DBD-SQLite: update to 1.56.

1.56 2018-02-28
    - Switched to a production version.

1.55_07 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Upgraded SQLite to 3.22.0
    - Disabled two STAT compile time options (tentatively),
      which fixes RT-124227 anyway

1.55_06 2018-01-27
    - This is a developer release to help testing DBIx::Class
    - Downgraded SQLite to 3.19.3 because of a SQLite regression
      (RT-124227, ribasushi++)
    - Fixed some tests to adapt to a change in error format
      introduced by the latest DBI
    - Remove no warnings test from t/43_fts.t which failed under
      some environments

1.55_05 2017-12-16
    - Implemented ParamValues statement handle attribute (RT-123886)

1.55_04 2017-11-22
    - Updated SQLite to 3.21.0
    - Resolved #122581: statistics_info() doesn't work correctly
      (John Deighan)
    - Fixed typo (GH#26, ReneNyffenegger)
    - Silenced some warnings (GH#25, Jacques Germishuys)
    - Fixed no dot in @INC issue (GH#24, ribasushi)
    - Fixed zero-length BLOB value is retrieved as undef
      (GH#23, SATO Kentaro)
    - Fixed VirtualTable::PerlData to use new ops added in SQLite 3.21.0
      (GH#28, fschlich)
    - noted on sqlite_extended_result_codes handle attribute

1.55_03 2017-02-14
    - Updated SQLite to 3.17.0

1.55_02 2017-01-08
    - Updated SQLite to 3.16.2
    - Fixed statistics_info when only unique indexes were requested (Dave
      Rolsky++). GitHub #21

1.55_01 2017-01-04
    - Updated SQLite to 3.16.0


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.28 -r1.29 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.63 pkgsrc/databases/p5-DBD-SQLite/Makefile:1.64
--- pkgsrc/databases/p5-DBD-SQLite/Makefile:1.63        Thu Nov 30 16:45:18 2017
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile     Sun Mar  4 11:11:38 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2017/11/30 16:45:18 adam Exp $
+# $NetBSD: Makefile,v 1.64 2018/03/04 11:11:38 wiz Exp $
 
-DISTNAME=      DBD-SQLite-1.54
+DISTNAME=      DBD-SQLite-1.56
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   4
 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.28 pkgsrc/databases/p5-DBD-SQLite/distinfo:1.29
--- pkgsrc/databases/p5-DBD-SQLite/distinfo:1.28        Sun Jan  1 14:06:03 2017
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo     Sun Mar  4 11:11:38 2018
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.28 2017/01/01 14:06:03 wiz Exp $
+$NetBSD: distinfo,v 1.29 2018/03/04 11:11:38 wiz Exp $
 
-SHA1 (DBD-SQLite-1.54.tar.gz) = b9fc3e565899c67beffad2e290a816cbb69b03f2
-RMD160 (DBD-SQLite-1.54.tar.gz) = f97a2a5ff99148e49a30e5b3246422b328e1bb95
-SHA512 (DBD-SQLite-1.54.tar.gz) = a8daff59679973467dff80c013b6ff9d7229a505b62c0312bdf7f9288af64dcd2e99f889b66eb98103b0e6ac7a9b0fa7c9c517c5c2673ee7f84b3b6b5d26173e
-Size (DBD-SQLite-1.54.tar.gz) = 2136219 bytes
+SHA1 (DBD-SQLite-1.56.tar.gz) = 37c7c48018f27677363fcc373a5b004c77df042d
+RMD160 (DBD-SQLite-1.56.tar.gz) = 3269ed10ed7a1bd30b487ddaface16a34414c1c8
+SHA512 (DBD-SQLite-1.56.tar.gz) = 1c9be3557691f76a9e543fe4bd6656a6b82f53fba4bc05261a55affa0a38b4eaa1cf876da975234c9c09985ba25b21f6f7a735f1cc47104169edf7fdd3a2e314
+Size (DBD-SQLite-1.56.tar.gz) = 2248699 bytes
 SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index