pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/sendmail



Module Name:    pkgsrc
Committed By:   jnemeth
Date:           Sun Feb  9 02:02:46 UTC 2014

Modified Files:
        pkgsrc/mail/sendmail: Makefile Makefile.common distinfo

Log Message:
Update to sendmail 8.14.8:  this release contains some bug fixes plus some
minor feature additions.

8.14.8/8.14.8   2014/01/26
        Properly initialize all OpenSSL algorithms for versions before
                OpenSSL 0.9.8o. Without this SHA2 algorithms may not
                work properly, causing for example failures for certs
                that use sha256WithRSAEncryption as signature algorithm.
        When looking up hostnames, ensure only to return those records
                for the requested family (AF_INET or AF_INET6).
                On system that have NEEDSGETIPNODE and NETINET6
                this may have failed and cause delivery problems.
                Problem noted by Kees Cook.
        A new mailer flag '!' is available to suppress an MH hack
                that drops an explicit From: header if it is the
                same as what sendmail would generate.
        Add an FFR (for future release) to use uncompressed IPv6 addresses,
                i.e., they will not contain "::".  For example, instead
                of ::1 it will be 0:0:0:0:0:0:0:1.  This means that
                configuration data (including maps, files, classes,
                custom ruleset, etc) have to use the same format.
                This will be turned on in 8.15.  It can be enabled in 8.14
                by compiling with:
                APPENDDEF(`conf_sendmail_ENVDEF', `-D_FFR_IPV6_FULL')
                in your devtools/Site/site.config.m4 file.
        Add an additional case for the WorkAroundBrokenAAAA check when
                dealing with broken nameservers by ignoring SERVFAIL
                errors returned on T_AAAA (IPv6) lookups at delivery time.
                Problem noted by Pavel Timofeev of OCS.
        If available, pass LOGIN_SETCPUMASK and LOGIN_SETLOGINCLASS to
                setusercontext() on deliveries as a different user.
                Patch from Edward Tomasz Napierala from FreeBSD.
        Avoid compiler warnings from a change in Cyrus-SASL 2.1.25.
                Patch from Hajimu UMEMOTO from FreeBSD.
        Add support for DHParameters 2048-bit primes.
        CONFIG: Accept IPv6 literals when evaluating the HELO/EHLO argument
                in FEATURE(`block_bad_helo').  Suggested by Andrey Chernov.
        LIBSMDB: Add a missing check for malloc() in libsmdb/smndbm.c.
                Patch from Bill Parker.
        LIBSMDB: Fix minor memory leaks in libsmdb/ if allocations
                fail.  Patch from John Beck of Oracle.
        Portability:
                Add support for Darwin 12.x and 13.x (Mac OS X 10.8 and 10.9).
                On Linux use socklen_t as the type for the 3rd argument
                for getsockname/getpeername if the glibc version is at
                least 2.1.
        Added Files:
                devtools/OS/Darwin.12.x
                devtools/OS/Darwin.13.x


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/mail/sendmail/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/mail/sendmail/Makefile.common
cvs rdiff -u -r1.49 -r1.50 pkgsrc/mail/sendmail/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