~ubuntu-branches/ubuntu/trusty/net-snmp/trusty

1.2.1 by Jochen Friedrich
Import upstream version 5.4.2.1~dfsg
1
This file contains a list of specific bugs that have been fixed, and patches
2
that have been applied in released versions.  Please see the NEWS file for
3
a summary of the major changes, and the ChangeLog file for a comprehensive
4
listing of all changes made to the code. 
5
      
1.3.1 by Jochen Friedrich
Import upstream version 5.4.3~dfsg
6
* 5.4.3 *
7
8
    snmplib:
9
      - [BUG 2838243]: Correct the output of unsigned values.
10
      - [BUG 2919320]: Avoid accessing freed memory
11
      - [BUG 2922390]: Fix test for missing contextName parameter
12
      - [PATCH 2043018]: fix recvfrom hangs
13
      - [PATCH 2258229]: Remove misleading comment
14
      - [PATCH 2479700]: Fix zoned IP address used as table indices
15
      - [PATCH 2492377]: Fix typo/bug in snmp_enable_callback()
16
      - [PATCH 2505488]: Fix alarm behaviour on large clock skews
17
      - [PATCH 2538169]: Prevent infinite retries for invalid error-index
18
      - [PATCH 2688345]: Fix netsnmp_assert() for Visual Studio
19
      - [PATCH 2689362]: Fix handling of IPv6 hostnames
20
      - [PATCH 2713841]: Fix runtime errors triggered by high-ASCII chars
21
      - [PATCH 2780411]: Fix compiler warnings
22
      - [PATCH 2797251]: Fix memory leaks
23
      - [PATCH 2871747]: Fix memory leak in OID processing
24
      - [PATCH 2952140]: Overflow counter32 and gauge32
25
      - [PATCH 2952034]: Return of the Great SuSE 'sprintf' Hunt
26
      - Change the parsing of ranges to accept all valid values
27
      - Ensure O_CREATE mask is always specified
28
      - Fix extern "C" wrapping
29
      - Make -LN stop dumping core.
30
      - Make bad debug levels report the offending symbol
31
      - Remove inline declarations for non-inline defined functions
32
33
    snmpd:
34
      - [BUG 1693039]: Be silent when insert fails.
35
      - [BUG 2822360]: Fix memory leak when building table OIDs
36
      - [BUG 2841008]: Protect against crash following failed AgentX response
37
      - [BUG 2873858]: Fix handling of schedOwner index.
38
      - [BUG 2894059]: Handle errors when counting interfaces
39
      - [BUG 2897000]: Suppress 32-bit counter truncation warnings.
40
      - [BUG 2914410]: Fix crash on empty command lines
41
      - [BUG 2924140]: Fix termination of CPU/FPU types
42
      - [PATCH 1257347]: Non-fixed size connection buffer
43
      - [PATCH 1550730]: Report errors from iterator-based handlers
44
      - [PATCH 1977439]: Fix pass/_persist bug with SET oid value
45
      - [PATCH 2012402]: Handle failure to look up interface error counters
46
      - [PATCH 2082726]: correctly report NIC speeds higher than 4Gbit/s
47
      - [PATCH 2124288]: Fix setting of usmUserPrivProtocol at creation
48
      - [PATCH 2162652]: Fix simple hrfs checks when NFS is in use
49
      - [PATCH 2384779]: Fix handling of GetBulk with N>0,M==0
50
      - [PATCH 2686280]: Report duplicate registrations as an error
51
      - [PATCH 2693670]: Don't open AgentX sockets if other transports fail
52
      - [PATCH 2791417]: Fix snmpd segfault when run with -DALL
53
      - [PATCH 2797251]: Support multiple initialisation and shutdown
54
      - [PATCH 2822337]: Fix memory leak in ipAddressPrefixTable
55
      - [PATCH 2877518]: Fix handling of scoped AgentX variables
56
      - [PATCH 2883155]: Fix memory leak in proxy handling.
