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 113 114 115 116
|
rust-procfs (0.17.0-3) unstable; urgency=medium
* Team upload.
* Package procfs 0.17.0 from crates.io using debcargo 2.7.8
* Relax dependency on rustix.
-- Peter Michael Green <plugwash@debian.org> Tue, 16 Sep 2025 21:41:46 +0000
rust-procfs (0.17.0-2) unstable; urgency=medium
* Package procfs 0.17.0 from crates.io using debcargo 2.7.7
* Fix test making wrong assumptions about PID 2 in test environment
[ NoisyCoil ]
* Team upload.
* Package procfs 0.17.0 from crates.io using debcargo 2.7.6
* Disable test wanting rw procfs
-- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 16 Feb 2025 16:27:17 +0100
rust-procfs (0.17.0-1) experimental; urgency=medium
* Team upload.
* Package procfs 0.17.0 from crates.io using debcargo 2.7.6
* d/patches:
- move a number of hunks to new procfs-core package
- add remove-benches.patch (stop running benches)
- refresh
-- NoisyCoil <noisycoil@tutanota.com> Mon, 10 Feb 2025 12:09:48 +0100
rust-procfs (0.14.2-7) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.1
* Skip test_meminfo on s90x, it fails on the test runners but apparently
not on the porterbox.
-- Peter Michael Green <plugwash@debian.org> Sun, 15 Sep 2024 19:00:34 +0000
rust-procfs (0.14.2-6) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.1
* Bump criterion to 0.5
* Improve error reporting in "convert_to_kibibytes" function.
-- Peter Michael Green <plugwash@debian.org> Sat, 14 Sep 2024 20:55:48 +0000
rust-procfs (0.14.2-5) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.0
* Upload to unstable.
-- Peter Michael Green <plugwash@debian.org> Sun, 08 Oct 2023 22:01:07 +0000
rust-procfs (0.14.2-4) experimental; urgency=medium
* Package procfs 0.14.2 from crates.io using debcargo 2.6.0
[ Fabian Grünbichler ]
* Team upload.
* Rebuild with rustix 0.38
-- Peter Michael Green <plugwash@debian.org> Sun, 27 Aug 2023 21:29:47 +0000
rust-procfs (0.14.2-3) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.0
* Further autopkgtest tweaks based on debci logs and porterbox testing.
+ Don't fail tests if MEMORY_FAILURE support is not enabled in kernel.
+ Don't fail tests if huge pages support is not enabled in kernel.
+ Fix test_parse_ipaddr on big endian systems.
-- Peter Michael Green <plugwash@debian.org> Thu, 22 Jun 2023 15:07:27 +0000
rust-procfs (0.14.2-2) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.0
* Further autopkgtest tweaks based on debci logs.
+ Don't fail tests if "meminfo map is not empty", this can happen when
the kernel adds new features.
+ Don't fail tests if /proc/cpuinfo doesn't contain model or vendor
information.
+ Don't fail tests if /proc/cpuinfo has only one CPU entry, but the
system has multiple cores according to stat.cpu_time, this seems
to happen on some arm systems.
-- Peter Michael Green <plugwash@debian.org> Mon, 19 Jun 2023 00:29:54 +0000
rust-procfs (0.14.2-1) unstable; urgency=medium
* Team upload.
* Package procfs 0.14.2 from crates.io using debcargo 2.6.0
* Bump rustix dependency to 0.37
* Tweak tests so they work in a broader range of environments.
* Remove dev-dependencies on failure and procfs and disable tests
that depend on them so the rest of the testsuite can run.
* Disable test_task_runsinglethread, it seems to fail on
overloaded/throttled systems.
-- Peter Michael Green <plugwash@debian.org> Tue, 13 Jun 2023 21:20:43 +0000
rust-procfs (0.14.1-1) unstable; urgency=medium
* Team upload.
[ Sylvestre Ledru ]
* Package procfs 0.14.1 from crates.io using debcargo 2.5.0
[ Joshua Peisach ]
* Package procfs 0.12.0 from crates.io using debcargo 2.5.0 (Closes: #950012)
-- Joshua Peisach <itzswirlz2020@outlook.com> Sun, 30 Oct 2022 08:54:33 +0100
|