summaryrefslogtreecommitdiff
path: root/security/openssl/patches/patch-crypto_des_Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-02-12 13:08:53 +0000
committeradam <adam@pkgsrc.org>2015-02-12 13:08:53 +0000
commit0558570e63e832dae4f41a69e6271e318efda8a8 (patch)
tree09cb2d393f695468f52de1afc18d80702e0d27e6 /security/openssl/patches/patch-crypto_des_Makefile
parentca3be52adc07b5db6ea6b4edb6e947ab852c1b5e (diff)
downloadpkgsrc-0558570e63e832dae4f41a69e6271e318efda8a8.tar.gz
Changes 1.0.2:
Suite B support for TLS 1.2 and DTLS 1.2 Support for DTLS 1.2 TLS automatic EC curve selection. API to set TLS supported signature algorithms and curves SSL_CONF configuration API. TLS Brainpool support. ALPN support. CMS support for RSA-PSS, RSA-OAEP, ECDH and X9.42 DH.
Diffstat (limited to 'security/openssl/patches/patch-crypto_des_Makefile')
-rw-r--r--security/openssl/patches/patch-crypto_des_Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/security/openssl/patches/patch-crypto_des_Makefile b/security/openssl/patches/patch-crypto_des_Makefile
index c04889c9255..1c805f1a308 100644
--- a/security/openssl/patches/patch-crypto_des_Makefile
+++ b/security/openssl/patches/patch-crypto_des_Makefile
@@ -1,19 +1,18 @@
-$NetBSD: patch-crypto_des_Makefile,v 1.1 2014/05/13 02:23:11 rodent Exp $
+$NetBSD: patch-crypto_des_Makefile,v 1.2 2015/02/12 13:08:53 adam Exp $
Not all m4 macro processors have severe buffer limitations.
---- crypto/des/Makefile.orig Mon Apr 7 16:55:27 2014
+--- crypto/des/Makefile.orig 2015-01-22 16:12:10.000000000 +0000
+++ crypto/des/Makefile
@@ -60,7 +60,11 @@ des: des.o cbc3_enc.o lib
$(CC) $(CFLAGS) -o des des.o cbc3_enc.o $(LIB)
des_enc-sparc.S: asm/des_enc.m4
-- m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
+ifeq ($(OPSYS),SunOS)
-+ m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
+ m4 -B 8192 asm/des_enc.m4 > des_enc-sparc.S
+else
-+ m4 asm/des_enc.m4 > des_enc-sparc.S
++ m4 asm/des_enc.m4 > des_enc-sparc.S
+endif
+ dest4-sparcv9.s: asm/dest4-sparcv9.pl
+ $(PERL) asm/dest4-sparcv9.pl $(CFLAGS) > $@
- des-586.s: asm/des-586.pl ../perlasm/x86asm.pl ../perlasm/cbc.pl
- $(PERL) asm/des-586.pl $(PERLASM_SCHEME) $(CFLAGS) > $@