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 89 90 91 92 93
|
rust-hyper-0.14 (0.14.32-2) unstable; urgency=medium
* Team upload.
* Package hyper 0.14.32 from crates.io using debcargo 2.7.6
* Use newly added debian-specific "legacy" feature in rust-h2, since this
crate still uses http 0.2.
* Skip happy-eyballs test, it seems a bit oversensitive.
* Skip sizeof tests on 32-bit architectures.
-- Peter Michael Green <plugwash@debian.org> Mon, 20 Jan 2025 11:57:06 +0000
rust-hyper-0.14 (0.14.32-1) unstable; urgency=medium
* Split out hyper-0.14 to ease transition
* Package hyper 0.14.32 from crates.io using debcargo 2.7.6
-- Blair Noctis <ncts@debian.org> Fri, 17 Jan 2025 16:52:14 +0000
rust-hyper (0.14.27-2) unstable; urgency=medium
* Team upload.
* Package hyper 0.14.27 from crates.io using debcargo 2.6.1
* Upgrade h2 dependency to 0.4
-- Alexander Kjäll <alexander.kjall@gmail.com> Fri, 12 Apr 2024 09:18:30 -0400
rust-hyper (0.14.27-1) unstable; urgency=medium
* Team upload.
* Package hyper 0.14.27 from crates.io using debcargo 2.6.1 (Closes: #1055929)
-- Peter Michael Green <plugwash@debian.org> Tue, 28 Nov 2023 18:17:03 +0000
rust-hyper (0.14.25-2) unstable; urgency=medium
* Team upload.
* Package hyper 0.14.25 from crates.io using debcargo 2.6.0
* Bump socket2 dependency to 0.5
* Bump tokio dependency to 1.30 (the first version that uses socket2 0.5).
-- Peter Michael Green <plugwash@debian.org> Tue, 31 Oct 2023 17:53:06 +0000
rust-hyper (0.14.25-1) unstable; urgency=medium
* Team upload.
* Package hyper 0.14.25 from crates.io using debcargo 2.6.0 (Closes: #1043516)
* Fix autopkgtest (it was previously skipped)
+ Remove refrences to tests/benches/examples that are not included in the
crates.io release.
+ Remove dev-dependencies on on spmc, it does not seem to actually be
needed.
+ Remove dev-dependencies on tokio-test and pnet-datalink and disable tests
that require them the rest of the testsuite can run.
+ Set test_is_broken for the "ffi" feature, it refuses to build unless
special flags are set.
+ Skip testing that Option<Body> and Body have the same size, it appears that
the "niche" optimisations don't happen on at least i386.
+ Bump dev-dependency on pretty_env_logger
-- Peter Michael Green <plugwash@debian.org> Sun, 13 Aug 2023 02:51:44 +0000
rust-hyper (0.14.19-1) unstable; urgency=medium
* Package hyper 0.14.19 from crates.io using debcargo 2.5.0
* Set collapse_features = true
[ Fabian Gruenbichler ]
* Team upload.
* Package hyper 0.14.18 from crates.io using debcargo 2.5.0
* closes: #988729
-- Peter Michael Green <plugwash@debian.org> Fri, 24 Jun 2022 23:44:18 +0000
rust-hyper (0.12.35-1) unstable; urgency=medium
* Package hyper 0.12.35 from crates.io using debcargo 2.2.10
[ Ximin Luo ]
* Team upload.
* No need to exclude or clean Cargo.lock with dh-cargo >= 20.
-- Andrej Shadura <andrewsh@debian.org> Thu, 03 Oct 2019 15:09:28 +0200
rust-hyper (0.12.33-1) unstable; urgency=medium
* Team upload.
* Package hyper 0.12.33 from crates.io using debcargo 2.2.10
[ kpcyrd ]
* Package hyper 0.12.23 from crates.io using debcargo 2.2.10
-- Andrej Shadura <andrewsh@debian.org> Mon, 12 Aug 2019 18:15:44 +0200
|