57
      - [PATCH 2887816]: Protect against division-by-zero crash
58
      - [PATCH 2901029]: Fix compiler warning on CloseHandle()
59
      - [PATCH 2911323]: Fix agent lockup when monitoring AgentX-delegated information
60
      - [PATCH 2912584]: Fix null OID handling in Agentx on 64bit
61
      - [PATCH 2950845]: Fix ifHighSpeed calculation
62
      - [PATCH 2952034]: Return of the Great SuSE 'sprintf' Hunt
63
      - [PATCH 2956657]: Handle over-length AgentX OIDs
64
      - [PATCH 2968642]: Catch overflow of pass-through command buffer
65
      - Allow "monitor" to handle negative threshold values
66
      - Change default AgentX target from 0.0.0.0:705 to localhost:705
67
      - Clean up notification
68
      - Ensure O_CREATE mask is always specified
69
      - Fix agent crash when sending encrypted SNMPv3 traps
70
      - Fix CVE-2008-4309 (GETBULK issue reported by Oscar Mira-Sanchez)
71
      - Fix creation of views using snmpusm
72
      - Fix handling of multiple matching VACM entries
73
      - Fix invalid access to memory in TCP-MIB
74
      - Fix logging of 'truncating integer values' in IP-MIB and TCP-MIB
75
      - Fix memory leak when multiple interfaces have the same IPv6 address
76
      - Fix possible crash when 64-bit counters exceed 2^32
77
      - Fix two bugs with smux password support
78
      - Fix udpTable indexes on big-endian 64bit Linux.
79
      - Improve parsing of -LS command line argument
80
      - Latch large-disk statistics at 2Tb (rather than wrapping)
81
      - Register CPU/memory hardware modules with nsCacheTable
82
      - Remove inline declarations for non-inline defined functions
83
      - Report ifSpeed of down network interfaces
84
      - Support large HW addresses (>6bytes)
85
86
    snmptrapd:
87
      - [PATCH 2726302]: Pass results of Perl trap handlers to trap daemon
88
      - Remove glibc-specific printf-formatting tokens
89
90
    snmptable:
91
      - [BUG 2837998]: Handle missing instance subidentifiers in results
92
      - [PATCH 2850067]: Suppress extraneous "index" header token
93
94
    apps:
95
      - [BUG 2811577]: Fix bug in GetBulk handling
96
      - [PATCH 2937996]: Add Date: header to email send by traptoemail
97
      - Improve parsing of -LS command line argument
98
99
    build:
100
      - [BUG 2095983]: Fix errors in find-requires helper script
101
      - [BUG 2782700]: Build failure when using --with-pkcs on Solaris
102
      - [PATCH 2184039]: Misc fixes for freeing memory
103
      - [PATCH 2952020]: Set permission on testing directories
104
      - 'make test TESTOPTS="-P tcp"' works fine now
105
106
    docs:
107
      - [PATCH 2788072]: Document 'logmatch' functionality.
108
      - [PATCH 2795739]: Fix incorrect disk/file size descriptions & unit specifiers
109
110
    mib2c:
111
      - [BUG 2827269]: Suppress non-ordered TODO comments
112
      - [BUG 2888569]: Fix generation of table columns array
113
      - [PATCH 2136437]: Improve 64-bit handling of large table FLAG defines 
114
      - [PATCH 2316127]: Fix bug in iterate_access generated code.
115
116
    mibs:
117
      - [BUG 2973890]: Fix imports, DiskIOEntry list and revision histories
118
119
    perl:
120
      - [BUG 1554817]: Fix class assigment so getRootOID works properly
121
      - [PATCH 2022948]: Fix for Counter64 in perl subagent
122
      - [PATCH 2182079]: Fix various warnings & allow use of "use strict"
123
      - [PATCH 2361712]: Fix getbulk optimization during walks
124
      - [PATCH 2793857]: Report failed asynchronous requests
