diff options
author | Timo Teräs <timo.teras@iki.fi> | 2010-11-15 09:33:00 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2010-11-15 09:34:39 +0200 |
commit | 2ac5487348024387beb27a336ca96a7b8128e7d5 (patch) | |
tree | 6831e61bba2049cb510a558393c37669d23068d4 /main/ipsec-tools/APKBUILD | |
parent | 5eed8ffd91777be00e1d2ca99751bdac49cd9e51 (diff) | |
download | aports-2ac5487348024387beb27a336ca96a7b8128e7d5.tar.bz2 aports-2ac5487348024387beb27a336ca96a7b8128e7d5.tar.xz |
main/ipsec-tools: fix for improving delete notify handling
the old one could crash under some rare circumstances (deleting
responder mode ph1 in very early state).
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 286144b661..26182b6b91 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=2 +pkgrel=3 pkgdesc="User-space IPsec tools for various IPsec implementations" url="http://ipsec-tools.sourceforge.net/" license="BSD" @@ -18,6 +18,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_myver.tar.gz 80-admin-big-reply-fix.patch 90-dpd-window-fix.patch 95-purge-on-delete-notify.patch + 99-purge-on-delete-fix.patch " _builddir="$srcdir"/$pkgname-$_myver @@ -65,4 +66,5 @@ md5sums="1492b83edc944b5d32d2eff51e33399e ipsec-tools-0.8-alpha20101022.tar.gz 2d5d24c4a3684a38584f88720f71c7d6 75-racoonctl-rcvbuf.patch c3898b162d284bc163f99cc52925b52a 80-admin-big-reply-fix.patch 0391a6967ad19673588302bc8b17e0e2 90-dpd-window-fix.patch -8bc73a15407564321c8f571b5656b28d 95-purge-on-delete-notify.patch" +8bc73a15407564321c8f571b5656b28d 95-purge-on-delete-notify.patch +e8bee665227335d75880cf3753d2279e 99-purge-on-delete-fix.patch" |