Subject: CVS commit: pkgsrc/mail/sendmail
To: None <pkgsrc-changes@NetBSD.org>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-changes
Date: 08/30/2004 20:16:28
Module Name:	pkgsrc
Committed By:	adrianp
Date:		Mon Aug 30 20:16:28 UTC 2004

Modified Files:
	pkgsrc/mail/sendmail: Makefile Makefile.common PLIST distinfo
	pkgsrc/mail/sendmail/files: site.config.m4-db2 site.config.m4-db4
	    site.config.m4-ldap site.config.m4-milter site.config.m4-sasl2
	    site.config.m4-solaris site.config.m4-starttls site.config.m4-v6
	    site.config.m4-v6-not-solaris
	pkgsrc/mail/sendmail/patches: patch-aa patch-ag
Added Files:
	pkgsrc/mail/sendmail: PLIST.socketmap options.mk
	pkgsrc/mail/sendmail/files: site.config.m4-linux
	    site.config.m4-socketmap
	pkgsrc/mail/sendmail/patches: patch-ah

Log Message:
Update of sendmail to 8.13.1

pkgsrc changes:
- move to use options.mk framework
- solaris support tidy-up
- fix linux man page extension handling bug
- allow for a user defined smrsh directory
- update MASTER_SITES
- optional SOCKETMAP support and sample script installation
- ok'ed snj@/wiz@

Summary of some of the major changes include:
- New map "socket" to query maps via TCP/IP sockets.
- Connection rate control as well as control over the number of incoming open
  connections.
- Several LDAP enhancements such as LDAP recursion and LDAP URI support.
- Message quarantining.
- AUTH EXTERNAL will only be enabled if STARTTLS was successful and the client
  has been authenticated, i.e., {verify} is OK.
- Basic support for certificate revocation lists.
- New queue timeouts for DSN messages.
- Experimental support for MTAMark.

For a full list of changes see:
- http://www.sendmail.org/8.13.0.html
- http://www.sendmail.org/8.13.1.html


To generate a diff of this commit:
cvs rdiff -r1.72 -r1.73 pkgsrc/mail/sendmail/Makefile
cvs rdiff -r1.17 -r1.18 pkgsrc/mail/sendmail/Makefile.common \
    pkgsrc/mail/sendmail/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/sendmail/PLIST
cvs rdiff -r0 -r1.1 pkgsrc/mail/sendmail/PLIST.socketmap \
    pkgsrc/mail/sendmail/options.mk
cvs rdiff -r1.4 -r1.5 pkgsrc/mail/sendmail/files/site.config.m4-db2 \
    pkgsrc/mail/sendmail/files/site.config.m4-ldap
cvs rdiff -r1.1 -r1.2 pkgsrc/mail/sendmail/files/site.config.m4-db4 \
    pkgsrc/mail/sendmail/files/site.config.m4-milter \
    pkgsrc/mail/sendmail/files/site.config.m4-sasl2 \
    pkgsrc/mail/sendmail/files/site.config.m4-v6-not-solaris
cvs rdiff -r0 -r1.1 pkgsrc/mail/sendmail/files/site.config.m4-linux \
    pkgsrc/mail/sendmail/files/site.config.m4-socketmap
cvs rdiff -r1.2 -r1.3 pkgsrc/mail/sendmail/files/site.config.m4-solaris \
    pkgsrc/mail/sendmail/files/site.config.m4-v6
cvs rdiff -r1.5 -r1.6 pkgsrc/mail/sendmail/files/site.config.m4-starttls
cvs rdiff -r1.17 -r1.18 pkgsrc/mail/sendmail/patches/patch-aa
cvs rdiff -r1.7 -r1.8 pkgsrc/mail/sendmail/patches/patch-ag
cvs rdiff -r0 -r1.1 pkgsrc/mail/sendmail/patches/patch-ah

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