[ubuntu/disco-proposed] net-snmp 5.7.3+dfsg-5ubuntu1 (Accepted)

Andreas Hasenack andreas at canonical.com
Wed Feb 6 17:51:14 UTC 2019


net-snmp (5.7.3+dfsg-5ubuntu1) disco; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - Add apport hook.
      + d/control: add dh-apport to Build-Depends
      + d/rules: install the apport hook via debhelper
      + d/source.apport: apport hook
    - d/p/0001-swinst_apt.c-Fix-indexing-of-hrSWInstalledTable-to-s.patch:
      set first hrSWInstalledIndex to 1 to follow RFC 2790 (LP #1314760)
  * Drop:
    - SECURITY UPDATE: DoS via NULL pointer exception
      + debian/patches/CVE-2018-18065.patch: fix logic in
        agent/helpers/table.c.
      + CVE-2018-18065
      [Fixed in 5.7.3+dfsg-4]
    - d/p/my_load_defaults: use my_load_defaults instead of the
      libmysqlclient-internal load_defaults (LP #1565003). Thanks to Lars
      Tangvald.
      [Replaced by a more complete patch]
    - debian/rules: Fix calculation of UPSTREAM_VERSION and COMPAT_VERSION.
      [No more needed since 5.7.3+dfsg-5]
  * Added:
    - d/p/snmptrapd_mysql_init: drop this patch. The first part fixes builds
      with newer mariadb, which Ubuntu doesn't use, and the second part is
      an unrelated change which we are fixing in another patch (see #1814254
      for details).
    - d/p/0001-Link-libnetsnmptrapd-against-MYSQL_LIBS.patch: Link
      libnetsnmptrapd against MYSQL_LIBS.  Thanks to Adam
      Williamson <awilliam at redhat.com>. (Closes: #886221, LP: #1814254)
    - Fix build with mysql-8 (LP: #1814270):
      + d/p/mysql8-replace-bool.patch: newer mysql dropped my_bool, use char
        instead.
      + d/p/my-load-defaults.patch: properly detect (and use)
        my_load_defaults(). This replaces the previous
        my_load_defaults patch.
      + d/p/mysql8-headers.patch: detect if my_global.h and my_sys.h are
        available
      + d/p/mysql-init.patch: handle the various mysql init functions
      + d/p/mysql-options.patch: use mysql_options if no {my_,}load_defaults
        was found.

net-snmp (5.7.3+dfsg-5) unstable; urgency=medium

  * Use debhelper macros for shlibs Closes: #912685
  * Relocate snmp.conf to libsnmp-base Closes: #914657

net-snmp (5.7.3+dfsg-4) unstable; urgency=medium

  [ Craig Small ]
  * Use correct snmpwalk args in snmpcheck Closes: #898197
  * Remove user only on purge Closes: #911216

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/control: Removing redundant Priority field in binary package
  * d/changelog: Remove trailing whitespaces
  * d/control: Remove trailing whitespaces
  * d/watch: Use https protocol

  [ Salvatore Bonaccorso ]
  * snmpd crashes when receiving a GetNext PDU with multiple Varbinds
    (CVE-2018-18065) (Closes: #910638)

net-snmp (5.7.3+dfsg-3) unstable; urgency=medium

  * Compile perl module after library Closes: #894626

net-snmp (5.7.3+dfsg-2) unstable; urgency=medium

  [ Craig Small ]
  * New maintainer Closes: #835654
  * Imported old NMU diff Closes: #851343, #852479
  * Change VCS urls to salsa
  * Update to standards 4.1.3 - no change
  * Update to debhelper version 11
  * Remove empty copyright file for libsnmp30
  * snmp.prerm - remove killall
  * snmpd and snmptrapd init scripts follow LSB minimal skeleton
    Closes: #823079, #746397
  * Drop Jochen Friedrich from Uploaders Closes: #891770
  * Make snmpd and snmptrapd write pid files Closes: #878828

  [ Hideki Yamane ]
  * debian/control
    - fix lintian error "old-style-config-script-multiarch-path" by adding
      "Multi-Arch: no" to libsnmp-dev. It also fix multi-arch install
      (Closes: #774775)
    - note net-snmp-config script moved to libsnmp-dev (Closes: #801991)
      Thanks to Vanush Misha Paturyan <misha at cs.nuim.ie>
  * debian/libsnmp-perl.manpages
    - fix to install perl modules man pages (Closes: #778539)
      Thanks to Guillem Jover <gjover at sipwise.com> for the patch
  * move debian/NEWS to debian/snmpd.NEWS (Closes: #586722, #587183)
  * debian/control
    - drop Hideki Yamane <henrich at debian.org> from Uploaders.

Date: Tue, 05 Feb 2019 16:00:35 -0200
Changed-By: Andreas Hasenack <andreas at canonical.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/net-snmp/5.7.3+dfsg-5ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 05 Feb 2019 16:00:35 -0200
Source: net-snmp
Binary: snmpd snmptrapd snmp libsnmp-base libsnmp30 libsnmp30-dbg libsnmp-dev libsnmp-perl python-netsnmp tkmib
Architecture: source
Version: 5.7.3+dfsg-5ubuntu1
Distribution: disco
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Andreas Hasenack <andreas at canonical.com>
Description:
 libsnmp-base - SNMP configuration script, MIBs and documentation
 libsnmp-dev - SNMP (Simple Network Management Protocol) development files
 libsnmp-perl - SNMP (Simple Network Management Protocol) Perl5 support
 libsnmp30  - SNMP (Simple Network Management Protocol) library
 libsnmp30-dbg - SNMP (Simple Network Management Protocol) library debug
 python-netsnmp - SNMP (Simple Network Management Protocol) Python support
 snmp       - SNMP (Simple Network Management Protocol) applications
 snmpd      - SNMP (Simple Network Management Protocol) agents
 snmptrapd  - Net-SNMP notification receiver
 tkmib      - SNMP (Simple Network Management Protocol) MIB browser
Closes: 586722 587183 746397 774775 778539 801991 823079 835654 851343 852479 878828 886221 891770 894626 898197 910638 911216 912685 914657
Launchpad-Bugs-Fixed: 1814254 1814270
Changes:
 net-snmp (5.7.3+dfsg-5ubuntu1) disco; urgency=medium
 .
   * Merge with Debian unstable. Remaining changes:
     - Add apport hook.
       + d/control: add dh-apport to Build-Depends
       + d/rules: install the apport hook via debhelper
       + d/source.apport: apport hook
     - d/p/0001-swinst_apt.c-Fix-indexing-of-hrSWInstalledTable-to-s.patch:
       set first hrSWInstalledIndex to 1 to follow RFC 2790 (LP #1314760)
   * Drop:
     - SECURITY UPDATE: DoS via NULL pointer exception
       + debian/patches/CVE-2018-18065.patch: fix logic in
         agent/helpers/table.c.
       + CVE-2018-18065
       [Fixed in 5.7.3+dfsg-4]
     - d/p/my_load_defaults: use my_load_defaults instead of the
       libmysqlclient-internal load_defaults (LP #1565003). Thanks to Lars
       Tangvald.
       [Replaced by a more complete patch]
     - debian/rules: Fix calculation of UPSTREAM_VERSION and COMPAT_VERSION.
       [No more needed since 5.7.3+dfsg-5]
   * Added:
     - d/p/snmptrapd_mysql_init: drop this patch. The first part fixes builds
       with newer mariadb, which Ubuntu doesn't use, and the second part is
       an unrelated change which we are fixing in another patch (see #1814254
       for details).
     - d/p/0001-Link-libnetsnmptrapd-against-MYSQL_LIBS.patch: Link
       libnetsnmptrapd against MYSQL_LIBS.  Thanks to Adam
       Williamson <awilliam at redhat.com>. (Closes: #886221, LP: #1814254)
     - Fix build with mysql-8 (LP: #1814270):
       + d/p/mysql8-replace-bool.patch: newer mysql dropped my_bool, use char
         instead.
       + d/p/my-load-defaults.patch: properly detect (and use)
         my_load_defaults(). This replaces the previous
         my_load_defaults patch.
       + d/p/mysql8-headers.patch: detect if my_global.h and my_sys.h are
         available
       + d/p/mysql-init.patch: handle the various mysql init functions
       + d/p/mysql-options.patch: use mysql_options if no {my_,}load_defaults
         was found.
 .
 net-snmp (5.7.3+dfsg-5) unstable; urgency=medium
 .
   * Use debhelper macros for shlibs Closes: #912685
   * Relocate snmp.conf to libsnmp-base Closes: #914657
 .
 net-snmp (5.7.3+dfsg-4) unstable; urgency=medium
 .
   [ Craig Small ]
   * Use correct snmpwalk args in snmpcheck Closes: #898197
   * Remove user only on purge Closes: #911216
 .
   [ Ondřej Nový ]
   * d/copyright: Use https protocol in Format field
   * d/control: Removing redundant Priority field in binary package
   * d/changelog: Remove trailing whitespaces
   * d/control: Remove trailing whitespaces
   * d/watch: Use https protocol
 .
   [ Salvatore Bonaccorso ]
   * snmpd crashes when receiving a GetNext PDU with multiple Varbinds
     (CVE-2018-18065) (Closes: #910638)
 .
 net-snmp (5.7.3+dfsg-3) unstable; urgency=medium
 .
   * Compile perl module after library Closes: #894626
 .
 net-snmp (5.7.3+dfsg-2) unstable; urgency=medium
 .
   [ Craig Small ]
   * New maintainer Closes: #835654
   * Imported old NMU diff Closes: #851343, #852479
   * Change VCS urls to salsa
   * Update to standards 4.1.3 - no change
   * Update to debhelper version 11
   * Remove empty copyright file for libsnmp30
   * snmp.prerm - remove killall
   * snmpd and snmptrapd init scripts follow LSB minimal skeleton
     Closes: #823079, #746397
   * Drop Jochen Friedrich from Uploaders Closes: #891770
   * Make snmpd and snmptrapd write pid files Closes: #878828
 .
   [ Hideki Yamane ]
   * debian/control
     - fix lintian error "old-style-config-script-multiarch-path" by adding
       "Multi-Arch: no" to libsnmp-dev. It also fix multi-arch install
       (Closes: #774775)
     - note net-snmp-config script moved to libsnmp-dev (Closes: #801991)
       Thanks to Vanush Misha Paturyan <misha at cs.nuim.ie>
   * debian/libsnmp-perl.manpages
     - fix to install perl modules man pages (Closes: #778539)
       Thanks to Guillem Jover <gjover at sipwise.com> for the patch
   * move debian/NEWS to debian/snmpd.NEWS (Closes: #586722, #587183)
   * debian/control
     - drop Hideki Yamane <henrich at debian.org> from Uploaders.
Checksums-Sha1:
 61fedbb46ce22970d33de3e689c2c32278cfc236 3086 net-snmp_5.7.3+dfsg-5ubuntu1.dsc
 ebbbc5e9fc5006edd3e62d595366497592d964a2 3371224 net-snmp_5.7.3+dfsg.orig.tar.xz
 4ce69d931d61636086511a11f0413847960d174c 85628 net-snmp_5.7.3+dfsg-5ubuntu1.debian.tar.xz
 eae6d0f0a928d43df05d01b8c2de2aaeb6ea5daa 6489 net-snmp_5.7.3+dfsg-5ubuntu1_source.buildinfo
Checksums-Sha256:
 8e474e0b5defbc4c5dce1699347b55d77efe3fc989b863ff9066493577419691 3086 net-snmp_5.7.3+dfsg-5ubuntu1.dsc
 073eb05b926a9d23a2eba3270c4e52dd94c0aa27e8b7cf7f1a4e59a4d3da3fb5 3371224 net-snmp_5.7.3+dfsg.orig.tar.xz
 c72cb1004e35fba17c3197d04ec4572d0f818b9b9472bb6fc22b05e999c2788d 85628 net-snmp_5.7.3+dfsg-5ubuntu1.debian.tar.xz
 1e8aecda2babc954f22c5d46a61f52db51bdc5f943455e1581b41c5d4ddbafa1 6489 net-snmp_5.7.3+dfsg-5ubuntu1_source.buildinfo
Files:
 9b73f4f7a0cf9c0c7c26ec15fc13fdfc 3086 net optional net-snmp_5.7.3+dfsg-5ubuntu1.dsc
 6391ae27eb1ae34ff5530712bb1c4209 3371224 net optional net-snmp_5.7.3+dfsg.orig.tar.xz
 fded9e30bb128995ad49de0b2c686370 85628 net optional net-snmp_5.7.3+dfsg-5ubuntu1.debian.tar.xz
 0cf64ed38caf91d04a87fb2a70db0071 6489 net optional net-snmp_5.7.3+dfsg-5ubuntu1_source.buildinfo
Original-Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEiGZB1jWM2kalbBxyrJg+tb9ry6kFAlxbHigACgkQrJg+tb9r
y6kVpg/6A4Avj1Qh5cRUhKv8Dh/vlHp2JM81mAwGOzzZtt8Zw8tLBVEbfnA7eZHh
Mlu+fSbO+LaHM4Dy0TZr86Utg7HCSLSGA2LTVUFtdRoKdV34WIYpNyQDi77Cn9WO
mFC69pO9HYCfqjC0lrRb0KiNfFMjWt3N80EMKoyZYj9LsXNGcyVTGErDR64pKAJH
kjIFkIfdPCHBGcVcMfiRJDz9dP7T9tktxGj34EJNrokLtW59rO1e5WZelGKWeBrn
CCzSc7DhcjZX9R5RUch6ItPq9KOcO2vtJuiiW5JyHsyoRp3xt/Kxbc1hvf3T3sEG
ZMdNGa/Yz9W9/DqEml1bsOodD2BFpymPLDeF0sB46O8hjZMg10SVe9sW84LA+e4b
XNYE1CQQ+tYOGX51RePQt5vYGjQgrppmWA4RYszrEB5hKpGCOlyw0o/RnaYqSToG
c3xNOuP1sSCzROi54C4AfxAUx+Atav7zHrTTnyMisRjLHEfdX9mpfmdTWUNvFmp3
jXD5P6TL98piWPPNx/f0TM3IDySQVDr3THjzbu1ywdi25kvyoJgvKTv8wkPXaasb
FhgQ/+sPhFm0M97xTz7vaK8Xik3O/0NZkut5uiWay5xA87G1es/rKJGzJiG7k5ED
gXEUDR+xTXLQYGR8XEh2AmiYogyn+5U/qF2WeP8e2lHh+o/STNc=
=TD5H
-----END PGP SIGNATURE-----


More information about the Disco-changes mailing list