pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   perseant
Date:           Mon Apr 21 21:10:48 UTC 2025

Modified Files:
        pkgsrc/security/opensaml: Makefile PLIST buildlink3.mk distinfo
        pkgsrc/security/xml-security-c: Makefile PLIST distinfo
        pkgsrc/textproc/xmltooling: Makefile buildlink3.mk
        pkgsrc/www/shibboleth-sp: Makefile PLIST distinfo

Log Message:
Upgrade the Shibboleth SP software to version 3.5.0[.1], to address the recent
critical security issue in the OpenSAML library.  The Shibboleth release notes,
edited to remove references to specific package systems, are as follows:

========================================================================
3.5.0.1 (March 13, 2025)

This is a service release to deliver the OpenSAML 3.3.1 library update, which addresses a critical vulnerability in the SP software. [ https://shibboleth.net/community/advisories/secadv_20250313.txt ]

3.5.0 (October 16, 2024)

This is a small update to address a few bugs, update a number of libraries, and implement a correction to the default signing algorithm used when issuing signed requests via the SAML POST binding. 
This was inadvertently still defaulting to RSA-SHA1 and should have been using RSA-SHA256. There is the unlikely possibility of this causing interoperability issues with badly out of date Identity 
Providers, so is another reason for releasing it as a minor update. Those impacted are free to override the signing algorithm as documented.

This release is accompanied by an update to Xerces-C V3.3.0, OpenSAML V3.3.0, and a new fork of the now-retired Santuatio XML-Security library which has been maintained by the project for many years 
and is now a local fork of that code with large portions removed, released as V3.0.0.

3.4.1 (January 10, 2023)

This is a small patch to address a few bugs, in particular:

Reinforcing the xmltooling library (V3.2.3, included in this Windows release) to block an unnecessary XML Encryption construct, related to the advisory issued for the IdP recently. The SP is not 
believed to be vulnerable, but this is a defensive measure.

A warning has been added to the log when systems do not configure an explicit value for the redirectLimit setting. The default for this setting remains liberal for compatibility, so the warning was 
requested to highlight that fact.

3.4.0 (November 3, 2022)

This is a minor update containing a new setting suggested by a contributor (thus the unplanned minor version change) controlling retries when TCP connections to shibd are used. The other changes are 
minimal in nature.

3.3.0 (November 30, 2021)

This is a minor update that contains a small number of fixes, one small feature addition, and a number of additional deprecation warnings for at risk features. This version also introduces changes to 
the supported platforms and to the packaging process.

This is expected to be the final feature update to the SP in its current form with the project's focus shifting to radical redesign.

Deprecations

Deprecations are now handled with a common "Shibboleth.DEPRECATION" logging category for easier identification.

While deprecating a feature does not guarantee it will be removed and not deprecating something does not guarantee its continued support, we have tried to identify the most likely features that are 
at risk during the redesign process that will occur before a V4 is available.

3.2.3 (July 6, 2021)

This is a patch update that fixes a regression in the RequestMap implementation introduced in V3.2.0. Earlier versions are not impacted by this bug but are of course subject to critical 
vulnerabilities so this is now the only safe version to use.

3.2.2 (April 25, 2021)

This is a patch update that fixes a couple of bugs and addresses the security vulnerability described in this advisory. [ https://shibboleth.net/community/advisories/secadv_20210426.txt ]

3.2.1 (March 16, 2021)

This is a patch update that fixes a couple of bugs and addresses the security vulnerability described in this advisory. [ https://shibboleth.net/community/advisories/secadv_20210317.txt ]

3.2.0 (December 14, 2020)

This is a minor update that includes some minimal new functionality and addresses some bugs.

Changes to Defaults

The shipped default for the handlerSSL and cookieProps settings (see Sessions) is now to assume use of TLS because of the problems combining use of insecure cookies with SameSite. Upgrades are not 
impacted by this change, but all deployments will encounter problems going forward without TLS due to browser changes.

A few configuration settings have been renamed as part of the project's broader push to eliminate insensitive language from the code and some new deprecation warnings may be observed.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/security/opensaml/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/opensaml/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/opensaml/buildlink3.mk
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/opensaml/distinfo
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/xml-security-c/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/xml-security-c/PLIST
cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/xml-security-c/distinfo
cvs rdiff -u -r1.63 -r1.64 pkgsrc/textproc/xmltooling/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/xmltooling/buildlink3.mk
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/shibboleth-sp/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/shibboleth-sp/PLIST
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/shibboleth-sp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/opensaml/Makefile
diff -u pkgsrc/security/opensaml/Makefile:1.61 pkgsrc/security/opensaml/Makefile:1.62
--- pkgsrc/security/opensaml/Makefile:1.61      Sat Apr 19 07:58:22 2025
+++ pkgsrc/security/opensaml/Makefile   Mon Apr 21 21:10:48 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.61 2025/04/19 07:58:22 wiz Exp $
+# $NetBSD: Makefile,v 1.62 2025/04/21 21:10:48 perseant Exp $
 
-DISTNAME=      opensaml-3.1.0
+DISTNAME=      opensaml-3.3.1
 PKGREVISION=   
-PKGREVISION=   21
 CATEGORIES=    security
 MASTER_SITES=  http://shibboleth.net/downloads/c++-opensaml/${PKGVERSION_NOREV}/
 

Index: pkgsrc/security/opensaml/PLIST
diff -u pkgsrc/security/opensaml/PLIST:1.8 pkgsrc/security/opensaml/PLIST:1.9
--- pkgsrc/security/opensaml/PLIST:1.8  Thu Jul 16 14:49:13 2020
+++ pkgsrc/security/opensaml/PLIST      Mon Apr 21 21:10:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2020/07/16 14:49:13 perseant Exp $
+@comment $NetBSD: PLIST,v 1.9 2025/04/21 21:10:48 perseant Exp $
 bin/samlsign
 include/saml/Assertion.h
 include/saml/RootObject.h
@@ -47,8 +47,8 @@ include/saml/version.h
 lib/libsaml.a
 lib/libsaml.la
 lib/libsaml.so
-lib/libsaml.so.11
-lib/libsaml.so.11.0.0
+lib/libsaml.so.13
+lib/libsaml.so.13.0.1
 lib/pkgconfig/opensaml.pc
 share/doc/${PKGNAME}/LICENSE.txt
 share/doc/${PKGNAME}/LOG4CPP.LICENSE

Index: pkgsrc/security/opensaml/buildlink3.mk
diff -u pkgsrc/security/opensaml/buildlink3.mk:1.7 pkgsrc/security/opensaml/buildlink3.mk:1.8
--- pkgsrc/security/opensaml/buildlink3.mk:1.7  Tue Oct 24 22:10:53 2023
+++ pkgsrc/security/opensaml/buildlink3.mk      Mon Apr 21 21:10:48 2025
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2023/10/24 22:10:53 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2025/04/21 21:10:48 perseant Exp $
 
 BUILDLINK_TREE+=       opensaml
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        opensaml
 OPENSAML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.opensaml+=       opensaml>=2.3
-BUILDLINK_ABI_DEPENDS.opensaml+=       opensaml>=3.1.0nb10
+BUILDLINK_ABI_DEPENDS.opensaml+=       opensaml>=3.3.1
 BUILDLINK_PKGSRCDIR.opensaml?=         ../../security/opensaml
 
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/security/opensaml/distinfo
diff -u pkgsrc/security/opensaml/distinfo:1.9 pkgsrc/security/opensaml/distinfo:1.10
--- pkgsrc/security/opensaml/distinfo:1.9       Tue Oct 26 11:17:22 2021
+++ pkgsrc/security/opensaml/distinfo   Mon Apr 21 21:10:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2021/10/26 11:17:22 nia Exp $
+$NetBSD: distinfo,v 1.10 2025/04/21 21:10:48 perseant Exp $
 
-BLAKE2s (opensaml-3.1.0.tar.gz) = 0c3c08311d9e08cedd8fc65dcacaaec30f71f340883c0836bf497c9e05a68dde
-SHA512 (opensaml-3.1.0.tar.gz) = 885418c0ae725dd53bc9e5b71a02a16325533eb12e86f5485c76f503056de8b813e1a4814b4d1f2fb3f79f1dbc39c17a997fae41d7d80ddae3c3a98f86df344c
-Size (opensaml-3.1.0.tar.gz) = 759409 bytes
+BLAKE2s (opensaml-3.3.1.tar.gz) = 760be9cf20de6b11ecc200307b967622cf10f5160a4621a92e705be60de51a14
+SHA512 (opensaml-3.3.1.tar.gz) = eedd8216fb0978d5c7ed41273fcce0ea3a6cd7372ca869027204e76bd8b9e570e103996274c9150181c368ff0028f3d0a2e5e3e027f0e75a75ce26bfd44ee5ae
+Size (opensaml-3.3.1.tar.gz) = 782272 bytes

Index: pkgsrc/security/xml-security-c/Makefile
diff -u pkgsrc/security/xml-security-c/Makefile:1.25 pkgsrc/security/xml-security-c/Makefile:1.26
--- pkgsrc/security/xml-security-c/Makefile:1.25        Tue Oct 24 22:11:01 2023
+++ pkgsrc/security/xml-security-c/Makefile     Mon Apr 21 21:10:48 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.25 2023/10/24 22:11:01 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2025/04/21 21:10:48 perseant Exp $
 
-DISTNAME=      xml-security-c-2.0.4
+DISTNAME=      xml-security-c-3.0.0
 PKGREVISION=   1
 CATEGORIES=    security devel
-MASTER_SITES=  ${MASTER_SITE_APACHE:=/santuario/c-library/}
+MASTER_SITES=  http://shibboleth.net/downloads/xml-security-c/${PKGVERSION_NOREV}/
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://santuario.apache.org/

Index: pkgsrc/security/xml-security-c/PLIST
diff -u pkgsrc/security/xml-security-c/PLIST:1.5 pkgsrc/security/xml-security-c/PLIST:1.6
--- pkgsrc/security/xml-security-c/PLIST:1.5    Sun Dec 16 22:19:25 2018
+++ pkgsrc/security/xml-security-c/PLIST        Mon Apr 21 21:10:48 2025
@@ -1,11 +1,10 @@
-@comment $NetBSD: PLIST,v 1.5 2018/12/16 22:19:25 nia Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/04/21 21:10:48 perseant Exp $
 bin/xsec-c14n
 bin/xsec-checksig
 bin/xsec-cipher
 bin/xsec-siginf
 bin/xsec-templatesign
 bin/xsec-txfmout
-bin/xsec-xklient
 bin/xsec-xtest
 include/xsec/canon/XSECC14n20010315.hpp
 include/xsec/canon/XSECCanon.hpp
@@ -36,15 +35,6 @@ include/xsec/dsig/DSIGTransformXPath.hpp
 include/xsec/dsig/DSIGTransformXPathFilter.hpp
 include/xsec/dsig/DSIGTransformXSL.hpp
 include/xsec/dsig/DSIGXPathFilterExpr.hpp
-include/xsec/dsig/DSIGXPathHere.hpp
-include/xsec/enc/NSS/NSSCryptoHash.hpp
-include/xsec/enc/NSS/NSSCryptoHashHMAC.hpp
-include/xsec/enc/NSS/NSSCryptoKeyDSA.hpp
-include/xsec/enc/NSS/NSSCryptoKeyHMAC.hpp
-include/xsec/enc/NSS/NSSCryptoKeyRSA.hpp
-include/xsec/enc/NSS/NSSCryptoProvider.hpp
-include/xsec/enc/NSS/NSSCryptoSymmetricKey.hpp
-include/xsec/enc/NSS/NSSCryptoX509.hpp
 include/xsec/enc/OpenSSL/OpenSSLCryptoBase64.hpp
 include/xsec/enc/OpenSSL/OpenSSLCryptoHash.hpp
 include/xsec/enc/OpenSSL/OpenSSLCryptoHashHMAC.hpp
@@ -97,14 +87,9 @@ include/xsec/transformers/TXFMOutputFile
 include/xsec/transformers/TXFMParser.hpp
 include/xsec/transformers/TXFMSB.hpp
 include/xsec/transformers/TXFMURL.hpp
-include/xsec/transformers/TXFMXPath.hpp
-include/xsec/transformers/TXFMXPathFilter.hpp
-include/xsec/transformers/TXFMXSL.hpp
 include/xsec/utils/XSECBinTXFMInputStream.hpp
 include/xsec/utils/XSECNameSpaceExpander.hpp
 include/xsec/utils/XSECPlatformUtils.hpp
-include/xsec/utils/XSECSOAPRequestor.hpp
-include/xsec/utils/XSECSOAPRequestorSimple.hpp
 include/xsec/utils/XSECSafeBuffer.hpp
 include/xsec/utils/XSECSafeBufferFormatter.hpp
 include/xsec/utils/XSECTXFMInputSource.hpp
@@ -117,44 +102,5 @@ include/xsec/xenc/XENCEncryptedData.hpp
 include/xsec/xenc/XENCEncryptedKey.hpp
 include/xsec/xenc/XENCEncryptedType.hpp
 include/xsec/xenc/XENCEncryptionMethod.hpp
-include/xsec/xkms/XKMSAuthentication.hpp
-include/xsec/xkms/XKMSCompoundRequest.hpp
-include/xsec/xkms/XKMSCompoundResult.hpp
-include/xsec/xkms/XKMSConstants.hpp
-include/xsec/xkms/XKMSKeyBinding.hpp
-include/xsec/xkms/XKMSKeyBindingAbstractType.hpp
-include/xsec/xkms/XKMSLocateRequest.hpp
-include/xsec/xkms/XKMSLocateResult.hpp
-include/xsec/xkms/XKMSMessageAbstractType.hpp
-include/xsec/xkms/XKMSMessageFactory.hpp
-include/xsec/xkms/XKMSNotBoundAuthentication.hpp
-include/xsec/xkms/XKMSPendingRequest.hpp
-include/xsec/xkms/XKMSPrototypeKeyBinding.hpp
-include/xsec/xkms/XKMSQueryKeyBinding.hpp
-include/xsec/xkms/XKMSRSAKeyPair.hpp
-include/xsec/xkms/XKMSRecoverKeyBinding.hpp
-include/xsec/xkms/XKMSRecoverRequest.hpp
-include/xsec/xkms/XKMSRecoverResult.hpp
-include/xsec/xkms/XKMSRegisterRequest.hpp
-include/xsec/xkms/XKMSRegisterResult.hpp
-include/xsec/xkms/XKMSReissueKeyBinding.hpp
-include/xsec/xkms/XKMSReissueRequest.hpp
-include/xsec/xkms/XKMSReissueResult.hpp
-include/xsec/xkms/XKMSRequestAbstractType.hpp
-include/xsec/xkms/XKMSRespondWith.hpp
-include/xsec/xkms/XKMSResponseMechanism.hpp
-include/xsec/xkms/XKMSResult.hpp
-include/xsec/xkms/XKMSResultType.hpp
-include/xsec/xkms/XKMSRevokeKeyBinding.hpp
-include/xsec/xkms/XKMSRevokeRequest.hpp
-include/xsec/xkms/XKMSRevokeResult.hpp
-include/xsec/xkms/XKMSStatus.hpp
-include/xsec/xkms/XKMSStatusRequest.hpp
-include/xsec/xkms/XKMSStatusResult.hpp
-include/xsec/xkms/XKMSUnverifiedKeyBinding.hpp
-include/xsec/xkms/XKMSUseKeyWith.hpp
-include/xsec/xkms/XKMSValidateRequest.hpp
-include/xsec/xkms/XKMSValidateResult.hpp
-include/xsec/xkms/XKMSValidityInterval.hpp
 lib/libxml-security-c.la
 lib/pkgconfig/xml-security-c.pc

Index: pkgsrc/security/xml-security-c/distinfo
diff -u pkgsrc/security/xml-security-c/distinfo:1.14 pkgsrc/security/xml-security-c/distinfo:1.15
--- pkgsrc/security/xml-security-c/distinfo:1.14        Thu Jul 13 17:54:17 2023
+++ pkgsrc/security/xml-security-c/distinfo     Mon Apr 21 21:10:48 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2023/07/13 17:54:17 pho Exp $
+$NetBSD: distinfo,v 1.15 2025/04/21 21:10:48 perseant Exp $
 
-BLAKE2s (xml-security-c-2.0.4.tar.gz) = 7187a0034f999ecd0896eae300639e797cf85beb7190c7cb2654adbaca71f073
-SHA512 (xml-security-c-2.0.4.tar.gz) = c2a83b0415ec0a83c932bffb709beac5763e20397f3ec4dfb350a3190de878a860b75482c095b9ac1cae3bbfbcc968b2a26ea912816b0dd4456c7ea0e07f3060
-Size (xml-security-c-2.0.4.tar.gz) = 913785 bytes
+BLAKE2s (xml-security-c-3.0.0.tar.gz) = 613e42d27e4f9ed59750cfa46e59cff16653a624ca189b873780e1c2375e0365
+SHA512 (xml-security-c-3.0.0.tar.gz) = 722ccfe0cde490944ccf14778e58c1278a12f133e7297b8265234270977e9e0dd4dbef51f1294a988aeec9a8972fe10c80096d78ea5fc24ce5c2692ce83d0a79
+Size (xml-security-c-3.0.0.tar.gz) = 728784 bytes

Index: pkgsrc/textproc/xmltooling/Makefile
diff -u pkgsrc/textproc/xmltooling/Makefile:1.63 pkgsrc/textproc/xmltooling/Makefile:1.64
--- pkgsrc/textproc/xmltooling/Makefile:1.63    Sat Apr 19 07:58:30 2025
+++ pkgsrc/textproc/xmltooling/Makefile Mon Apr 21 21:10:48 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.63 2025/04/19 07:58:30 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/04/21 21:10:48 perseant Exp $
 
 DISTNAME=      xmltooling-3.1.0
 PKGREVISION=   
-PKGREVISION=   21
+PKGREVISION=   22
 CATEGORIES=    textproc
 MASTER_SITES=  http://shibboleth.net/downloads/c++-opensaml/3.1.0/
 

Index: pkgsrc/textproc/xmltooling/buildlink3.mk
diff -u pkgsrc/textproc/xmltooling/buildlink3.mk:1.2 pkgsrc/textproc/xmltooling/buildlink3.mk:1.3
--- pkgsrc/textproc/xmltooling/buildlink3.mk:1.2        Wed Feb 23 09:09:31 2011
+++ pkgsrc/textproc/xmltooling/buildlink3.mk    Mon Apr 21 21:10:48 2025
@@ -1,11 +1,11 @@
-# $NetBSD: buildlink3.mk,v 1.2 2011/02/23 09:09:31 adam Exp $
+# $NetBSD: buildlink3.mk,v 1.3 2025/04/21 21:10:48 perseant Exp $
 
 BUILDLINK_TREE+=       xmltooling
 
 .if !defined(XMLTOOLING_BUILDLINK3_MK)
 XMLTOOLING_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.xmltooling+=     xmltooling>=1.3.3
+BUILDLINK_API_DEPENDS.xmltooling+=     xmltooling>=3.1.0
 BUILDLINK_PKGSRCDIR.xmltooling?=       ../../textproc/xmltooling
 
 .endif # XMLTOOLING_BUILDLINK3_MK

Index: pkgsrc/www/shibboleth-sp/Makefile
diff -u pkgsrc/www/shibboleth-sp/Makefile:1.63 pkgsrc/www/shibboleth-sp/Makefile:1.64
--- pkgsrc/www/shibboleth-sp/Makefile:1.63      Sat Apr 19 07:58:34 2025
+++ pkgsrc/www/shibboleth-sp/Makefile   Mon Apr 21 21:10:48 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.63 2025/04/19 07:58:34 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2025/04/21 21:10:48 perseant Exp $
 
-DISTNAME=      shibboleth-sp-3.1.0
-PKGREVISION=   21
+DISTNAME=      shibboleth-sp-3.5.0
+PKGREVISION=
 CATEGORIES=    www
 MASTER_SITES=  http://shibboleth.net/downloads/service-provider/${PKGVERSION_NOREV}/
 

Index: pkgsrc/www/shibboleth-sp/PLIST
diff -u pkgsrc/www/shibboleth-sp/PLIST:1.6 pkgsrc/www/shibboleth-sp/PLIST:1.7
--- pkgsrc/www/shibboleth-sp/PLIST:1.6  Thu Jul 16 14:49:13 2020
+++ pkgsrc/www/shibboleth-sp/PLIST      Mon Apr 21 21:10:48 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2020/07/16 14:49:13 perseant Exp $
+@comment $NetBSD: PLIST,v 1.7 2025/04/21 21:10:48 perseant Exp $
 bin/mdquery
 bin/resolvertest
 bin/shib-metagen
@@ -62,13 +62,13 @@ include/shibsp/version.h
 lib/libshibsp-lite.a
 lib/libshibsp-lite.la
 lib/libshibsp-lite.so
-lib/libshibsp-lite.so.8
-lib/libshibsp-lite.so.8.0.5
+lib/libshibsp-lite.so.12
+lib/libshibsp-lite.so.12.0.0
 lib/libshibsp.a
 lib/libshibsp.la
 lib/libshibsp.so
-lib/libshibsp.so.9
-lib/libshibsp.so.9.0.0
+lib/libshibsp.so.12
+lib/libshibsp.so.12.0.0
 lib/pkgconfig/shibsp-lite.pc
 lib/pkgconfig/shibsp.pc
 lib/shibboleth/adfs-lite.a

Index: pkgsrc/www/shibboleth-sp/distinfo
diff -u pkgsrc/www/shibboleth-sp/distinfo:1.10 pkgsrc/www/shibboleth-sp/distinfo:1.11
--- pkgsrc/www/shibboleth-sp/distinfo:1.10      Tue Oct 26 11:31:07 2021
+++ pkgsrc/www/shibboleth-sp/distinfo   Mon Apr 21 21:10:48 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.10 2021/10/26 11:31:07 nia Exp $
+$NetBSD: distinfo,v 1.11 2025/04/21 21:10:48 perseant Exp $
 
-BLAKE2s (shibboleth-sp-3.1.0.tar.gz) = c78487777a045821dd851cf7ebd04e2fdaaff5480f0b9b590671f43ccb0ceb84
-SHA512 (shibboleth-sp-3.1.0.tar.gz) = e67fbfc0183544ed580c59e541eed3f69055a5cafce248d20ab0c6a5df9bfc0dba1190a03e4cd8ff6ffacc6b7e67ed0fe6fd42b064cf025548baab68ac4df05b
-Size (shibboleth-sp-3.1.0.tar.gz) = 1099076 bytes
+BLAKE2s (shibboleth-sp-3.5.0.tar.gz) = d48d65da6d60780f85d5c37edfbb141d58579d3746ea412c1025a694029621a0
+SHA512 (shibboleth-sp-3.5.0.tar.gz) = 1631708d160a082213623e01a0d42ead2632883e62d9026a1c56ed11a01c83a16e5259d6b6b4dd96cc3d7225360dfd720b6cdf21aeae1523dad56278904c6b31
+Size (shibboleth-sp-3.5.0.tar.gz) = 1127872 bytes
 SHA1 (patch-configs_Makefile.in) = 452741659276be98e9c0b2531b69ad1fa5c421f8
 SHA1 (patch-configs_keygen.sh) = 414467335f80da97643863fb221c152fd7139a9e
 SHA1 (patch-shibsp_attribute_filtering_impl_XMLAttributeFilter.cpp) = 3de173b5680b71d964af7aaf50b351da7b58228a



Home | Main Index | Thread Index | Old Index