Changelog for
libnet9-1.3-1.3.i586.rpm :
* Tue Oct 24 2023 Paolo Stivanin
- update to 1.3:
* Add support for LLDP, mandatory TLVs.
* Add support for Cisco UniDirectional Link Detection (UDLD), RFC5171
* Calling libnet_init() with a RAW type no longer sets a TX buffer max size. Use the new libnet_setfd_max_sndbuf() instead when needed.
* Fix #122: unused parameter warnings
* Fix #123: potential memory leak in libnet_cq_add()
* Fix #124: potential name conflict with C++ keyword new
* Fix #96: pointer type warnings when dumping raw data with %p
* Fix #97: non-standard types
* Fix #98: lots of signed vs unsigned comparisons
* Fix #102: possible buffer overflows in libnet_plist_chain_dump_string()
* Fix #120: possible NULL pointer dereference in libnet_cq_add()
* Fix #120: memory leak in libnet_plist_chain_new()
* Fix segmentation fault in libnet_ifaddrlist()
* Fix #150: segfault when number of IPs > 512- Drop upstreamed reproducible.patch
* Wed Feb 09 2022 Bernhard Wiedemann - Add reproducible.patch to override build date (boo#1047218)
* Wed Sep 23 2020 Dirk Mueller - update to 1.2:
* Removed Lua bindings from repo and dist files, now available separately
* Removed generated HTML and Nroff (man pages) documentation files, must be regenerated with Doxygen using make doc
* Add pkg-config support with libnet.pc, replaces libnet-config tool, although it is kept for compatibility for now
* Factorize socket setup code for socket opening to provide output device selection for IPv4
* Make libnet_get_hwaddr() work with 802.1q interfaces in bpf (BSD)
* New API for OSPF HELLO messages, with neighbor
* many bugfixes, see https://github.com/libnet/libnet/releases/tag/v1.2- drop libnet-1.2-rc.patch libnet-pf-packet.patch (obsolete)
* Fri Oct 23 2015 tchvatalAATTsuse.com- Add patch for bnc#949391:
* libnet-pf-packet.patch
* Fri Mar 13 2015 tchvatalAATTsuse.com- Remove no longer needed provide/obsolete
* Tue May 13 2014 tchvatalAATTsuse.com- Drop patch removing manpages, no reason to remove them. libnet-1.2.0-drop-man-build.patch
* Tue May 13 2014 tchvatalAATTsuse.com- Update to actual released tarball which is versioned 1.2-rc3- Cleanup with spec-cleaner- No reason to not have this library in /usr so move it there- Add patch libnet-1.2-rc.patch needed to set proper version in automake.
* Thu Jan 02 2014 mvyskocilAATTsuse.com- Use macro in libnet-devel to ensure correct dependency
* Thu Dec 19 2013 mvyskocilAATTsuse.com- Update to 1.2 no changelog available- add libnet-1.2.0-drop-man-build.patch to not fail on non existing manual pages
* Thu Oct 03 2013 mvyskocilAATTsuse.com- Install just plain c files in samples/