diff options
author | Romain Francoise <rfrancoise@debian.org> | 2014-10-21 19:39:32 +0200 |
---|---|---|
committer | Romain Francoise <rfrancoise@debian.org> | 2014-10-21 19:42:44 +0200 |
commit | c4b6f10eb5a1dfa03ed7fb7bcf1035a16485aeb0 (patch) | |
tree | 68c80deab37ad4386208559279642b4cd23929ad /debian/patches | |
parent | 56d135d62e04f684842ad02062f79f8b0c65bd6d (diff) | |
download | vyos-strongswan-c4b6f10eb5a1dfa03ed7fb7bcf1035a16485aeb0.tar.gz vyos-strongswan-c4b6f10eb5a1dfa03ed7fb7bcf1035a16485aeb0.zip |
Refresh patches against 5.2.1
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/02_disable-libtls-tests.patch | 2 | ||||
-rw-r--r-- | debian/patches/03_systemd-service.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/patches/02_disable-libtls-tests.patch b/debian/patches/02_disable-libtls-tests.patch index bb1c0aeb2..a0b421596 100644 --- a/debian/patches/02_disable-libtls-tests.patch +++ b/debian/patches/02_disable-libtls-tests.patch @@ -1,6 +1,6 @@ --- a/src/libtls/Makefile.am +++ b/src/libtls/Makefile.am -@@ -22,4 +22,4 @@ +@@ -26,4 +26,4 @@ tls_server.h tls_handshake.h tls_application.h tls_aead.h tls.h endif diff --git a/debian/patches/03_systemd-service.patch b/debian/patches/03_systemd-service.patch index d118590e2..6609542c8 100644 --- a/debian/patches/03_systemd-service.patch +++ b/debian/patches/03_systemd-service.patch @@ -2,7 +2,7 @@ +++ b/init/systemd/strongswan.service.in @@ -1,10 +1,12 @@ [Unit] - Description=strongSwan IPsec + Description=strongSwan IPsec IKEv1/IKEv2 daemon using ipsec.conf -After=syslog.target +After=network.target |