Accepting request 280644 from security:netfilter
- Update to new git snapshot 1.4.2.g26 OBS-URL: https://build.opensuse.org/request/show/280644 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/conntrack-tools?expand=0&rev=25
This commit is contained in:
commit
294cfe5466
3
conntrack-tools-1.4.2.g26.tar.xz
Normal file
3
conntrack-tools-1.4.2.g26.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12a3af2d27e604e73f53250a5cfab92841f502e3cf1aa485e638746aac04366f
|
||||
size 140872
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5c423dc077f9ca8767eaa6cf40446943905711c6a8fe27f9cc1977d4d6aa11e
|
||||
size 472074
|
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 8 19:14:05 UTC 2015 - jengelh@inai.de
|
||||
|
||||
- Update to new git snapshot 1.4.2.g26
|
||||
* Chromecast/SSDP support, SSDP userspace helper
|
||||
* TFTP userspace helper support
|
||||
* Support for attaching expectations via nfqueue
|
||||
* Fix directory lookup for helper plugins
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 23 15:16:24 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package conntrack-tools
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: conntrack-tools
|
||||
Version: 1.4.2
|
||||
Version: 1.4.2.g26
|
||||
Release: 0
|
||||
Url: http://conntrack-tools.netfilter.org/
|
||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||
@ -26,14 +26,19 @@ Group: Productivity/Networking/Security
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
||||
#DL-URL: http://netfilter.org/projects/conntrack-tools/files/
|
||||
Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||
#Source: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2
|
||||
#Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||
#Snapshot: conntrack-tools-1.4.2-26-g0ec644c
|
||||
Source: %name-%version.tar.xz
|
||||
Source3: %name.keyring
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: automake
|
||||
BuildRequires: bison
|
||||
BuildRequires: flex >= 2.5.33
|
||||
BuildRequires: pkgconfig >= 0.21
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config >= 0.21
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.4
|
||||
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
||||
@ -53,11 +58,16 @@ enable highly available scenarios, and can be used as statistics
|
||||
collector as well.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %name
|
||||
find doc -type f -name '*.orig' -delete
|
||||
|
||||
%build
|
||||
autoreconf -i -f
|
||||
%configure --disable-static
|
||||
make %{?_smp_mflags}
|
||||
# CC read_config_lex.o
|
||||
#read_config_lex.l:24:28: fatal error: read_config_yy.h: No such file or
|
||||
#directory
|
||||
make %{?_smp_mflags} -j1
|
||||
|
||||
%install
|
||||
b="%buildroot";
|
||||
@ -66,7 +76,7 @@ find "$b/%_libdir" -type f -name "*.la" -delete;
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS TODO doc/stats/conntrackd.conf
|
||||
%doc AUTHORS TODO doc/stats doc/helper
|
||||
%_sbindir/conntrack
|
||||
%_sbindir/conntrackd
|
||||
%_sbindir/nfct
|
||||
|
Loading…
Reference in New Issue
Block a user