pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ap-auth-pam Make this package compile when using g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7c1d802dae75
branches:  trunk
changeset: 475735:7c1d802dae75
user:      kristerw <kristerw%pkgsrc.org@localhost>
date:      Mon May 24 16:18:58 2004 +0000

description:
Make this package compile when using gcc 3.3.

diffstat:

 www/ap-auth-pam/distinfo         |   3 ++-
 www/ap-auth-pam/patches/patch-aa |  19 +++++++++++++++++++
 2 files changed, 21 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r 123ffbdeb2fe -r 7c1d802dae75 www/ap-auth-pam/distinfo
--- a/www/ap-auth-pam/distinfo  Mon May 24 16:09:35 2004 +0000
+++ b/www/ap-auth-pam/distinfo  Mon May 24 16:18:58 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/03/06 19:33:38 jlam Exp $
+$NetBSD: distinfo,v 1.2 2004/05/24 16:18:58 kristerw Exp $
 
 SHA1 (mod_auth_pam-1.0a.tar.gz) = a3c29d10690101cf1bd9ce1c262fdbe8c12cc0b3
 Size (mod_auth_pam-1.0a.tar.gz) = 8765 bytes
+SHA1 (patch-aa) = 7470a6a196bd8fd1d44d723fd647ad6f3b9a5784
diff -r 123ffbdeb2fe -r 7c1d802dae75 www/ap-auth-pam/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ap-auth-pam/patches/patch-aa  Mon May 24 16:18:58 2004 +0000
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1 2004/05/24 16:18:58 kristerw Exp $
+
+--- mod_auth_pam.c.orig        2004-05-24 18:13:45.000000000 +0200
++++ mod_auth_pam.c     2004-05-24 18:15:20.000000000 +0200
+@@ -197,12 +197,12 @@
+ 
+ static command_rec auth_pam_cmds[] = {
+   { "AuthFailDelay", (const char*(*)())auth_fail_delay, 0, OR_AUTHCFG, TAKE1,
+-    "number of micro seconds to wait after failed authentication attempt. defau
++    "number of micro seconds to wait after failed authentication attempt. defau\
+ lt is 0" },
+   { "AuthPAM_Authorative", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
+     "no longer in use -- see AuthPAM_FallThrough instead" },
+   { "AuthPAM_FallThrough", (const char*(*)())auth_fall_through, NULL, OR_AUTHCFG, FLAG,
+-    "on|off - determines if other authentication methods are attempted if this
++    "on|off - determines if other authentication methods are attempted if this \
+ one fails; default is off" },
+   { "AuthPAM_Enabled", (const char*(*)())auth_enable, NULL, OR_AUTHCFG, FLAG,
+     "on|off - determines if PAM authentication is enabled; default is on" },



Home | Main Index | Thread Index | Old Index