From c3fe90a03a2702a80c4038a3fef509eba58459e243d132aef933def9c617f1ea Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Mon, 25 Jan 2021 10:11:56 +0000 Subject: [PATCH] Accepting request 862272 from home:mnhauke - Update to version 0.6.8 * Bugfix release * remove "CFLAGS+=-fcommon" OBS-URL: https://build.opensuse.org/request/show/862272 OBS-URL: https://build.opensuse.org/package/show/network:utilities/netsniff-ng?expand=0&rev=38 --- netsniff-ng-0.6.7.tar.xz | 3 --- netsniff-ng-0.6.8.tar.xz | 3 +++ netsniff-ng.changes | 7 +++++++ netsniff-ng.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 netsniff-ng-0.6.7.tar.xz create mode 100644 netsniff-ng-0.6.8.tar.xz 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}