diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-11-04 17:00:26 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-11-04 17:00:26 +0200 |
commit | 8fe94be6c0d43e8df28679604f3d0fef550829a4 (patch) | |
tree | 0b0666679fa2a83f0b1ea1827f6e587b24014e79 /main/ipsec-tools/APKBUILD | |
parent | 286c5b85d334287f5b7441cdd86540f3ce8b9afa (diff) | |
download | aports-8fe94be6c0d43e8df28679604f3d0fef550829a4.tar.bz2 aports-8fe94be6c0d43e8df28679604f3d0fef550829a4.tar.xz |
main/ipsec-tools: add a patch to improve delete notify handling
if phase1 rekeying is enabled, remote side deleting the last
phase1 will result in deletion of all the ipsec-sa's and will
execute the phase1_dead script hook too (so every one knows
the traffic between the two nodes has ceased).
Diffstat (limited to 'main/ipsec-tools/APKBUILD')
-rw-r--r-- | main/ipsec-tools/APKBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ipsec-tools/APKBUILD b/main/ipsec-tools/APKBUILD index 8315f484bd..286144b661 100644 --- a/main/ipsec-tools/APKBUILD +++ b/main/ipsec-tools/APKBUILD @@ -2,7 +2,7 @@ pkgname=ipsec-tools pkgver=0.8_alpha20101022 _myver=0.8-alpha20101022 -pkgrel=1 +pkgrel=2 pkgdesc="User-space IPsec tools for various IPsec implementations" url="http://ipsec-tools.sourceforge.net/" license="BSD" @@ -17,6 +17,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_myver.tar.gz 75-racoonctl-rcvbuf.patch 80-admin-big-reply-fix.patch 90-dpd-window-fix.patch + 95-purge-on-delete-notify.patch " _builddir="$srcdir"/$pkgname-$_myver @@ -63,4 +64,5 @@ md5sums="1492b83edc944b5d32d2eff51e33399e ipsec-tools-0.8-alpha20101022.tar.gz 94773c94233e14cdce0fa02ff780a43e 70-defer-isakmp-ident-handling.patch 2d5d24c4a3684a38584f88720f71c7d6 75-racoonctl-rcvbuf.patch c3898b162d284bc163f99cc52925b52a 80-admin-big-reply-fix.patch -0391a6967ad19673588302bc8b17e0e2 90-dpd-window-fix.patch" +0391a6967ad19673588302bc8b17e0e2 90-dpd-window-fix.patch +8bc73a15407564321c8f571b5656b28d 95-purge-on-delete-notify.patch" |