From 6101bed093e5e7feae7a014db13e6acdc297f679 Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Nov 08 2010 10:55:50 +0000 Subject: - fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366) --- diff --git a/sendmail.spec b/sendmail.spec index 5c15ff7..69b66df 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -14,7 +14,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.14.4 -Release: 14%{?dist} +Release: 15%{?dist} License: Sendmail Group: System Environment/Daemons URL: http://www.sendmail.org/ @@ -81,6 +81,8 @@ Patch21: sendmail-8.14.3-ipv6-bad-helo.patch Patch22: sendmail-8.14.4-libdb5.patch # silence warning about missing sasl2 config in /usr/lib*, now in /etc/sasl2 Patch23: sendmail-8.14.4-sasl2-in-etc.patch +# fix m4 ldap routing macro, #650366 +Patch24: sendmail-8.14.4-m4-ldap-routing.patch Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: tcp_wrappers-devel BuildRequires: libdb-devel @@ -189,6 +191,7 @@ cp devtools/M4/UNIX/{,shared}library.m4 %patch21 -p1 -b .ipv6-bad-helo %patch22 -p1 -b .libdb5 %patch23 -p1 -b .sasl2-in-etc +%patch24 -p1 -b .m4-ldap-routing for f in RELEASE_NOTES contrib/etrn.0; do iconv -f iso8859-1 -t utf8 -o ${f}{_,} && @@ -641,6 +644,9 @@ exit 0 %changelog +* Mon Nov 08 2010 Jaroslav Škarvada - 8.14.4-15 +- fix m4 ldap routing macro, backport from 8.14.5.Alpha0, (#650366) + * Fri Sep 24 2010 Jaroslav Škarvada - 8.14.4-14 - fix MAXHOSTNAMELEN (#485380)