From 3cdf61fb57ec44f3fde5d573e74c240ee5a04f8cb0fee8af94d5586a59b90e60 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 31 Aug 2012 01:54:52 +0000 Subject: [PATCH] libnfnetlink-1.0.0+git35 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnfnetlink?expand=0&rev=24 --- libnfnetlink-1.0.0+git28.tar.xz | 3 --- libnfnetlink-1.0.0+git35.tar.xz | 3 +++ libnfnetlink.changes | 7 +++++++ libnfnetlink.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 libnfnetlink-1.0.0+git28.tar.xz create mode 100644 libnfnetlink-1.0.0+git35.tar.xz diff --git a/libnfnetlink-1.0.0+git28.tar.xz b/libnfnetlink-1.0.0+git28.tar.xz deleted file mode 100644 index b3a29a6..0000000 --- a/libnfnetlink-1.0.0+git28.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d383163609d7e807c25b708dab9b8187ce06e6cc01aebeca22718ea970d9b6f -size 27752 diff --git a/libnfnetlink-1.0.0+git35.tar.xz b/libnfnetlink-1.0.0+git35.tar.xz new file mode 100644 index 0000000..0d313e1 --- /dev/null +++ b/libnfnetlink-1.0.0+git35.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b82b2e44c6b2e237ca68c99de352c3b1dad08cf002a1b155973649510c8055c5 +size 27952 diff --git a/libnfnetlink.changes b/libnfnetlink.changes index b71f11c..14cbad2 100644 --- a/libnfnetlink.changes +++ b/libnfnetlink.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Aug 31 01:52:43 UTC 2012 - jengelh@inai.de + +- Update to new git snapshot 1.0.0+git35 +* Fix incomplete retrieval of the interface list, + which causes conntrackd to not operate as desired + ------------------------------------------------------------------- Fri Feb 10 15:54:47 UTC 2012 - cfarrell@suse.com diff --git a/libnfnetlink.spec b/libnfnetlink.spec index be2c1d4..8bf22c2 100644 --- a/libnfnetlink.spec +++ b/libnfnetlink.spec @@ -18,7 +18,7 @@ Name: libnfnetlink %define libsoname %{name}0 -Version: 1.0.0+git28 +Version: 1.0.0+git35 Release: 0 Url: http://netfilter.org/projects/libnfnetlink/ @@ -91,7 +91,7 @@ tar -xf "%{S:0}" --use=xz; if [ ! -e configure ]; then autoreconf -fi; fi -%configure --disable-static --includedir=%_includedir/%name-%version +%configure --disable-static --includedir="%_includedir/%name-%version" make %{?_smp_mflags} %install