Date: Mon, 15 May 2023 19:02:36 GMT From: Ryan Steinmetz <zi@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 246fee02c7ff - main - www/mod_auth_mellon: Update to 0.18.1 Message-ID: <202305151902.34FJ2aNB002626@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=246fee02c7ff8447c8ec9dc3d55ed65f39f716eb commit 246fee02c7ff8447c8ec9dc3d55ed65f39f716eb Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2023-05-15 19:00:18 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2023-05-15 19:02:22 +0000 www/mod_auth_mellon: Update to 0.18.1 --- www/mod_auth_mellon/Makefile | 3 +-- www/mod_auth_mellon/distinfo | 6 +++--- .../files/patch-mellon__create__metadata.sh | 16 ---------------- 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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305151902.34FJ2aNB002626>