diff options
author | martti <martti> | 2001-11-09 14:24:18 +0000 |
---|---|---|
committer | martti <martti> | 2001-11-09 14:24:18 +0000 |
commit | 1a3aa4402fa5b7cc5eb7a04010f35e36ae594ce1 (patch) | |
tree | 8a2e6917229dbd101cca1be836cdecc248fd239e | |
parent | 5acc09c486e7ba5b867847e6792cf5ebce32b691 (diff) | |
download | pkgsrc-1a3aa4402fa5b7cc5eb7a04010f35e36ae594ce1.tar.gz |
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
-rw-r--r-- | mail/p5-IMAP-Admin/Makefile | 4 | ||||
-rw-r--r-- | mail/p5-IMAP-Admin/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/p5-IMAP-Admin/Makefile b/mail/p5-IMAP-Admin/Makefile index 36f83a271cf..c39acff8b92 100644 --- a/mail/p5-IMAP-Admin/Makefile +++ b/mail/p5-IMAP-Admin/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2001/10/18 15:20:26 veego Exp $ +# $NetBSD: Makefile,v 1.5 2001/11/09 14:24:18 martti Exp $ # -DISTNAME= IMAP-Admin-1.4.3 +DISTNAME= IMAP-Admin-1.6.0 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5iad CATEGORIES= mail perl5 diff --git a/mail/p5-IMAP-Admin/distinfo b/mail/p5-IMAP-Admin/distinfo index 7ca4fd6324c..e0366adcae0 100644 --- a/mail/p5-IMAP-Admin/distinfo +++ b/mail/p5-IMAP-Admin/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/06/05 09:43:10 wiz Exp $ +$NetBSD: distinfo,v 1.4 2001/11/09 14:24:18 martti Exp $ -SHA1 (IMAP-Admin-1.4.3.tar.gz) = ad1aa6dfa2ffe3d40f2a90bf94bbbc0b85c9c885 -Size (IMAP-Admin-1.4.3.tar.gz) = 12188 bytes +SHA1 (IMAP-Admin-1.6.0.tar.gz) = fcee0da5fed4e264f45f6878ec65ef86e32b379d +Size (IMAP-Admin-1.6.0.tar.gz) = 13422 bytes |