Hello community,

here is the log from the commit of package sendmail for openSUSE:Factory 
checked in at 2011-11-21 15:50:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sendmail (Old)
 and      /work/SRC/openSUSE:Factory/.sendmail.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sendmail", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sendmail/sendmail.changes        2011-09-23 
12:45:59.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.sendmail.new/sendmail.changes   2011-11-21 
15:50:04.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Nov 21 10:55:39 UTC 2011 - [email protected]
+
+- Allow sendmail to authenticate as client to various mail servers
+  in TLS mode even if servers send 2 headers (bnc#731658)
+
+-------------------------------------------------------------------

New:
----
  sendmail-8.14.5-auth2.patch0

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sendmail.spec ++++++
--- /var/tmp/diff_new_pack.CnbK98/_old  2011-11-21 15:50:07.000000000 +0100
+++ /var/tmp/diff_new_pack.CnbK98/_new  2011-11-21 15:50:07.000000000 +0100
@@ -51,6 +51,7 @@
 Source7:        sendmail-client.systemd
 Patch0:         sendmail-%{version}.dif
 Patch1:         sendmail-8.13.5-select.dif
+Patch2:         sendmail-8.14.5-auth2.patch0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %global         _sysconfdir    %{_sysconfdir}
 %global         _mailcnfdir    %{_sysconfdir}/mail
@@ -116,6 +117,7 @@
 %prep
 %setup
 %patch -P 1 -p 0 -b .select
+%patch -P 2 -p 0 -b .auth2
 %patch -P 0 -p 0
     set -f
     cat <<-EOF > file-list


++++++ sendmail-8.14.5-auth2.patch0 ++++++
--- sendmail/sendmail.h
+++ sendmail/sendmail.h Tue May 24 16:25:29 2011
@@ -721,9 +721,9 @@
 #if STARTTLS
 #define MCIF_TLS       0x00100000      /* STARTTLS supported */
 #define MCIF_TLSACT    0x00200000      /* STARTTLS active */
-#define MCIF_EXTENS    (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | 
MCIF_8BITOK | MCIF_AUTH | MCIF_ENHSTAT | MCIF_TLS)
 #else /* STARTTLS */
-#define MCIF_EXTENS    (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | 
MCIF_8BITOK | MCIF_AUTH | MCIF_ENHSTAT)
+#define MCIF_TLS       0
+#define MCIF_TLSACT    0
 #endif /* STARTTLS */
 #define MCIF_DLVR_BY   0x00400000      /* DELIVERBY */
 #if _FFR_IGNORE_EXT_ON_HELO
@@ -732,6 +732,8 @@
 #define MCIF_INLONGLINE 0x01000000     /* in the middle of a long line */
 #define MCIF_AUTH2     0x02000000      /* got 2 AUTH lines */
 #define MCIF_ONLY_EHLO 0x10000000      /* use only EHLO in smtpinit */
+
+#define MCIF_EXTENS    (MCIF_EXPN | MCIF_SIZE | MCIF_8BITMIME | MCIF_DSN | 
MCIF_8BITOK | MCIF_AUTH | MCIF_ENHSTAT | MCIF_TLS | MCIF_AUTH2)
 
 /* states */
 #define MCIS_CLOSED    0               /* no traffic on this connection */
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to