FreeBSD Bugzilla – Attachment 15268 Details for
Bug 28361
sendmail.cf is missing some STARTTLS support
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.28 KB, created by
Cyrille Lefevre
on 2001-06-23 10:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2001-06-23 10:20:01 UTC
Size:
1.28 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/src/etc/mail/Makefile,v >retrieving revision 1.9.2.9 >diff -u -r1.9.2.9 Makefile >--- Makefile 2001/05/24 20:51:06 1.9.2.9 >+++ Makefile 2001/06/23 03:39:39 >@@ -55,12 +55,21 @@ > # This is the directory where the sendmail configuration files are > # located. > # >+STARTTLS_SUPPORT= false > .if exists(/usr/share/sendmail/cf) > SENDMAIL_CF_DIR?= /usr/share/sendmail/cf >+.if exists(/usr/lib/libssl.so) >+STARTTLS_SUPPORT= true >+.endif > .elif exists(/usr/src/contrib/sendmail/cf) > SENDMAIL_CF_DIR?= /usr/src/contrib/sendmail/cf >+.if exists(../../secure) >+STARTTLS_SUPPORT= true >+.endif > .endif > >+M4FLAGS= -D_CF_DIR_=${SENDMAIL_CF_DIR}/ >+ > # > # The pid is used to stop and restart the running daemon. > # >@@ -74,6 +83,13 @@ > M4?= /usr/bin/m4 > KILL?= /bin/kill > >+# STARTTLS support >+.if (${STARTTLS_SUPPORT} == "true") && \ >+ !defined(NOCRYPT) && !defined(NOSECURE) && \ >+ !defined(NO_OPENSSL) && !defined(RELEASE_CRUNCH) >+M4FLAGS+= -D_FFR_TLS_O_T >+.endif >+ > # Set a reasonable default > .MAIN: all > >@@ -124,7 +140,7 @@ > .SUFFIXES: .cf .mc > > .mc.cf: ${M4FILES} >- ${M4} -D_CF_DIR_=${SENDMAIL_CF_DIR}/ ${SENDMAIL_CF_DIR}/m4/cf.m4 \ >+ ${M4} ${M4FLAGS} ${SENDMAIL_CF_DIR}/m4/cf.m4 \ > ${@:R}.mc > ${.TARGET} > > #
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28361
: 15268