Change logs for procps source package in Noble

  • procps (2:4.0.4-4ubuntu3) noble; urgency=medium
    
      * No-change rebuild for CVE-2024-3094
    
     -- Steve Langasek <email address hidden>  Sun, 31 Mar 2024 08:16:00 +0000
  • procps (2:4.0.4-4ubuntu2) noble; urgency=medium
    
      * d/sysctl.d/10-map-count.conf: Set vm.max_map_count=1048576 (LP: #2057792)
    
     -- Julian Andres Klode <email address hidden>  Sun, 24 Mar 2024 16:39:47 +0100
  • 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
  • procps (2:4.0.4-2ubuntu1) 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-2) unstable; urgency=medium
    
      * Loosen regex and check file perms in pmap test Closes: #1052034
      * pkgtest: Update vmstat check
      * Skip pmap -X/XX PID PID check as flakey on buildds
    
    procps (2:4.0.4-1) unstable; urgency=medium
    
      * New upstream release
        - ps: Fix buffer overflow in -C option CVE-2023-4016 Closes: #1042887
        - library: Refactor the escape code Closes: #1035649
        - pgrep: Use only --signal option for signal Closes: #1031765
        - pgrep: suppress >15 warning if using regex Closes: #1037450
        - ps: fixed missing or corrupted fields with -m option Closes: #1036631
        - free: New -L option for one line output
        - ps: New --signames options to show signal names
      * watch: Color support turned on by default use -C to turn off
      * Remove redundant lines from sysctl.conf Closes: #968711
    
     -- Lukas Märdian <email address hidden>  Tue, 21 Nov 2023 11:54:36 +0100
  • 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