[ubuntu/trusty-proposed] procps 1:3.3.8-2ubuntu1 (Accepted)

Stephane Graber stgraber at ubuntu.com
Mon Oct 21 20:23:13 UTC 2013


procps (1:3.3.8-2ubuntu1) trusty; urgency=low

  * 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-keyboard.conf.powerpc: mouse button emulation on PowerPC.
      + 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
        for IPv6 privacy extensions for interfaces. (LP: #176125, #841353)
      + 10-link-restrictions.conf: even though the Ubuntu
        kernel is built with these defaults in place, we want to make sure
        that people running stock kernels don't miss out.
      + 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 and SYN-flood protection.
      + 10-ptrace.conf: describe new PTRACE setting.
      + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
      + README: describe how this directory is supposed to work.
    - debian/upstart (Ubuntu-specific): upstart configuration to replace old
      style sysv init script
    - pwdx.c: Fix failure when executed in a nonexistent locale (LP: #1213160)
    - 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.  (LP: #1157643)
  * Disable one pmap test to allow the package to build on LP sbuild
    (the test suite seems a bit unreliable as the failures appear to
     vary between LP sbuild, local sbuild and local pbuilder).

procps (1:3.3.8-2) unstable; urgency=low

  * Fixed numa dependencies Closes: #711312
  * Removed some tests that choked pbuilder Closes: #710851

procps (1:3.3.8-1) unstable; urgency=low

  * New upstream version
    - top.1 license changed Closes: #708967
    - top has NUMA support Now require libnuma-dev for building
    - top suspend crash fixed Closes: #706259
    - top %CPU and %MEM columns widths restored Closes: #707648
  * libprocps1-dev conflicts with libprocps0-dev Closes: 706920
  * init script uses --system Closes: #698888
  * Removed .la file installation

procps (1:3.3.7-1) experimental; urgency=low

  * New upstream version
    -  top adds a powerful new filter feature wherein any
       window can include or exlude selected fields which
       contain specific values Closes: #682082, #682083
    - top user filtering with exclusion Closes: #682086
  * Removed nocheck to build options Closes: #699716
  * Minor typo in sysctl.conf fixed Closes: #698482

procps (1:3.3.6-2) experimental; urgency=low

  * Experimental release
  * Has build-deps on dejagnu Closes: #699218

procps (1:3.3.6-1) unstable; urgency=low

  * New upstream version
    - top has new inspect (Y key) feature that some program can be run against
      the selected PID
    - sysctl.8: format fix in synopsis Closes: #675848
    - Expose freeproc for libproc Closes: #681653
    - ps.1: format fix in notes Closes: #692170
    - Add -c count option to pkill Closes: #693783
    - vmstat occasional crashes fixed Closes: #677903
  * libprocps now in Section: libs Closes: #693647

procps (1:3.3.5-1) unstable; urgency=low

  * New upstream version
  * Stop SIGFPE on vmstat at times Closes: #677903
  * Upstream took freebsd bug patch
  * Second re-release due to 3.3.4-2 required first

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

  * Rolled back 3.3.4 API changes Closes: #692063, #691847

procps (1:3.3.4-1) unstable; urgency=low

  * New upstream version
    * kill: takes negative pids again Closes: #688731
    * pgrep: -F doesnt need line feed Closes: #676709
    * ps: removed bogus ps bogus message Closes: #670592
    * watch: doesnt crash with wide characters Closes: #675069
    * pgrep: -a modifies output -f changes matches Closes: #526355
    * top: add major/minor page fault deltas Closes: #84992
    * ps: favor truncation of long names over POSIX/UNIX standard Closes:
      #598089
  * Added X-Start-Before to init script Closes: #676381

Date: Mon, 21 Oct 2013 16:20:22 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/procps/1:3.3.8-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 21 Oct 2013 16:20:22 -0400
Source: procps
Binary: procps libprocps1 libprocps1-dev
Architecture: source
Version: 1:3.3.8-2ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Description: 
 libprocps1 - library for accessing process information from /proc
 libprocps1-dev - library for accessing process information from /proc
 procps     - /proc file system utilities
Closes: 84992 526355 598089 670592 675069 675848 676381 676709 677903 681653 682082 682083 682086 688731 691847 692063 692170 693647 693783 698482 698888 699218 699716 706259 706920 707648 708967 710851 711312
Launchpad-Bugs-Fixed: 176125 194676 841353 1025467 1157643 1213160
Changes: 
 procps (1:3.3.8-2ubuntu1) trusty; urgency=low
 .
   * 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-keyboard.conf.powerpc: mouse button emulation on PowerPC.
       + 10-ipv6-privacy.conf: add a file to sysctl.d to apply the defaults
         for IPv6 privacy extensions for interfaces. (LP: #176125, #841353)
       + 10-link-restrictions.conf: even though the Ubuntu
         kernel is built with these defaults in place, we want to make sure
         that people running stock kernels don't miss out.
       + 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 and SYN-flood protection.
       + 10-ptrace.conf: describe new PTRACE setting.
       + 10-zeropage.conf: safe mmap_min_addr value for graceful fall-back.
       + README: describe how this directory is supposed to work.
     - debian/upstart (Ubuntu-specific): upstart configuration to replace old
       style sysv init script
     - pwdx.c: Fix failure when executed in a nonexistent locale (LP: #1213160)
     - 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.  (LP: #1157643)
   * Disable one pmap test to allow the package to build on LP sbuild
     (the test suite seems a bit unreliable as the failures appear to
      vary between LP sbuild, local sbuild and local pbuilder).
 .
 procps (1:3.3.8-2) unstable; urgency=low
 .
   * Fixed numa dependencies Closes: #711312
   * Removed some tests that choked pbuilder Closes: #710851
 .
 procps (1:3.3.8-1) unstable; urgency=low
 .
   * New upstream version
     - top.1 license changed Closes: #708967
     - top has NUMA support Now require libnuma-dev for building
     - top suspend crash fixed Closes: #706259
     - top %CPU and %MEM columns widths restored Closes: #707648
   * libprocps1-dev conflicts with libprocps0-dev Closes: 706920
   * init script uses --system Closes: #698888
   * Removed .la file installation
 .
 procps (1:3.3.7-1) experimental; urgency=low
 .
   * New upstream version
     -  top adds a powerful new filter feature wherein any
        window can include or exlude selected fields which
        contain specific values Closes: #682082, #682083
     - top user filtering with exclusion Closes: #682086
   * Removed nocheck to build options Closes: #699716
   * Minor typo in sysctl.conf fixed Closes: #698482
 .
 procps (1:3.3.6-2) experimental; urgency=low
 .
   * Experimental release
   * Has build-deps on dejagnu Closes: #699218
 .
 procps (1:3.3.6-1) unstable; urgency=low
 .
   * New upstream version
     - top has new inspect (Y key) feature that some program can be run against
       the selected PID
     - sysctl.8: format fix in synopsis Closes: #675848
     - Expose freeproc for libproc Closes: #681653
     - ps.1: format fix in notes Closes: #692170
     - Add -c count option to pkill Closes: #693783
     - vmstat occasional crashes fixed Closes: #677903
   * libprocps now in Section: libs Closes: #693647
 .
 procps (1:3.3.5-1) unstable; urgency=low
 .
   * New upstream version
   * Stop SIGFPE on vmstat at times Closes: #677903
   * Upstream took freebsd bug patch
   * Second re-release due to 3.3.4-2 required first
 .
 procps (1:3.3.4-2) unstable; urgency=medium
 .
   * Rolled back 3.3.4 API changes Closes: #692063, #691847
 .
 procps (1:3.3.4-1) unstable; urgency=low
 .
   * New upstream version
     * kill: takes negative pids again Closes: #688731
     * pgrep: -F doesnt need line feed Closes: #676709
     * ps: removed bogus ps bogus message Closes: #670592
     * watch: doesnt crash with wide characters Closes: #675069
     * pgrep: -a modifies output -f changes matches Closes: #526355
     * top: add major/minor page fault deltas Closes: #84992
     * ps: favor truncation of long names over POSIX/UNIX standard Closes:
       #598089
   * Added X-Start-Before to init script Closes: #676381
Checksums-Sha1: 
 58d228b75b41e318d0630de31bd0a8429954daed 2118 procps_3.3.8-2ubuntu1.dsc
 4fa6a373f969989a9e490df5eb49a2df62eca19a 553056 procps_3.3.8.orig.tar.xz
 6294daab326df2da4c1381dfc22f00258fd3bd95 39474 procps_3.3.8-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 b416b14bb560cc342977463cbf34465287c4e7d138b4a9dabbd72173fb122417 2118 procps_3.3.8-2ubuntu1.dsc
 a4109cfb6fe3bcfb5a0efb37efe04d0c8ce858bff3820d48cc258bad41bed46b 553056 procps_3.3.8.orig.tar.xz
 6d6d21aca7c2cd4e86d361b8e855912e1e7d2afbc2cd7a3b6aa2c891a1c8f224 39474 procps_3.3.8-2ubuntu1.debian.tar.gz
Files: 
 817354ed960ed3f393980be2b59e94cb 2118 admin important procps_3.3.8-2ubuntu1.dsc
 aecbeeda2ab308f8d09dddcb4cb9a572 553056 admin important procps_3.3.8.orig.tar.xz
 3e32f4f345b40471c490742002a08b03 39474 admin important procps_3.3.8-2ubuntu1.debian.tar.gz
Original-Maintainer: Craig Small <csmall at debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIcBAEBCgAGBQJSZYz2AAoJEMY4l01keS1nTTcQANbcqunz9LfRJTyT1WABmh6y
hXo04oKa2+8ze6wFnruu6eJHLfT0L9asRCzZRnKUtlXVWQ4rY+AhaOm+f0i31FAM
g/cNJ72ZOjArlvH6MhsbxCRJglleI4+TXYc7hzCcCR0mV+WsriH894pl2o5ZEcAx
vYPB8NUo0yHYMd4VQ37gsGo+Ou9MEPJ5zVZb4ZsH6kZdwX2taja4+QgYotAYbztX
oPnnksJadS/QJWMMf++eT627EvO90wH4wBaPAmD64kICZmkWBdmViG5arG7PzBQz
+gJIUS5W7qQ/zv53I47Miaa2Wjx/QyUpxWawguEsYQn5bmV3FjuYZZOCQ4tO7aqg
kcFom7BRen5qF6hu3LvmMP4Hq1GGGnI7MPtr8ejOAWcn5eruT4BDbrbaa+HPM6QM
nYxOrjCX/T2MTQ4778xgDlEvEQgsqEvufMe+f3XyyC+sk0fL0zjSjpfb4CWeiQCa
/j+al1umQUhQZtnFGcFVl+boLQZJ5rsWroAFmSr2e8YnhHuPQD0E3dkEI67IYEoc
QQHWP4cXpn+L7vRxYD/XWBZmBKD20qHGLIn40pH0J8ey96tfN/RmrU8yRsjf+pEB
kqj3vIW2wBqOlxuwsdrrCUmGkMecHFSJT0omyFHdZxkQcYCdIKngVeyy6fm4gTFO
I7VexnSXIm50qhmrWYdx
=Au+M
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list