Accepting request 49048 from security:netfilter
Copy from security:netfilter/libnetfilter_conntrack based on submit request 49048 from user jengelh OBS-URL: https://build.opensuse.org/request/show/49048 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_conntrack?expand=0&rev=5
This commit is contained in:
parent
1943a846bb
commit
c1f4ff4746
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d2919df3794e1e8f2311ad31949698103061206379b75094cb2bf7851378ab2
|
||||
size 287919
|
3
libnetfilter_conntrack-0.9.0.tar.bz2
Normal file
3
libnetfilter_conntrack-0.9.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cba108e459fbf71aedacf52b30bb374ccd33b7c569a8f2f789eee1be1e9e3e07
|
||||
size 292087
|
BIN
libnetfilter_conntrack-0.9.0.tar.bz2.sig
Normal file
BIN
libnetfilter_conntrack-0.9.0.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 8 22:47:11 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- new upstream release 0.9.0
|
||||
* ct: fix regression with helpers for Linux kernel >= 2.6.34
|
||||
* ct: fix EINVAL if not TCP attributes are set for Linux
|
||||
kernel <= 2.6.25
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 19:44:54 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
- new upstream release 0.0.102
|
||||
* support for conntrack zones
|
||||
* support for TCP window scale factor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 23 22:12:24 UTC 2010 - jengelh@medozas.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libnetfilter_conntrack (Version 0.0.101)
|
||||
# spec file for package libnetfilter_conntrack (Version 0.9.0)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,15 +20,17 @@
|
||||
%define soname 3
|
||||
|
||||
Name: libnetfilter_conntrack
|
||||
Version: 0.0.101
|
||||
Version: 0.9.0
|
||||
Release: 1
|
||||
License: GNU GPL v2
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libnetfilter_conntrack/
|
||||
Source: http://netfilter.org/projects/libnetfilter_conntrack/files/%{name}-%{version}.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Source: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2
|
||||
Source2: http://netfilter.org/projects/%name/files/%name-%version.tar.bz2.sig
|
||||
Source3: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: libnfnetlink-devel linux-kernel-headers >= 2.6.14 pkg-config
|
||||
BuildRequires: libnfnetlink-devel >= 1.0.0
|
||||
BuildRequires: linux-kernel-headers >= 2.6.18 pkg-config
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
|
||||
%description
|
||||
@ -42,6 +44,7 @@ used by conntrack-tools among many other applications.
|
||||
|
||||
%package -n %{name}%{soname}
|
||||
|
||||
|
||||
Group: System/Libraries
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
|
||||
@ -54,6 +57,7 @@ used by conntrack-tools among many other applications.
|
||||
|
||||
%package -n %{name}-devel
|
||||
|
||||
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name}%{soname} = %{version}
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
|
Loading…
Reference in New Issue
Block a user