procps 2:4.0.4-4ubuntu1 source package in Ubuntu

Changelog

procps (2:4.0.4-4ubuntu1) noble; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/t/stack-limit: add basic autopkgtest to validate limits
    - Add basic autopkgtest to validate sysctl-defaults (LP#1962038)
    - 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/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, LP#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.
    - d/p/0010-testsuite-ps-etime-ELAPSED-doesn-t-match-full-format.patch:
      Fix test failure (FTBFS) in testsuite/ps.test/ps_output.exp due to
      invalid regex match inside LXD containers.

procps (2:4.0.4-4) unstable; urgency=medium

  * Moved into unstable

procps (2:4.0.4-3) experimental; urgency=medium

  * Move files to /usr for DEP17. (Closes: #1059817)
  * Placed into experimental

 -- Lukas Märdian <email address hidden>  Tue, 27 Feb 2024 12:07:21 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
procps_4.0.4.orig.tar.xz 1.3 MiB 22870d6feb2478adb617ce4f09a787addaf2d260c5a8aa7b17d889a962c5e42e
procps_4.0.4-4ubuntu1.debian.tar.xz 36.0 KiB 6802a538dcc356ae9fe7c4fb8b557a45782b3ae240d28e14808446e6d7532726
procps_4.0.4-4ubuntu1.dsc 2.2 KiB f1cd448839eece3fcc1e1ec2b6ab3f10dcffe023f14f73da32b328eb1ab3d66f

View changes file

Binary packages built by this source

libproc2-0: library for accessing process information from /proc

 The libproc2 library is a way of accessing information out of the /proc
 filesystem.
 .
 This package contains the shared libraries necessary to run programs
 compiled with libproc2.

libproc2-0-dbgsym: debug symbols for libproc2-0
libproc2-dev: library for accessing process information from /proc

 These are the header files for libproc2. Some packages using libproc2
 to access process information from /proc need these to compile.

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