forked from pool/libnetfilter_conntrack
Accepting request 121532 from security:netfilter
- Update to new upstream release 1.0.1 * add NAT, expectfn and class support * conntrack: add new ATTR_GRP_[ORIG|REPL]_ADDR_[SRC|DST] attributes OBS-URL: https://build.opensuse.org/request/show/121532 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_conntrack?expand=0&rev=11
This commit is contained in:
commit
eb6b43db38
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608
|
||||
size 380555
|
Binary file not shown.
3
libnetfilter_conntrack-1.0.1.tar.bz2
Normal file
3
libnetfilter_conntrack-1.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:279090d28a676299cba6e8a6a3def97f1e8560525aee475e7e1e23cc46162f57
|
||||
size 377423
|
BIN
libnetfilter_conntrack-1.0.1.tar.bz2.sig
Normal file
BIN
libnetfilter_conntrack-1.0.1.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat May 19 22:08:36 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.1
|
||||
* add NAT, expectfn and class support
|
||||
* conntrack: add new ATTR_GRP_[ORIG|REPL]_ADDR_[SRC|DST] attributes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 18:28:21 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
|
@ -16,13 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: libnetfilter_conntrack
|
||||
%define lname %{name}3
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libnetfilter_conntrack/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
|
||||
@ -32,10 +29,15 @@ Source2: ftp://ftp.netfilter.org/pub/libnetfilter_conntrack/%name-%versio
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if %git_snapshot
|
||||
BuildRequires: autoconf automake >= 1.6 libtool
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake >= 1.6
|
||||
%endif
|
||||
BuildRequires: pkgconfig >= 0.23 pkgconfig(libnfnetlink) >= 1.0.0
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig >= 0.23
|
||||
BuildRequires: pkgconfig(libnfnetlink) >= 1.0.0
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
|
||||
%description
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
@ -45,8 +47,8 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
|
||||
used by conntrack-tools among many other applications.
|
||||
|
||||
%package -n %lname
|
||||
Group: System/Libraries
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n %lname
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
@ -56,9 +58,9 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
|
||||
used by conntrack-tools among many other applications.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
Group: Development/Libraries/C and C++
|
||||
|
||||
%description devel
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
|
Loading…
Reference in New Issue
Block a user