aboutsummaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-10-29 15:19:22 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-10-29 15:19:22 +0300
commit25dcef4ae98946f997edc9abfc92b8cba93d5d8a (patch)
treecac1fc23d5849e92d843710522403f4d462a0379 /main/ipsec-tools/APKBUILD
parent2ecaffa7b438d977c163eac6885f089971533279 (diff)
downloadaports-25dcef4ae98946f997edc9abfc92b8cba93d5d8a.tar.bz2
aports-25dcef4ae98946f997edc9abfc92b8cba93d5d8a.tar.xz
main/ipsec-tools: two new fixes
* update adminport to work with huge replies * defer handling of DH calculations for isakmp identity reponse (this helps to handle things in right order if we are getting multiple simultaneous connection requests; this also makes the previous receive buffer size change mostly irrelevant)
Diffstat (limited to 'main/ipsec-tools/APKBUILD')
-rw-r--r--main/ipsec-tools/APKBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/main/ipsec-tools/APKBUILD b/main/ipsec-tools/APKBUILD
index 7421b05d77..8315f484bd 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=0
+pkgrel=1
pkgdesc="User-space IPsec tools for various IPsec implementations"
url="http://ipsec-tools.sourceforge.net/"
license="BSD"
@@ -13,8 +13,9 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_myver.tar.gz
racoon.initd
racoon.confd
50-reverse-connect.patch
- 70-rcvbuf-size.patch
+ 70-defer-isakmp-ident-handling.patch
75-racoonctl-rcvbuf.patch
+ 80-admin-big-reply-fix.patch
90-dpd-window-fix.patch
"
@@ -59,6 +60,7 @@ md5sums="1492b83edc944b5d32d2eff51e33399e ipsec-tools-0.8-alpha20101022.tar.gz
74f12ed04ed273a738229c0bfbf829cc racoon.initd
2d00250cf72da7f2f559c91b65a48747 racoon.confd
13bda94a598aabf593280e04ea16065d 50-reverse-connect.patch
-f40c78e4ca4b92d2bf74e4fcf3a8d91f 70-rcvbuf-size.patch
+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"