diff --git a/libnl-3.2.24.tar.xz b/libnl-3.2.24.tar.xz deleted file mode 100644 index 9fb7538..0000000 --- a/libnl-3.2.24.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0918c95cbfe94c5935790d100bed6a729bf4683385bce49b72545bca67d1a735 -size 541960 diff --git a/libnl-3.2.25.tar.gz b/libnl-3.2.25.tar.gz new file mode 100644 index 0000000..88d0adc --- /dev/null +++ b/libnl-3.2.25.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5 +size 832513 diff --git a/libnl3.changes b/libnl3.changes index e28a779..1564fff 100644 --- a/libnl3.changes +++ b/libnl3.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 16 21:24:48 UTC 2014 - jengelh@inai.de + +- Update to new upstream release 3.2.25 +* route: fix off-by-one in rtnl_act_parse() +* act: fix policy range check +* act: fix the logic of parsing actions +* u32: prevent memcpy from NULL +* attr: prevent garbage return value for NULL param +* introduce ipip, ip6, gre, sit tunnel support +* tc: add co_groups for tc qdisc and filter + ------------------------------------------------------------------- Fri Apr 25 14:35:55 UTC 2014 - dmueller@suse.com diff --git a/libnl3.spec b/libnl3.spec index cb8609a..1c7ed77 100644 --- a/libnl3.spec +++ b/libnl3.spec @@ -19,7 +19,7 @@ Name: libnl3 %define lname libnl3-200 %define with_tools 1 -Version: 3.2.24 +Version: 3.2.25 Release: 0 Summary: Convenience library for working with Netlink sockets License: LGPL-2.1 and GPL-2.0 @@ -28,8 +28,7 @@ Url: http://www.carisma.slowglass.com/~tgr/libnl/ #Git-Clone: git://git.infradead.org/users/tgr/libnl #Git-Clone: git://github.com/tgraf/libnl -#DL-URL: http://www.carisma.slowglass.com/~tgr/libnl/files/ -Source: libnl-%version.tar.xz +Source: http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-%version.tar.gz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison @@ -39,7 +38,6 @@ BuildRequires: pkgconfig >= 0.21 # is marked as # "NOTE: The python wrapper is experimental and may or may not work." # BuildRequires: python-devel >= 2.6 -BuildRequires: xz %if 0%{?suse_version} BuildRequires: fdupes %endif @@ -101,12 +99,7 @@ demonstrated. %endif %prep -%if 0%{?__xz:1} %setup -qn libnl-%version -%else -tar -xf "%{S:0}" --use=xz; -%setup -DTqn libnl-%version -%endif %build %configure --disable-static