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 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
rust-vm-memory (0.16.1-4) unstable; urgency=medium
* build_depends goes into [source] section.
-- Michael Tokarev <mjt@tls.msk.ru> Sun, 01 Dec 2024 23:49:13 +0300
rust-vm-memory (0.16.1-3) unstable; urgency=medium
* it is architecture-is-64-bit (singular)
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 30 Nov 2024 16:37:09 +0300
rust-vm-memory (0.16.1-2) unstable; urgency=medium
* stop building on !64bit platforms AGAIN ("thank" you plugwash) --
upstream explicitly forbids this now:
compile_error!("vm-memory only supports 64-bit targets!");
Add Build-Depends: architecture-is-64-bits
* remove fix-tests-32-bit.patch
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 30 Nov 2024 16:00:53 +0300
rust-vm-memory (0.16.1-1) unstable; urgency=medium
* Package vm-memory 0.16.1 from crates.io using debcargo 2.6.0
* refresh patches (using git), drop relax-deps.patch
-- Michael Tokarev <mjt@tls.msk.ru> Sat, 30 Nov 2024 13:11:50 +0300
rust-vm-memory (0.14.0-1) unstable; urgency=medium
* Package vm-memory 0.14.0 from crates.io using debcargo 2.6.1
* Update no-benches.patch for new upstream.
* Update skip-tests-atomic-u64.patch for new upstream.
[ Michael Tokarev ]
* Team upload.
* Package vm-memory 0.13.0 from crates.io using debcargo 2.6.0
-- Peter Michael Green <plugwash@debian.org> Sun, 21 Jan 2024 10:11:47 +0000
rust-vm-memory (0.12.2-1) unstable; urgency=medium
* Team upload.
* Package vm-memory 0.12.2 from crates.io using debcargo 2.6.0
* CVE-2023-41051, Closes: #1051101
-- Blair Noctis <n@sail.ng> Tue, 05 Sep 2023 20:20:09 +0300
rust-vm-memory (0.12.0-2) unstable; urgency=medium
* Team upload.
* Disable benches and remove criterion
-- Blair Noctis <n@sail.ng> Sun, 16 Jul 2023 14:02:54 +0300
rust-vm-memory (0.12.0-1) unstable; urgency=medium
* Team upload.
* Package vm-memory 0.12.0 from crates.io using debcargo 2.6.0
* Refresh skip-tests-ppc64el.patch and skip-tests-atomic-u64.patch
(and include less context there)
* Add relax-deps.diff to avoid pulling thiserror >=1.0.40
-- Michael Tokarev <mjt@tls.msk.ru> Sun, 16 Jul 2023 12:45:07 +0300
rust-vm-memory (0.10.0-3) unstable; urgency=medium
* Team upload.
* Package vm-memory 0.10.0 from crates.io using debcargo 2.6.0
* Fix check_byte_valued_type on architectures where 64-bit types have an
alignment less than their size (e.g. i386).
* Fix building tests on architectures where 64-bit atomics are not available
(e.g. armel)
* Set test_is_broken=true for the backend-bitmap feature, it does not build on
architectures where 64-bit atomics are not available.
-- Peter Michael Green <plugwash@debian.org> Tue, 18 Apr 2023 22:11:39 +0000
rust-vm-memory (0.10.0-2) unstable; urgency=medium
* Team upload.
* Package vm-memory 0.10.0 from crates.io using debcargo 2.6.0
* Fix tests/establish baseline.
+ Use let val = 1usize; instead of let val = 1u64; in test_bytes to
fix build failure on 32-bit.
+ Use a smaller value of REGION_SIZE in benches/mmap/mod.rs on 32-bit to
avoid out of memory errors.
+ Skip some mmap tests on ppc64el
-- Peter Michael Green <plugwash@debian.org> Sat, 15 Apr 2023 17:07:22 +0000
rust-vm-memory (0.10.0-1) unstable; urgency=medium
* Package vm-memory 0.10.0 from crates.io using debcargo 2.6.0
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 14 Apr 2023 18:48:39 +0300
rust-vm-memory (0.7.0-2) unstable; urgency=medium
* Team upload.
* Source upload
* Package vm-memory 0.7.0 from crates.io using debcargo 2.5.0
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 21 May 2022 20:12:56 +0200
rust-vm-memory (0.7.0-1) unstable; urgency=medium
* Source upload
* Package vm-memory 0.7.0 from crates.io using debcargo 2.5.0
-- Liang Yan <ly@xryan.net> Fri, 15 Apr 2022 12:47:18 +0200
|