pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap2-auth-mellon ap2-auth-mellon: pkglint cleanup



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ee486307701
branches:  trunk
changeset: 769479:1ee486307701
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 15 18:17:05 2021 +0000

description:
ap2-auth-mellon: pkglint cleanup

diffstat:

 www/ap2-auth-mellon/MESSAGE  |  6 +++---
 www/ap2-auth-mellon/Makefile |  5 +----
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r b6fb1ec5179f -r 1ee486307701 www/ap2-auth-mellon/MESSAGE
--- a/www/ap2-auth-mellon/MESSAGE       Mon Nov 15 18:16:58 2021 +0000
+++ b/www/ap2-auth-mellon/MESSAGE       Mon Nov 15 18:17:05 2021 +0000
@@ -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 @@
   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.
diff -r b6fb1ec5179f -r 1ee486307701 www/ap2-auth-mellon/Makefile
--- a/www/ap2-auth-mellon/Makefile      Mon Nov 15 18:16:58 2021 +0000
+++ b/www/ap2-auth-mellon/Makefile      Mon Nov 15 18:17:05 2021 +0000
@@ -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 @@
            ${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"



Home | Main Index | Thread Index | Old Index