ubuntu/+source/net-snmp:ubuntu/impish

Last commit made on 2021-05-25
Get this branch:
git clone -b ubuntu/impish https://git.launchpad.net/ubuntu/+source/net-snmp
Members of git-ubuntu import can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/impish
Repository:
lp:ubuntu/+source/net-snmp

Recent commits

b8644e6... by Sergio Durigan Junior

changelog for 5.9+dfsg-3ubuntu2

d9b4c03... by Sergio Durigan Junior

  * Fix segmentation fault when certificate contains extension
    longer than 512 bytes (LP: #1912389)
    - d/p/lp1912389-libsnmp-Handle-certificate-loading-errors-gracefully.patch:
      Skip certificate if loading fails.
    - d/p/lp1912389-libsnmp-SSL-Increase-extension-buffer-size-to-preven.patch:
      Make sure enough space is allocated for extensions longer than
      512 bytes.

54a83ea... by Sergio Durigan Junior

update-maintainer

a23a87b... by Sergio Durigan Junior

reconstruct-changelog

c9cc299... by Sergio Durigan Junior

merge-changelogs

4a6bf5a... by Sergio Durigan Junior

  * Added changes:
    - d/libsnmp-dev.install: Don't install archive (.a) files.
      The archive files are just temporary files generated in order to
      create the final shared objects (.so), and we don't need to ship
      them in the package.

a625ddf... by Sergio Durigan Junior

    - d/p/fix-check-hr-filesys-autofs.patch:
      + On Linux getmntent() is available but getfsstat() not.
        Hence remove #if HAVE_GETFSSTAT from around the HRFS_type
        check.
      [ Incorporated by upstream. ]

a478e87... by Sergio Durigan Junior

    - Skip autofs entries when calling statfs to prevent autofs
      being mounted on snmpd startup (LP #1835818):
      + d/p/autofs-fix-a-recently-introduced-bug.patch
      + d/p/autofs-skip-autofs-entries.patch
      [ Incorporated by upstream. ]

b7fcf0e... by Sergio Durigan Junior

    - Fix build with mysql-8 (LP #1814270):
      + d/p/mysql8-replace-bool.patch: newer mysql dropped my_bool, use
        char instead.
      [ Incorporated by upstream. ]

f711519... by Sergio Durigan Junior

  * Dropped:
    - d/p/Link-libnetsnmptrapd-against-MYSQL_LIBS.patch:
      Link libnetsnmptrapd against MYSQL_LIBS. Thanks to Adam
      Williamson <email address hidden>.
      (Closes #886221, LP #1814254)
      [ Incorporated by Debian. ]