[ubuntu/focal-proposed] net-snmp 5.8+dfsg-2ubuntu1 (Accepted)

Rafael David Tinoco rafaeldtinoco at ubuntu.com
Tue Dec 17 07:05:15 UTC 2019


net-snmp (5.8+dfsg-2ubuntu1) focal; urgency=medium

  * Merge with Debian unstable (LP: #1855943). Remaining changes:
    - d/p/fix-check-hr-filesys-autofs.patch (LP #1843036)
    - Skip autofs entries when calling statfs (LP #1835818):
      - d/p/autofs-skip-autofs-entries.patch
      - d/p/autofs-fix-a-recently-introduced-bug.patch
        [Replaced former Non-upstream patches with clean cherry-pick)
    - d/p/mysql8-replace-bool.patch: fix build with mysql-8 (LP 1814270)
    - d/p/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch: Link
      libnetsnmptrapd against MYSQL_LIBS.
    - Add apport hook.
      - d/control: add dh-apport to Build-Depends
      - d/rules: install the apport hook via debhelper
      - d/source.apport: apport hook
  * Dropped patches that are upstream and in Debian 5.8+dfsg-2:
    - d/p/put-paranthesis-around-macros-which-are-expressions.patch
      (LP #1843036)
    - Fix build with mysql-8 (LP #1814270):
      - d/p/mysql-options.patch: use mysql_options if no {my_,}load_defaults
        was found.
      - d/p/mysql-init.patch: handle the various mysql init functions.
      - d/p/mysql8-headers.patch: detect if my_global.h and my_sys.h are
        available.
      - d/p/my-load-defaults.patch: properly detect (and use)
        my_load_defaults().
    - d/p/snmptrapd_mysql_init: no need to drop this patch anymore
      (LP #1814254)
    - d/p/0001-swinst_apt.c-Fix-indexing-of-hrSWInstalledTable-to-s.patch
      (LP #1314760)

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

  * All MIB directory values removed and just use the default compile-time
    options, which is usually ok. Admins can add their own environment
    settings or options to change. Closes: #942151
  * Do not do parallel builds Closes: #942284
  * Correct sedscript CPPFLAGS and libnetsnmptrapd LDFLAGS
  * Also use default flags for restart on init scripts

net-snmp (5.8+dfsg-1) unstable; urgency=medium

  * New upstream release
    - snmplib: handle large amount of file descriptors Closes: #754955
    - BUG: 2815 Display UTF-8 characters again Closes: #898399
  * Update to Debian standards 4.3.0
  * Update debhelper to compat 12
  * snmpd/snmptrapd: Log only warning and above. Closes: #792623
  * snmpd/snmptrapd: Systemd unit logs to stdout
  * Build depend on non-versions libsensors Closes: #917444
  * Library soname updated to 35
  * snmpd: Change pidfile mode to 0644 Closes: #528103
  * Remove python modules Closes: #937131
  * Respect defaults for sysvinit Closes: #932775
  * Added snmpping.1 manpage
  * Reduce logging for subcontainer Closes: #684721
  * Do not enable DISMAN events Closes: #823201
  * Update to standards 4.4.1

Date: Fri, 13 Dec 2019 03:27:52 +0000
Changed-By: Rafael David Tinoco <rafaeldtinoco at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Christian Ehrhardt  <christian.ehrhardt at canonical.com>
https://launchpad.net/ubuntu/+source/net-snmp/5.8+dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 13 Dec 2019 03:27:52 +0000
Source: net-snmp
Binary: snmpd snmptrapd snmp libsnmp-base libsnmp35 libsnmp35-dbg libsnmp-dev libsnmp-perl tkmib
Architecture: source
Version: 5.8+dfsg-2ubuntu1
Distribution: focal
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Rafael David Tinoco <rafaeldtinoco at ubuntu.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
 libsnmp35  - SNMP (Simple Network Management Protocol) library
 libsnmp35-dbg - SNMP (Simple Network Management Protocol) library debug
 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: 528103 684721 754955 792623 823201 898399 917444 932775 937131 942151 942284
Launchpad-Bugs-Fixed: 1855943
Changes:
 net-snmp (5.8+dfsg-2ubuntu1) focal; urgency=medium
 .
   * Merge with Debian unstable (LP: #1855943). Remaining changes:
     - d/p/fix-check-hr-filesys-autofs.patch (LP #1843036)
     - Skip autofs entries when calling statfs (LP #1835818):
       - d/p/autofs-skip-autofs-entries.patch
       - d/p/autofs-fix-a-recently-introduced-bug.patch
         [Replaced former Non-upstream patches with clean cherry-pick)
     - d/p/mysql8-replace-bool.patch: fix build with mysql-8 (LP 1814270)
     - d/p/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch: Link
       libnetsnmptrapd against MYSQL_LIBS.
     - Add apport hook.
       - d/control: add dh-apport to Build-Depends
       - d/rules: install the apport hook via debhelper
       - d/source.apport: apport hook
   * Dropped patches that are upstream and in Debian 5.8+dfsg-2:
     - d/p/put-paranthesis-around-macros-which-are-expressions.patch
       (LP #1843036)
     - Fix build with mysql-8 (LP #1814270):
       - d/p/mysql-options.patch: use mysql_options if no {my_,}load_defaults
         was found.
       - d/p/mysql-init.patch: handle the various mysql init functions.
       - d/p/mysql8-headers.patch: detect if my_global.h and my_sys.h are
         available.
       - d/p/my-load-defaults.patch: properly detect (and use)
         my_load_defaults().
     - d/p/snmptrapd_mysql_init: no need to drop this patch anymore
       (LP #1814254)
     - d/p/0001-swinst_apt.c-Fix-indexing-of-hrSWInstalledTable-to-s.patch
       (LP #1314760)
 .
 net-snmp (5.8+dfsg-2) unstable; urgency=medium
 .
   * All MIB directory values removed and just use the default compile-time
     options, which is usually ok. Admins can add their own environment
     settings or options to change. Closes: #942151
   * Do not do parallel builds Closes: #942284
   * Correct sedscript CPPFLAGS and libnetsnmptrapd LDFLAGS
   * Also use default flags for restart on init scripts
 .
 net-snmp (5.8+dfsg-1) unstable; urgency=medium
 .
   * New upstream release
     - snmplib: handle large amount of file descriptors Closes: #754955
     - BUG: 2815 Display UTF-8 characters again Closes: #898399
   * Update to Debian standards 4.3.0
   * Update debhelper to compat 12
   * snmpd/snmptrapd: Log only warning and above. Closes: #792623
   * snmpd/snmptrapd: Systemd unit logs to stdout
   * Build depend on non-versions libsensors Closes: #917444
   * Library soname updated to 35
   * snmpd: Change pidfile mode to 0644 Closes: #528103
   * Remove python modules Closes: #937131
   * Respect defaults for sysvinit Closes: #932775
   * Added snmpping.1 manpage
   * Reduce logging for subcontainer Closes: #684721
   * Do not enable DISMAN events Closes: #823201
   * Update to standards 4.4.1
Checksums-Sha1:
 d2d14a5d4ad2dc453e0716360ac77e83de30aef3 2958 net-snmp_5.8+dfsg-2ubuntu1.dsc
 f672ab1eb88af10227cb1ddd669ad971201e3afd 3446028 net-snmp_5.8+dfsg.orig.tar.xz
 8985447f9a16692e88a08206b4d60778e7a9a7c0 73952 net-snmp_5.8+dfsg-2ubuntu1.debian.tar.xz
 65338c607858f5c19eed36777f417397b6d65e08 6735 net-snmp_5.8+dfsg-2ubuntu1_source.buildinfo
Checksums-Sha256:
 2923bf357812f195122048103d76a362c2b15af561741b09ff2c7ee33c3f9d3c 2958 net-snmp_5.8+dfsg-2ubuntu1.dsc
 bd398037a56140140adaaf5218aca982fda9909bc755d5f5ea9d6456f45689d0 3446028 net-snmp_5.8+dfsg.orig.tar.xz
 0ce7ad44630a50cee1ef9dc13110e590e4c05f723c18c8579c1688202f7964bd 73952 net-snmp_5.8+dfsg-2ubuntu1.debian.tar.xz
 7ca46cf34e98934d9c2a87d6c2d72c62084dc3aa70e68dac1e4662ca8fa19ffb 6735 net-snmp_5.8+dfsg-2ubuntu1_source.buildinfo
Files:
 e31431eea32bf660b341e4a2195e3cf9 2958 net optional net-snmp_5.8+dfsg-2ubuntu1.dsc
 2ec6d4e942c6f5b569f17904cfcefc41 3446028 net optional net-snmp_5.8+dfsg.orig.tar.xz
 5be9ddce51a9777e955f9c158b805157 73952 net optional net-snmp_5.8+dfsg-2ubuntu1.debian.tar.xz
 82ed2f9b5af3512462fd9efed59eb208 6735 net optional net-snmp_5.8+dfsg-2ubuntu1_source.buildinfo
Original-Maintainer: Net-SNMP Packaging Team <pkg-net-snmp-devel at lists.alioth.debian.org>

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

iQIzBAEBCgAdFiEEktYY9mjyL47YC+71uj4pM4KAskIFAl34fOoACgkQuj4pM4KA
skIjqQ/7BUUzae6lg+/4d9wi3aV5LqhE+ZHJhusIdhLHwm52zyRuH+9Fvldk8liu
/AT1r9bxT+RsOiXTuNArwjbZIIT7jRRunZkwjuMKZLMze1R2Ur5bGeaSc7xSyiPB
aSALJZGvfPGWIMTyE67ifxhQtS200aACV67CH8/iLfV9vKNfuCxX/SMBuPsaQK0c
3tHKfPnGB18T4udzeoAHO9Dm0k5w0zjE7n6vjMZYUgWU7XPUr3yMFlLoKpFg2amr
l9W6Ch6rtLWs3EackQbZvYppCbsohh8PGMymRDwsrZfycyyysf27EMeS+1k4JZ1+
PdtULNHvXMgZFWRWZvy9le92STcFC438+MXIc0TuuR0CQTaNTI7rY74jpmlaztRx
c09AmKweg+xNlKsOKd7vdhyVegzIYKFgj+iTX1sSFidjl2GkhFFEeoU3WHqL4nhX
TW1U0tSo6JboUGkpdvcO4yK0NeYTcipCIOOkhfX7jBgk7XEZZiyAauSi9WtEf8UP
kAgsnherwOO5HLkUdeaU8rLp11Z0VOHjdcp1sR8oxu78laWhtl/WJ46UYUR+tpsx
Wgr+87kXzamh2BUIrEkTV22IZQP2EjogNjfEmY7K4RodWg0pEv+1i4s1hu85vj0i
js8lHT+3m+pkrBm/uu8Hs8IID0G5ICBr7vBNTaigDmhZiY5s9bA=
=I/Gk
-----END PGP SIGNATURE-----


More information about the Focal-changes mailing list