aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Steinmetz <zi@FreeBSD.org>2023-05-15 19:00:18 +0000
committerRyan Steinmetz <zi@FreeBSD.org>2023-05-15 19:02:22 +0000
commit246fee02c7ff8447c8ec9dc3d55ed65f39f716eb (patch)
treec765cb59a5910c5b7593b627730f46a770961a7f
parent95cba3ff0c709b460e27a898662d128eef604ad6 (diff)
downloadports-246fee02c7ff8447c8ec9dc3d55ed65f39f716eb.tar.gz
ports-246fee02c7ff8447c8ec9dc3d55ed65f39f716eb.zip
www/mod_auth_mellon: Update to 0.18.1
-rw-r--r--www/mod_auth_mellon/Makefile3
-rw-r--r--www/mod_auth_mellon/distinfo6
-rw-r--r--www/mod_auth_mellon/files/patch-mellon__create__metadata.sh16
3 files changed, 4 insertions, 21 deletions
diff --git a/www/mod_auth_mellon/Makefile b/www/mod_auth_mellon/Makefile
index a8e97cbd0ed1..db39dbc82c99 100644
--- a/www/mod_auth_mellon/Makefile
+++ b/www/mod_auth_mellon/Makefile
@@ -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
diff --git a/www/mod_auth_mellon/distinfo b/www/mod_auth_mellon/distinfo
index 48f3e3d42dd8..2c5e2b16cdeb 100644
--- a/www/mod_auth_mellon/distinfo
+++ b/www/mod_auth_mellon/distinfo
@@ -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
diff --git a/www/mod_auth_mellon/files/patch-mellon__create__metadata.sh b/www/mod_auth_mellon/files/patch-mellon__create__metadata.sh
deleted file mode 100644
index 795822006440..000000000000
--- a/www/mod_auth_mellon/files/patch-mellon__create__metadata.sh
+++ /dev/null
@@ -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>