commit: 852b13c026a0af6046179504e550a9a648708afd Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Mar 3 16:07:05 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon Mar 4 03:09:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852b13c0
net-vpn/libreswan: remove unused patch(es) Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11241 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> .../libreswan/files/libreswan-3.25-no-curl.patch | 25 ---------------------- 1 file changed, 25 deletions(-) diff --git a/net-vpn/libreswan/files/libreswan-3.25-no-curl.patch b/net-vpn/libreswan/files/libreswan-3.25-no-curl.patch deleted file mode 100644 index f23e2f7f227..00000000000 --- a/net-vpn/libreswan/files/libreswan-3.25-no-curl.patch +++ /dev/null @@ -1,25 +0,0 @@ -From 903f953b271c35f33790bb7ba98b17acfdecede6 Mon Sep 17 00:00:00 2001 -From: Paul Wouters <[email protected]> -Date: Sun, 22 Jul 2018 11:37:04 -0700 -Subject: [PATCH] building: only call check_crls() if LIBCURL support is - compiled in - -Noted by Daniel M. Weeks ---- - programs/pluto/timer.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/programs/pluto/timer.c b/programs/pluto/timer.c -index b8a465a91b..4e82e634ea 100644 ---- a/programs/pluto/timer.c -+++ b/programs/pluto/timer.c -@@ -432,7 +432,9 @@ static void timer_event_cb(evutil_socket_t fd UNUSED, const short event UNUSED, - break; - - case EVENT_CHECK_CRLS: -+#ifdef LIBCURL - check_crls(); -+#endif - break; - - case EVENT_v2_RELEASE_WHACK:
