summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/site.config.m4-stdbool
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2014-06-15 20:48:49 +0000
committerjnemeth <jnemeth@pkgsrc.org>2014-06-15 20:48:49 +0000
commit73266bba8391ffa99f8ef9daf05b58a185c8d61c (patch)
tree6203588e7676b464e5b1b7edc2ac805d5fdd82b2 /mail/sendmail/files/site.config.m4-stdbool
parent1f47fc179d64b57d40855af38d9c113344998ddb (diff)
downloadpkgsrc-73266bba8391ffa99f8ef9daf05b58a185c8d61c.tar.gz
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.
Diffstat (limited to 'mail/sendmail/files/site.config.m4-stdbool')
-rw-r--r--mail/sendmail/files/site.config.m4-stdbool4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/sendmail/files/site.config.m4-stdbool b/mail/sendmail/files/site.config.m4-stdbool
new file mode 100644
index 00000000000..acda05c3d63
--- /dev/null
+++ b/mail/sendmail/files/site.config.m4-stdbool
@@ -0,0 +1,4 @@
+# $NetBSD: site.config.m4-stdbool,v 1.1 2014/06/15 20:48:49 jnemeth Exp $
+
+# PM: stdbool.h on SunOS needs -std=c99
+APPENDDEF(`confENVDEF', `-DSM_CONF_STDBOOL_H=1')