Hello community, here is the log from the commit of package netsniff-ng for openSUSE:Leap:15.2 checked in at 2020-01-30 06:07:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/netsniff-ng (Old) and /work/SRC/openSUSE:Leap:15.2/.netsniff-ng.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netsniff-ng" Thu Jan 30 06:07:34 2020 rev:12 rq:763582 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/netsniff-ng/netsniff-ng.changes 2020-01-15 15:33:20.802856593 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.netsniff-ng.new.26092/netsniff-ng.changes 2020-01-30 06:07:35.466437252 +0100 @@ -1,0 +2,31 @@ +Thu Nov 7 20:01:07 UTC 2019 - Martin Hauke <[email protected]> + +- Do not longer build with support for GeoIP + GeoIP has been discontinued by Maxmind. Please see + https://support.maxmind.com/geolite-legacy-discontinuation-notice/ + for details. Without the database GeoIP is useless. + +------------------------------------------------------------------- +Thu May 9 19:17:57 UTC 2019 - Martin Hauke <[email protected]> + +- Update to version 0.6.6 + * implement rotating capture files in netsniff-ng + * fixed '--in -' to work again with STDIN in trafgen + * fixed -t 0 option to use sendto in trafgen + * checksum calculation for ICMP and TCP in astraceroute + * fix for reading mirrors from file in astraceroute + * use GZIP_ENV instead of GZIP in build system + * fixed manpage warnings + * added error handling for mismatched address families in mausezahn. + +- Update to version 0.6.5 + * add DCCP support to netsniff-ng + * fix segfault in mausezahn + * add date format strings to --out in netsniff-ng + * restore handling of raw hex string passed in on command line in + mausezahn + * support ICMPv6 checksums in trafgen + * improve random mac address generation in mausezahn + * man page updates and reformatting + +------------------------------------------------------------------- Old: ---- netsniff-ng-0.6.4.tar.xz New: ---- netsniff-ng-0.6.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netsniff-ng.spec ++++++ --- /var/tmp/diff_new_pack.YLiRqR/_old 2020-01-30 06:07:35.878437482 +0100 +++ /var/tmp/diff_new_pack.YLiRqR/_new 2020-01-30 06:07:35.882437485 +0100 @@ -1,7 +1,7 @@ # # spec file for package netsniff-ng # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: netsniff-ng -Version: 0.6.4 +Version: 0.6.6 Release: 0 Summary: Network Sniffer for Packet Inspection License: GPL-2.0-only @@ -31,7 +31,6 @@ BuildRequires: flex BuildRequires: gcc BuildRequires: glibc-devel -BuildRequires: libGeoIP-devel BuildRequires: libcli-devel BuildRequires: libnet-devel BuildRequires: libnetfilter_conntrack-devel @@ -73,15 +72,15 @@ %build export NACL_LIB=sodium export NACL_INC_DIR=/usr/include/sodium -./configure +./configure --disable-geoip make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}" %install make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot} %files -%defattr(-,root,root) -%doc AUTHORS COPYING README REPORTING-BUGS +%license COPYING +%doc AUTHORS README REPORTING-BUGS %dir %{_sysconfdir}/netsniff-ng %config(noreplace) %{_sysconfdir}/netsniff-ng/* %{_sbindir}/* ++++++ netsniff-ng-0.6.4.tar.xz -> netsniff-ng-0.6.6.tar.xz ++++++ ++++ 22762 lines of diff (skipped)
