From 4de6891e83e992a7fb26827bc12466d5716a68a14ddaeb59151e9a0aa927a895 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 11 May 2012 09:35:32 +0000 Subject: [PATCH 1/2] Accepting request 120694 from home:vuntz:branches:security:netfilter Update to 3.2.9 OBS-URL: https://build.opensuse.org/request/show/120694 OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=26 --- libnl-3.2.8.tar.xz | 3 --- libnl-3.2.9.tar.gz | 3 +++ libnl3.changes | 6 ++++++ libnl3.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 libnl-3.2.8.tar.xz create mode 100644 libnl-3.2.9.tar.gz diff --git a/libnl-3.2.8.tar.xz b/libnl-3.2.8.tar.xz deleted file mode 100644 index a0f53b7..0000000 --- a/libnl-3.2.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7bbee8d90509b5281cd967961e66b0beeb5cd67ebaf59b812f9518a04a19dc8 -size 869752 diff --git a/libnl-3.2.9.tar.gz b/libnl-3.2.9.tar.gz new file mode 100644 index 0000000..0a6de15 --- /dev/null +++ b/libnl-3.2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f23e9460bd9bb7fbe09af5eb281e4a43a26fa245ea864ed5e28fe4e8118af63 +size 1137028 diff --git a/libnl3.changes b/libnl3.changes index 2345b01..d2ba62b 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 11 09:21:49 UTC 2012 - vuntz@opensuse.org + +- Update to version 3.2.9: + + Fix return value of nl_recvmsgs() + ------------------------------------------------------------------- Sat May 5 22:03:19 UTC 2012 - jengelh@medozas.de diff --git a/libnl3.spec b/libnl3.spec index 08f1db7..b119153 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -19,7 +19,7 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.8 +Version: 3.2.9 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1 and GPL-2.0 @@ -28,7 +28,7 @@ Group: Development/Libraries/C and C++ Url: http://people.suug.ch/~tgr/libnl/ #Git-Clone: git://git.kernel.org/pub/scm/libs/netlink/libnl #Git-Clone: git://git.infradead.org/users/tgr/libnl -Source: libnl-%version.tar.xz +Source: libnl-%version.tar.gz Source2: baselibs.conf Patch1: libdir.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build From 53ba22b0c0cb24a9e27ea7359071090df4e95cb8854d6a7c48ff978ba780d63c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 11 May 2012 09:36:33 +0000 Subject: [PATCH 2/2] Adhere to standard rpm formatting OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=27 --- libnl3.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnl3.changes b/libnl3.changes index d2ba62b..7354d9e 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -2,7 +2,7 @@ Fri May 11 09:21:49 UTC 2012 - vuntz@opensuse.org - Update to version 3.2.9: - + Fix return value of nl_recvmsgs() +* Fix return value of nl_recvmsgs() ------------------------------------------------------------------- Sat May 5 22:03:19 UTC 2012 - jengelh@medozas.de