125
      - [PATCH 2890931]: Better handling of Counter64 values.
126
127
    python:
128
      - [BUG 2258935]: Python Extension Module fails on Solaris
129
      - [BUG 2919379]: Initialise SNMP sessions properly
130
      - [PATCH 2074817]: Fix regexp engine CPU performance issues
131
      - [PATCH 2260828]: Fix python snmpwalk memory leak
132
      - [PATCH 2580979]: Fix python session pointers on 64-bit systems
133
      - [PATCH 2667415]: Support "UseNumeric" option
134
      - Support null-bytes in octet strings
135
136
137
    AIX:
138
      - [BUG 2712670]: Agent crashes on AIX with hrStorage
139
140
    *BSD:
141
      - [PATCH 2435793]: Support 64-bit IF-MIB counters on sysctl systems
142
      - Fix a make test
143
144
    HP-UX:
145
      - [BUG 2779472]: Filesystems missing in hrStorage table (HP-UX 11.31)
146
      - [PATCH 2088726]: Fix an issue reporting negative memory values
147
148
    Linux:
149
      - [BUG 2822355]: Fix memory leaks on udpEndpointTable
150
      - [PATCH 2926374]: Fix /proc/net/if_inet6 reading of ipAddressTable
151
      - Fix build on modern distributions (using rpm-4.6)
152
      - fix rare race condition when reading RPM database
153
154
    Solaris:
155
      - [PATCH 2012404]: Deal with more than 10 interfaces
156
      - [PATCH 2406378]: Fix hrSWRunPerfMem on 64-bit Solaris systems
157
      - [PATCH 2751588]: Inconsistent data (e.g. UDP/TCP MIB scalar values
158
	of zero) can be reported on Solaris 10U4+
159
      - Protect against missing package version
160
161
    Windows:
162
      - [BUG 2997492]: byte order of udpLocalPort is now correct
163
      - [BUG 2971257]: Fixed winExtDLL handling of multi-varbind getNext requests.
164
      - [BUG 2779541]: Fixed handle leak in pass_persist
165
      - [PATCH 2686248]: Applied patch by Bart Van Assche
166
      - [PATCH 2688342]: Fix various VS2005 compiler warnings
167
      - [PATCH 2691876]: Applied patch by rdiez to allow
168
      - [PATCH 2693746]: improved socket startup support
169
      - Detect free UDP ports correctly for use in test infrastructure.
170
      - Fix batch build using recent versions of Visual Studio.
171
      - Fix builds with IPv6 support enabled
172
      - Fix build under MinGW
173
      - Fix winExtDLL build on Windows Vista, Windows 7
174
      - Fix winExtDLL build with MinGW
175
      - Simplify building Net-SNMP + winExtDLL with MSVC
176
      - winExtDLL: Fixed a memory leak when SnmpExtensionQuery(Ex) fails
177
      - winExtDLL: Log errors when loading an extension DLL fails
178
      - winExtDLL: Use RFC-compliant error codes in SNMP response PDUs
179
      - winExtDLL: Fix handling of multiple varbind SET requests
180
181
1.2.1 by Jochen Friedrich
Import upstream version 5.4.2.1~dfsg
182
* 5.4.2 *
183
184
    snmplib:
185
      - [BUG 1793545]: Take the name from the sockaddr_un
186
      - [BUG 1795840]: Signed 32-bit truncation logged as debug message
187
      - [BUG 1801835]: Support multiple default transports for an app.
188
      - [BUG 1866655]: Handle parsing invalid OID subidentifiers
189
      - [BUG 1958041]: Ensure IDs are not truncated.
190
      - [BUG 2027834]: Extend string print buffer by the minimum necessary
