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 88
|
rust-io-uring (0.7.8-1) unstable; urgency=medium
* Team upload.
* Package io-uring 0.7.8 from crates.io using debcargo 2.7.8
* Update patches for new upstream.
* Drop align_of_i386.patch
* Use bindgen if no pregenerated bindings are available for the current arch.
-- Peter Michael Green <plugwash@debian.org> Sun, 10 Aug 2025 02:34:05 +0000
rust-io-uring (0.6.4-4) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.4 from crates.io using debcargo 2.7.6
* Bump bindgen dependency to v0.71
-- NoisyCoil <noisycoil@tutanota.com> Thu, 30 Jan 2025 16:16:18 +0100
rust-io-uring (0.6.4-3) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.4 from crates.io using debcargo 2.7.6
* Use mem::zeroed to create instances of io_uring_getevents_arg
-- Peter Michael Green <plugwash@debian.org> Sat, 04 Jan 2025 02:09:48 +0000
rust-io-uring (0.6.4-2) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.4 from crates.io using debcargo 2.7.0
* Fix another alignment test on i386.
-- Peter Michael Green <plugwash@debian.org> Sat, 09 Nov 2024 07:23:55 +0000
rust-io-uring (0.6.4-1) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.4 from crates.io using debcargo 2.7.0
* Adjust range for bindgen dependency.
* Stop patching libc dependency.
* Stop patching socket2 dev-dependency.
-- Peter Michael Green <plugwash@debian.org> Thu, 07 Nov 2024 09:29:47 +0000
rust-io-uring (0.6.1-1) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.1 from crates.io using debcargo 2.6.0
* Adjust bindgen dependency to allow a range of versions from what is current
in Debian to what is current upstream.
* Re-enable tests for bindgen feature, upstream has fixed the failure with
recent kernel headers.
* Update align_of_i386.patch for new upstream.
-- Peter Michael Green <plugwash@debian.org> Sat, 12 Aug 2023 16:35:51 +0000
rust-io-uring (0.6.0-4) unstable; urgency=medium
* Team upload.
* Package io-uring 0.6.0 from crates.io using debcargo 2.6.0
* Disable tests for the bindgen feature for now, they fail with recent kernel
headers.
-- Peter Michael Green <plugwash@debian.org> Sat, 12 Aug 2023 02:58:14 +0000
rust-io-uring (0.6.0-3) unstable; urgency=medium
* Package io-uring 0.6.0 from crates.io using debcargo 2.6.0
* fix alignment errors on i386
-- Alexander Kjäll <alexander.kjall@gmail.com> Tue, 27 Jun 2023 19:28:27 +0300
rust-io-uring (0.6.0-2) unstable; urgency=medium
[ Alexander Kjäll ]
* add description to disable-overwrite-feature patch
[ Michael Tokarev ]
* io-uring: disable sc (system call) dependency
and direct-syscall feature since sc is not portable
-- Michael Tokarev <mjt@tls.msk.ru> Thu, 22 Jun 2023 14:26:22 +0300
rust-io-uring (0.6.0-1) unstable; urgency=medium
* Package io-uring 0.6.0 from crates.io using debcargo 2.6.0
-- Alexander Kjäll <alexander.kjall@gmail.com> Tue, 25 Apr 2023 20:47:13 +0300
|