Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/libreswan/files/
Date: Sun, 27 Mar 2022 22:08:35
Message-Id: 1648418830.1c1ef22b1f75f875063e408b54439633f682f804.conikost@gentoo
1 commit: 1c1ef22b1f75f875063e408b54439633f682f804
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sun Mar 13 10:06:41 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 22:07:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1ef22b
7
8 net-vpn/libreswan: remove unused patch
9
10 Closes: https://github.com/gentoo/gentoo/pull/24527
11 Package-Manager: Portage-3.0.30, Repoman-3.0.3
12 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
13 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
14
15 net-vpn/libreswan/files/libreswan-3.30-ip-path.patch | 13 -------------
16 1 file changed, 13 deletions(-)
17
18 diff --git a/net-vpn/libreswan/files/libreswan-3.30-ip-path.patch b/net-vpn/libreswan/files/libreswan-3.30-ip-path.patch
19 deleted file mode 100644
20 index ac45270beaf7..000000000000
21 --- a/net-vpn/libreswan/files/libreswan-3.30-ip-path.patch
22 +++ /dev/null
23 @@ -1,13 +0,0 @@
24 ---- a/initsystems/systemd/ipsec.service.in.orig 2020-02-14 08:11:29.883638349 +0100
25 -+++ b/initsystems/systemd/ipsec.service.in 2020-02-14 08:11:40.555430565 +0100
26 -@@ -29,8 +29,8 @@
27 - # Enable for portexcludes support
28 - # ExecStartPost=@FINALLIBEXECDIR@/portexcludes
29 - ExecStop=@FINALLIBEXECDIR@/whack --shutdown
30 --ExecStopPost=/sbin/ip xfrm policy flush
31 --ExecStopPost=/sbin/ip xfrm state flush
32 -+ExecStopPost=/bin/ip xfrm policy flush
33 -+ExecStopPost=/bin/ip xfrm state flush
34 - ExecStopPost=@FINALSBINDIR@/ipsec --stopnflog
35 - ExecReload=@FINALLIBEXECDIR@/whack --listen
36 -