pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/courier-mta



Module Name:    pkgsrc
Committed By:   jlam
Date:           Tue Feb 19 18:45:24 UTC 2008

Modified Files:
        pkgsrc/mail/courier-mta: Makefile Makefile.common distinfo options.mk
        pkgsrc/mail/courier-mta/files: courierd.sh courieresmtp.sh
            courieresmtpmsa.sh courieresmtps.sh courierfilter.sh
            courierldapaliasd.sh webmlm.sh
        pkgsrc/mail/courier-mta/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ai patch-aj
Added Files:
        pkgsrc/mail/courier-mta/patches: patch-ag patch-ax patch-ay

Log Message:
Update mail/courier-mta to version 0.58.0.  Changes from version 0.57.1
include:

+ Add full DESTDIR support.

+ Don't create empty, unused directories under
  ${PREFIX}/share/examples/courier.

+ Teach mkesmtpdcert generate certificates and keys using the either
  GNUTLS or OpenSSL tools.

* Fix a memory stomp in local delivery agent.

* Get rid of the hard 30 minute timeout in sendmail(8).

* Rewrite input processing for submit(8) process to use non-blocking
  I/O to read standard input. When the message source is local (or
  dsn), get rid of the hard 30 minute timeout, and poll stdin with a
  5 minute poll() timeout, at which point the timestamps on all open
  control and data files are pinged, to keep courierd from purging
  them based on their old timestamp.  Continue to use a hard timeout
  for all non-local mail.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/mail/courier-mta/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/mail/courier-mta/Makefile.common \
    pkgsrc/mail/courier-mta/options.mk
cvs rdiff -r1.10 -r1.11 pkgsrc/mail/courier-mta/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/courier-mta/files/courierd.sh \
    pkgsrc/mail/courier-mta/files/courieresmtp.sh \
    pkgsrc/mail/courier-mta/files/courieresmtpmsa.sh \
    pkgsrc/mail/courier-mta/files/courierldapaliasd.sh
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/courier-mta/files/courieresmtps.sh \
    pkgsrc/mail/courier-mta/files/courierfilter.sh
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/courier-mta/files/webmlm.sh
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/courier-mta/patches/patch-aa \
    pkgsrc/mail/courier-mta/patches/patch-ac \
    pkgsrc/mail/courier-mta/patches/patch-aj
cvs rdiff -r1.3 -r1.4 pkgsrc/mail/courier-mta/patches/patch-ab \
    pkgsrc/mail/courier-mta/patches/patch-ad \
    pkgsrc/mail/courier-mta/patches/patch-ai
cvs rdiff -r0 -r1.3 pkgsrc/mail/courier-mta/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/mail/courier-mta/patches/patch-ax \
    pkgsrc/mail/courier-mta/patches/patch-ay

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



Home | Main Index | Thread Index | Old Index