Subject: CVS commit: pkgsrc/mail/qpopper
To: None <pkgsrc-changes@netbsd.org>
From: Takahiro Kambe <taca@netbsd.org>
List: pkgsrc-changes
Date: 06/10/2001 18:08:42
Module Name:	pkgsrc
Committed By:	taca
Date:		Sun Jun 10 15:08:42 UTC 2001

Modified Files:
	pkgsrc/mail/qpopper: Makefile distinfo
	pkgsrc/mail/qpopper/patches: patch-ab
	pkgsrc/mail/qpopper/pkg: PLIST
Added Files:
	pkgsrc/mail/qpopper: Makefile.common
	pkgsrc/mail/qpopper/patches: patch-ae patch-ag patch-al patch-am
Removed Files:
	pkgsrc/mail/qpopper/patches: patch-aa

Log Message:
Update qpopper to 4.0.3 from 3.1.2.  Here is brief new feature from
Release note.

4.0
           Supports TLS/SSL security.
           '-p' option now has value '4' to permit plain-text passwords
        under TLS/SSL.
           Now uses a cache file to retain spool index across sessions.
        This dramatically speeds up session start when no new mail has
        arrived.

           '-l' option added to specify TLS/SSL support.
           Lots of TLS/SSL options added.  See the Administrator's Guide
        for details.
           '-v' option added to report current version and exit.
           'make install' added.
           Lots of compile-time options now available at run-time.  See
        the Administrator's Guide for details.
           Integrated poppassd into build.

And here is changes from 4.0.

Changes from 4.0.2 to 4.0.3:
----------------------------
 1.  Don't call SSL_shutdown unless we tried to negotiate an
     SSL session.  (As suggested by Kenneth Porter.)
 2.  Fix buffer overflow (reported by Gustavo Viscaino).
 3.  Fixed empty password treated as empty command (patch
     submitted by Michael Smith and others).
 4.  Added patch by Carles Xavier Munyoz to fix erroneous
     scanning for \n in getline().
 5.  Fix from Arvin Schnell for warnings on 64-bit systems.
 6.  Added patch by Clifton Royston to change error message
     for nonauthfile and authfile tests.
 7.  Added 'uw-kludge' as synonym for 'uw-kluge'.

Changes from 4.0.1 to 4.0.2:
----------------------------
 1.  Added fix for XTND XMIT (sent in by Jacques Distler and
     others).
 2.  Fixed makefile problems with poppassd compile and install
     (sent in by Steven Champeon).
 3.  Increased maximum spool path length from 64 to 256.
 4.  Added more debug code when genpath() runs out of room.
 5.  Changed C++ style comments to C style in poppassd.c
 6.  Changed poppassd's UID check to be the same as Qpopper's
     (which is that if BLOCK_UID is defined we use that value,
     otherwise it defaults to 10).
 7.  Added poppassd expect strings for DEC True 64 (sent in by
     Andres Henckens).

Changes from 4.0.1b1 to 4.0.1 (final):
--------------------------------------
 1.  Fixed typo in popper/pop_init.c if DONT_CHECK_HASH_SPOOL_DIR
     defined.

Changes from 4.0 to 4.0.1b1:
----------------------------
 1.  Messages with lines longer than 512 characters are no longer
     garbled when sent to the client.
 2.  Added patches from Michael C Tiernan to fix makefile problems.


To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/mail/qpopper/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/mail/qpopper/Makefile.common
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/qpopper/distinfo
cvs rdiff -r1.5 -r0 pkgsrc/mail/qpopper/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/qpopper/patches/patch-ab
cvs rdiff -r0 -r1.11 pkgsrc/mail/qpopper/patches/patch-ae
cvs rdiff -r0 -r1.8 pkgsrc/mail/qpopper/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/mail/qpopper/patches/patch-al \
    pkgsrc/mail/qpopper/patches/patch-am
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/qpopper/pkg/PLIST

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