@@ -3,6 +3,55 @@ Please see the CHANGES file for a more detailed list of specific bugs/patches
33that have been fixed/applied, and the ChangeLog file for a comprehensive
44listing of all changes made to the code.
55
6+ *5.9.5*:
7+
8+ snmptrapd:
9+ - fixed a critical vulnerability triggered by a specially crafted trap
10+
11+ snmpd:
12+ - Make UCD-SNMP::dskTable dynamic if includeAllDisks is set.") added
13+ a verification that drops all filesystems not present in other_fs[]
14+ table. So add 'ubifs' in other_fs[] to fix it.
15+
16+ configure:
17+ - Change the default OpenSSL path into /usr Change the default
18+ OpenSSL path from /usr/local/ssl into /usr since that is the
19+ default location for all current Linux distributions.
20+
21+ unspecified:
22+ - Remove redundant declarations These changes aim to remove redundant
23+ declarations from the Net-SNMP source code. They are most easily
24+ exposed with adding -Wredundant-decls to CPPFLAGS for the gcc
25+ compiler. Redundant declarations in other used modules and mib2c
26+ generated code are left in place. The changes consist of: - Removal
27+ of duplicate declarations in header files, other or the same. -
28+ Removal of duplicate declarations in source files, where the
29+ prototype already exists in the appropriate header file. - Fixing
30+ declaration of register log handler functions. - Use of forward
31+ declared struct, rather than extern function or char. " prefix to
32+ subject and ran autoreconf ]
33+
34+ Add:
35+ - Wredundant-decls to the developer options
36+
37+ Remove:
38+ - Wredundant-decls from the developer options Revert commit
39+ ad80e335b8af because this option causes a lot of noise for the Perl
40+ header files.
41+
42+ Win32:
43+ - WinExtDLL: Fix the build Fix the following build error:
44+ mibgroup/winExtDLL.c:360:14: error: implicit declaration of
45+ function 'should_init' [-Wimplicit-function-declaration] 360 |
46+ if (!should_init(dll_basename)) { | ^~~~~~~~~~~
47+
48+ configure:
49+ - Add --with-wolfssl Add support for building and linking with the
50+ wolfSSL library instead of OpenSSL. Other changes that have been
51+ included in this patch are: - Only enable AES support if
52+ EVP_aes_128_cfb() is available. - Add support for detecting SSL
53+ functions if these have been defined as macros.
54+
655*5.9.4*:
756
857 IMPORTANT: SNMP over TLS and/or DTLS are not functioning properly
0 commit comments