aboutsummaryrefslogtreecommitdiffstats
path: root/main/ipsec-tools/APKBUILD
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2010-06-04 12:15:22 +0300
committerTimo Teräs <timo.teras@iki.fi>2010-06-04 12:16:41 +0300
commit25825baec87d746386ed1554e9bc8ad26c69fa7c (patch)
tree1475e3d1d95fab9544ef64a187e783f82c253a0c /main/ipsec-tools/APKBUILD
parentc090ad82a29886929eb275c88b1d3d178cb4904e (diff)
downloadaports-25825baec87d746386ed1554e9bc8ad26c69fa7c.tar.bz2
aports-25825baec87d746386ed1554e9bc8ad26c69fa7c.tar.xz
main/ipsec-tools: use openssl in oneshot mode
Use the highlevel EVP and HMAC functions to calculate oneshot digest and HMAC. This enable the use of crypto accelerators for these operations.
Diffstat (limited to 'main/ipsec-tools/APKBUILD')
-rw-r--r--main/ipsec-tools/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/ipsec-tools/APKBUILD b/main/ipsec-tools/APKBUILD
index 4d8ef0d0c4..5534d78b7a 100644
--- a/main/ipsec-tools/APKBUILD
+++ b/main/ipsec-tools/APKBUILD
@@ -2,7 +2,7 @@
pkgname=ipsec-tools
pkgver=0.8_alpha20090903
_myver=0.8-alpha20090903
-pkgrel=8
+pkgrel=9
pkgdesc="User-space IPsec tools for various IPsec implementations"
url="http://ipsec-tools.sourceforge.net/"
license="BSD"
@@ -16,6 +16,7 @@ source="http://downloads.sourceforge.net/$pkgname/$pkgname-$_myver.tar.gz
60-debug-quick.patch
initial-contact-fix.diff
fd-priorities.patch
+ 90-openssl-oneshot.patch
"
_builddir="$srcdir"/$pkgname-$_myver
@@ -62,4 +63,5 @@ md5sums="8ec28d4e89c0f5e49ae2caa7463fbcfd ipsec-tools-0.8-alpha20090903.tar.gz
13bda94a598aabf593280e04ea16065d 50-reverse-connect.patch
baa13d7f0f48955c792f7fcd42a8587a 60-debug-quick.patch
69e06c5cc3a0c1cc8b10ddc89d1e644b initial-contact-fix.diff
-c1e8b8dc80ef4b5d79fece52a4865e68 fd-priorities.patch"
+c1e8b8dc80ef4b5d79fece52a4865e68 fd-priorities.patch
+11e2c21e443edab17725f74ffeaddb76 90-openssl-oneshot.patch"