freebsd-ports/security/apache-xml-security-c/files/patch-configure.ac
Palle Girgensohn a42dc34f6b 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
2018-08-07 13:24:36 +00:00

11 lines
373 B
Text

--- 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])