Subject: CVS commit: pkgsrc/mail/p5-IMAP-Admin
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 11/09/2001 16:24:19
Module Name: pkgsrc
Committed By: martti
Date: Fri Nov 9 14:24:19 UTC 2001
Modified Files:
pkgsrc/mail/p5-IMAP-Admin: Makefile distinfo
Log Message:
Updated to version 1.6.0. Changes since 1.4.3:
1.5.0 Thu Aug 2 12:50:21 CDT 2001
- re-formatted to make vi friendly (I use emacs and vi, but mostly emacs)
added these lines to my .emacs to keep it friendly
(custom-set-variables
'(perl-indent-level 2)
'(perl-continued-statement-offset 2)
'(perl-continued-brace-offset 0)
'(indent-tabs-mode nil)
'(tab-width 2))
basically sets the indent level to 2 and converts tabs to spaces
of course this will hose some diffs (unless you ignore whitespace diffs)
- bug report/fix (thanks to Lupe Christoph) some older perls don't
support (?{ code }), so get_acl splitting expression was re-vamped.
- removed use IO::Socket::INET (again some older perls)
- removed Text::Parsewords dependency (wasn't using it anymore anyway)
1.5.1 Thu Aug 2 14:43:27 CDT 2001
- bug report/fix (thanks to Paul Kranenburg) in get_quotaroot,
removes extraneous line
1.6.0 Sun Nov 4 10:19:44 CST 2001
- bug report/fix (thanks to Dylan Martin and Alain Turbide) for the
botch I made of the get_quotaroot fix I made in 1.5.1
- bug report () motd's weren't handled, I put some code in that doesn't break
the current, but is also untested against motd's (feedback anyone?)
- added CRAM-MD5 support as an authentication method, send it in the new call
0 off, 1 on, 2 on with LOGIN fallback, this also adds the requirement of
Digest::MD5, Digest::HMAC, MIME::Base64 if you use this option
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/p5-IMAP-Admin/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/p5-IMAP-Admin/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.