procps 2:4.0.3-1ubuntu1 source package in Ubuntu

Changelog

procps (2:4.0.3-1ubuntu1) 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.
    - 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)
    - d/t/stack-limit: add basic autopkgtest to validate limits
    - Add basic autopkgtest to validate sysctl-defaults (LP: #1962038)
  * Refresh patches
  * Dropped changes (applied upstream or in Debian):
    - debian/procps.maintscript: handle migration of link-protect.conf from
      /etc to /usr.
      - Added in Focal, should be clean as of Jammy.
    - debian/rules: Fix cross build (Closes: #1031343)
    - negative_committed_mem.patch: fix new 'free commited' test

procps (2:4.0.3-1) unstable; urgency=medium

  * New upstream release
    - docs: Translated manpages installed
    - pgrep: make --terminal respect other criteria
    - ps: c flag shows command name again Closes: #1026326
    - skill: Match on -p again Closes: #1025915
    - vmstat: Referesh memory statistics Closes: #1027963
    - vmstat: Fix initial si,so,bi,bo,in & cs values Closes: #668580
  * Update standards version
  * Improve cross-building Closes: #1031343

 -- Lukas Märdian <email address hidden>  Mon, 20 Feb 2023 09:32:53 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release main admin
Lunar release main admin

Downloads

File Size SHA-256 Checksum
procps_4.0.3.orig.tar.xz 1.2 MiB 303c8ec4f96ae18d8eaef86c2bd0986938764a45dc505fe0a0af868c674dba92
procps_4.0.3-1ubuntu1.debian.tar.xz 32.4 KiB d2509468f0e1d9c6c20f904506b43ac0fcfcebc87922e02b4ed502c3ec13e821
procps_4.0.3-1ubuntu1.dsc 2.2 KiB 2ad3cf109597d414d8e9c6cc01de1a971b5ccd807939be344a9e35c285a2bae7

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