summaryrefslogtreecommitdiffstats
path: root/security/heimdal
diff options
context:
space:
mode:
authornectar <nectar@FreeBSD.org>2001-01-23 21:50:13 +0000
committernectar <nectar@FreeBSD.org>2001-01-23 21:50:13 +0000
commitefb9f401e4e16d9cdbc16fd8ecc146f8d708e043 (patch)
treeb78b0df304d35d188ca3e6951521e8b5cf35bf41 /security/heimdal
parent1e7b19d7d732a75d1c6eb0a2d17211f914d8e1d4 (diff)
downloadFreeBSD-ports-efb9f401e4e16d9cdbc16fd8ecc146f8d708e043.zip
FreeBSD-ports-efb9f401e4e16d9cdbc16fd8ecc146f8d708e043.tar.gz
There is no des_set_odd_parity in OpenSSL's libcrypto. Use
des_fixup_key_parity instead.
Diffstat (limited to 'security/heimdal')
-rw-r--r--security/heimdal/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile
index eaf75cd..d61c6e4 100644
--- a/security/heimdal/Makefile
+++ b/security/heimdal/Makefile
@@ -7,7 +7,7 @@
PORTNAME= heimdal
PORTVERSION= 0.3d
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security ipv6
MASTER_SITES= ftp://ftp.pdc.kth.se/pub/heimdal/src/ \
ftp://ftp.replay.com/pub/replay/crypto/APPS/kerberos/heimdal/ \
@@ -93,6 +93,7 @@ pre-configure:
(cd ${WRKSRC} && ${PERL} -i.orig -p \
-e 's/(SHA1|MD5|MD4)(Init|Update|Final)/$$1_$$2/g;' \
-e 's/SHA1_CTX/SHA_CTX/g;' \
+ -e 's/des_set_odd_parity/des_fixup_key_parity/g;' \
${CRYPTO_FIXUP})
pre-install:
OpenPOWER on IntegriCloud