Gentoo Archives: gentoo-commits

From: "Tony Vroon (chainsaw)" <chainsaw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-libs/libnftnl/files: libnftnl-1.0.0-91264d8.patch
Date: Wed, 22 Jan 2014 22:40:20
Message-Id: 20140122224015.DCCE12004E@flycatcher.gentoo.org
1 chainsaw 14/01/22 22:40:15
2
3 Added: libnftnl-1.0.0-91264d8.patch
4 Log:
5 My previous revert was unnecessary. This is an improved ebuild by dwfreed which brings in an upstream patch and additional functionality.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xB5058F9A)
8
9 Revision Changes Path
10 1.1 net-libs/libnftnl/files/libnftnl-1.0.0-91264d8.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnftnl/files/libnftnl-1.0.0-91264d8.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnftnl/files/libnftnl-1.0.0-91264d8.patch?rev=1.1&content-type=text/plain
14
15 Index: libnftnl-1.0.0-91264d8.patch
16 ===================================================================
17 From 91264d8b8b746f7eee8a3e1ee9b5e57758441cfc Mon Sep 17 00:00:00 2001
18 From: Tomasz Bursztyka <tomasz.bursztyka@×××××××××××.com>
19 Date: Mon, 20 Jan 2014 15:56:21 +0000
20 Subject: build: Ensure pkg-config file provides the right informations
21
22 It's not -lnftables anymore but -lnftnl (among other details)
23
24 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@×××××××××××.com>
25 Signed-off-by: Pablo Neira Ayuso <pablo@×××××××××.org>
26 ---
27 diff --git a/libnftnl.pc.in b/libnftnl.pc.in
28 index 0c6d57e..fd5cc6a 100644
29 --- a/libnftnl.pc.in
30 +++ b/libnftnl.pc.in
31 @@ -1,15 +1,15 @@
32 -# libnftables pkg-config file
33 +# libnftnl pkg-config file
34
35 prefix=@prefix@
36 exec_prefix=@exec_prefix@
37 libdir=@libdir@
38 includedir=@includedir@
39
40 -Name: libnftables
41 +Name: libnftnl
42 Description: Netfilter nf_tables infrastructure library
43 -URL: http://netfilter.org/projects/libnftables/
44 +URL: http://netfilter.org/projects/libnftnl/
45 Version: @VERSION@
46 Requires:
47 Conflicts:
48 -Libs: -L${libdir} -lnftables
49 +Libs: -L${libdir} -lnftnl
50 Cflags: -I${includedir}
51 --
52 cgit v0.9.2