Sync cowsql 1.15.6-1 (universe) from Debian unstable (main)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
cowsql (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Please sync cowsql 1.15.6-1 (universe) from Debian unstable (main)
Explanation of the Ubuntu delta and why it can be dropped:
* No-change rebuild for CVE-2024-3094
* Disable flaky promotion test which passes or fails inconsistently across
several architectures
A skip conditional was included upstream due to the flakiness of the test. A patch to disable the test is no longer necessary.
$ git diff old/debian:
...
+ /* TODO: this test is time-dependant and flaky on some platforms */
+ if (getenv("CI") == NULL) {
+ return MUNIT_SKIP;
+ }
...
* d/p/time_t.patch: Work around time_t now being 64-bit on armhf
(LP: #2059123)
This patch was cherry-picked from upstream and, since then, has been merged.
See: https:/
* No-change rebuild against libuv1 t64.
Changelog entries since current plucky version 1.15.4-1ubuntu3:
cowsql (1.15.6-1) unstable; urgency=medium
* New upstream release (closes: #1067369).
-- Free Ekanayaka <email address hidden> Fri, 29 Mar 2024 10:35:43 +0000
Changed in cowsql (Ubuntu): | |
importance: | Undecided → Wishlist |
moo