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 Update to 1.46:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/426274300079
branches:  trunk
changeset: 643076:426274300079
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Dec 10 22:01:20 2014 +0000

description:
Update to 1.46:

1.46 2014-12-10
    - Switched to a production version. (ISHIGAKI)

1.45_06 2014-11-26
    - Silenced a compile-time warning (Unescaped left brace
      in regex is deprecated) in PerlData virtual table
      under bleadperl

1.45_05 2014-11-25
    - Updated to SQLite 3.8.7.2
    - Restored regexp support in PerlData virtual table
      by secure reimplementation using closure (DAMI++)

1.45_04 2014-10-28
    *** CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Changed to apply quotemeta() to parameters while building
      a query for a virtual table using PerlData for security.
      (RIBASUSHI++ and MAUKE++) (DAMI, ISHIGAKI)

1.45_03 2014-10-25
    - Fixed regression of 0 as integer (ISHIGAKI)

1.45_02 2014-10-23
    - Improved int overflow handling under 32bit strawberry perl
      (ISHIGAKI)

1.45_01 2014-10-22
    - Updated to SQLite 3.8.7 (ISHIGAKI)
    - Resolved #76395 (hopefully): int values over 32 bit in length
      produce an error "datatype mismatch" (ISHIGAKI)

diffstat:

 databases/p5-DBD-SQLite/Makefile |  4 ++--
 databases/p5-DBD-SQLite/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 2e339819d839 -r 426274300079 databases/p5-DBD-SQLite/Makefile
--- a/databases/p5-DBD-SQLite/Makefile  Wed Dec 10 22:00:00 2014 +0000
+++ b/databases/p5-DBD-SQLite/Makefile  Wed Dec 10 22:01:20 2014 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2014/10/26 11:54:58 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2014/12/10 22:01:20 wiz Exp $
 
-DISTNAME=      DBD-SQLite-1.44
+DISTNAME=      DBD-SQLite-1.46
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
diff -r 2e339819d839 -r 426274300079 databases/p5-DBD-SQLite/distinfo
--- a/databases/p5-DBD-SQLite/distinfo  Wed Dec 10 22:00:00 2014 +0000
+++ b/databases/p5-DBD-SQLite/distinfo  Wed Dec 10 22:01:20 2014 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2014/10/26 11:54:58 wiz Exp $
+$NetBSD: distinfo,v 1.23 2014/12/10 22:01:20 wiz Exp $
 
-SHA1 (DBD-SQLite-1.44.tar.gz) = 032f686f23531f12dbca473cb7ad219150f57f7c
-RMD160 (DBD-SQLite-1.44.tar.gz) = fd02407eca7442e85c86834024542430788a0ebb
-Size (DBD-SQLite-1.44.tar.gz) = 1687114 bytes
+SHA1 (DBD-SQLite-1.46.tar.gz) = 1210af99d7010b315e4c4de9fb895ac34bdb22bd
+RMD160 (DBD-SQLite-1.46.tar.gz) = 5fdecac9f88f17a9617a88d6e910fc58194937f6
+Size (DBD-SQLite-1.46.tar.gz) = 1718862 bytes
 SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index