procps 2:3.3.17-6ubuntu1 source package in Ubuntu
Changelog
procps (2:3.3.17-6ubuntu1) jammy; urgency=low * Merge from Debian unstable (LP: #1961805). 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) - debian/procps.maintscript: handle migration of link-protect.conf from /etc to /usr. Dropped changes: - debian/README.sysctl: Debian has added this information. - debian/procps.install: debian/protect-links.conf has been re-named to debian/99-protect-links.conf, so it can be safely installed again (see LP: #1938585 for background). -- Nick Rosbrook <email address hidden> Fri, 18 Feb 2022 16:49:15 -0500
Upload details
- Uploaded by:
- Nick Rosbrook
- Sponsored by:
- William Wilson
- Uploaded to:
- Jammy
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- admin
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
procps_3.3.17.orig.tar.xz | 984.8 KiB | 4518b3e7aafd34ec07d0063d250fd474999b20b200218c3ae56f5d2113f141b4 |
procps_3.3.17-6ubuntu1.debian.tar.xz | 33.3 KiB | e9d9f0c3fc063adf55c291570410cf8c460f7380c82a3a270df6064b5b38238c |
procps_3.3.17-6ubuntu1.dsc | 2.2 KiB | 66f11530972de45cc8561f64d27ad3c4a2cbce1a7798907290596d3ec1f07f4b |
Available diffs
Binary packages built by this source
- libprocps-dev: library for accessing process information from /proc
These are the header files for libproc. Some packages using libproc
to access process information from /proc need these to compile.
- libprocps8: library for accessing process information from /proc
The libprocps library is a way of accessing information out of the /proc
filesystem.
.
This package contains the shared libraries necessary to run programs
compiled with libprocps.
- libprocps8-dbgsym: debug symbols for libprocps8
- procps: /proc file system utilities
This package provides command line and full screen utilities for browsing
procfs, a "pseudo" file system dynamically generated by the kernel to
provide information about the status of entries in its process table
(such as whether the process is running, stopped, or a "zombie").
.
It contains free, kill, pkill, pgrep, pmap, ps, pwdx, skill, slabtop,
snice, sysctl, tload, top, uptime, vmstat, w, and watch.
- procps-dbgsym: debug symbols for procps