~sergiodj/ubuntu/+source/net-snmp:bug1912389-segv-cert-longer-512-bytes-hirsute

Last commit made on 2021-05-25
Get this branch:
git clone -b bug1912389-segv-cert-longer-512-bytes-hirsute https://git.launchpad.net/~sergiodj/ubuntu/+source/net-snmp
Only Sergio Durigan Junior can upload to this branch. If you are Sergio Durigan Junior please log in for upload directions.

Branch merges

Branch information

Name:
bug1912389-segv-cert-longer-512-bytes-hirsute
Repository:
lp:~sergiodj/ubuntu/+source/net-snmp

Recent commits

e0b7db5... by Sergio Durigan Junior

changelog for 5.9+dfsg-3ubuntu1.21.04.1

2afb778... 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. ]