Jan Engelhardt 2013-03-04 19:58:40 +00:00 committed by Git OBS Bridge
parent 55d10307c4
commit 2f886330fd
6 changed files with 16 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a0bd747dd58ae1513586b43c7125b41e6325f97eb95ac63d53cf5aeb33254d12
size 386929

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fc1710854d26d527087dbbefb110193650d9aae1876f90cb64b8d5c0a8dd95a4
size 390454

Binary file not shown.

View File

@ -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 Wed Nov 28 20:12:14 CET 2012 - sbrabec@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package libnetfilter_conntrack # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libnetfilter_conntrack Name: libnetfilter_conntrack
%define lname %{name}3 %define lname %{name}3
Version: 1.0.2 Version: 1.0.3
Release: 0 Release: 0
Url: http://netfilter.org/projects/libnetfilter_conntrack/ Url: http://netfilter.org/projects/libnetfilter_conntrack/
Summary: Userspace library for the in-kernel connection tracking state table Summary: Userspace library for the in-kernel connection tracking state table
@ -65,9 +65,9 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
used by conntrack-tools among many other applications. used by conntrack-tools among many other applications.
%package devel %package devel
Requires: %lname = %version
Summary: Userspace library for the in-kernel connection tracking state table Summary: Userspace library for the in-kernel connection tracking state table
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
Requires: %lname = %version
%description devel %description devel
libnetfilter_conntrack is a userspace library providing a programming libnetfilter_conntrack is a userspace library providing a programming
@ -77,15 +77,10 @@ libnfnetlink_conntrack and libctnetlink. This library is currently
used by conntrack-tools among many other applications. used by conntrack-tools among many other applications.
%prep %prep
%if 0%{?gpg_verify:1} %{?gpg_verify: %gpg_verify %{S:2}}
%gpg_verify %{S:2}
%endif
%setup -q %setup -q
%build %build
if [ "%git_snapshot" -ne 0 ] || [ ! -e configure ]; then
autoreconf -fi;
fi;
%configure --disable-static --includedir="%_includedir/%name-%version" %configure --disable-static --includedir="%_includedir/%name-%version"
make %{?_smp_mflags} make %{?_smp_mflags}