191
      - [BUG Coverity #183]: fix memory leak if IP_PKTINFO fails
192
      - [PATCH 1768285]: Count MIB files correctly in add_mibdir()
193
      - [PATCH 1775124]: Fix clientaddr functionality
194
      - [PATCH 1806336]: fix -LS option parsing
195
      - [PATCH 1807489]: fix ignoring of display hints.
196
      - [PATCH 1811469]: read_config_files_in_path() reads past malloc'd buffer
197
      - [PATCH 1875022]: improve callback locking mechanisms
198
      - [PATCH 1895927]: change obsolete recv/send to recvfrom/sendto
199
      - [PATCH 1898204], [BUF 1898198]: fix segfault when parsing broken mibs.
200
      - [PATCH 1921861]: Avoid endless loop after truncating 64bit int
201
      - [PATCH 2003450]: Fix a couple of 64-bit problems
202
      - Change CONTAINER_INSERT to not do partial inserts in containers
203
	with multiple indices when one insert fails.
204
      - Do not leak memory whenever an udp address is formatted.
205
      - Do not try to look up empty strings as hostnames for IPv6
206
      - Fix registering of multiple premib config handlers
207
      - Fix potential buffer overflow in sprintf for UDP/IPv6
208
209
    snmpd:
210
      - [BUG 1557372]: Realign hrFSStorageIndex with hrStorageTable
211
      - [BUG 1748206]: Protect against failures to open /etc/mtab (or equiv)
212
      - [BUG 1758212]: Handling missing variable types (IpAddress,Counter,Opaque)
213
      - [BUG 1771221]: Retain ifLastChange information on data reload.
214
      - [BUG 1792890]: include CIFS mounts when skipping remote filesystems
215
      - [BUG 1822360]: Fix spinlock helper error handling.
216
      - [BUG 1851047]: Don't over-process failed watcher requests
217
      - [BUG 1912647]: Fix memory leak following failed request
218
      - [BUG 1931391]: Fix reporting of Memory buffers and cached memory
219
      - [BUG 2003144]: Increase size of AgentX packet
220
      - [BUG 2006786]: Interface name can have more than 8 characters
221
      - [BUG 2018031]: Don't probe engineID in internal monitor sessions
222
      - [BUG 2023803]: Remove irrelevant configure dependency (HP-UX 11)
223
      - [PATCH 1716548]: Fix help output for -D
224
      - [PATCH 1744157]: Report duplicate "extend/exec" identifiers.
225
      - [PATCH 1746831]: fix process checking race condition
226
      - [PATCH 1752934]: Fix off-by-one qsort error in table utilities.
227
      - [PATCH 1753437]: Fix error index on failing SET requests
228
      - [PATCH 1753449]: Fix AgentX error propagation
229
      - [PATCH 1753463]: Fix AgentX subagent ping alarm handling
230
      - [PATCH 1758208]: Fix memory leak
231
      - [PATCH 1774612]: More resilient process status handling
232
      - [PATCH 1783733]: Include version info in hrSWInst table (solaris)
233
      - [PATCH 1784747]: Fix ip adresses on 64 bit systems
234
      - [PATCH 1823800]: release and reload all trap destinations on SIGHUP
235
      - [PATCH 1826088]: Use the right interface to read the netmask
236
      - [PATCH 1826102]: support longer interface names on linux
237
      - [PATCH 1828839]: handle of disk mount paths with embedded spaces
238
      - [PATCH 1849903]: do not spam log with asserts when XEN is used
239
      - [PATCH 1866823]: truncate 32 bit counter values on 64 bit machines
240
      - [PATCH 1879261]: Add inactive memory to cached report (freebsd)
241
      - [PATCH 1893468]: fixed registration of OIDs with ranges
242
      - [PATCH 1896118]: fix ifTable 32bit counters on linux
243
      - [PATCH 1909813]: fix table_iterator hint for SORTED tables
244
      - [PATCH 1944581]: Don't core dump on long string index values.
245
      - [PATCH 1951996]: Fix for CPU stats on FreeBSD
246
      - [PATCH 1967194]: Recognise NFS4 mounts
247
      - [PATCH 2014204]: Support -g {groupname}
248
      - [PATCH 2022936]: Fix AgentX Counter64 decoding on 64-bit architectures
249
      - [PATCH 2023633]: add SCTP-MIB implementation (Linux only)
250
      - Enforce the lower limit on scalar_groups
251
      - suppress annoying "registration != duplicate" warning for root oids
252
      - Handle device names with embedded spaces in UCD-SNMP-MIB (dskDevice)
253
254
    snmptrapd:
255
      - [BUG 1955227]: Memory leak for embedded Perl on x86_64
256
      - [PATCH 1746992]: Improve snmptrapd access-control error messages.
257
      - [PATCH 1767725]: Close all non standard file handles
258
259
    build:
260
      - [BUG 1802833]: Ensure snmptrapd builds with --disable-snmpv1/2c
261
      - [BUG 1823381]: Valid MIB directory search path on Windows
262
      - [BUG 1872266]: PERLCC check fails for CC with options
263
      - [BUG 1995172]: fix --without-elf configure usage
264
      - [BUG 2014526]: Win32: snmpv3-security-includes.h not installed
265
      - [BUG 2023803]: Compilation problems on HP-UX 11.31
266
      - [PATCH 1681035]: improve net-snmp-config /bin/sh compatibility
267
      - [PATCH 1899762]: Tweak embedded_perl configure checks.
268
      - add --with-temp-file-pattern configure option
269
      - Add support for winExtDLL to build.bat (win32)
270
      - Disable agent tests if built without necessary mib modules
271
      - Limit the use of _KERNEL definitions in configure tests to match
272
        the use of _KERNEL in our codebase
273
      - Update to libtool 1.5.26
274
275
    mib2c:
276
      - [BUG 1874059,1737068]: Handle MIB objects with embedded hyphens
277
      - [PATCH 1914398]: install mib2c.perl.conf
278
279
    documentation:
280
      - [BUG 2027129]: fix typo in snmpcmd.1
281
282
    misc:
283
      - Avoid calling debug macros with too few/many arguments.
284
      - enhance snmpnetstat test to check tcpTable in TCP mode
285
286
    perl:
287
      - [BUG 1606062]: perl bulkwalk (async) coredump
288
      - [BUG 1747733]: More robust handling of undefined values.
289
      - [BUG 1826174]: Check for buffer overflow when printing values.
290
      - [BUG 1834539]: Consistent handling of OID parsing.
291
      - [PATCH 1811463]: perl async callback coredump
292
      - [PATCH 1914393]: registerAgent can now be run multiple times
293
      - [PATCH 1914643]: fix issues with embedded perl
294
      - [PATCH 1914645]: better end of mib support
295
      - [PATCH 1920390]: fix registration of tables with .0 as IIDs
296
      - [PATCH 2021444]: Support SNMPv2c in gettable
297
      - fixed an extra brace in the docs pointed out by Jason Martin
298
299
    python:
300
      - [BUG 1826174]: Check for buffer overflow when printing values
301
      - [BUG 1868278]: Python segfault (introduced by r16962)
302
      - [PATCH 1862177]: made code more windows/cygwin compiler friendly
303
      - [PATCH 1877840]: fix MIB label and indexing due to broken regexp
304
305
    AIX:
306
      - Add support for AIX 6.x.
307
308
    Linux:
309
      - [PATCH 1969627]: Handle empty /etc/sysconfig/network file
310
      - Improved RPM spec files, for better consistency with
311
        vendor-provided packages
312
313
    Solaris:
314
      - [BUG 1810814]: tcpTable missing entries and wrong ports
315
      - [PATCH 1824196]: {ifOperStatus,ipAdEntIfIndex} reported incorrectly
316
      - [PATCH 1834699]: Fix 1833294: DLPI problems on Solaris 2.6
317
      - #define NEW_MIB_COMPLIANT to support Solaris 10U4+
318
319
* 5.4.1 *
320
1.1.6 by Steve Kowalik
Import upstream version 5.4.1~dfsg
321
    snmplib:
322
      - Change snmp_sess_add_ex to consistently close and
323
      - Deallocate the confmibs and confmibdirs
324
      - FEATURES: 1041888: Check directory paths for
325
      - FEATURES: 851887: Report range information for
326
      - Read the config parameters defTarget and
327
      - Use the default_target argument if it is
328
      - [BUG 1600171]: Support longer community strings
329
      - [BUG 1619827]: link against needed external
330
      - [BUG 1619827]: link net-snmp libraries and binaries
331
      - [BUG 1660061]: Validate engineIDs more strictly.
332
      - [PATCH 1548670]: Fix range checks for unsigned
333
      - [PATCH 1592706]: Fix memory leak when cloning
334
      - [PATCH 1616912]: fix
335
      - [PATCH 1620424]: Honor
336
      - [PATCH 1634620]: Fix leaks from
337
      - [PATCH 1640114]: Don't store trailing null
338
      - [PATCH 1641895]: Extend short view masks (as per
339
      - [PATCH 1641972]: add missing const
340
      - [PATCH 1653670]: Consistent SNMPv3 behaviour
341
      - [PATCH 1681030]: Better handling of empty
342
      - [PATCH 1687316]: Don't drop const from casts.
343
      - [PATCH 1687325]: Fix problem with operator
344
      - increment "current" and "age" according to
345
      - library layering improvements: introduce
346
      - patch: 1645698: fix 64-bit signed integer
347
348
    snmpapi:
349
      - Do not use getservbyname to find default port
350
351
    snmpd:
352
      - Correct the dependency information for
353
      - [BUG 1046327]: Reset "includeAllDisks" flag when
354
      - [BUG 1073782]: Restore PerfStat values for FreeBSD
355
      - [BUG 1102058]: Skip non-mounted disks (e.g. swap
356
      - [BUG 1159908]: Fix memory leak
357
      - [BUG 1397895]: include missing interface
358
      - [BUG 1413728]: Reference index values in debug
359
      - [BUG 1416276]: Handle dependency on MIB parsing
360
      - [BUG 1546817]: Fix snmpEnterprise varbind when
361
      - [BUG 1558823]: fix ipAddressTable memory leak
362
      - [BUG 1600261]: Handle non-x86 /proc/cpuinfo format
363
      - [BUG 1602286]: Don't let table holes block later
364
      - [BUG 1628613]: Restore memTotalFree.0 on Solaris
365
      - [BUG 1633595]: Fix AgentX handling of Counter64
366
      - [BUG 1677063]: Check for failed malloc calls.
367
      - [BUG 1685067]: More precise handling of
368
      - [BUG 1685081]: Check for valid OID on Free/Undo
369
      - [BUG 1712988]: default and configurable maximum
370
      - [BUG 1745113]: Handle single-line (and zero-line)
371
      - [BUG 1760633]: fix typo in debug message
372
      - [BUG 902610]: Don't discard pending data following
373
      - [BUG 902801]: Fix ordering of SMUX-registered
374
      - [PATCH 1601188, ]: BUG: 1600432: Handle signals
375
      - [PATCH 1620424]: Fix notification sending so that
376
      - [PATCH 1637287]: Handle multiple target tags
377
      - [PATCH 1639282]: Save persistent
378
      - [PATCH 1639360]: Fix snmpNotifyFilterProfileTable
379
      - [PATCH 1639726]: Report physical memory
380
      - [PATCH 1641332]: Include missing agent config
381
      - [PATCH 1641685]: Handle unresponsive AgentX
382
      - [PATCH 1641865]: Don't double check snmpTrapOID
383
      - [PATCH 1642255]: Handle saving long
384
      - [PATCH 1644280]: Don't automatically probe for
385
      - [PATCH 1644280]: Use the correct engineID when
386
      - [PATCH 1644714]: replace
387
      - [PATCH 1659623]: Handle SMUX peers with an empty
388
      - [PATCH 1665549]: Handle creating VACM entries
389
      - [PATCH 1665985]: Implement ipReasmTimeout
390
      - [PATCH 1666737]: include ipv6 counts in
391
      - [PATCH 1668193]: Fix check for v6 ReasmMaxSize
392
      - [PATCH 1668193]: Update registration of
393
      - [PATCH 1668952]: Ignore zombie processes.
394
      - [PATCH 1676478]: fix udpEndpointRemoteAddress
395
      - [PATCH 1678788]: Better handling of SMUX socket
396
      - [PATCH 1683054]: set udpEndpointInstance to
397
      - [PATCH 1687336]: Start using the enhanced
398
      - [PATCH 1692768]: Fix copying of non-octet-aligned
399
      - [PATCH 1698184]: Register non-default context
400
      - [PATCH 1700730]: Remove unused extern declaration.
401
      - [PATCH 1700732]: Fix debug output statements.
402
      - [PATCH 1700737]: Tidy up setSerialNo
403
      - [PATCH 1729629]: Fix memory leak in disman
404
      - patch from Wojtek Jawor to handle row deletion
405
      - patch: 1225440: Apply intent of patch: to delay
406
      - patch: 1595568: from cyril_margaria: fix
407
      - patch: 1617255: fix length of the history array
408
      - patch: 1700157: from afrika: fixes ordering of exec
409
      - patch: 1710632: from mavarley: fix memory leak on
410
      - patch: 1719253: from "Christian Jung": fix
411
      - patch: 1719254: from "Christan Jung": update
412
413
    snmptrapd:
414
      - [BUG 1638225]: Fix interpretation of transport
415
      - [PATCH 1620424]: Fix notification reception so
416
      - patch: 1225440: Apply intent of patch: to
417
      - upport for forwarding traps by OID subtree.
418
419
    apps:
1.2.1 by Jochen Friedrich
Import upstream version 5.4.2.1~dfsg
420
      - [BUG 1964136]: Drop NULL type from snmpset usage
1.1.6 by Steve Kowalik
Import upstream version 5.4.1~dfsg
421
      - [PATCH 1529523]: Close SNMP session on failure.
422
423
    build:
424
      - Link libdl against libnetsnmpmibs instead of
425
      - Link libkvm and libwrap to libnetsnmpagent
426
      - [BUG 1096166]: Handle --without-logfile correctly.
427
      - [BUG 1647976]: Cygwin/MinGW Windows build fails
428
      - [PATCH 1625135]: configure location of python
429
      - [PATCH 1681073]: #ifdef based config_error instead
430
      - [PATCH 1728226]: make sure
431
      - [PATCH 1728230]: add
432
      - [PATCH 1728237]: Move
433
      - [PATCH 1728244]: Add
434
      - [PATCH 1728247]: Add type
435
      - add "BuildRequires: perl-ExtUtils-Embed" to the
436
      - add configure check for hasmntopt to fix the
437
      - only enable mibII/ipv6 through --enable-ipv6 on
438
      - patch from apple to simplify makefile target
439
      - update to libtool 1.5.24 (from 1.5.22)
440
      - use LDFLAGS when building agent, helpers and mib
441
      - use libtool clean for removing files to ensure we
442
      - work around libnetsnmpagent/libnetsnmphelpers
443
      - yet another fix to address build issues with
444
445
    building:
446
      - Check for support of static inline functions
447
      - Disable inlining on solaris as there are some
448
449
    configure:
450
      - [BUG 1567324]: Clarify prompting for
451
452
    documentation:
453
      - [BUG 1247164]: Document use of OID macros
454
      - [BUG 1407476]: Clarify MIB parsing toggle
455
      - [BUG 1614104]: broken snmpd(8) manual page
456
      - [PATCH 1604580]: SNMP(3) manual page
457
458
    irix:
459
      - [PATCH 1709748]: Optimized IRIX cpu stats
460
461
    library:
462
      - FEATURES: 454028: Detect and handle empty MIB
463
      - Patch from "Mitsuru Chinen": cleans up the
464
      - [PATCH 1642071]: Don't fiddle with the storage
465
      - [PATCH 1665543]: Handle VACM checks correctly.
466
467
    mib2c:
468
      - [BUG 1429472]: Protect against missing instances
469
      - [BUG 1582972]: Handle @while@/@end@ properly.
470
      - [BUG 833673]: More focused size checks.
471
      - [PATCH 1668171]: skip unknown cols in min/max
472
473
    misc:
474
      - Don't use the legacy symbol
475
476
    patch:
477
      - fix the -M switch for
478
479
    perl:
480
      - [BUG 1450669]: PATCH: 1627949: from martin987: a
481
      - [BUG 1619827]: link libnetsnmpagent/libnetsnmptrapd
482
      - fix SNMP SET for IP addresses on 64-bit
483
      - fix prerequisites for NetSNMP::TrapReceiver
484
      - fix syntax error in NetSNMP::agent::Support
485
      - install embedded perl init files for
486
      - patch: 1725049: fix bulkwalk in cases of non-repeater
487
488
    ports:
489
      - patch: 1706344: from naylor: fix compilation with
490
491
    python:
492
      - [PATCH 1716114]: Let python build in source tree
493
494
    test:
495
      - support a -n flag to RUNTESTS to print the test
496
497
    unspecified:
498
      - [BUG 1596638]: memory leak in ipCidrRouteTable,
499
      - [BUG 1600093]: autoconf 2.60 breaks the build
500
      - [BUG 1611524]: fix tcp connection table fd leak
501
      - [BUG 1633483]: Support CPU HAL on FreeBSD4.x
502
      - [BUG 1710910]: initial support for DragonFly BSD
503
      - [PATCH 1678298]: from magfr: compile-subagent checks for
504
      - [PATCH 1678301]: from magfr: deallocate domain registry
505
      - [PATCH 1678302]: from magfr: netsnmp_mibindex_load leaks
506
      - [PATCH 1678305]: from magfr: Deallocate the cache in
507
      - [PATCH 1678306]: from magfr: Deallocate the log in
508
      - [PATCH 1719244]: fix mfd generating map function
509
      - [PATCH 1728241]: from mitsuru_chinen: add configure check
510
      - patch from apple to fix cross-compile builds in apples
511
      - patch from apple to fix minor documentation bugs.
512
      - patch from apple to improve memory reporting
513
514
    AIX:
515
      - [PATCH 1665079]: AIX patches
516
      - build fixes for embedded Perl
517
      - fix default shared library building instead of forcing
518
      - use "-Wl,-brtl" when compiling with gcc
519
520
    FreeBSD:
521
      - add initial support for upcoming FreeBSD 7
522
      - fix configure warning for sys/conf.h
523
524
    HP:
525
      - UX: BUG: 1742278: compile error on HP-UX 11.23 (IA64)
526
      - UX: HP-UX needs _REENTRANT defined to pick up
527
528
    IRIX:
529
      - [PATCH 1675869]: CPU statistics for IRIX
530
531
    Linux:
532
      - [BUG 1666005]: Fail to walk ipv6InterfaceTable on
533
      - [PATCH 1581294]: 
534
      - fix ethtool configure check for recent systems
535
536
    MacOSX:
537
      - [PATCH 1600453]: OS X
538
      - [PATCH 1600522]: CPU HAL
539
540
    Perl:
541
      - link Perl modules against the exact set of libraries
542
543
    Solaris:
544
      - IF-MIB fix: add missing return at end of
545
      - [BUG 1626153]: no hrSWRun informations on
546
      - [PATCH 1623447]: hrSWRun
547
548
    Win32:
549
      - [BUG 1662987]: compile error on Cygwin
550
      - [PATCH 1622080]: A: pass Win32
551
      - fix AES support
552
      - fix win32/Configure --with-ipv6
553