php-horde-db (2.4.0-7)
[PTS] [DDPO]
COMMITS: VCS has seen 1 commit since the debian/2.4.0-7 tag
- Git: https://salsa.debian.org/horde-team/php-horde-db.git
-
- Branch: debian-sid
- Path: debian/changelog
- Browser: https://salsa.debian.org/horde-team/php-horde-db
- Last scan: 2021-01-20 18:51:08+00
- Next scan: 2021-01-28 19:13:00+00
- Merge requests: 1
- CI pipeline status: success
- Debian changelog in Git:
php-horde-db (2.4.0-7) unstable; urgency=medium
[ Melvin Vermeeren ]
* debian/patches:
+ Add backported patches to fix compatibility with PostgreSQL >= 10. Thanks
to Ivan Sergio Borgonovo for working on these patches.
[ Mike Gabriel ]
* debian/patches:
+ Add 1010_phpunit-8.x+9.x.patch. Fix tests with PHPUnit 8.x/9.x.
+ Add psql-drop-pg-attrdef-adsrc.patch. Avoid using pg_attrdef.adsrc
(deprecated and dropped in postgres 12) use information_schema and
pg_get_expr() and pg_get_serial_sequence(). Thanks to Ivan Sergio
Borgonovo for working on this patch.
+ Add 1011_psql-avoid-access-array-offset-on-val-of-type-bool.patch.
Avoid access to array offset on value of type bool in PHP 7.4.
* d/t/control: Require php-horde-test (>= 2.6.4+debian0-6~).
* d/t/control: Add php-horde-cache.
* d/t/control: Make .phpunit.result.cache a writeable file.
-- Mike Gabriel <sunweaver@debian.org> Mon, 07 Sep 2020 11:50:50 +0200
- This branch is 1 commit ahead of tag debian/2.4.0-7
- Git log:
commit 24577a701bdec5300dd75f0c7bf87bdec8f8cda7
Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Sun Sep 13 19:47:48 2020 +0200
d/patches: Add header to 1010_phpunit-8.x+9.x.patch.