Public bug reported:

Please merge procps 2:4.0.2-3 (main) from Debian unstable (main)

Several Debian packages now Build-Depend on libproc2-dev

The Ubuntu delta:
  * 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)
    - debian/procps.maintscript: handle migration of link-protect.conf from
      /etc to /usr.
    - Add basic autopkgtest to validate sysctl-defaults (LP: #1962038)

Changelog entries since current lunar version 2:3.3.17-7ubuntu1:

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

 -- Craig Small <csm...@debian.org>  Mon, 19 Dec 2022 17:06:38 +1100

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

 -- Craig Small <csm...@debian.org>  Tue, 06 Dec 2022 23:12:37 +1100

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

 -- Craig Small <csm...@debian.org>  Mon, 05 Dec 2022 21:59:09 +1100

procps (2:4.0.1-1) experimental; urgency=medium
 
  * New upstream release to experimental
 
 -- Craig Small <csm...@debian.org>  Thu, 20 Oct 2022 21:59:06 +1100

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!

 -- Craig Small <csm...@debian.org>  Sun, 16 Oct 2022 20:22:07 +1100

procps (2:4.0.0-1) experimental; urgency=medium

  * New upstream release
  * Library renamed and API changed
  * Uploaded to experimental

 -- Craig Small <csm...@debian.org>  Tue, 22 Mar 2022 22:12:54 +1100

procps (2:3.3.17-7.1) unstable; urgency=medium

  * Non-maintainer upload.
  * remove dependency on lsb-base Closes: #1020602

 -- Johannes Schauer Marin Rodrigues <jo...@debian.org>  Thu, 20 Oct
2022 10:38:33 +0200

** Affects: procps (Ubuntu)
     Importance: Wishlist
         Status: Confirmed


** Tags: lunar upgrade-software-version

** Changed in: procps (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: procps (Ubuntu)
       Status: New => Confirmed

** Tags added: lunar upgrade-software-version

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to procps in Ubuntu.
https://bugs.launchpad.net/bugs/2004116

Title:
  Merge procps 2:4.0.2-3 (main) from Debian unstable (main)

Status in procps package in Ubuntu:
  Confirmed

Bug description:
  Please merge procps 2:4.0.2-3 (main) from Debian unstable (main)

  Several Debian packages now Build-Depend on libproc2-dev

  The Ubuntu delta:
    * 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)
      - debian/procps.maintscript: handle migration of link-protect.conf from
        /etc to /usr.
      - Add basic autopkgtest to validate sysctl-defaults (LP: #1962038)

  Changelog entries since current lunar version 2:3.3.17-7ubuntu1:

  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

   -- Craig Small <csm...@debian.org>  Mon, 19 Dec 2022 17:06:38 +1100

  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

   -- Craig Small <csm...@debian.org>  Tue, 06 Dec 2022 23:12:37 +1100

  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

   -- Craig Small <csm...@debian.org>  Mon, 05 Dec 2022 21:59:09 +1100

  procps (2:4.0.1-1) experimental; urgency=medium
   
    * New upstream release to experimental
   
   -- Craig Small <csm...@debian.org>  Thu, 20 Oct 2022 21:59:06 +1100

  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!

   -- Craig Small <csm...@debian.org>  Sun, 16 Oct 2022 20:22:07 +1100

  procps (2:4.0.0-1) experimental; urgency=medium

    * New upstream release
    * Library renamed and API changed
    * Uploaded to experimental

   -- Craig Small <csm...@debian.org>  Tue, 22 Mar 2022 22:12:54 +1100

  procps (2:3.3.17-7.1) unstable; urgency=medium

    * Non-maintainer upload.
    * remove dependency on lsb-base Closes: #1020602

   -- Johannes Schauer Marin Rodrigues <jo...@debian.org>  Thu, 20 Oct
  2022 10:38:33 +0200

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/2004116/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to