Skip to content

Commit

Permalink
Update to 1.48:
Browse files Browse the repository at this point in the history
1.48 2015-06-12
  - Switched to a production version. (ISHIGAKI)

1.47_05 2015-05-08
  - Updated to SQLite 3.8.10

1.47_04 2015-05-02
  - Used MY_CXT instead of a global variable

1.47_03 2015-04-16
  - Added :all to EXPORT_TAGS in ::Constants

1.47_02 2015-04-16
  - Updated to SQLite 3.8.9
  - Added DBD::SQLite::Constants, from which you can import any
    "useful" constants into your applications.
  - Removed previous Cygwin hack as SQLite 3.8.9 compiles well again
  - Now create_function/aggregate accepts an extra bit
    (SQLITE_DETERMINISTIC) for better performance.

1.47_01 2015-02-17
    *** (EXPERIMENTAL) CHANGES THAT MAY POSSIBLY BREAK YOUR OLD APPLICATIONS ***
    - Commented OPTIMIZE out of WriteMakefile (RT #94207).
      If your perl is not compiled with -O2, your DBD::SQLite may
      possibly behave differently under some circumstances.
      (This release is to find notable examples from CPAN Testers).
    - Set THREADSAFE to 0 under Cygwin to cope with an upstream
      regression since 3.8.7 (GH #7).

    - Updated to SQLite 3.8.8.2
    - Resolved #35449: Fast DBH->do (ptushnik, ISHIGAKI)
  • Loading branch information
wiz committed Jun 14, 2015
1 parent 367b14d commit 3bc9605
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions databases/p5-DBD-SQLite/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.51 2015/06/12 10:48:38 wiz Exp $
# $NetBSD: Makefile,v 1.52 2015/06/14 16:51:32 wiz Exp $

DISTNAME= DBD-SQLite-1.46
DISTNAME= DBD-SQLite-1.48
PKGNAME= p5-${DISTNAME}
PKGREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBD/}

Expand Down
8 changes: 4 additions & 4 deletions databases/p5-DBD-SQLite/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.23 2014/12/10 22:01:20 wiz Exp $
$NetBSD: distinfo,v 1.24 2015/06/14 16:51:32 wiz Exp $

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 (DBD-SQLite-1.48.tar.gz) = d2baa78384b0a05fb331c1873822263a2b04c0d8
RMD160 (DBD-SQLite-1.48.tar.gz) = 08ea8411d4258453d6f225c664cb3ef370ed102b
Size (DBD-SQLite-1.48.tar.gz) = 1769115 bytes
SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea

0 comments on commit 3bc9605

Please sign in to comment.