1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87
|
rust-sqlx (0.8.3-2) unstable; urgency=medium
* Team upload.
* Package sqlx 0.8.3 from crates.io using debcargo 2.7.8
* Re-enable rustls support using ring backend and native roots.
-- Peter Michael Green <plugwash@debian.org> Thu, 10 Apr 2025 19:45:24 +0000
rust-sqlx (0.8.3-1) unstable; urgency=medium
* Team upload.
* Package sqlx 0.8.3 from crates.io using debcargo 2.7.6
* Re-enable mysql
* Disable "bundled" feature in sqlx-sqlite dependency.
* Re-arrange patches for easier testing.
* Fix tests.
* Mark tests as broken for the _sqlite feature.
-- Peter Michael Green <plugwash@debian.org> Fri, 31 Jan 2025 04:03:52 +0000
rust-sqlx (0.8.2-2) unstable; urgency=medium
* Team upload.
* Package sqlx 0.8.2 from crates.io using debcargo 2.7.0
* Skip sqlite rustsec_2024_0363 test on 32-bit architectures. The explolit
needs more address space than is available on a 32-bit architecture.
-- Peter Michael Green <plugwash@debian.org> Thu, 26 Sep 2024 17:08:18 +0000
rust-sqlx (0.8.2-1) unstable; urgency=medium
* Package sqlx 0.8.2 from crates.io using debcargo 2.7.0
+ Fixes Binary Protocol Misinterpretation caused by Truncating or
Overflowing Casts. See
https://rustsec.org/advisories/RUSTSEC-2024-0363.html
Closes: #1079517
* Stop shipping static debian/tests/control, relying on the one generated by
debcargo instead.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 25 Sep 2024 17:38:21 +0100
rust-sqlx (0.7.3-4) unstable; urgency=medium
* Team upload.
* Package sqlx 0.7.3 from crates.io using debcargo 2.6.1
* Disable mysql support for now Due to bug #1057096, see discussion at
https://lists.debian.org/debian-rust/2024/08/msg00017.html
* Skip most tests on riscv64 because the test runners are very slow.
-- Peter Michael Green <plugwash@debian.org> Tue, 20 Aug 2024 02:08:56 +0000
rust-sqlx (0.7.3-3) unstable; urgency=medium
* Team upload.
* Package sqlx 0.7.3 from crates.io using debcargo 2.6.1
* Really disable tests that fail with premission denied errors.
-- Peter Michael Green <plugwash@debian.org> Thu, 08 Feb 2024 14:03:41 +0000
rust-sqlx (0.7.3-2) unstable; urgency=medium
* Team upload.
* Package sqlx 0.7.3 from crates.io using debcargo 2.6.1
* Disable tests that fail with premission denied errors.
-- Peter Michael Green <plugwash@debian.org> Tue, 06 Feb 2024 17:33:54 +0000
rust-sqlx (0.7.3-1) unstable; urgency=medium
* Team upload.
* Package sqlx 0.7.3 from crates.io using debcargo 2.6.1
* Fix autopkgtest
+ Relax dev-dependency on libsqlite3-sys.
+ Fix apparent typo in patch replacing tempdir with tempfile.
+ Disable test that fails to build with a file not found error in a macro.
+ Disable tests that require the sqlx-test crate which is not in Debian or
even on crates.io.
+ Disable tests that require a database server.
+ Fix test feature requirements.
-- Peter Michael Green <plugwash@debian.org> Tue, 06 Feb 2024 02:48:00 +0000
rust-sqlx (0.7.1-1) unstable; urgency=medium
* Package sqlx 0.7.1 from crates.io using debcargo 2.6.0
-- Jelmer Vernooij <jelmer@debian.org> Wed, 20 Sep 2023 16:25:16 +0100
|