Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D82D11A9239 for ; Mon, 15 Nov 2021 18:24:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 55A3484E8F; Mon, 15 Nov 2021 18:24:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 568F284E77 for ; Mon, 15 Nov 2021 18:17:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Ta1VGgZUmlYB for ; Mon, 15 Nov 2021 18:17:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C8BD084CD9 for ; Mon, 15 Nov 2021 18:17:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C045FFAEC; Mon, 15 Nov 2021 18:17:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163700022570050" MIME-Version: 1.0 Date: Mon, 15 Nov 2021 18:17:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/ap2-auth-mellon To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20211115181705.C045FFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163700022570050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Nov 15 18:17:05 UTC 2021 Modified Files: pkgsrc/www/ap2-auth-mellon: MESSAGE Makefile Log Message: ap2-auth-mellon: pkglint cleanup To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/ap2-auth-mellon/MESSAGE cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/ap2-auth-mellon/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163700022570050 Content-Disposition: inline Content-Length: 1910 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/ap2-auth-mellon/MESSAGE diff -u pkgsrc/www/ap2-auth-mellon/MESSAGE:1.4 pkgsrc/www/ap2-auth-mellon/MESSAGE:1.5 --- pkgsrc/www/ap2-auth-mellon/MESSAGE:1.4 Fri May 4 02:53:38 2018 +++ pkgsrc/www/ap2-auth-mellon/MESSAGE Mon Nov 15 18:17:05 2021 @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.4 2018/05/04 02:53:38 manu Exp $ +$NetBSD: MESSAGE,v 1.5 2021/11/15 18:17:05 wiz Exp $ In order to use this module in your Apache installation, you need to add the following to your httpd.conf file: @@ -13,9 +13,9 @@ backward-incompatible change: signing messages from rsa-sha1 to rsa-sha256. If your IdP does not allow messages to be signed with that algorithm, you need to add a setting switching back to the old algorithm: - + MellonSignatureMethod rsa-sha1 - + Note that this only affects messages sent from mod_auth_mellon to your IdP. It does not affect authentication responses or other messages sent from your IdP to mod_auth_mellon. Index: pkgsrc/www/ap2-auth-mellon/Makefile diff -u pkgsrc/www/ap2-auth-mellon/Makefile:1.66 pkgsrc/www/ap2-auth-mellon/Makefile:1.67 --- pkgsrc/www/ap2-auth-mellon/Makefile:1.66 Tue Nov 9 01:50:45 2021 +++ pkgsrc/www/ap2-auth-mellon/Makefile Mon Nov 15 18:17:05 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2021/11/09 01:50:45 manu Exp $ +# $NetBSD: Makefile,v 1.67 2021/11/15 18:17:05 wiz Exp $ DISTNAME= mod_auth_mellon-0.18.0 PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//:S/_/-/g} @@ -39,10 +39,7 @@ do-install: ${APXS} -i -S LIBEXECDIR=${DESTDIR}"$${libexecdir}" \ -n auth_mellon mod_auth_mellon.la -BUILDLINK_ABI_DEPENDS.lasso+= lasso>=2.1.0 - .include "../../security/lasso/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../www/curl/buildlink3.mk" - .include "../../mk/bsd.pkg.mk" --_----------=_163700022570050--