conntrack-tools-1.4.0
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/conntrack-tools?expand=0&rev=30
This commit is contained in:
parent
2a1f250c51
commit
adec76888d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e1da5f4c46094c252df5a167b28ecf2085dd73d1258316021d80612e5c9e332b
|
|
||||||
size 476888
|
|
Binary file not shown.
3
conntrack-tools-1.4.0.tar.bz2
Normal file
3
conntrack-tools-1.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:036b032a5c4d180aad686df21399d74506b9b3d3000794eb13ac313482e24896
|
||||||
|
size 512308
|
BIN
conntrack-tools-1.4.0.tar.bz2.sig
Normal file
BIN
conntrack-tools-1.4.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 8 12:32:55 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.4.0
|
||||||
|
* This release adds the user-space helper infrastructure which
|
||||||
|
includes the RPC portmapper (to support NFSv3) and Oracle*TNS
|
||||||
|
helpers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 31 12:10:49 UTC 2012 - jengelh@inai.de
|
Tue Jul 31 12:10:49 UTC 2012 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: conntrack-tools
|
Name: conntrack-tools
|
||||||
Version: 1.2.2
|
Version: 1.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://conntrack-tools.netfilter.org/
|
Url: http://conntrack-tools.netfilter.org/
|
||||||
Summary: Userspace tools for interacting with the Connection Tracking System
|
Summary: Userspace tools for interacting with the Connection Tracking System
|
||||||
@ -25,6 +25,7 @@ License: GPL-2.0+
|
|||||||
Group: Productivity/Networking/Security
|
Group: Productivity/Networking/Security
|
||||||
|
|
||||||
#Git-Clone: git://git.netfilter.org/conntrack-tools
|
#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
|
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
|
Source2: http://netfilter.org/projects/conntrack-tools/files/%name-%version.tar.bz2.sig
|
||||||
|
|
||||||
@ -34,14 +35,18 @@ BuildRequires: flex >= 2.5.33
|
|||||||
BuildRequires: pkgconfig >= 0.21
|
BuildRequires: pkgconfig >= 0.21
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
BuildRequires: pkgconfig(libmnl) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.1
|
BuildRequires: pkgconfig(libnetfilter_conntrack) >= 1.0.2
|
||||||
|
BuildRequires: pkgconfig(libnetfilter_cthelper) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
BuildRequires: pkgconfig(libnetfilter_cttimeout) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
|
BuildRequires: pkgconfig(libnetfilter_queue) >= 1.0.2
|
||||||
|
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.1
|
||||||
%else
|
%else
|
||||||
BuildRequires: libmnl-devel >= 1.0.0
|
BuildRequires: libmnl-devel >= 1.0.0
|
||||||
BuildRequires: libnetfilter_conntrack-devel >= 1.0.1
|
BuildRequires: libnetfilter_conntrack-devel >= 1.0.2
|
||||||
|
BuildRequires: libnetfilter_cthelper-devel >= 1.0.0
|
||||||
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0
|
BuildRequires: libnetfilter_cttimeout-devel >= 1.0.0
|
||||||
BuildRequires: libnfnetlink-devel >= 1.0.0
|
BuildRequires: libnetfilter_queue-devel >= 1.0.2
|
||||||
|
BuildRequires: libnfnetlink-devel >= 1.0.1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -63,7 +68,9 @@ collector as well.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
b="%buildroot";
|
||||||
|
make install DESTDIR="$b";
|
||||||
|
find "$b/%_libdir" -type f -name "*.la" -delete;
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -71,6 +78,7 @@ make %{?_smp_mflags}
|
|||||||
%_sbindir/conntrack
|
%_sbindir/conntrack
|
||||||
%_sbindir/conntrackd
|
%_sbindir/conntrackd
|
||||||
%_sbindir/nfct
|
%_sbindir/nfct
|
||||||
|
%_libdir/%name
|
||||||
%_mandir/man8/*
|
%_mandir/man8/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user