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
This commit is contained in:
Marcus Meissner 2021-01-25 10:11:56 +00:00 committed by Git OBS Bridge
parent c987e0ff28
commit c3fe90a03a
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96d85f2d216abcf6ba0ff610809b62c3a6430e21cbdd7bfef48cd9bde074848f
size 617720

3
netsniff-ng-0.6.8.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77d17d4158faf1d93c7d922a1bd7f093a8b437bd658292c830708540e10894ba
size 617820

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 11 12:05:14 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 0.6.8
* Bugfix release
* remove "CFLAGS+=-fcommon"
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jun 7 19:32:53 UTC 2020 - Martin Hauke <mardnh@gmx.de> Sun Jun 7 19:32:53 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package netsniff-ng # spec file for package netsniff-ng
# #
# Copyright (c) 2020 SUSE LLC # Copyright (c) 2021 SUSE LLC
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org> # Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,7 +18,7 @@
Name: netsniff-ng Name: netsniff-ng
Version: 0.6.7 Version: 0.6.8
Release: 0 Release: 0
Summary: Network Sniffer for Packet Inspection Summary: Network Sniffer for Packet Inspection
License: GPL-2.0-only License: GPL-2.0-only
@ -73,7 +73,7 @@ The netsniff-ng toolkit consists of the following utilities:
export NACL_LIB=sodium export NACL_LIB=sodium
export NACL_INC_DIR=/usr/include/sodium export NACL_INC_DIR=/usr/include/sodium
./configure --disable-geoip ./configure --disable-geoip
make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags} -fcommon" make %{?_smp_mflags} ETCDIR=%{_sysconfdir} Q= STRIP=: CFLAGS="%{optflags}"
%install %install
make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot} make install PREFIX=%{_prefix} ETCDIR=%{_sysconfdir} DESTDIR=%{buildroot}