forked from pool/libnetfilter_conntrack
Accepting request 157934 from security:netfilter
- Update to new upstream release 1.0.3 OBS-URL: https://build.opensuse.org/request/show/157934 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnetfilter_conntrack?expand=0&rev=16
This commit is contained in:
commit
edd3b4a3ac
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a0bd747dd58ae1513586b43c7125b41e6325f97eb95ac63d53cf5aeb33254d12
|
||||
size 386929
|
Binary file not shown.
3
libnetfilter_conntrack-1.0.3.tar.bz2
Normal file
3
libnetfilter_conntrack-1.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc1710854d26d527087dbbefb110193650d9aae1876f90cb64b8d5c0a8dd95a4
|
||||
size 390454
|
BIN
libnetfilter_conntrack-1.0.3.tar.bz2.sig
Normal file
BIN
libnetfilter_conntrack-1.0.3.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 4 19:17:33 UTC 2013 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 1.0.3
|
||||
* Treat the ATTR_HELPER_INFO attribute as the variable-length type
|
||||
that it actually is.
|
||||
* Fix a use after free when nfct_clone was used with certain
|
||||
attribute data types.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 20:12:14 CET 2012 - sbrabec@suse.cz
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libnetfilter_conntrack
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 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
|
||||
@ -18,13 +18,14 @@
|
||||
|
||||
Name: libnetfilter_conntrack
|
||||
%define lname %{name}3
|
||||
Version: 1.0.2
|
||||
Version: 1.0.3
|
||||
Release: 0
|
||||
Url: http://netfilter.org/projects/libnetfilter_conntrack/
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Security
|
||||
|
||||
#Freecode-URL: http://freecode.com/projects/libnetfilter_conntrack/
|
||||
#Git-Clone: git://git.netfilter.org/libnetfilter_conntrack
|
||||
#DL-URL: http://netfilter.org/projects/libnetfilter_conntrack/files/
|
||||
Source: http://netfilter.org/projects/libnetfilter_conntrack/files/%name-%version.tar.bz2
|
||||
@ -64,9 +65,9 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
|
||||
used by conntrack-tools among many other applications.
|
||||
|
||||
%package devel
|
||||
Requires: %lname = %version
|
||||
Summary: Userspace library for the in-kernel connection tracking state table
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %lname = %version
|
||||
|
||||
%description devel
|
||||
libnetfilter_conntrack is a userspace library providing a programming
|
||||
@ -76,15 +77,10 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
|
||||
used by conntrack-tools among many other applications.
|
||||
|
||||
%prep
|
||||
%if 0%{?gpg_verify:1}
|
||||
%gpg_verify %{S:2}
|
||||
%endif
|
||||
%{?gpg_verify: %gpg_verify %{S:2}}
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
if [ "%git_snapshot" -ne 0 ] || [ ! -e configure ]; then
|
||||
autoreconf -fi;
|
||||
fi;
|
||||
%configure --disable-static --includedir="%_includedir/%name-%version"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user