procps 2:4.0.2-3ubuntu1 source package in Ubuntu

Changelog

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

 -- Lukas Märdian <email address hidden>  Wed, 15 Feb 2023 12:39:13 +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

Downloads

File Size SHA-256 Checksum
procps_4.0.2.orig.tar.xz 1.2 MiB ee3fcd2ea6ff94aa43a81ba5cc7912b7c9615acd2911c7a3d3ea081287fdf47a
procps_4.0.2-3ubuntu1.debian.tar.xz 33.7 KiB 9212981e6102aa10de0847ab8014f58af8856f7d23f7f7df3f96f3b12da611ca
procps_4.0.2-3ubuntu1.dsc 2.2 KiB b6f6b843e9364c0fddf21437572460e41761be4064fca2ea1d7890dbe350f83f

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