Subject: CVS commit: pkgsrc/mail/imap-uw
To: None <pkgsrc-changes@netbsd.org>
From: Martti Kuparinen <martti@netbsd.org>
List: pkgsrc-changes
Date: 12/15/2001 10:30:27
Module Name:	pkgsrc
Committed By:	martti
Date:		Sat Dec 15 08:30:27 UTC 2001

Modified Files:
	pkgsrc/mail/imap-uw: Makefile PLIST buildlink.mk distinfo

Log Message:
* Updated to 2001.1 (2001a).
* Updated buildlink.mk as the new version has some new #defines in the .h
  file (and e.g. pine won't build against the old version)

Updated: 2 November 2001

imap-2001a is a maintenance release, consisting primarily of bugfixes
including some critical bugfixes to crash and denial of service problems.
Programs written for imap-2001 will build with this version without
modification.

The following new facilities have also been added:

The new /norsh switch in mailbox names provides a more intuitive way of
disabling rsh-IMAP than the existing :143 or setting the rsh-timeout to 0.

Passwords are no longer returned in mm_dlog() callbacks unless the
application sets the SET_DEBUGSENSITIVE parameter.

The SET_NETFSSTATBUG parameter allows an application to force the
traditional UNIX mailbox driver to close and reopen the mailbox at ping
time.  This is EXTREMELY inefficient, and should only be used to access
files stored on AFS and old NFS systems.

The ISO 8859 and Windows conversion tables have been updated to comply
with Unicode 3.1, and the KOI8-R table has been verified as compliant with
Unicode 3.1.

The SPECIALS mechanism for passing parameters to the lowest level Makefile
has been updated to be more general.  See the next item for why you might
care.

New lrh port to build on Red Hat Linux 7.2, with pre-set definitions for
the places where Red Hat has placed Kerberos and SSL.  It's actually just
the lnp port with SPECIALS defined accordingly.  You may want to use it as
a model if your system needs such definitions.  Note that SPECIALS is
primarily for IMAP toolkit (and Pine) purposes, and that user settings
should use EXTRASPECIALS instead.


To generate a diff of this commit:
cvs rdiff -r1.36 -r1.37 pkgsrc/mail/imap-uw/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/imap-uw/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/mail/imap-uw/buildlink.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/imap-uw/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.