forked from pool/libnl3
Accepting request 241282 from security:netfilter
- Update to new upstream release 3.2.25 OBS-URL: https://build.opensuse.org/request/show/241282 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnl3?expand=0&rev=25
This commit is contained in:
commit
197129a265
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0918c95cbfe94c5935790d100bed6a729bf4683385bce49b72545bca67d1a735
|
|
||||||
size 541960
|
|
3
libnl-3.2.25.tar.gz
Normal file
3
libnl-3.2.25.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8beb7590674957b931de6b7f81c530b85dc7c1ad8fbda015398bc1e8d1ce8ec5
|
||||||
|
size 832513
|
@ -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
|
Fri Apr 25 14:35:55 UTC 2014 - dmueller@suse.com
|
||||||
|
|
||||||
|
11
libnl3.spec
11
libnl3.spec
@ -19,7 +19,7 @@
|
|||||||
Name: libnl3
|
Name: libnl3
|
||||||
%define lname libnl3-200
|
%define lname libnl3-200
|
||||||
%define with_tools 1
|
%define with_tools 1
|
||||||
Version: 3.2.24
|
Version: 3.2.25
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Convenience library for working with Netlink sockets
|
Summary: Convenience library for working with Netlink sockets
|
||||||
License: LGPL-2.1 and GPL-2.0
|
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://git.infradead.org/users/tgr/libnl
|
||||||
#Git-Clone: git://github.com/tgraf/libnl
|
#Git-Clone: git://github.com/tgraf/libnl
|
||||||
#DL-URL: http://www.carisma.slowglass.com/~tgr/libnl/files/
|
Source: http://www.carisma.slowglass.com/~tgr/libnl/files/libnl-%version.tar.gz
|
||||||
Source: libnl-%version.tar.xz
|
|
||||||
Source2: baselibs.conf
|
Source2: baselibs.conf
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
@ -39,7 +38,6 @@ BuildRequires: pkgconfig >= 0.21
|
|||||||
# is marked as
|
# is marked as
|
||||||
# "NOTE: The python wrapper is experimental and may or may not work."
|
# "NOTE: The python wrapper is experimental and may or may not work."
|
||||||
# BuildRequires: python-devel >= 2.6
|
# BuildRequires: python-devel >= 2.6
|
||||||
BuildRequires: xz
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
%endif
|
%endif
|
||||||
@ -101,12 +99,7 @@ demonstrated.
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if 0%{?__xz:1}
|
|
||||||
%setup -qn libnl-%version
|
%setup -qn libnl-%version
|
||||||
%else
|
|
||||||
tar -xf "%{S:0}" --use=xz;
|
|
||||||
%setup -DTqn libnl-%version
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
|
Loading…
Reference in New Issue
Block a user