From a42dc34f6bf6360ebe57fb96337888223daca55d Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Tue, 7 Aug 2018 13:24:36 +0000 Subject: Update Shibboleth to 3.0.2 Also update the toolchain to latest versions. This includes a security fix for apache-xml-security-c. Releaseinfo: https://wiki.shibboleth.net/confluence/display/SP3/ReleaseNotes Security: 5786185a-9a43-11e8-b34b-6cc21735f730 Security: https://shibboleth.net/community/advisories/secadv_20180803.txt --- security/apache-xml-security-c/files/patch-configure.ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 security/apache-xml-security-c/files/patch-configure.ac (limited to 'security/apache-xml-security-c/files/patch-configure.ac') diff --git a/security/apache-xml-security-c/files/patch-configure.ac b/security/apache-xml-security-c/files/patch-configure.ac new file mode 100644 index 000000000000..21321d8e652e --- /dev/null +++ b/security/apache-xml-security-c/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2018-08-01 13:02:42 UTC ++++ configure.ac +@@ -176,7 +176,7 @@ AC_ARG_WITH([openssl], + [with_openssl=check]) + + AS_IF([test x"$with_openssl" != xno], +- [AX_PKG_CHECK_MODULES([openssl],,[libcrypto], ++ [AX_PKG_CHECK_MODULES([openssl],,[], + [with_openssl=found + AC_DEFINE([XSEC_HAVE_OPENSSL],[1],[Define if OpenSSL is in use]) + -- cgit v1.2.3