summaryrefslogtreecommitdiff
path: root/mail/p5-IMAP-Admin/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2008-11-17Updated from version 1.6.4nb1 to 1.6.6.he1-4/+4
Upstream changes: 1.6.6 Sun Sep 07 10:20:22 CST 2008 - Thomas Jarosch sent a patch that adds unix socket support for those who have their admin restricted to unix socket instead of tcp 1.6.5 apparently a mystery release
2008-07-20Update from version 1.6.1 to 1.6.4.he1-4/+4
Pkgsrc change: add HOMEPAGE. Upstream changes: 1.6.4 Wed Feb 16 07:43:28 CST 2005 - I screwed the pooch on 1.6.3, blatant typo pointed out to me by matrix200 guess I forgot to run make test before releasing. 1.6.3 Sun Jan 30 20:53:22 CST 2005 - arrg, I fixed get_quotaroot incorrectly and didn't test it. It should have used the same regex as get_quota instead of what I did. Thanks Franscesco for pointing out the error (again). 1.6.2 Sun Jan 30 10:33:50 CST 2005 - bug report from Francesco Gennai, get_quota and get_quotaroot improperly handling folders/mailboxes with spaces patched both with a regex to handle the data extraction, should work now.
2005-02-24Add RMD160 digests.agc1-1/+2
2002-01-31Updated p5-IMAP-Admin to 1.6.1martti1-3/+3
- bug report/fix (thanks to Arkadi Shishlov and Oleg Gawrilof) for CRAM setting being uninitialized before use for the default case. - added error condition for CRAM capability, cram use wanted without fallback, but cram not available
2001-11-09Updated to version 1.6.0. Changes since 1.4.3:martti1-3/+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
2001-06-05Update to 1.4.3, provided by Martti Kuparinen in pkg/13116.wiz1-3/+3
Changes: SSL support and bug fixes.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc1-0/+3
+ move the patch digest/checksum values from files/patch-sum to distinfo