Hello community, here is the log from the commit of package sendmail for openSUSE:Factory checked in at 2017-11-30 12:45:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sendmail (Old) and /work/SRC/openSUSE:Factory/.sendmail.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sendmail" Thu Nov 30 12:45:51 2017 rev:83 rq:546424 version:8.15.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes 2017-11-25 08:43:15.972930298 +0100 +++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes 2017-11-30 12:45:57.420685039 +0100 @@ -1,0 +2,6 @@ +Wed Nov 29 10:55:02 UTC 2017 - [email protected] + +- Add _FFR_TLS_EC m4 macro definition for site configuration as + well (boo#1070065) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sendmail-8.15.2-openssl-1.1.0-fix.patch ++++++ --- /var/tmp/diff_new_pack.tquu55/_old 2017-11-30 12:45:59.868596051 +0100 +++ /var/tmp/diff_new_pack.tquu55/_new 2017-11-30 12:45:59.868596051 +0100 @@ -1,5 +1,9 @@ ---- sendmail-8.15.2.orig/sendmail/tls.c 2016-12-01 15:20:59.953546417 +0100 -+++ sendmail-8.15.2.orig/sendmail/tls.c 2016-12-01 17:26:43.868521378 +0100 +--- + sendmail-8.15.2/sendmail/tls.c | 109 +++++++++++++++++++++++++++++++++++------ + 1 file changed, 95 insertions(+), 14 deletions(-) + +--- sendmail-8.15.2/sendmail/tls.c ++++ sendmail-8.15.2/sendmail/tls.c 2017-11-29 08:52:15.305299693 +0000 @@ -63,14 +63,28 @@ static unsigned char dh512_g[] = static DH * get_dh512() @@ -150,7 +154,7 @@ dh = DSA_dup_DH(dsa); DSA_free(dsa); } -@@ -1747,7 +1819,7 @@ tmp_rsa_key(s, export, keylength) +@@ -1744,7 +1816,7 @@ tmp_rsa_key(s, export, keylength) if (rsa_tmp != NULL) RSA_free(rsa_tmp); @@ -159,7 +163,7 @@ if (rsa_tmp == NULL) { if (LogLevel > 0) -@@ -1974,11 +2046,20 @@ x509_verify_cb(ok, ctx) +@@ -1971,11 +2043,20 @@ x509_verify_cb(ok, ctx) { if (LogLevel > 13) tls_verify_log(ok, ctx, "x509"); ++++++ sendmail-8.15.2.dif ++++++ --- /var/tmp/diff_new_pack.tquu55/_old 2017-11-30 12:45:59.884595469 +0100 +++ /var/tmp/diff_new_pack.tquu55/_new 2017-11-30 12:45:59.884595469 +0100 @@ -31,9 +31,9 @@ doc/op/op.me | 52 +++++++++++++++++++------------------- include/sm/conf.h | 48 +++++++++++++++++++++++++++-------- libmilter/Makefile.m4 | 28 ++++++++++++++++++++ - libsm/Makefile.m4 | 3 ++ + libsm/Makefile.m4 | 4 ++ libsm/inet6_ntop.c | 2 - - libsmutil/Makefile.m4 | 3 ++ + libsmutil/Makefile.m4 | 4 ++ mail.local/Makefile.m4 | 6 +++- mail.local/mail.local.8 | 4 +- mailstats/mailstats.8 | 5 ++- @@ -50,10 +50,10 @@ smrsh/README | 32 +++++++++++------------ smrsh/smrsh.8 | 25 ++++++++---------- vacation/vacation.c | 3 ++ - 51 files changed, 287 insertions(+), 139 deletions(-) + 51 files changed, 289 insertions(+), 139 deletions(-) --- cf/README -+++ cf/README 2017-03-22 18:07:23.194336265 +0000 ++++ cf/README 2017-11-29 08:53:04.280369594 +0000 @@ -364,7 +364,7 @@ LOCAL_MAILER_DSN_DIAGNOSTIC_CODE local mailer. This should be changed with care. LOCAL_SHELL_PATH [/bin/sh] The shell used to deliver piped email. @@ -64,7 +64,7 @@ mail. LOCAL_SHELL_DIR [$z:/] The directory search path in which the --- cf/domain/generic.m4 -+++ cf/domain/generic.m4 2017-03-22 18:07:23.194336265 +0000 ++++ cf/domain/generic.m4 2017-11-29 08:53:04.280369594 +0000 @@ -25,4 +25,4 @@ define(`confFORWARD_PATH', `$z/.forward. define(`confMAX_HEADERS_LENGTH', `32768')dnl FEATURE(`redirect')dnl @@ -72,7 +72,7 @@ -EXPOSED_USER(`root') +ifdef(`_MAILER_uucp_', `EXPOSED_USER(`root uucp')',`EXPOSED_USER(`root')')dnl --- cf/feature/masquerade_envelope.m4 -+++ cf/feature/masquerade_envelope.m4 2017-03-22 18:07:23.194336265 +0000 ++++ cf/feature/masquerade_envelope.m4 2017-11-29 08:53:04.284369517 +0000 @@ -17,3 +17,5 @@ VERSIONID(`$Id: masquerade_envelope.m4,v divert(-1) @@ -80,7 +80,7 @@ + +divert(0)dnl --- cf/feature/msp.m4 -+++ cf/feature/msp.m4 2017-03-22 18:07:23.194336265 +0000 ++++ cf/feature/msp.m4 2017-11-29 08:53:04.284369517 +0000 @@ -20,7 +20,7 @@ define(`confPRIVACY_FLAGS', `goaway,noet define(`confDONT_PROBE_INTERFACES', `True') dnl --------------------------------------------- @@ -110,7 +110,7 @@ LOCAL_RULESETS SLocal_localaddr --- cf/feature/use_cw_file.m4 -+++ cf/feature/use_cw_file.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/feature/use_cw_file.m4 2017-11-29 08:53:04.284369517 +0000 @@ -22,4 +22,4 @@ divert(-1) define(`USE_CW_FILE', `') @@ -118,7 +118,7 @@ -divert(0) +divert(0)dnl --- cf/m4/cfhead.m4 -+++ cf/m4/cfhead.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/m4/cfhead.m4 2017-11-29 08:53:04.284369517 +0000 @@ -304,6 +304,7 @@ define(`confMILTER_MACROS_HELO', ``{tls_ define(`confMILTER_MACROS_ENVFROM', ``i, {auth_type}, {auth_authen}, {auth_ssf}, {auth_author}, {mail_mailer}, {mail_host}, {mail_addr}'') define(`confMILTER_MACROS_ENVRCPT', ``{rcpt_mailer}, {rcpt_host}, {rcpt_addr}'') @@ -128,7 +128,7 @@ divert(0)dnl --- cf/m4/proto.m4 -+++ cf/m4/proto.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/m4/proto.m4 2017-11-29 08:53:04.284369517 +0000 @@ -1279,6 +1279,12 @@ ifdef(`_PRESERVE_LUSER_HOST_', `dnl R< $+ > $+ $: < $1 > $2 $&{Host}') dnl') @@ -143,7 +143,7 @@ R< > $+ $: < $H > $1 try hub', `dnl') ifdef(`LOCAL_RELAY', `dnl --- cf/mailer/cyrus.m4 -+++ cf/mailer/cyrus.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/cyrus.m4 2017-11-29 08:53:04.284369517 +0000 @@ -36,7 +36,7 @@ PUSHDIVERT(-1) # @@ -162,7 +162,7 @@ ifdef(`CYRUS_MAILER_MAX', `M=CYRUS_MAILER_MAX, ')U=CYRUS_MAILER_USER, T=DNS/RFC822/X-Unix,_CYRUS_QGRP A=CYRUS_MAILER_ARGS --- cf/mailer/fax.m4 -+++ cf/mailer/fax.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/fax.m4 2017-11-29 08:53:04.284369517 +0000 @@ -30,6 +30,7 @@ POPDIVERT VERSIONID(`$Id: fax.m4,v 8.17 2013-11-22 20:51:14 ca Exp $') @@ -172,7 +172,7 @@ M=FAX_MAILER_MAX, T=X-Phone/X-FAX/X-Unix,_FAX_QGRP A=FAX_MAILER_ARGS --- cf/mailer/local.m4 -+++ cf/mailer/local.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/local.m4 2017-11-29 08:53:04.284369517 +0000 @@ -34,6 +34,7 @@ POPDIVERT VERSIONID(`$Id: local.m4,v 8.60 2013-11-22 20:51:14 ca Exp $') @@ -190,7 +190,7 @@ _OPTINS(`LOCAL_MAILER_MAX', `M=', `, ')_OPTINS(`LOCAL_MAILER_MAXMSGS', `m=', `, ')_OPTINS(`LOCAL_MAILER_MAXRCPTS', `r=', `, ')_OPTINS(`LOCAL_MAILER_CHARSET', `C=', `, ')T=DNS/RFC822/LOCAL_MAILER_DSN_DIAGNOSTIC_CODE,_LOCAL_QGRP A=LOCAL_MAILER_ARGS --- cf/mailer/mail11.m4 -+++ cf/mailer/mail11.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/mail11.m4 2017-11-29 08:53:04.284369517 +0000 @@ -34,7 +34,7 @@ R$* < @ $=w .DECNET. > $#_LOCAL_ $: $1 R$+ < @ $+ .DECNET. > $#mail11 $@ $2 $: $1 DECnet user POPDIVERT @@ -220,7 +220,7 @@ + T=DNS/X-DECnet/X-Unix,_MAIL11_QGRP + A=MAIL11_MAILER_ARGS --- cf/mailer/phquery.m4 -+++ cf/mailer/phquery.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/phquery.m4 2017-11-29 08:53:04.284369517 +0000 @@ -27,6 +27,7 @@ POPDIVERT VERSIONID(`$Id: phquery.m4,v 8.18 2013-11-22 20:51:14 ca Exp $') @@ -230,7 +230,7 @@ T=DNS/RFC822/X-Unix,_PH_QGRP A=PH_MAILER_ARGS --- cf/mailer/pop.m4 -+++ cf/mailer/pop.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/pop.m4 2017-11-29 08:53:04.284369517 +0000 @@ -25,6 +25,7 @@ POPDIVERT VERSIONID(`$Id: pop.m4,v 8.23 2013-11-22 20:51:14 ca Exp $') @@ -240,7 +240,7 @@ T=DNS/RFC822/X-Unix,_POP_QGRP A=POP_MAILER_ARGS --- cf/mailer/procmail.m4 -+++ cf/mailer/procmail.m4 2017-03-22 18:07:23.198336192 +0000 ++++ cf/mailer/procmail.m4 2017-11-29 08:53:04.284369517 +0000 @@ -29,6 +29,7 @@ POPDIVERT VERSIONID(`$Id: procmail.m4,v 8.23 2013-11-22 20:51:14 ca Exp $') @@ -250,7 +250,7 @@ ifdef(`PROCMAIL_MAILER_MAX', `M=PROCMAIL_MAILER_MAX, ')T=DNS/RFC822/X-Unix,_PROCMAIL_QGRP A=PROCMAIL_MAILER_ARGS --- cf/mailer/qpage.m4 -+++ cf/mailer/qpage.m4 2017-03-22 18:07:23.242335370 +0000 ++++ cf/mailer/qpage.m4 2017-11-29 08:53:04.300369213 +0000 @@ -26,6 +26,7 @@ POPDIVERT VERSIONID(`$Id: qpage.m4,v 8.11 2013-11-22 20:51:14 ca Exp $') @@ -260,7 +260,7 @@ M=QPAGE_MAILER_MAX, T=DNS/RFC822/X-Unix,_QPAGE_QGRP A=QPAGE_MAILER_ARGS --- cf/mailer/smtp.m4 -+++ cf/mailer/smtp.m4 2017-03-22 18:07:23.242335370 +0000 ++++ cf/mailer/smtp.m4 2017-11-29 08:53:04.300369213 +0000 @@ -33,6 +33,7 @@ POPDIVERT VERSIONID(`$Id: smtp.m4,v 8.66 2013-11-22 20:51:14 ca Exp $') @@ -278,7 +278,7 @@ _OPTINS(`SMTP_MAILER_MAX', `M=', `, ')_OPTINS(`SMTP_MAILER_MAXMSGS', `m=', `, ')_OPTINS(`SMTP_MAILER_MAXRCPTS', `r=', `, ')_OPTINS(`SMTP_MAILER_CHARSET', `C=', `, ')T=DNS/RFC822/SMTP,_SMTP_QGRP A=SMTP_MAILER_ARGS --- cf/mailer/usenet.m4 -+++ cf/mailer/usenet.m4 2017-03-22 18:07:23.242335370 +0000 ++++ cf/mailer/usenet.m4 2017-11-29 08:53:04.300369213 +0000 @@ -23,6 +23,7 @@ POPDIVERT VERSIONID(`$Id: usenet.m4,v 8.23 2013-11-22 20:51:14 ca Exp $') @@ -288,7 +288,7 @@ _OPTINS(`USENET_MAILER_MAX', `M=', `, ')T=X-Usenet/X-Usenet/X-Unix,_USENET_QGRP A=USENET_MAILER_ARGS $u --- cf/mailer/uucp.m4 -+++ cf/mailer/uucp.m4 2017-03-22 18:07:23.242335370 +0000 ++++ cf/mailer/uucp.m4 2017-11-29 08:53:04.300369213 +0000 @@ -26,6 +26,7 @@ POPDIVERT VERSIONID(`$Id: uucp.m4,v 8.45 2013-11-22 20:51:14 ca Exp $') @@ -311,7 +311,7 @@ - --- cf/sh/makeinfo.sh -+++ cf/sh/makeinfo.sh 2017-03-22 18:07:23.242335370 +0000 ++++ cf/sh/makeinfo.sh 2017-11-29 08:53:04.304369138 +0000 @@ -22,7 +22,7 @@ do then p="." @@ -353,7 +353,7 @@ echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//' echo "define(\`__HOST__', $host)dnl" --- contrib/bounce-resender.pl -+++ contrib/bounce-resender.pl 2017-03-22 18:07:23.242335370 +0000 ++++ contrib/bounce-resender.pl 2017-11-29 08:53:04.304369138 +0000 @@ -1,4 +1,4 @@ -#!/usr/local/bin/perl -w +#!/usr/bin/perl -w @@ -370,7 +370,7 @@ # FIXME: Define the functions "major" and "minor" for your OS. --- contrib/doublebounce.pl -+++ contrib/doublebounce.pl 2017-03-22 18:07:23.242335370 +0000 ++++ contrib/doublebounce.pl 2017-11-29 08:53:04.304369138 +0000 @@ -111,6 +111,11 @@ EOT return $result; } @@ -400,7 +400,7 @@ exit(0); - --- contrib/etrn.pl -+++ contrib/etrn.pl 2017-03-22 18:07:23.242335370 +0000 ++++ contrib/etrn.pl 2017-11-29 08:53:04.304369138 +0000 @@ -1,4 +1,4 @@ -#!/usr/perl5/bin/perl -w +#!/usr/bin/perl -w @@ -408,7 +408,7 @@ # CDDL HEADER START # --- contrib/expn.pl -+++ contrib/expn.pl 2017-03-22 18:07:23.242335370 +0000 ++++ contrib/expn.pl 2017-11-29 08:53:04.304369138 +0000 @@ -101,6 +101,7 @@ use Fcntl; $have_nslookup = 1; # we have the nslookup program @@ -483,7 +483,7 @@ .BR nslookup . .SH SEE ALSO --- contrib/passwd-to-alias.pl -+++ contrib/passwd-to-alias.pl 2017-03-22 18:07:23.246335294 +0000 ++++ contrib/passwd-to-alias.pl 2017-11-29 08:53:04.304369138 +0000 @@ -1,4 +1,4 @@ -#!/bin/perl +#!/usr/bin/perl @@ -491,7 +491,7 @@ # # Convert GECOS information in password files to alias syntax. --- contrib/smcontrol.pl -+++ contrib/smcontrol.pl 2017-03-22 18:07:23.246335294 +0000 ++++ contrib/smcontrol.pl 2017-11-29 08:53:04.304369138 +0000 @@ -25,7 +25,7 @@ sub get_controlname my $cn = undef; my $qd = undef; @@ -502,7 +502,7 @@ { chomp; --- devtools/M4/UNIX/manpage.m4 -+++ devtools/M4/UNIX/manpage.m4 2017-03-22 18:07:23.246335294 +0000 ++++ devtools/M4/UNIX/manpage.m4 2017-11-29 08:53:04.304369138 +0000 @@ -69,7 +69,7 @@ ifdef(`confNO_MAN_INSTALL', `divert(-1)' define(`bldMAN_INSTALL_CMD', `ifdef(`confDONT_INSTALL_CATMAN', `dnl', @@ -513,7 +513,7 @@ ` ifdef(`confMKDIR', `if [ ! -d ${DESTDIR}${MAN'bldGET_MAN_SOURCE_NUM($1)`MAN} ]; then confMKDIR -p ${DESTDIR}${MAN'bldGET_MAN_SOURCE_NUM($1)`MAN}; else :; fi ') ${INSTALL} -c -o ${MANOWN} -g ${MANGRP} -m ${MANMODE} bldGET_MAN_BASE_NAME($1).bldGET_MAN_SOURCE_NUM($1) `${DESTDIR}${MAN'bldGET_MAN_SOURCE_NUM($1)`MAN}'/bldGET_MAN_BASE_NAME($1)`.${MAN'bldGET_MAN_SOURCE_NUM($1)`EXT}'', `dnl')' --- devtools/M4/depend/CC-M.m4 -+++ devtools/M4/depend/CC-M.m4 2017-03-22 18:07:23.246335294 +0000 ++++ devtools/M4/depend/CC-M.m4 2017-11-29 08:53:04.304369138 +0000 @@ -3,6 +3,6 @@ depend: ${BEFORE} ${LINKS} @mv Makefile Makefile.old @sed -e '/^# Do not edit or remove this line or anything below it.$$/,$$d' < Makefile.old > Makefile @@ -523,7 +523,7 @@ # End of $RCSfile: CC-M.m4,v $ --- devtools/OS/Linux -+++ devtools/OS/Linux 2017-03-22 18:07:23.254335146 +0000 ++++ devtools/OS/Linux 2017-11-29 08:53:04.304369138 +0000 @@ -5,8 +5,9 @@ dnl Place personal settings in devtools/ define(`confDEPEND_TYPE', `CC-M') @@ -536,7 +536,7 @@ define(`confEBINDIR', `/usr/sbin') APPENDDEF(`confLIBSEARCH', `crypt nsl') --- devtools/bin/install.sh -+++ devtools/bin/install.sh 2017-03-22 18:07:23.246335294 +0000 ++++ devtools/bin/install.sh 2017-11-29 08:53:04.304369138 +0000 @@ -16,6 +16,7 @@ owner="" group="" mode="" @@ -564,7 +564,7 @@ chgrp $group $dst if [ $? != 0 ] --- doc/op/op.me -+++ doc/op/op.me 2017-03-22 18:07:23.246335294 +0000 ++++ doc/op/op.me 2017-11-29 08:53:04.308369061 +0000 @@ -588,7 +588,7 @@ The binary for .i sendmail is located in /usr/\*(SD\**. @@ -800,7 +800,7 @@ nothing can replace looking at what your own system generates. .)f --- include/sm/conf.h -+++ include/sm/conf.h 2017-03-22 18:07:23.250335221 +0000 ++++ include/sm/conf.h 2017-11-29 08:53:04.308369061 +0000 @@ -1460,23 +1460,47 @@ extern void *malloc(); # define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) # endif /* !defined(KERNEL_VERSION) */ @@ -911,7 +911,7 @@ # ifndef HASFCHOWN # define HASFCHOWN 1 /* fchown(2) */ --- libmilter/Makefile.m4 -+++ libmilter/Makefile.m4 2017-03-23 08:51:06.231522895 +0000 ++++ libmilter/Makefile.m4 2017-11-29 08:53:04.308369061 +0000 @@ -12,6 +12,8 @@ PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} bldPRODUCT_START(`library', `libmilter') define(`bldINSTALLABLE', `true') @@ -955,8 +955,8 @@ MFAPI= ${SRCDIR}/inc`'lude/libmilter/mfapi.h MFDEF= ${SRCDIR}/inc`'lude/libmilter/mfdef.h --- libsm/Makefile.m4 -+++ libsm/Makefile.m4 2017-03-22 18:07:23.250335221 +0000 -@@ -4,8 +4,11 @@ include(confBUILDTOOLSDIR`/M4/switch.m4' ++++ libsm/Makefile.m4 2017-11-29 10:48:15.568980450 +0000 +@@ -4,8 +4,12 @@ include(confBUILDTOOLSDIR`/M4/switch.m4' define(`confREQUIRE_LIBSM', `true') define(`confREQUIRE_SM_OS_H', `true') @@ -964,12 +964,13 @@ +APPENDDEF(`confCCOPTS', `-fPIC') PREPENDDEF(`confENVDEF', `confMAPDEF') bldPRODUCT_START(`library', `libsm') ++define(`bldINSTALL_DIR', `') +define(`bldINSTALLABLE', `true') define(`bldSOURCES', ` assert.c debug.c errstring.c exc.c heap.c match.c rpool.c strdup.c strerror.c strl.c clrerr.c fclose.c feof.c ferror.c fflush.c fget.c fpos.c findfp.c flags.c fopen.c fprintf.c fpurge.c fput.c fread.c fscanf.c fseek.c fvwrite.c fwalk.c fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c wbuf.c wsetup.c string.c stringf.c xtrap.c strto.c test.c strcasecmp.c strrevcmp.c signal.c clock.c config.c shm.c sem.c mbdb.c strexit.c cf.c ldap.c niprop.c mpeix.c memstat.c util.c inet6_ntop.c ') bldPRODUCT_END dnl msg.c --- libsm/inet6_ntop.c -+++ libsm/inet6_ntop.c 2017-03-22 18:07:23.254335146 +0000 ++++ libsm/inet6_ntop.c 2017-11-29 08:53:04.308369061 +0000 @@ -11,8 +11,8 @@ #include <sm/gen.h> SM_RCSID("@(#)$Id: inet6_ntop.c,v 1.2 2013-11-22 20:51:43 ca Exp $") @@ -981,8 +982,8 @@ # include <sm/io.h> # include <sm/string.h> --- libsmutil/Makefile.m4 -+++ libsmutil/Makefile.m4 2017-03-22 18:07:23.250335221 +0000 -@@ -6,8 +6,11 @@ define(`confREQUIRE_SM_OS_H', `true') ++++ libsmutil/Makefile.m4 2017-11-29 10:48:50.672312342 +0000 +@@ -6,8 +6,12 @@ define(`confREQUIRE_SM_OS_H', `true') SMSRCDIR= ifdef(`confSMSRCDIR', `confSMSRCDIR', `${SRCDIR}/sendmail') PREPENDDEF(`confENVDEF', `confMAPDEF') PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ') @@ -990,12 +991,13 @@ +APPENDDEF(`confCCOPTS', `-fPIC') bldPRODUCT_START(`library', `libsmutil') ++define(`bldINSTALL_DIR', `') +define(`bldINSTALLABLE', `true') define(`bldSOURCES', `debug.c err.c lockfile.c safefile.c snprintf.c cf.c ') APPENDDEF(`confENVDEF', `-DNOT_SENDMAIL') bldPRODUCT_END --- mail.local/Makefile.m4 -+++ mail.local/Makefile.m4 2017-03-22 18:07:23.250335221 +0000 ++++ mail.local/Makefile.m4 2017-11-29 08:53:04.308369061 +0000 @@ -20,8 +20,12 @@ bldPRODUCT_START(`manpage', `mail.local' define(`bldSOURCES', `mail.local.8') bldPRODUCT_END @@ -1011,7 +1013,7 @@ @echo " systems such as HP-UX and Solaris. Please consult the" @echo " README file in the mail.local directory. You can force" --- mail.local/mail.local.8 -+++ mail.local/mail.local.8 2017-03-22 18:07:23.250335221 +0000 ++++ mail.local/mail.local.8 2017-11-29 08:53:04.308369061 +0000 @@ -123,10 +123,10 @@ Used to set the appropriate time zone on /tmp/local.XXXXXX temporary files @@ -1026,7 +1028,7 @@ .PD .SH SEE ALSO --- mailstats/mailstats.8 -+++ mailstats/mailstats.8 2017-03-22 18:07:23.250335221 +0000 ++++ mailstats/mailstats.8 2017-11-29 08:53:04.308369061 +0000 @@ -108,10 +108,13 @@ The default .B sendmail configuration file. @@ -1043,7 +1045,7 @@ .SH SEE ALSO mailq(1), --- makemap/makemap.8 -+++ makemap/makemap.8 2017-03-22 18:07:23.250335221 +0000 ++++ makemap/makemap.8 2017-11-29 08:53:04.308369061 +0000 @@ -44,20 +44,13 @@ It reads input from the standard input and outputs them to the indicated .I mapname. @@ -1067,7 +1069,7 @@ B-Tree format maps. This requires the new Berkeley DB --- praliases/Makefile.m4 -+++ praliases/Makefile.m4 2017-03-22 18:07:23.250335221 +0000 ++++ praliases/Makefile.m4 2017-11-29 08:53:04.308369061 +0000 @@ -9,7 +9,8 @@ PREPENDDEF(`confENVDEF', `confMAPDEF') PREPENDDEF(`confINCDIRS', `-I${SMSRCDIR} ') @@ -1079,7 +1081,7 @@ bldPUSH_SMLIB(`sm') bldPUSH_SMLIB(`smutil') --- rmail/rmail.c -+++ rmail/rmail.c 2017-03-22 18:07:23.250335221 +0000 ++++ rmail/rmail.c 2017-11-29 08:53:04.308369061 +0000 @@ -276,7 +276,7 @@ main(argc, argv) args[i++] = _PATH_SENDMAIL; /* Build sendmail's argument list. */ args[i++] = "-G"; /* relay submission */ @@ -1090,7 +1092,7 @@ /* set from system and protocol used */ --- sendmail/Makefile.m4 -+++ sendmail/Makefile.m4 2017-03-22 18:07:23.250335221 +0000 ++++ sendmail/Makefile.m4 2017-11-29 08:53:04.308369061 +0000 @@ -49,13 +49,16 @@ ${DESTDIR}/etc/mail/submit.cf: cd ${SRCDIR}/cf/cf && make install-submit-cf @@ -1109,7 +1111,7 @@ chmod 0770 ${DESTDIR}${MSPQ} --- sendmail/SECURITY -+++ sendmail/SECURITY 2017-03-22 18:07:23.250335221 +0000 ++++ sendmail/SECURITY 2017-11-29 08:53:04.308369061 +0000 @@ -49,14 +49,14 @@ The default configuration starting with sendmail binary which acts differently based on operation mode and supplied options. @@ -1206,7 +1208,7 @@ STARTTLS: If sendmail is compiled with STARTTLS support on a platform that does not have HASURANDOMDEV defined, you either need to specify --- sendmail/control.c -+++ sendmail/control.c 2017-03-22 18:07:23.250335221 +0000 ++++ sendmail/control.c 2017-11-29 08:53:04.308369061 +0000 @@ -137,7 +137,7 @@ opencontrolsocket() } } @@ -1217,7 +1219,7 @@ save_errno = errno; closecontrolsocket(true); --- sendmail/domain.c -+++ sendmail/domain.c 2017-03-22 18:07:23.250335221 +0000 ++++ sendmail/domain.c 2017-11-29 08:53:04.308369061 +0000 @@ -870,14 +870,20 @@ cnameloop: if (qtype == initial) gotmx = false; @@ -1242,7 +1244,7 @@ ret = res_querydomain(host, *dp, C_IN, qtype, answer.qb2, sizeof(answer.qb2)); --- sendmail/readcf.c -+++ sendmail/readcf.c 2017-03-22 18:07:23.254335146 +0000 ++++ sendmail/readcf.c 2017-11-29 08:53:04.308369061 +0000 @@ -1751,15 +1751,20 @@ makemailer(line) #endif /* NETUNIX */ ) @@ -1267,7 +1269,7 @@ if (m->m_mtatype == NULL) m->m_mtatype = "dns"; --- sendmail/sendmail.h -+++ sendmail/sendmail.h 2017-03-22 18:07:23.254335146 +0000 ++++ sendmail/sendmail.h 2017-11-29 08:53:04.312368985 +0000 @@ -154,14 +154,14 @@ typedef int (*sasl_callback_ft)(void); # define SASL SASL_VERSION # else /* SASL == 1 || SASL == 2 */ @@ -1288,7 +1290,7 @@ # endif /* defined(SASL_VERSION_MAJOR) && defined(SASL_VERSION_MINOR) && defined(SASL_VERSION_STEP) */ #endif /* SASL */ --- sendmail/udb.c -+++ sendmail/udb.c 2017-03-22 18:07:23.254335146 +0000 ++++ sendmail/udb.c 2017-11-29 08:53:04.312368985 +0000 @@ -1040,24 +1040,29 @@ _udbx_init(e) # if DB_VERSION_MAJOR < 2 @@ -1336,7 +1338,7 @@ up->udb_type = UDB_DBFETCH; up->udb_pid = CurrentPid; --- smrsh/README -+++ smrsh/README 2017-03-22 18:07:23.254335146 +0000 ++++ smrsh/README 2017-11-29 08:53:04.312368985 +0000 @@ -6,7 +6,7 @@ Software Engineering Institute, Carnegie intended as a supplement to the CERT advisory CA-93:16.sendmail.vulnerability, and to the software, smrsh.c, written by Eric Allman. @@ -1439,7 +1441,7 @@ After modifying the Mprog definition in the sendmail.cf file, if a frozen --- smrsh/smrsh.8 -+++ smrsh/smrsh.8 2017-03-22 18:07:23.254335146 +0000 ++++ smrsh/smrsh.8 2017-11-29 08:53:04.312368985 +0000 @@ -39,7 +39,7 @@ Briefly, .I smrsh limits programs to be in a single directory, @@ -1505,7 +1507,7 @@ .SH SEE ALSO sendmail(8) --- vacation/vacation.c -+++ vacation/vacation.c 2017-03-22 18:07:23.254335146 +0000 ++++ vacation/vacation.c 2017-11-29 08:53:04.312368985 +0000 @@ -699,6 +699,7 @@ junkmail(from) { "uucp", 4 }, { "mailer-daemon", 13 }, ++++++ sendmail-suse.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/feature/dialup.m4 new/sendmail-suse/cf/feature/dialup.m4 --- old/sendmail-suse/cf/feature/dialup.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/feature/dialup.m4 2017-11-29 11:10:42.059833246 +0100 @@ -10,7 +10,7 @@ # divert(0) -VERSIONID(`@(#)dialup.m4 0.2 (SuSE Linux) 2003/04/15') +VERSIONID(`@(#)dialup.m4 0.2 (SUSE Linux) 2003/04/15') divert(-1) ifdef(`_MAILER_smtp_', `errprint(`*** MAILER(smtp) must appear after HACK(dialup)' )')dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/feature/expensive.m4 new/sendmail-suse/cf/feature/expensive.m4 --- old/sendmail-suse/cf/feature/expensive.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/feature/expensive.m4 2017-11-29 11:10:42.059833246 +0100 @@ -9,7 +9,7 @@ # divert(0) -VERSIONID(`@(#)expensive.m4 0.3 (SuSE Linux) 2006/06/20') +VERSIONID(`@(#)expensive.m4 0.3 (SUSE Linux) 2006/06/20') divert(-1) ifdef(`_MAILER_smtp_', `errprint(`*** MAILER(smtp) must appear after FEATURE(expensive)' )')dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/feature/ldap.m4 new/sendmail-suse/cf/feature/ldap.m4 --- old/sendmail-suse/cf/feature/ldap.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/feature/ldap.m4 2017-11-29 11:10:42.059833246 +0100 @@ -13,7 +13,7 @@ # divert(0) -VERSIONID(`@(#)ldap.m4 0.2 (SuSE Linux) 2000/03/22') +VERSIONID(`@(#)ldap.m4 0.2 (SUSE Linux) 2000/03/22') divert(-1) ifelse(_ARGS_,`',`errprint(`FEATURE(ldap) requires argument! diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/feature/no_local_masquerading.m4 new/sendmail-suse/cf/feature/no_local_masquerading.m4 --- old/sendmail-suse/cf/feature/no_local_masquerading.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/feature/no_local_masquerading.m4 2017-11-29 11:10:42.059833246 +0100 @@ -9,7 +9,7 @@ # divert(0) -VERSIONID(`@(#)no_local_masquerading.m4 0.1 (SuSE Linux) 2000/03/21') +VERSIONID(`@(#)no_local_masquerading.m4 0.1 (SUSE Linux) 2000/03/21') divert(-1) ifdef(`_MAILER_local_', `errprint(`*** MAILER(local) must appear after FEATURE(no_local_masquerading)' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/hack/nodns.m4 new/sendmail-suse/cf/hack/nodns.m4 --- old/sendmail-suse/cf/hack/nodns.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/hack/nodns.m4 2017-11-29 11:10:42.059833246 +0100 @@ -7,7 +7,7 @@ # divert(0) -VERSIONID(`@(#)nodns.m4 0.3 (SuSE Linux) 2006/19/06') +VERSIONID(`@(#)nodns.m4 0.3 (SUSE Linux) 2006/19/06') divert(-1) dnl dnl We can not resolve unqualified senders or domains diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/mailer/fido.m4 new/sendmail-suse/cf/mailer/fido.m4 --- old/sendmail-suse/cf/mailer/fido.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/mailer/fido.m4 2017-11-29 11:10:42.059833246 +0100 @@ -16,7 +16,7 @@ ### FIDO Mailer specification ### ################################# -VERSIONID(`@(#) fido.m4 8.10.0-0.2 (SuSE Linux) 23/03/2000') +VERSIONID(`@(#) fido.m4 8.10.0-0.2 (SUSE Linux) 23/03/2000') MAILER_DEFINITIONS Mfido, P=FIDO_MAILER_PATH, F=_MODMF_(CONCAT(_DEF_FIDO_MAILER_FLAGS, FIDO_MAILER_FLAGS), `FIDO'), S=EnvFromUD/HdrFromSMTP, R=ifdef(`_ALL_MASQUERADE_', `EnvToSMTP/HdrFromSMTP', `EnvToSMTP'), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/mailer/mail500.m4 new/sendmail-suse/cf/mailer/mail500.m4 --- old/sendmail-suse/cf/mailer/mail500.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/mailer/mail500.m4 2017-11-29 11:10:42.059833246 +0100 @@ -42,7 +42,7 @@ ### MAIL500 Mailer specification ### ######################################## -VERSIONID(`@(#) mail500.m4 0.1 (SuSE Linux) 2000/03/22') +VERSIONID(`@(#) mail500.m4 0.1 (SUSE Linux) 2000/03/22') MAILER_DEFINITIONS Mmail500, P=MAIL500_MAILER_PATH, F=_MODMF_(CONCAT(_DEF_MAIL500_MAILER_FLAGS, MAIL500_MAILER_FLAGS), `MAIL500'), S=EnvFromSMTP/HdrFromSMTP, R=EnvToL/HdrToL diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/cf/ostype/suse-linux.m4 new/sendmail-suse/cf/ostype/suse-linux.m4 --- old/sendmail-suse/cf/ostype/suse-linux.m4 2006-08-10 11:32:28.000000000 +0200 +++ new/sendmail-suse/cf/ostype/suse-linux.m4 2017-11-29 11:26:08.586218810 +0100 @@ -7,8 +7,8 @@ # divert(0) -VERSIONID(`@(#) suse-linux.m4 0.8 (SuSE Linux) 2005/11/11') -define(`confCF_VERSION', `SuSE Linux 0.8')dnl +VERSIONID(`@(#) suse-linux.m4 0.9 (SUSE Linux) 2017/11/29') +define(`confCF_VERSION', `SUSE Linux 0.8')dnl dnl dnl Flags dnl @@ -29,6 +29,8 @@ define(`confNO_RCPT_ACTION', `add-to-undisclosed')dnl dnl Note: RFC1891 says that, but often misused dnl define(`confRRT_IMPLIES_DSN', `True')dnl +dnl Enable _FFR_MAIL_MACRO already enabeld in the site compile options +define(`_FFR_MAIL_MACRO', `1') FEATURE(`always_add_domain')dnl dnl dnl Mailer diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/devtools/Site/site.config.m4 new/sendmail-suse/devtools/Site/site.config.m4 --- old/sendmail-suse/devtools/Site/site.config.m4 2017-03-23 10:00:47.044631141 +0100 +++ new/sendmail-suse/devtools/Site/site.config.m4 2017-11-29 11:59:59.559581162 +0100 @@ -1,5 +1,5 @@ dnl -dnl Sendmail site file for SuSE Linux +dnl Sendmail site file for SUSE Linux dnl Author: Werner Fink <[email protected]> dnl dnl Short cuts @@ -82,6 +82,7 @@ appdef(`confENVDEF', `-D_PATH_SENDMAILCF=\"'confVENDORCF`\"')dnl appdef(`confENVDEF', `-D_PATH_VENDOR_CF=\"'confVENDORCF`\"')dnl appdef(`confENVDEF', `-D_PATH_SENDMAIL=\"'confSBINDIR`/sendmail\"')dnl +appdef(`confENVDEF', `-D_FFR_LINUX_MHNL')dnl dnl dnl Various maps dnl @@ -98,11 +99,19 @@ ifelse(SMLDAP, `-lssl -lcrypto -lsasl2', `', dnl `appdef(`conf_sendmail_ENVDEF', `-DLDAP_REFERRALS')')dnl appdef(`conf_sendmail_ENVDEF', `-DTCPWRAPPERS=1')dnl +appdef(`conf_sendmail_ENVDEF', `-DHASGETUSERSHELL=1')dnl +appdef(`conf_sendmail_ENVDEF', `-DMAXDAEMONS=64')dnl appdef(`conf_sendmail_ENVDEF', `-DXDEBUG=0')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_BADRCPT_SHUTDOWN')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_MAIL_MACRO')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_NO_PIPE')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_RHS')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_SKIP_DOMAINS')dnl dnl appdef(`conf_sendmail_ENVDEF', `-DPICKY_HELO_CHECK')dnl appdef(`conf_sendmail_ENVDEF', `-D_PATH_SENDMAILPID=\"/var/run/sendmail.pid\"')dnl appdef(`conf_sendmail_ENVDEF', `-DSTARTTLS -DEGD -DSASL=2')dnl -appdef(`conf_sendmail_ENVDEF', `-D_FFR_TLS_1')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_TLS_EC')dnl +appdef(`conf_sendmail_ENVDEF', `-D_FFR_TLS_SE_OPTS')dnl appdef(`conf_sendmail_ENVDEF', `-DSM_CONF_SHM')dnl appdef(`conf_sendmail_LIB_POST', SMDB)dnl appdef(`conf_sendmail_LIB_POST', `-lnsl -lresolv 'SMLDAP` -lwrap')dnl Binary files old/sendmail-suse/suse/.Makefile.swp and new/sendmail-suse/suse/.Makefile.swp differ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/README new/sendmail-suse/suse/README --- old/sendmail-suse/suse/README 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/README 2017-11-29 11:16:53.496772916 +0100 @@ -8,14 +8,14 @@ simple sendmail configurations: =============================== -sendmail is the default mail transfer agent (MTA) for SuSE Linux. +sendmail was the default mail transfer agent (MTA) for SUSE Linux. It decides what to do with email: transfer it over the network, store it on the local disk or hand it over to other transfer- programs like UUCP. /etc/sendmail.cf is the main sendmail configuration file. If you have a simple setup, you can edit /etc/sysconfig/sendmail and -run /sbin/SuSEconfig to have a working /etc/sendmail.cf. +run /usr/lib/sendmail.d/update to have a working /etc/sendmail.cf. Before setting up sendmail, you should make sure that the DNS (domain name system) data is correctly configured. DNS maps hostnames to IP-adresses. @@ -149,8 +149,8 @@ configuration uses /etc/aliases, /etc/mail/mailertable, /etc/mail/genericstable and /etc/mail/virtusertable. These files are normal text files that are converted with "makemap" -to the real database files (ending in .db). /sbin/SuSEconfig will -automatically call "makemap" if you have changed one of these files.) +to the real database files (ending in .db). /usr/lib/sendmail.d/update +will automatically call "makemap" if you have changed one of these files.) For all outgoing email, sendmail will use the destination hostname and look into /etc/mail/mailertable to see how this email should @@ -221,7 +221,7 @@ MAIL_CREATE_CONFIG=no in /etc/sysconfig/mail . /usr/share/sendmail contains m4 macro files that are often used to -generate a sendmail.cf file. (This is also done by /sbin/SuSEconfig +generate a sendmail.cf file. (This is also done by /usr/lib/sendmail.d/update for the simple configurations with /etc/sysconfig/sendmail and /etc/sysconfig/mail.) /etc/mail/linux.mc is a sample file with lots of comments about diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/access new/sendmail-suse/suse/access --- old/sendmail-suse/suse/access 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/access 2017-11-29 11:19:39.697613119 +0100 @@ -12,7 +12,7 @@ # # To enable this you have to set USE_ACCESS_DB # in /etc/sysconfig/sendmail to "yes" and run -# SuSEconfig. If you're not using SuSEconfig +# /usr/lib/sendmail.d/update. If you're not using this # you may have a look into your /etc/mail/linux.mc # # Format: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/linux.mc new/sendmail-suse/suse/linux.mc --- old/sendmail-suse/suse/linux.mc 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/linux.mc 2017-11-29 11:13:56.524137274 +0100 @@ -11,17 +11,17 @@ # include(`/usr/share/sendmail/m4/cf.m4') divert(0)dnl -VERSIONID(`@(#)Setup for SuSE Linux 0.5 (SuSE Linux) 2004/04/02')dnl +VERSIONID(`@(#)Setup for SUSE Linux 0.5 (SUSE Linux) 2004/04/02')dnl dnl -dnl This is the default configuration for SuSE Linux. +dnl This is the default configuration for SUSE Linux. dnl See `/usr/share/sendmail/ostype/suse-linux.m4' and take a look dnl into `/usr/share/sendmail/README' for more information. dnl dnl The suse-linux.m4 enables the FEATUREs mailertable, genericstable, dnl virtusertable, and access_db. Just look to those file for some dnl examples. They are stored in `/etc/mail/'. If you have changed -dnl one or more files you should run SuSEconfig or generate the -dnl `.db' files by hand (see /sbin/conf.d/SuSEconfig.sendmail). +dnl one or more files you should run SUSEconfig or generate the +dnl `.db' files by hand (see /sbin/conf.d/SUSEconfig.sendmail). dnl dnl NOTE: YOU HAVE TO CHANGE THE CONFIGURATION TO FIT YOUR NEEDS dnl BEFORE ACTIVTING SOME OF THESE EXAMPLES! @@ -45,7 +45,7 @@ dnl ifdef(`ALIAS_FILE', define(`ALIAS_FILE', ALIAS_FILE`,/etc/aliases.d/myaliases'))dnl dnl dnl By default the MSA (Message Submission Agent) daemon is disabled on -dnl SuSE Linux. If you want to use this service enabled the following. +dnl SUSE Linux. If you want to use this service enabled the following. dnl dnl DAEMON_OPTIONS(`Port=587,Name=MSA,M=E')dnl dnl @@ -104,7 +104,7 @@ dnl dnl define(`LUSER_RELAY', `local:postmaster')dnl dnl -dnl Enable the following SuSE FEATURE, if you have a expensive +dnl Enable the following SUSE FEATURE, if you have a expensive dnl dialup connection for SMTP and want to queue all email until dnl `sendmail -q' is started. dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/linux.nullclient.mc new/sendmail-suse/suse/linux.nullclient.mc --- old/sendmail-suse/suse/linux.nullclient.mc 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/linux.nullclient.mc 2017-11-29 11:14:39.747315598 +0100 @@ -13,9 +13,9 @@ include(`/usr/share/sendmail/m4/cf.m4') divert(0)dnl -VERSIONID(`@(#)Setup for SuSE Linux 0.2 (SuSE Linux) 2002/01/14') +VERSIONID(`@(#)Setup for SUSE Linux 0.2 (SUSE Linux) 2002/01/14') dnl -dnl This is the default configuration for SuSE Linux. +dnl This is the default configuration for SUSE Linux. dnl See /usr/share/sendmail/ostype/suse-linux.m4 dnl and /usr/share/sendmail/README for more information. dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/linux.submit.mc new/sendmail-suse/suse/linux.submit.mc --- old/sendmail-suse/suse/linux.submit.mc 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/linux.submit.mc 2017-11-29 11:14:53.291058126 +0100 @@ -19,7 +19,7 @@ define(`confSERVICE_SWITCH_FILE', `/etc/mail/service.switch')dnl define(`confEBINDIR', SMLIBDIR`/bin')dnl divert(0)dnl -VERSIONID(`@(#)Setup for SuSE Linux 0.1 (SuSE Linux) 2004/04/02')dnl +VERSIONID(`@(#)Setup for SUSE Linux 0.1 (SUSE Linux) 2004/04/02')dnl dnl dnl Enable trusted users file and OS trusted users dnl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/messages/sendmail-local-only.de new/sendmail-suse/suse/messages/sendmail-local-only.de --- old/sendmail-suse/suse/messages/sendmail-local-only.de 2012-07-13 17:26:34.000000000 +0200 +++ new/sendmail-suse/suse/messages/sendmail-local-only.de 2017-11-29 11:18:18.023165934 +0100 @@ -11,4 +11,4 @@ Have a lot of fun... - Your SuSE Team + Your SUSE Team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/messages/sendmail-local-only.en new/sendmail-suse/suse/messages/sendmail-local-only.en --- old/sendmail-suse/suse/messages/sendmail-local-only.en 2006-08-10 11:32:29.000000000 +0200 +++ new/sendmail-suse/suse/messages/sendmail-local-only.en 2017-11-29 11:18:25.815017796 +0100 @@ -11,4 +11,4 @@ Have a lot of fun... - Your SuSE Team + Your SUSE Team diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/sysconfig.mail-sendmail new/sendmail-suse/suse/sysconfig.mail-sendmail --- old/sendmail-suse/suse/sysconfig.mail-sendmail 2012-06-19 17:07:56.000000000 +0200 +++ new/sendmail-suse/suse/sysconfig.mail-sendmail 2017-11-29 11:17:49.815702210 +0100 @@ -4,10 +4,11 @@ ## Default: yes ## Config: sendmail,postfix # -# Set this to no, if SuSEconfig should not generate the configuration -# files (e.g. you want to generate your /etc/sendmail.cf yourself). -# Do you want to generate a sendmail-configuration /etc/sendmail.cf from -# parameters given in /etc/sysconfig/sendmail then use "yes" +# Set this to no, if /usr/lib/sendmail.d/update should not generate the +# configuration # files (e.g. you want to generate your /etc/sendmail.cf +# yourself). # Do you want to generate a sendmail-configuration +# /etc/sendmail.cf from # parameters given in /etc/sysconfig/sendmail +# then use "yes" # MAIL_CREATE_CONFIG="yes" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sendmail-suse/suse/update.sendmail new/sendmail-suse/suse/update.sendmail --- old/sendmail-suse/suse/update.sendmail 2017-04-12 15:27:03.942540586 +0200 +++ new/sendmail-suse/suse/update.sendmail 2017-11-29 11:13:04.057134655 +0100 @@ -117,7 +117,7 @@ divert(-1) include(\`/usr/share/sendmail/m4/cf.m4') divert(0)dnl - VERSIONID(\`@(#)Setup for SuSE Linux $VERSION (SuSE Linux) $DATE')dnl + VERSIONID(\`@(#)Setup for SUSE Linux $VERSION (SUSE Linux) $DATE')dnl OSTYPE(\`suse-linux')dnl EOF DAEMON_OPTIONS="" @@ -351,7 +351,7 @@ define(\`confSERVICE_SWITCH_FILE', \`/etc/mail/service.switch')dnl define(\`confEBINDIR', SMLIBDIR\`/bin')dnl divert(0)dnl - VERSIONID(\`@(#)Setup for SuSE Linux $VERSION (SuSE Linux) $DATE')dnl + VERSIONID(\`@(#)Setup for SUSE Linux $VERSION (SUSE Linux) $DATE')dnl EOF # # Enable trusted users file and OS trusted users @@ -432,7 +432,7 @@ divert(-1) include(\`/usr/share/sendmail/m4/cf.m4') divert(0)dnl - VERSIONID(\`@(#)Setup for SuSE Linux $VERSION (SuSE Linux) $DATE') + VERSIONID(\`@(#)Setup for SUSE Linux $VERSION (SUSE Linux) $DATE') OSTYPE(\`suse-linux')dnl FEATURE(\`nocanonify')dnl FEATURE(\`nullclient', \`$NULLCLIENT')dnl
