diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-08-31 21:27:49 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-08-31 21:27:49 +0000 |
commit | bfb9b03a3f7590dc62ada4390cee10b288589016 (patch) | |
tree | 4ca8c7ca4814c229249cb92c7e88a9abb258a55d /mail/teapop/distinfo | |
parent | 7fedc491e8557fa31ca07b458de3c2ce36b8c3c9 (diff) | |
download | pkgsrc-bfb9b03a3f7590dc62ada4390cee10b288589016.tar.gz |
Update teapop to 0.3.2; also drop maintainership as I no longer use
this software
Changes:
0.3.2 - A chdir-call got replaced with a chroot()-call which could
cause problems trying to open mailboxes.
+ Support for removing stale dotlock-files.
+ Support for fcntl()-locking.
(Based on patch from: Nick Phillips <nwp@lemon-computing.com>)
! Improved socket cleanup when exiting in standalone mode.
(Patch by: Ross West)
- Removed extra newline at end of UIDL when using existing
UIDLs from message.
(Patch by: Ross West)
+ Support for using more then one locking type.
(Based on idea from: Nick Phillips <nwp@lemon-computing.com>)
- An off-by-one error would cause Teapop to put a control
character in the wrong place for lines longer then 1023
characters in a mailbox.
(Problem reported by: Leon Harris <leon@quoll.com>)
- If the mailbox didn't contain a linefeed at the last line,
it could get lost.
(Problem reported by: Den Ivanov <div@primpogoda.ru>)
+ Support for lockf()-locking.
+ Added a flock() wrapper for lockf() for system missing
a native flock().
! A bit more sane default flags for MySQL-authentication.
(Based on patch from: Ross West)
Diffstat (limited to 'mail/teapop/distinfo')
-rw-r--r-- | mail/teapop/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/teapop/distinfo b/mail/teapop/distinfo index f7e06763dd0..201285df6c9 100644 --- a/mail/teapop/distinfo +++ b/mail/teapop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/06/30 21:21:51 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2001/08/31 21:27:49 zuntum Exp $ -SHA1 (teapop-0.3.1.tar.gz) = 031bde1799941b47a3b727018a2577436de72f75 -Size (teapop-0.3.1.tar.gz) = 99621 bytes -SHA1 (patch-aa) = 70d851d3928d23d54da64b41cc5a7d76c23bb674 +SHA1 (teapop-0.3.2.tar.gz) = 28b4eec496f029adb2bf91736d4a768fe9681bfa +Size (teapop-0.3.2.tar.gz) = 102060 bytes +SHA1 (patch-aa) = de3c520ebc44cc14148c4a0130bb9d67f4bb1de8 |