[ubuntu/lunar-proposed] procps 2:4.0.2-3ubuntu1 (Accepted)
Lukas Märdian
slyon at ubuntu.com
Wed Feb 15 12:08:15 UTC 2023
procps (2:4.0.2-3ubuntu1) lunar; urgency=medium
* Merge from Debian unstable. Remaining changes:
- debian/sysctl.d (Ubuntu-specific):
+ 10-console-messages.conf: stop low-level kernel messages on console.
+ 10-kernel-hardening.conf: add the kptr_restrict setting
+ 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
for IPv6 privacy extensions for interfaces. (LP: #176125, #841353)
+ 10-magic-sysrq.conf: Disable most magic sysrq by default, allowing
critical sync, remount, reboot functions. (LP: #194676, LP: #1025467)
+ 10-network-security.conf: enable rp_filter.
+ 10-ptrace.conf: describe new PTRACE setting.
+ 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
for armhf, and arm64.
+ 10-qemu.conf.s390x for qemu.
- debian/rules: Fix cross build
- ignore_eaccess.patch: If we get eaccess when opening a sysctl file for
writing, don't error out. Otherwise package upgrades can fail,
especially in containers.
- Adjust logic due to rc no longer being propagated (LP: #1903351)
- ignore_erofs.patch: Same as ignore_eaccess but for the case where
part of /proc is read/only.
- Adjust logic due to rc no longer being propagated (LP: #1903351)
- negative_committed_mem.patch: fix new 'free commited' test
- d/t/stack-limit: add basic autopkgtest to validate limits
- Add basic autopkgtest to validate sysctl-defaults (LP: #1962038)
* Refresh patches
* Dropped changes:
- debian/procps.maintscript: handle migration of link-protect.conf from
/etc to /usr.
- Added in Focal, should be clean as of Jammy.
procps (2:4.0.2-3) unstable; urgency=medium
[ Pino Toscano ]
* Drop the Debian menu file: (Closes: #192635)
- the Debian menu is deprecated for some years already
- the menu item does not have an icon
- the menu item is for a terminal, and generally GUI environments have their
own process listing application
[ Craig Small ]
* ps: correct BSD c option Closes: #1026326
* skill: fix -p option Closes: #1025915
procps (2:4.0.2-2) unstable; urgency=medium
* Fix test_pids test Closes: #1025495
* Don't install english manpages everywhere Closes: #1025506
* Install non-english manpages too
procps (2:4.0.2-1) unstable; urgency=medium
* New libproc2 library moved into sid
library: total new API
free: Used field is now Total - Available
free: Added Comitted memory option
pgrep: -A to ignore ancestors
pgrep: Can select version 2 cgroup paths
ps: many new fields
sysctl: Support systemd glob patterns
sysctl: Check resolved path is under /proc/sys
top: many new fields
top: extra wide views for CPU and memory stats
top: bottom window to display supplementary data
procps (2:4.0.1-1) experimental; urgency=medium
* New upstream release to experimental
procps (2:4.0.1~rc3-1) experimental; urgency=medium
[ Pino Toscano ]
* Drop the Debian menu file: (Closes: #192635)
- the Debian menu is deprecated for some years already
- the menu item does not have an icon
- the menu item is for a terminal, and generally GUI environments have their
own process listing application
[ Craig Small ]
* New upstream release
* Re-renamed library, last time!
procps (2:4.0.0-1) experimental; urgency=medium
* New upstream release
* Library renamed and API changed
* Uploaded to experimental
procps (2:3.3.17-7.1) unstable; urgency=medium
* Non-maintainer upload.
* remove dependency on lsb-base Closes: #1020602
Date: Wed, 15 Feb 2023 12:39:13 +0100
Changed-By: Lukas Märdian <slyon at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/procps/2:4.0.2-3ubuntu1
-------------- next part --------------
Format: 1.8
Date: Wed, 15 Feb 2023 12:39:13 +0100
Source: procps
Built-For-Profiles: noudeb
Architecture: source
Version: 2:4.0.2-3ubuntu1
Distribution: lunar
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Lukas Märdian <slyon at ubuntu.com>
Closes: 192635 1020602 1025495 1025506 1025915 1026326
Launchpad-Bugs-Fixed: 176125 194676 841353 1025467 1903351 1962038
Changes:
procps (2:4.0.2-3ubuntu1) lunar; urgency=medium
.
* Merge from Debian unstable. Remaining changes:
- debian/sysctl.d (Ubuntu-specific):
+ 10-console-messages.conf: stop low-level kernel messages on console.
+ 10-kernel-hardening.conf: add the kptr_restrict setting
+ 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
for IPv6 privacy extensions for interfaces. (LP: #176125, #841353)
+ 10-magic-sysrq.conf: Disable most magic sysrq by default, allowing
critical sync, remount, reboot functions. (LP: #194676, LP: #1025467)
+ 10-network-security.conf: enable rp_filter.
+ 10-ptrace.conf: describe new PTRACE setting.
+ 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
for armhf, and arm64.
+ 10-qemu.conf.s390x for qemu.
- debian/rules: Fix cross build
- ignore_eaccess.patch: If we get eaccess when opening a sysctl file for
writing, don't error out. Otherwise package upgrades can fail,
especially in containers.
- Adjust logic due to rc no longer being propagated (LP: #1903351)
- ignore_erofs.patch: Same as ignore_eaccess but for the case where
part of /proc is read/only.
- Adjust logic due to rc no longer being propagated (LP: #1903351)
- negative_committed_mem.patch: fix new 'free commited' test
- d/t/stack-limit: add basic autopkgtest to validate limits
- Add basic autopkgtest to validate sysctl-defaults (LP: #1962038)
* Refresh patches
* Dropped changes:
- debian/procps.maintscript: handle migration of link-protect.conf from
/etc to /usr.
- Added in Focal, should be clean as of Jammy.
.
procps (2:4.0.2-3) unstable; urgency=medium
.
[ Pino Toscano ]
* Drop the Debian menu file: (Closes: #192635)
- the Debian menu is deprecated for some years already
- the menu item does not have an icon
- the menu item is for a terminal, and generally GUI environments have their
own process listing application
.
[ Craig Small ]
* ps: correct BSD c option Closes: #1026326
* skill: fix -p option Closes: #1025915
.
procps (2:4.0.2-2) unstable; urgency=medium
.
* Fix test_pids test Closes: #1025495
* Don't install english manpages everywhere Closes: #1025506
* Install non-english manpages too
.
procps (2:4.0.2-1) unstable; urgency=medium
.
* New libproc2 library moved into sid
library: total new API
free: Used field is now Total - Available
free: Added Comitted memory option
pgrep: -A to ignore ancestors
pgrep: Can select version 2 cgroup paths
ps: many new fields
sysctl: Support systemd glob patterns
sysctl: Check resolved path is under /proc/sys
top: many new fields
top: extra wide views for CPU and memory stats
top: bottom window to display supplementary data
.
procps (2:4.0.1-1) experimental; urgency=medium
.
* New upstream release to experimental
.
procps (2:4.0.1~rc3-1) experimental; urgency=medium
.
[ Pino Toscano ]
* Drop the Debian menu file: (Closes: #192635)
- the Debian menu is deprecated for some years already
- the menu item does not have an icon
- the menu item is for a terminal, and generally GUI environments have their
own process listing application
.
[ Craig Small ]
* New upstream release
* Re-renamed library, last time!
.
procps (2:4.0.0-1) experimental; urgency=medium
.
* New upstream release
* Library renamed and API changed
* Uploaded to experimental
.
procps (2:3.3.17-7.1) unstable; urgency=medium
.
* Non-maintainer upload.
* remove dependency on lsb-base Closes: #1020602
Checksums-Sha1:
32cf7b163b4f9d19a04f5647802d839f7cd7f6c8 2234 procps_4.0.2-3ubuntu1.dsc
56e42720501672556e699eb38ace869c7e6fb917 1279196 procps_4.0.2.orig.tar.xz
9365a4d02d3ebb05a3e9f31910edc4d5af5d5c1f 34520 procps_4.0.2-3ubuntu1.debian.tar.xz
20ad24eb6e03b63cdb1b7664e98e6083c4b613a7 7923 procps_4.0.2-3ubuntu1_source.buildinfo
Checksums-Sha256:
b6f6b843e9364c0fddf21437572460e41761be4064fca2ea1d7890dbe350f83f 2234 procps_4.0.2-3ubuntu1.dsc
ee3fcd2ea6ff94aa43a81ba5cc7912b7c9615acd2911c7a3d3ea081287fdf47a 1279196 procps_4.0.2.orig.tar.xz
9212981e6102aa10de0847ab8014f58af8856f7d23f7f7df3f96f3b12da611ca 34520 procps_4.0.2-3ubuntu1.debian.tar.xz
a82fbf4b59bca9ef99918e212dd1e10e77384b10a507e7feb81326d1831d5b44 7923 procps_4.0.2-3ubuntu1_source.buildinfo
Files:
ab6aabd24b54b323041ef525df79f7d6 2234 admin optional procps_4.0.2-3ubuntu1.dsc
691748c4767f19b9d94ed9d088e40c4d 1279196 admin optional procps_4.0.2.orig.tar.xz
b53664b9a948f7016540a0186fd8cd25 34520 admin optional procps_4.0.2-3ubuntu1.debian.tar.xz
6632ce363fd1e4a241088784476e2eca 7923 admin optional procps_4.0.2-3ubuntu1_source.buildinfo
Original-Maintainer: Craig Small <csmall at debian.org>
Vcs-Git: https://git.launchpad.net/~slyon/ubuntu/+source/procps
Vcs-Git-Ref: refs/heads/ubuntu/devel
Vcs-Git-Commit: 425a0329d756fe671da70071d0667b4f0541ebef
More information about the lunar-changes
mailing list