forked from pool/openssl
d5a92c035d
- update to 1.0.1g: * fix for critical TLS heartbeat read overrun (CVE-2014-0160) (bnc#872299) * Fix for Recovering OpenSSL ECDSA Nonces (CVE-2014-0076) (bnc#869945) * Workaround for the "TLS hang bug" (see FAQ and PR#2771) - remove CVE-2014-0076.patch - openssl.keyring: upstream changed to: pub 4096R/FA40E9E2 2005-03-19 Dr Stephen N Henson <steve@openssl.org> uid Dr Stephen Henson <shenson@drh-consultancy.co.uk> uid Dr Stephen Henson <shenson@opensslfoundation.com> OBS-URL: https://build.opensuse.org/request/show/229370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl?expand=0&rev=110
32 lines
1.3 KiB
Diff
32 lines
1.3 KiB
Diff
Index: openssl-1.0.1g/Makefile.org
|
|
===================================================================
|
|
--- openssl-1.0.1g.orig/Makefile.org
|
|
+++ openssl-1.0.1g/Makefile.org
|
|
@@ -367,7 +367,7 @@ libcrypto.pc: Makefile
|
|
echo 'Requires: '; \
|
|
echo 'Libs: -L$${libdir} -lcrypto'; \
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > libcrypto.pc
|
|
|
|
libssl.pc: Makefile
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
|
@@ -381,7 +381,7 @@ libssl.pc: Makefile
|
|
echo 'Requires: '; \
|
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > libssl.pc
|
|
|
|
openssl.pc: Makefile
|
|
@ ( echo 'prefix=$(INSTALLTOP)'; \
|
|
@@ -395,7 +395,7 @@ openssl.pc: Makefile
|
|
echo 'Requires: '; \
|
|
echo 'Libs: -L$${libdir} -lssl -lcrypto'; \
|
|
echo 'Libs.private: $(EX_LIBS)'; \
|
|
- echo 'Cflags: -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
|
+ echo 'Cflags: -DOPENSSL_LOAD_CONF -I$${includedir} $(KRB5_INCLUDES)' ) > openssl.pc
|
|
|
|
Makefile: Makefile.org Configure config
|
|
@echo "Makefile is older than Makefile.org, Configure or config."
|