forked from pool/libnl3
libnl-3.2.25
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libnl3?expand=0&rev=57
This commit is contained in:
parent
df3f95c0c1
commit
4bf9839ed8
@ -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
|
||||
|
||||
|
11
libnl3.spec
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user