Subject: CVS commit: pkgsrc/mail/sendmail
From: John Nemeth
Date: 2014-06-15 22:48:50
Message id: 20140615204850.2F0AC96@cvs.netbsd.org

Log Message:
Update to sendmail 8.14.9: this fixes a minor potential security issue

pkgsrc changes:

- consolidate several patches into site.config.m4
  - pkgsrc LDFLAGS should always be used
- don't bother specifying file owner/group anywhere except in Makefile
- create include/sm/os/sm_os_netbsd.h to fix warnings and OS specific stuff
- install mail.local and rmail
- convert to use res_n* functions
  - allows for linking against threaded libraries
- add a TODO file
- PR/35249 - Loren M. Lang
  - can't find libraries on Linux, this should be fixed by using pkgsrc LDFLAGS
- PR/46694 - Makoto Fujiwara
  - bring back netbsd-proto.mc from when sendmail was part of the base system
- PR/47207 - Richard Palo
  - let pkgsrc infrastructure handle file ownership and group
- PR/48566 - Emmanuel Dreyfus
  - always set _FFR_USE_GETPWNAM_ERRNO on NetBSD
  - roll ffr_tls_1 and the suggested ffr_tls_ec into one new ffr_tls option
    - not enabled by default because it changes behaviour

8.14.9/8.14.9   2014/05/21
        SECURITY: Properly set the close-on-exec flag for file descriptors
                (except stdin, stdout, and stderr) before executing mailers.
        Fix a misformed comment in conf.c: "/*" within comment
                which may cause a compilation error on some systems.
                Problem reported by John Beck of Oracle.
        DEVTOOLS: Fix regression in auto-detection of libraries when only
                shared libraries are available.  Problem reported by
                Bryan Costales.

Files:
RevisionActionfile
1.121modifypkgsrc/mail/sendmail/Makefile
1.61modifypkgsrc/mail/sendmail/Makefile.common
1.20modifypkgsrc/mail/sendmail/PLIST
1.51modifypkgsrc/mail/sendmail/distinfo
1.21modifypkgsrc/mail/sendmail/options.mk
1.3modifypkgsrc/mail/sendmail/files/sendmail.sh
1.11modifypkgsrc/mail/sendmail/files/site.config.m4
1.3modifypkgsrc/mail/sendmail/files/smmsp.sh
1.21modifypkgsrc/mail/sendmail/patches/patch-aa
1.12modifypkgsrc/mail/sendmail/patches/patch-af
1.9modifypkgsrc/mail/sendmail/patches/patch-ai
1.1addpkgsrc/mail/sendmail/TODO
1.1addpkgsrc/mail/sendmail/files/netbsd-proto.mc
1.1addpkgsrc/mail/sendmail/files/site.config.m4-ffr_tls
1.1addpkgsrc/mail/sendmail/files/site.config.m4-stdbool
1.1addpkgsrc/mail/sendmail/files/sm_os_netbsd.h
1.3addpkgsrc/mail/sendmail/patches/patch-ao
1.1addpkgsrc/mail/sendmail/patches/patch-ap
1.1addpkgsrc/mail/sendmail/patches/patch-aq
1.1addpkgsrc/mail/sendmail/patches/patch-ar
1.1addpkgsrc/mail/sendmail/patches/patch-as
1.1addpkgsrc/mail/sendmail/patches/patch-at
1.1addpkgsrc/mail/sendmail/patches/patch-au
1.1addpkgsrc/mail/sendmail/patches/patch-av
1.1addpkgsrc/mail/sendmail/patches/patch-aw
1.1addpkgsrc/mail/sendmail/patches/patch-ax
1.1addpkgsrc/mail/sendmail/patches/patch-ay
1.1addpkgsrc/mail/sendmail/patches/patch-az
1.1removepkgsrc/mail/sendmail/files/site.config.m4-ffr_tls_1
1.12removepkgsrc/mail/sendmail/patches/patch-ab
1.6removepkgsrc/mail/sendmail/patches/patch-ac
1.7removepkgsrc/mail/sendmail/patches/patch-ad
1.5removepkgsrc/mail/sendmail/patches/patch-ae
1.5removepkgsrc/mail/sendmail/patches/patch-al
1.3removepkgsrc/mail/sendmail/patches/patch-am