pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Jun  9 11:45:39 UTC 2012

Modified Files:
        pkgsrc/mail/courier-maildir: Makefile distinfo
        pkgsrc/mail/courier-mta: Makefile Makefile.common PLIST distinfo
            options.mk pkginstall.mk
        pkgsrc/mail/courier-mta/patches: patch-aa patch-ab patch-ac patch-ad
            patch-ae patch-af patch-ag patch-ah patch-ai patch-aj patch-an
            patch-ax
        pkgsrc/net/couriertcpd: Makefile distinfo

Log Message:
Changes 0.68.1:
* rfc2045mkboundary.c was broken in 0.68

Changes 0.68:
* rfc2045/rfc2045mkboundary.c (rfc2045_mk_boundary): truncate
the hostname portion of the boundary to 30 chars.
* courier/doc/courier.sgml: Remove descriptions of some configuration
files that were moved to the courier-authlib package a while ago.
They don't belong here any more.
* courier/submit.C: Use the authenticated address, instead of the
return address, for domain-based virtual configuration.
* courier/libs/cfilename.c (config_has_vhost): Checks whether
vhost.[ip] exists.
* courier/module.esmtp/courieresmtpd.c (main): Only set a message's
virtual host if vhost.[ip] exists.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): Make sure the
input buffer is null-terminated.
* courier/submit.C (getrcpts): If there's no vhost setting from the
sender's IP address (this includes local mail!) if vhost.domain exists,
use [domain] as the virtual host.
* Remove config_search(), which simply called config_localfilename().
Change all current callers to call config_localfilename().
* courier/libs/cfilename.c (config_set_local_vhost): saves a string
that gets appended as a suffix, by config_localfilename(), and if that
filename exists, that's returned as the filename, otherwise it's the
original string without the suffix. config_get_local_vhost() returns
the suffix string.
to config_set_local_vhost().
* courier/libs/comsubmitclient.c (submit_fork): If
config_get_local_vhost(), add a -vhost parameter to submit().
* courier/submit.C (cppmain): -vhost sets config_set_local_vhost().
* courier/submit2.C (closectl): New COMCTLFILE_VHOST parameter in the
config file, taken from the vhost setting.
* courier/libs/comctlfile.c (ctlfile_setvhost): If COMCTLFILE_VHOST is
set, call ctlfile_setvhost(), return an indication if the vhost has
changed. Absence of a COMCTLFILE_VHOST treated as a discrete "(null)"
setting.
* courier/module.esmtp/esmtpclient.c (esmtpchild): If ctlfile_setvhost()
then disconnect the current socket, if one is open.
* courier/module.esmtp/esmtpclient.c (get_sourceaddr): The IP address
specified in ipout or ip6out overrides SOURCE_ADDRESS and
SOURCE_ADDRESS_IPV6 environment variable.
* courier/module.local/localmail.c (main): Call ctlfile_setvhost().
* courier/module.uucp/uucp.c (uux): Call ctlfile_setvhost().
* courier/module.dsn/dsn.c (main): Call ctlfile_setvhost().
* liblock/mail.c (dotlock_exists): Quell a compiler warning.
* courier/courierd.dist.in SOURCE_ADDRESS: Add a note that this setting
is deprecated.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/courier-maildir/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/mail/courier-maildir/distinfo
cvs rdiff -u -r1.35 -r1.36 pkgsrc/mail/courier-mta/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/courier-mta/Makefile.common
cvs rdiff -u -r1.8 -r1.9 pkgsrc/mail/courier-mta/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/courier-mta/distinfo
cvs rdiff -u -r1.10 -r1.11 pkgsrc/mail/courier-mta/options.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/mail/courier-mta/pkginstall.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/courier-mta/patches/patch-aa \
    pkgsrc/mail/courier-mta/patches/patch-ab \
    pkgsrc/mail/courier-mta/patches/patch-ac
cvs rdiff -u -r1.5 -r1.6 pkgsrc/mail/courier-mta/patches/patch-ad \
    pkgsrc/mail/courier-mta/patches/patch-aj \
    pkgsrc/mail/courier-mta/patches/patch-an
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/courier-mta/patches/patch-ae \
    pkgsrc/mail/courier-mta/patches/patch-ax
cvs rdiff -u -r1.4 -r1.5 pkgsrc/mail/courier-mta/patches/patch-af \
    pkgsrc/mail/courier-mta/patches/patch-ai
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/courier-mta/patches/patch-ag \
    pkgsrc/mail/courier-mta/patches/patch-ah
cvs rdiff -u -r1.19 -r1.20 pkgsrc/net/couriertcpd/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/net/couriertcpd/distinfo

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