Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libnet for openSUSE:Factory checked in at 2023-10-24 20:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libnet (Old) and /work/SRC/openSUSE:Factory/.libnet.new.24901 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libnet" Tue Oct 24 20:08:47 2023 rev:34 rq:1119885 version:1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/libnet/libnet.changes 2022-02-09 20:41:00.070634464 +0100 +++ /work/SRC/openSUSE:Factory/.libnet.new.24901/libnet.changes 2023-10-24 20:08:53.929706038 +0200 @@ -1,0 +2,21 @@ +Tue Oct 24 07:03:46 UTC 2023 - Paolo Stivanin <[email protected]> + +- 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 + +------------------------------------------------------------------- Old: ---- libnet-1.2.tar.gz reproducible.patch New: ---- libnet-1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libnet.spec ++++++ --- /var/tmp/diff_new_pack.IAWyge/_old 2023-10-24 20:08:54.677733233 +0200 +++ /var/tmp/diff_new_pack.IAWyge/_new 2023-10-24 20:08:54.677733233 +0200 @@ -1,7 +1,7 @@ # # spec file for package libnet # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %define libname libnet9 Name: libnet -Version: 1.2 +Version: 1.3 Release: 0 Summary: A C Library for Portable Packet Creation License: BSD-3-Clause Group: Development/Libraries/C and C++ URL: https://codedocs.xyz/libnet/libnet/ Source0: https://github.com/libnet/libnet/releases/download/v%{version}/libnet-%{version}.tar.gz -Patch0: reproducible.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: doxygen @@ -79,7 +78,6 @@ %build # no configure in a tarball -autoreconf -fiv CFLAGS="%{optflags} -Wall -Wno-unused" \ %configure \ --disable-static \ @@ -110,6 +108,7 @@ %{_bindir}/libnet-config %{_includedir}/libnet* %{_libdir}/libnet.so +%{_mandir}/man1/* %{_mandir}/man3/* %{_libdir}/pkgconfig/libnet.pc ++++++ libnet-1.2.tar.gz -> libnet-1.3.tar.gz ++++++ ++++ 41260 lines of diff (skipped)
