Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/files/
Date: Wed, 27 Feb 2019 05:35:46
Message-Id: 1551245729.04a1f8c7b11f2ffbd7ed25367bc46b5e588f3d00.bman@gentoo
1 commit: 04a1f8c7b11f2ffbd7ed25367bc46b5e588f3d00
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 19 09:22:49 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 05:35:29 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a1f8c7
7
8 net-vpn/libreswan: remove unused patches
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 .../files/libreswan-3.23-modern-kernels.patch | 15 ------------
14 .../libreswan/files/libreswan-3.26-nss-link.patch | 22 ------------------
15 net-vpn/libreswan/files/libreswan-3.26-nss.patch | 27 ----------------------
16 3 files changed, 64 deletions(-)
17
18 diff --git a/net-vpn/libreswan/files/libreswan-3.23-modern-kernels.patch b/net-vpn/libreswan/files/libreswan-3.23-modern-kernels.patch
19 deleted file mode 100644
20 index 5dedfeb34c7..00000000000
21 --- a/net-vpn/libreswan/files/libreswan-3.23-modern-kernels.patch
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -diff --git a/programs/pluto/kernel_netlink.c
25 -b/programs/pluto/kernel_netlink.c
26 -index 8cec3a2..a2500f4 100644
27 ---- a/programs/pluto/kernel_netlink.c
28 -+++ b/programs/pluto/kernel_netlink.c
29 -@@ -51,8 +51,8 @@
30 - #include <linux/if_addr.h>
31 - #include <linux/if_link.h>
32 -
33 --#include "libreswan.h" /* before xfrm.h otherwise break on F22 */
34 - #include "linux/xfrm.h" /* local (if configured) or system copy */
35 -+#include "libreswan.h" /* before xfrm.h otherwise break on F22 */
36 -
37 - #include "libreswan/pfkeyv2.h"
38 - #include "libreswan/pfkey.h"
39
40 diff --git a/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch b/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch
41 deleted file mode 100644
42 index 267aa2120db..00000000000
43 --- a/net-vpn/libreswan/files/libreswan-3.26-nss-link.patch
44 +++ /dev/null
45 @@ -1,22 +0,0 @@
46 -From b3199806cc66de4888917ddc85b511b433e43d63 Mon Sep 17 00:00:00 2001
47 -From: Paul Wouters <pwouters@××××××.com>
48 -Date: Mon, 17 Sep 2018 11:23:11 -0400
49 -Subject: [PATCH] building: -lfreebl is no longer needed
50 -
51 ----
52 - mk/config.mk | 2 +-
53 - 1 file changed, 1 insertion(+), 1 deletion(-)
54 -
55 -diff --git a/mk/config.mk b/mk/config.mk
56 -index 3bd2527497..d8497c2104 100644
57 ---- a/mk/config.mk
58 -+++ b/mk/config.mk
59 -@@ -234,7 +234,7 @@ BISONOSFLAGS?=
60 - NSSFLAGS?=$(shell pkg-config --cflags nss)
61 - # We don't want to link against every library pkg-config --libs nss
62 - # returns
63 --NSS_LDFLAGS ?= -lnss3 -lfreebl -lnssutil3
64 -+NSS_LDFLAGS ?= -lnss3 -lnssutil3
65 - NSS_SMIME_LDFLAGS ?= -lsmime3
66 - NSS_UTIL_LDFLAGS ?= -lnssutil3
67 - NSPR_LDFLAGS ?= -lnspr4
68
69 diff --git a/net-vpn/libreswan/files/libreswan-3.26-nss.patch b/net-vpn/libreswan/files/libreswan-3.26-nss.patch
70 deleted file mode 100644
71 index 89a6436a2a2..00000000000
72 --- a/net-vpn/libreswan/files/libreswan-3.26-nss.patch
73 +++ /dev/null
74 @@ -1,27 +0,0 @@
75 -From 910f69119b491c6d7abcc85cf8911d2fa012a135 Mon Sep 17 00:00:00 2001
76 -From: Andrew Cagney <cagney@×××.org>
77 -Date: Mon, 17 Sep 2018 11:56:56 -0400
78 -Subject: [PATCH] ecdsa: don't include NSS's "blapi.h", no longer needed and
79 - not on debian
80 -
81 -(not to be confused with "lbapit.h", which also looks suspect)
82 -
83 -Follow-up b3199806cc66de4888917ddc85b511b433e43d63 and
84 -2d093c9fb83c8104604e4b40defa4e41129577ea. The latter
85 -relaced the call to ECDSA_VerifyDigest() with PK11_Verify().
86 ----
87 - programs/pluto/keys.c | 1 -
88 - 1 file changed, 1 deletion(-)
89 -
90 -diff --git a/programs/pluto/keys.c b/programs/pluto/keys.c
91 -index b3df5802cf..bd9d8d8c6c 100644
92 ---- a/programs/pluto/keys.c
93 -+++ b/programs/pluto/keys.c
94 -@@ -72,7 +72,6 @@
95 - #include <secerr.h>
96 - #include <secport.h>
97 - #include <time.h>
98 --#include <blapi.h>
99 - #include "lswconf.h"
100 - #include "lswnss.h"
101 - #include "secrets.h"