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 Aug  3 21:54:12 UTC 2022

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

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

1.70 2021-08-01
    - Switched to a production version

1.69_02 2021-07-30
    - Fix doc to use the correct attribute with sqlite_ (GH#86, eekboek++)
    - Modify the fix to silence the sqlite_unicode warning not to check
      the attribute twice
    - Fix an encoding issue of naive (GH#83, HaraldJoerg++)

1.69_01 2021-07-30
    - Typo (GH#85, grr++)
    - Silenced deprecation warning of sqlite_unicode not to break
      tests of existing applications

1.68 2021-07-22
    - Switched to a production version

1.67_07 2021-06-19
    - Upgraded SQLite to 3.36.0

1.67_06 2021-06-14
    - Experiment with another quadmath patch to see if it works
      with an older version of FreeBSD

1.67_05 2021-06-13
    - Made DBD_SQLITE_STRING_MODE constants exportable

1.67_04 2021-05-31
    - Upgraded SQLite to 3.35.5
    - Stop setting THREADSAFE=0 if perl has pthread (ie. 5.20+)
      (Bjoern Hoehrmann++, GH#69, #72)
    - Fixed a memory leak in ::VirtualTable
    - Introduced "string_mode" handle attribute (Felipe Gasper++)
      to fix long-standing issues of sqlite_unicode (GH#78, #68)
    - Added a dependency from dbdimp.o to the *.inc files included
      into dbdimp.c (Laurent Dami++, GH#74)
    - Fixed an offset issue of VirtualTable (Laurent Dami++, GH#75)

1.67_03 2021-03-31
    - Upgraded SQLite to 3.35.3
    - Enabled math functions introduced in SQLite 3.35
    - Fix quadmath issues (Tux++, leont++)

1.67_02 2020-12-06
    - Upgraded SQLite to 3.34.0
    - Added a few new constants
    - Added sqlite_txn_state method to see internal state
      of the backend

1.67_01 2020-11-24
    - Switched to XSLoader (GH#63; toddr++)
    - Use quadmath_snprintf if USE_QUADMATH is defined
    - Use av_fetch instead of av_shift (norimy++)


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.36 -r1.37 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.85 pkgsrc/databases/p5-DBD-SQLite/Makefile:1.86
--- pkgsrc/databases/p5-DBD-SQLite/Makefile:1.85        Tue Jun 28 11:31:22 2022
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile     Wed Aug  3 21:54:11 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.85 2022/06/28 11:31:22 wiz Exp $
+# $NetBSD: Makefile,v 1.86 2022/08/03 21:54:11 wiz Exp $
 
-DISTNAME=      DBD-SQLite-1.66
+DISTNAME=      DBD-SQLite-1.70
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   6
 CATEGORIES=    databases perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DBD/}
 
@@ -15,7 +14,7 @@ PERL5_PACKLIST=       auto/DBD/SQLite/.packlis
 MAKE_PARAMS+=  SQLITE_LOCATION=${BUILDLINK_PREFIX.sqlite3}
 
 .include "../../databases/p5-DBI/buildlink3.mk"
-BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.8.4.1
+BUILDLINK_API_DEPENDS.sqlite3+=        sqlite3>=3.34
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/databases/p5-DBD-SQLite/distinfo
diff -u pkgsrc/databases/p5-DBD-SQLite/distinfo:1.36 pkgsrc/databases/p5-DBD-SQLite/distinfo:1.37
--- pkgsrc/databases/p5-DBD-SQLite/distinfo:1.36        Tue Oct 26 10:09:29 2021
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo     Wed Aug  3 21:54:11 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.36 2021/10/26 10:09:29 nia Exp $
+$NetBSD: distinfo,v 1.37 2022/08/03 21:54:11 wiz Exp $
 
-BLAKE2s (DBD-SQLite-1.66.tar.gz) = 653f6fca51f3f57b97dd36637b851546ac66a91085c6e2c5486d7de54714d25f
-SHA512 (DBD-SQLite-1.66.tar.gz) = 4d58003e69f29b18d01ed0b5853cdac40ec9ce5d4c75bc8a3743937897a38290a99be30b1b9fae593b0d8d51d05b7e2438d29f7a7c1c755b66de51826397aef9
-Size (DBD-SQLite-1.66.tar.gz) = 2483436 bytes
+BLAKE2s (DBD-SQLite-1.70.tar.gz) = d01bf8c525cf8be34ffcc95e2c3baa2fa5a4d6db113815ba63b330440b039cac
+SHA512 (DBD-SQLite-1.70.tar.gz) = 163d53a8a214202a39b346ae023f9d10255c69dde537bc764a4ef312b62ef7b02ae1400e6c1a59d0483fd98abba6c36939214c13f5d9b3a2727c41753ba59060
+Size (DBD-SQLite-1.70.tar.gz) = 2537672 bytes
 SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index