pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ap2-auth-mellon



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.

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"



Home | Main Index | Thread Index | Old Index