Skip to content

Commit 21bb2fe

Browse files
author
taca
committed
databases/pear-DB: update to 1.12.1
1.12.0 (2024-01-16) * feature: add sqlite3 driver #18 * feature: add lastId() method on mysql, mysqli and sqlite3 #19 #21 * task: fix prototypes for PHP 8 #12 * task: Try and fix test by removing each #16 * task: PHP8.1 Compatability restore error handling to previous state whilst ... #13 * task: DB::apiVersion() should be declared as static #17 * task: Fix PHP8.2 Deprecated use of ${var} instead of {$var} #14 * task: PHP8.2 ready #21 * task: Mark mssql-Driver, mysql-Driver and sybase-Driver as Deprecated #21 * bug: PHP 8.0 testcase failure #23 #24 1.12.1 (2024-01-17) * bug: Missing new file in package.xml #25 * bug: Minimal fix for sqlite3 #26
1 parent 736e93a commit 21bb2fe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

databases/pear-DB/Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.16 2021/08/12 14:32:09 taca Exp $
1+
# $NetBSD: Makefile,v 1.17 2024/02/24 16:11:00 taca Exp $
22

3-
DISTNAME= DB-1.11.0
3+
DISTNAME= DB-1.12.1
44
CATEGORIES= databases
55

66
CONFLICTS= php-pear-DB-[0-9]*

databases/pear-DB/distinfo

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.11 2021/10/26 10:09:42 nia Exp $
1+
$NetBSD: distinfo,v 1.12 2024/02/24 16:11:00 taca Exp $
22

3-
BLAKE2s (pear/DB-1.11.0.tgz) = 24f7654ee307f56174cf6e7c803e3246eaaaa009a7024586ca233c5d1296e517
4-
SHA512 (pear/DB-1.11.0.tgz) = 88488874ee1cb6ff228199106702b1992eab4c7dce44984639951c0693e37ace115214973ef9cbd79959f0602b58cce8a254b47e32dc3d44171d0d7bf78db825
5-
Size (pear/DB-1.11.0.tgz) = 132549 bytes
3+
BLAKE2s (pear/DB-1.12.1.tgz) = 5d4911384194bd3fd980c00cb0afc34dc2f09904b5656b9af6fbfab34f5d5443
4+
SHA512 (pear/DB-1.12.1.tgz) = 00eed538145ddd0e666b2cb1f7fc3c45f1b1d6ea6e939cf5d200fa7355e0b46bad9bb7525d3df5983d9a35d7affca32610773e4729d5a4f472153bb44fbb6557
5+
Size (pear/DB-1.12.1.tgz) = 140261 bytes

0 commit comments

Comments
 (0)