mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
www/mod_auth_mellon: Update to 0.18.1
This commit is contained in:
parent
95cba3ff0c
commit
246fee02c7
@ -1,6 +1,5 @@
|
||||
PORTNAME= mod_auth_mellon
|
||||
PORTVERSION= 0.18.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.18.1
|
||||
CATEGORIES= www
|
||||
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
||||
DISTVERSIONPREFIX= v
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1632231761
|
||||
SHA256 (latchset-mod_auth_mellon-v0.18.0_GH0.tar.gz) = 55488d421b61d7c73c26e0f9b27cd32e0f8d35a974e9d555f4b1d7414bb876cc
|
||||
SIZE (latchset-mod_auth_mellon-v0.18.0_GH0.tar.gz) = 918471
|
||||
TIMESTAMP = 1684174341
|
||||
SHA256 (latchset-mod_auth_mellon-v0.18.1_GH0.tar.gz) = 2e95396444689475d32e736ade4e9c31ea6dd3b619c888efbfc9ebe3636ce6c0
|
||||
SIZE (latchset-mod_auth_mellon-v0.18.1_GH0.tar.gz) = 918912
|
||||
|
@ -1,16 +0,0 @@
|
||||
--- mellon_create_metadata.sh.orig 2022-11-02 11:48:53 UTC
|
||||
+++ mellon_create_metadata.sh
|
||||
@@ -75,6 +75,13 @@ CERT="$(grep -v '^-----' "$OUTFILE.cert")"
|
||||
cat >"$OUTFILE.xml" <<EOF
|
||||
<EntityDescriptor entityID="$ENTITYID" xmlns="urn:oasis:names:tc:SAML:2.0:metadata" xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
<SPSSODescriptor protocolSupportEnumeration="urn:oasis:names:tc:SAML:2.0:protocol" AuthnRequestsSigned="true">
|
||||
+ <KeyDescriptor use="encryption">
|
||||
+ <ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
+ <ds:X509Data>
|
||||
+ <ds:X509Certificate>$CERT</ds:X509Certificate>
|
||||
+ </ds:X509Data>
|
||||
+ </ds:KeyInfo>
|
||||
+ </KeyDescriptor>
|
||||
<KeyDescriptor use="signing">
|
||||
<ds:KeyInfo xmlns:ds="http://www.w3.org/2000/09/xmldsig#">
|
||||
<ds:X509Data>
|
Loading…
Reference in New Issue
Block a user