summaryrefslogtreecommitdiff
path: root/mail/courier-auth
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-01-24 16:02:49 +0000
committerjlam <jlam@pkgsrc.org>2002-01-24 16:02:49 +0000
commit91ab2729887e54af2fa1085301c8e9a944d67ea0 (patch)
treecb2373f1e3339b2598e827a1d3f8f1ac42c7665c /mail/courier-auth
parent54df3d7809d90025881e3d1a0d547f7f2181e625 (diff)
downloadpkgsrc-91ab2729887e54af2fa1085301c8e9a944d67ea0.tar.gz
Update mail/courier-auth to 0.37.1nb1. Changes from version 0.37.1 include:
* Fix the script for changing passwords with a Courier authentication module (used by sqwebmail) to recognize some more warnings/errors by the NetBSD passwd program. * Note that tcl-expect is needed to make the password-changing script work. * Add this package to the "security" category.
Diffstat (limited to 'mail/courier-auth')
-rw-r--r--mail/courier-auth/patches/patch-ag13
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/courier-auth/patches/patch-ag b/mail/courier-auth/patches/patch-ag
new file mode 100644
index 00000000000..c9c21c01e05
--- /dev/null
+++ b/mail/courier-auth/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2002/01/24 16:02:49 jlam Exp $
+
+--- authlib/authsystem.passwd.in.orig Sat Jun 16 18:16:25 2001
++++ authlib/authsystem.passwd.in
+@@ -54,6 +54,8 @@
+ -re "dictionary" { exit 1 }
+ -re "common" { exit 1 }
+ -re "short" { exit 1 }
++ -re "longer" { exit 1 }
++ -re "lower case" { exit 1 }
+ -re "word:" { sleep 2; send "$newpass\n" }
+ eof { exit 1 }
+ timeout { exit 1 }