summaryrefslogtreecommitdiff
path: root/www/ap-auth-pam
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-05-24 16:18:58 +0000
committerkristerw <kristerw@pkgsrc.org>2004-05-24 16:18:58 +0000
commit461ab378366cf38571881688b7ebf3f53e405363 (patch)
tree31b778e527bc116f408c8ce86e0a48296b2494db /www/ap-auth-pam
parenta44632021b6f3159b6a189b79ed3a4624a3deb2f (diff)
downloadpkgsrc-461ab378366cf38571881688b7ebf3f53e405363.tar.gz
Make this package compile when using gcc 3.3.
Diffstat (limited to 'www/ap-auth-pam')
-rw-r--r--www/ap-auth-pam/distinfo3
-rw-r--r--www/ap-auth-pam/patches/patch-aa19
2 files changed, 21 insertions, 1 deletions
diff --git a/www/ap-auth-pam/distinfo b/www/ap-auth-pam/distinfo
index d2b927c9131..31ad0ffbe77 100644
--- a/www/ap-auth-pam/distinfo
+++ b/www/ap-auth-pam/distinfo
@@ -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 --git a/www/ap-auth-pam/patches/patch-aa b/www/ap-auth-pam/patches/patch-aa
new file mode 100644
index 00000000000..08360c99548
--- /dev/null
+++ b/www/ap-auth-pam/patches/patch-aa
@@ -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" },