diff options
author | Palle Girgensohn <girgen@FreeBSD.org> | 2018-08-07 13:24:36 +0000 |
---|---|---|
committer | Palle Girgensohn <girgen@FreeBSD.org> | 2018-08-07 13:24:36 +0000 |
commit | a42dc34f6bf6360ebe57fb96337888223daca55d (patch) | |
tree | a07a4ad5c3716e09d78110fdf20829c96f64a0dd /security/apache-xml-security-c/files/patch-configure.ac | |
parent | Add vulnerability information about apache-xml-security-c (diff) |
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
Notes
Notes:
svn path=/head/; revision=476595
Diffstat (limited to 'security/apache-xml-security-c/files/patch-configure.ac')
-rw-r--r-- | security/apache-xml-security-c/files/patch-configure.ac | 11 |
1 files changed, 11 insertions, 0 deletions
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]) + |