From 035bd857ae78ba23bca1cfbe295edfe3ec3ac31b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6nig?= <Alexander.Koenig@eurac.edu> Date: Thu, 16 Nov 2017 11:46:08 +0100 Subject: [PATCH] updated shibboleth version to prevent https://shibboleth.net/community/advisories/secadv_20171115.txt --- commul-customization/shibboleth_sp_with_fastcgi.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commul-customization/shibboleth_sp_with_fastcgi.sh b/commul-customization/shibboleth_sp_with_fastcgi.sh index 5486b39..f005521 100644 --- a/commul-customization/shibboleth_sp_with_fastcgi.sh +++ b/commul-customization/shibboleth_sp_with_fastcgi.sh @@ -26,10 +26,10 @@ get xerces-c 3.2.0 http://mirror.hosting90.cz/apache/xerces/c/3/sources/ get xml-security-c 1.7.3 http://mirror.hosting90.cz/apache/santuario/c-library/ get xmltooling 1.6.0 http://shibboleth.net/downloads/c++-opensaml/latest/ get opensaml 2.6.0 http://shibboleth.net/downloads/c++-opensaml/latest/ -get shibboleth-sp 2.6.0 http://shibboleth.net/downloads/service-provider/latest/ +get shibboleth-sp 2.6.1 http://shibboleth.net/downloads/service-provider/latest/ -sed -i '676,679 s/^/\/\//' shibboleth-sp.2.6.0/shibsp/handler/impl/MetadataGenerator.cpp -sed -i '687,688 s/^/\/\//' shibboleth-sp.2.6.0/shibsp/handler/impl/MetadataGenerator.cpp +sed -i '676,679 s/^/\/\//' shibboleth-sp.2.6.1/shibsp/handler/impl/MetadataGenerator.cpp +sed -i '687,688 s/^/\/\//' shibboleth-sp.2.6.1/shibsp/handler/impl/MetadataGenerator.cpp function compile { local dirname=$1 -- GitLab