libmnl 1.0.2
OBS-URL: https://build.opensuse.org/package/show/security:netfilter/libmnl?expand=0&rev=19
This commit is contained in:
parent
be442109af
commit
f8c0dda005
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4778ac347de5243688d9bf3b63ad5ad4e6f62b75f89c6874c347f87b2ab2ffd
|
||||
size 32352
|
3
libmnl-1.0.2.tar.bz2
Normal file
3
libmnl-1.0.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d91e85386fd44ad1fa5e1f3d87af6099d954d8d0f45b009a4ecc096137e4a60
|
||||
size 300560
|
BIN
libmnl-1.0.2.tar.bz2.sig
Normal file
BIN
libmnl-1.0.2.tar.bz2.sig
Normal file
Binary file not shown.
@ -1,8 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 31 20:33:06 UTC 2011 - jengelh@medozas.de
|
||||
Mon Jan 2 21:24:22 UTC 2012 - jengelh@medozas.de
|
||||
|
||||
- Update to new git snapshot 1.0.1+git18
|
||||
* build updates
|
||||
- Update to new upstream release 1.0.2
|
||||
* build and compile updates
|
||||
* header: fix invalid use of type void * in arithmetic of
|
||||
mnl_for_each_nest(...)
|
||||
* doc: fix wrong comment describing mnl_nlmsg_batch_stop
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 29 20:48:55 UTC 2011 - jengelh@medozas.de
|
||||
|
10
libmnl.spec
10
libmnl.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libmnl
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,19 +20,19 @@
|
||||
Name: libmnl
|
||||
Summary: Minimalistic Netlink communication library
|
||||
%define lname %{name}0
|
||||
Version: 1.0.1+git18
|
||||
Version: 1.0.2
|
||||
Release: 0
|
||||
License: LGPL-2.1+
|
||||
Group: Productivity/Networking/Security
|
||||
Url: http://netfilter.org/projects/libmnl/
|
||||
|
||||
#Git-Clone: git://git.netfilter.org/libmnl
|
||||
#DL-URL: http://netfilter.org/projects/libmnl/files/%name-%version.tar.bz2
|
||||
Source: %name-%version.tar.xz
|
||||
Source: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2
|
||||
Source2: ftp://ftp.netfilter.org/pub/libmnl/%name-%version.tar.bz2.sig
|
||||
Source9: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: autoconf automake >= 1.6 libtool
|
||||
BuildRequires: pkgconfig >= 0.23 xz
|
||||
BuildRequires: pkgconfig >= 0.23
|
||||
|
||||
%description
|
||||
libmnl is a minimalistic user-space library oriented to Netlink
|
||||
|
Loading…
Reference in New Issue
Block a user