Merge net-snmp from Debian unstable for 22.04
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
net-snmp (Ubuntu) |
Fix Released
|
Undecided
|
Sergio Durigan Junior |
Bug Description
Upstream: 5.9.1
Debian: 5.9.1+dfsg-1
Ubuntu: 5.9+dfsg-3ubuntu2
Debian does new releases regularly, so it's likely there will be newer versions available before FF that we can pick up if this merge is done later in the cycle.
Please also note LP: #1945960 "net-snmp: Fail to build against OpenSSL 3.0", which will need addressed for the upcoming OpenSSL transition.
### New Debian Changes ###
net-snmp (5.9.1+dfsg-1) unstable; urgency=medium
[ Owen Evans ]
* Enable Blumenthal AES-192 and AES-256 encryption Closes: #972985
[ Ferenc Wágner ]
* Enable systemd integration and UDP socket activation
Closes: #985369
[ Sergio Durigan Junior ]
* d/libsnmp-
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.
[ Debian Janitor ]
* Trim trailing whitespace.
[ Vagrant Cascadian ]
* Embed path to ps and uname. Closes: #978598
[ Craig Small ]
* Make the perl agent code more tolerant of perl types, thanks
to Guillem Jover for the patch Closes: #977573
* Make CI files use correct libmariadb-dev package names
Closes: #975477
* mib2c: Add recommends and fix error message Closes: #990706
* Add configuration directory for snmpd
* New upstream release
* Add Recommends: procps for snmpd Closes: #993997
-- Craig Small <email address hidden> Mon, 20 Sep 2021 21:35:58 +1000
net-snmp (5.9+dfsg-3) unstable; urgency=medium
* Source only upload - no changes Closes: #970798
-- Craig Small <email address hidden> Fri, 25 Sep 2020 09:10:00 +1000
net-snmp (5.9+dfsg-2) unstable; urgency=medium
* Move SNMP.3pm back to perl package Closes: #969436
* Moved snmptrapd library into its own package to not pull in mysql
dependencies for snmp/snmpd Closes: #953948
-- Craig Small <email address hidden> Sun, 06 Sep 2020 21:52:58 +1000
net-snmp (5.9+dfsg-1) unstable; urgency=medium
[ Sergio Durigan Junior ]
* Link libnetsnmptrapd against MYSQL_LIBS
- d/p/Link-
with MySQL (MariaDB) support, this library must be linked against the
MySQL client library, or else it will have unresolved symbols.
(Closes: #886221)
[ Craig Small ]
* New upstream release
* Removed patches included in upstream
* Library soname changed to 40
* Remove dbg packages, no need to migrate as new soname
-- Craig Small <email address hidden> Sat, 22 Aug 2020 17:11:17 +1000
net-snmp (5.8+dfsg-5) unstable; urgency=medium
* Allow extend to be read-only Closes: #966544
* Stop using mib_index files CVE-2020-15861 Closes: 966599
-- Craig Small <email address hidden> Fri, 31 Jul 2020 20:29:41 +1000
net-snmp (5.8+dfsg-4) unstable; urgency=high
[ Sergio Durigan Junior ]
* Fix segmentation fault that happens when using the snmpv3
protocol with snmpbulkget. (LP #1877027) (Debian Bug #963713)
This is a rework of the patches introduced in the last release,
to fix CVE-2019-20892.
- d/p/move-
Consolidate the check of the securityStateRef pointer into the
free_
- d/p/prevent-
Prevent snmpv3 bulkget errors from becoming resulting in a
double free.
- d/p/fix-
Fix typo on usm_free_
- d/p/unexport-
Unexport struct usmStateReference and to prevent ABI breakages,
since it will be necessary to add a reference count to it.
- d/p/introduce-
Introduce refcount in the struct usmStateReference, and adjust
code to properly use the field.
- d/p/libsnmp-
d/
- d/p/doublefree_
d/
[ Debian Janitor ]
* Trim trailing whitespace.
### Old Ubuntu Delta ###
net-snmp (5.9+dfsg-3ubuntu2) impish; urgency=medium
* Fix segmentation fault when certificate contains extension
longer than 512 bytes (LP: #1912389)
- d/p/lp1912389-
Skip certificate if loading fails.
- d/p/lp1912389-
Make sure enough space is allocated for extensions longer than
512 bytes.
-- Sergio Durigan Junior <email address hidden> Tue, 25 May 2021 19:03:31 -0400
net-snmp (5.9+dfsg-3ubuntu1) hirsute; 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
* Dropped:
- d/p/Link-
Link libnetsnmptrapd against MYSQL_LIBS. Thanks to Adam
Williamson <email address hidden>.
(Closes #886221, LP #1814254)
[ Incorporated by Debian. ]
- Fix build with mysql-8 (LP #1814270):
+ d/p/mysql8-
char instead.
[ Incorporated by upstream. ]
- Skip autofs entries when calling statfs to prevent autofs
being mounted on snmpd startup (LP #1835818):
+ d/p/autofs-
+ d/p/autofs-
[ Incorporated by upstream. ]
- d/p/fix-
+ On Linux getmntent() is available but getfsstat() not.
Hence remove #if HAVE_GETFSSTAT from around the HRFS_type
check.
[ Incorporated by upstream. ]
* Added changes:
- d/libsnmp-
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.
-- Sergio Durigan Junior <email address hidden> Tue, 05 Jan 2021 14:54:24 -0500
Related branches
- Andreas Hasenack (community): Approve
- Canonical Server: Pending requested
-
Diff: 1374 lines (+1132/-4)7 files modifieddebian/changelog (+986/-0)
debian/control (+4/-3)
debian/patches/lp1945960-Fix-the-build-against-OpenSSL-3.0.patch (+33/-0)
debian/patches/lp1945960-configure-static-linking-Fix-SSL-checks.patch (+66/-0)
debian/patches/series (+2/-0)
debian/rules (+5/-1)
debian/source.apport (+36/-0)
Changed in net-snmp (Ubuntu): | |
assignee: | nobody → Sergio Durigan Junior (sergiodj) |
description: | updated |
Changed in net-snmp (Ubuntu): | |
milestone: | none → ubuntu-22.01 |
description: | updated |
Changed in net-snmp (Ubuntu): | |
status: | New → In Progress |
I think this merge may also resolve LP: #1912390; worth a mention in the changelog entry.