summaryrefslogtreecommitdiff
path: root/mail/popa3d/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-04-15 08:28:19 +0000
committerwiz <wiz@pkgsrc.org>2003-04-15 08:28:19 +0000
commit28b0bdb77b69da05a2fb608fc72bae56a0afcfc1 (patch)
treee2f2870dc02652bde82c6d285320b2d054b3c7bb /mail/popa3d/patches
parentd25121875cc3318e2063cf9e0e0aecf35ee4a813 (diff)
downloadpkgsrc-28b0bdb77b69da05a2fb608fc72bae56a0afcfc1.tar.gz
Update to 0.6.3, changes:
libpam_userpass support (with pam_userpass 0.9+). [not in pkg]
Diffstat (limited to 'mail/popa3d/patches')
-rw-r--r--mail/popa3d/patches/patch-aa10
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/popa3d/patches/patch-aa b/mail/popa3d/patches/patch-aa
index 6ece860c816..00cb58828e7 100644
--- a/mail/popa3d/patches/patch-aa
+++ b/mail/popa3d/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.8 2002/11/07 03:49:42 dillo Exp $
+$NetBSD: patch-aa,v 1.9 2003/04/15 08:28:19 wiz Exp $
---- params.h.orig Sun Sep 8 11:49:24 2002
+--- params.h.orig Sat Apr 12 16:16:01 2003
+++ params.h
@@ -13,7 +13,7 @@
/*
@@ -20,7 +20,7 @@ $NetBSD: patch-aa,v 1.8 2002/11/07 03:49:42 dillo Exp $
#if DAEMON_LIBWRAP
/*
-@@ -143,8 +143,8 @@
+@@ -144,8 +144,8 @@
*
* Note that there's no built-in password aging support.
*/
@@ -30,8 +30,8 @@ $NetBSD: patch-aa,v 1.8 2002/11/07 03:49:42 dillo Exp $
+#define AUTH_SHADOW 0
#define AUTH_PAM 0
#define AUTH_PAM_USERPASS 0
-
-@@ -196,8 +196,8 @@
+ #define USE_LIBPAM_USERPASS 0
+@@ -198,8 +198,8 @@
*
* *BSDs use flock(2), others typically use fcntl(2).
*/