diff --git a/netsniff-ng-0.6.7.tar.xz b/netsniff-ng-0.6.7.tar.xz deleted file mode 100644 index e6b3636..0000000 --- a/netsniff-ng-0.6.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:96d85f2d216abcf6ba0ff610809b62c3a6430e21cbdd7bfef48cd9bde074848f -size 617720 diff --git a/netsniff-ng-0.6.8.tar.xz b/netsniff-ng-0.6.8.tar.xz new file mode 100644 index 0000000..1cac017 --- /dev/null +++ b/netsniff-ng-0.6.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77d17d4158faf1d93c7d922a1bd7f093a8b437bd658292c830708540e10894ba +size 617820 diff --git a/netsniff-ng.changes b/netsniff-ng.changes index 32eb014..5fe8662 100644 --- a/netsniff-ng.changes +++ b/netsniff-ng.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 11 12:05:14 UTC 2021 - Martin Hauke + +- Update to version 0.6.8 + * Bugfix release + * remove "CFLAGS+=-fcommon" + ------------------------------------------------------------------- Sun Jun 7 19:32:53 UTC 2020 - Martin Hauke diff --git a/netsniff-ng.spec b/netsniff-ng.spec index 6cd87dc..c8c9999 100644 --- a/netsniff-ng.spec +++ b/netsniff-ng.spec @@ -1,7 +1,7 @@ # # spec file for package netsniff-ng # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: netsniff-ng -Version: 0.6.7 +Version: 0.6.8 Release: 0 Summary: Network Sniffer for Packet Inspection License: GPL-2.0-only @@ -73,7 +73,7 @@ The netsniff-ng toolkit consists of the following utilities: export NACL_LIB=sodium export NACL_INC_DIR=/usr/include/sodium ./configure --disable-geoip -make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags} -fcommon" +make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}" %install make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}