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:           Sat May 20 06:21:07 UTC 2023

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

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

1.72 2022-11-04
    - Switched to a production version

1.71_07 2022-10-26
    - Upgraded SQLite to 3.39.4

1.71_06 2022-03-12
    - Set UTF8CACHE to avoid slowdown with -DDEBUGGING (andk, Leont, FGasper)

1.71_05 2022-02-26
    - Fix another test failure on perl built with -DDEBUGGING
    - Lowercase datatype in table column metadata for backcompat

1.71_04 2022-02-26
    - Fix test failure on perl built with -DDEBUGGING (andk++)

1.71_03 2022-02-23
    - Upgraded SQLite to 3.38.0
    - Expose sqlite_error_offset introduced in 3.38.0

1.71_02 2022-01-07
    - Upgraded SQLite to 3.37.2
    - Improve sqlite_load_extension doc (GH#94, Derek Lamb++)

1.71_01 2021-12-02
    - Upgraded SQLite to 3.37.0
    - Add a feature to unregister a created function
    - Fix accented characters in POD (GH#90, HaraldJoerg++)


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 pkgsrc/databases/p5-DBD-SQLite/Makefile
cvs rdiff -u -r1.37 -r1.38 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.88 pkgsrc/databases/p5-DBD-SQLite/Makefile:1.89
--- pkgsrc/databases/p5-DBD-SQLite/Makefile:1.88        Wed Apr 19 08:09:26 2023
+++ pkgsrc/databases/p5-DBD-SQLite/Makefile     Sat May 20 06:21:07 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.88 2023/04/19 08:09:26 adam Exp $
+# $NetBSD: Makefile,v 1.89 2023/05/20 06:21:07 wiz Exp $
 
-DISTNAME=      DBD-SQLite-1.70
+DISTNAME=      DBD-SQLite-1.72
 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.37 pkgsrc/databases/p5-DBD-SQLite/distinfo:1.38
--- pkgsrc/databases/p5-DBD-SQLite/distinfo:1.37        Wed Aug  3 21:54:11 2022
+++ pkgsrc/databases/p5-DBD-SQLite/distinfo     Sat May 20 06:21:07 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2022/08/03 21:54:11 wiz Exp $
+$NetBSD: distinfo,v 1.38 2023/05/20 06:21:07 wiz Exp $
 
-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
+BLAKE2s (DBD-SQLite-1.72.tar.gz) = 2aaa378422ad58a9581cbb92718e0153baabcf7bec9be174840175f2178ff257
+SHA512 (DBD-SQLite-1.72.tar.gz) = 67a90c618a3626b3ae0b333b5eb4d4d0c8c13712bbcd50c135bf74e83dc252301664089803597c1bcbebf7f1eda040673d4438e70e2dae0aef3b8ebeeecd2f79
+Size (DBD-SQLite-1.72.tar.gz) = 2604501 bytes
 SHA1 (patch-Makefile.PL) = 8caa350b9e380a0eeae5dea3ee3f3ab239f685ea



Home | Main Index | Thread Index | Old Index