[sendmail] - fix MAXHOSTNAMELEN (#485380)

Jaroslav Škarvada jskarvad at fedoraproject.org
Fri Sep 24 09:47:56 UTC 2010


commit af890f9862c0cbd7ce37ebd622401fcb4182ab58
Author: Jaroslav Škarvada <jskarvad at redhat.com>
Date:   Fri Sep 24 11:47:45 2010 +0200

    - fix MAXHOSTNAMELEN (#485380)

 sendmail.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/sendmail.spec b/sendmail.spec
index 286ab61..5c15ff7 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: 13%{?dist}
+Release: 14%{?dist}
 License: Sendmail
 Group: System Environment/Daemons
 URL: http://www.sendmail.org/
@@ -202,7 +202,7 @@ sed -i 's|/usr/local/bin/perl|%{_bindir}/perl|' contrib/*.pl
 cat > redhat.config.m4 << EOF
 define(\`confMAPDEF', \`-DNEWDB -DNIS -DHESIOD -DMAP_REGEX -DSOCKETMAP -DNAMED_BIND=1')
 define(\`confOPTIMIZE', \`\`\`\`${RPM_OPT_FLAGS}'''')
-define(\`confENVDEF', \`-I%{_includedir}/libdb -I/usr/kerberos/include -Wall -DXDEBUG=0 -DTCPWRAPPERS -DNETINET6 -DHES_GETMAILHOST -DUSE_VENDOR_CF_PATH=1 -D_FFR_TLS_1')
+define(\`confENVDEF', \`-I%{_includedir}/libdb -I/usr/kerberos/include -Wall -DXDEBUG=0 -DTCPWRAPPERS -DNETINET6 -DHES_GETMAILHOST -DUSE_VENDOR_CF_PATH=1 -D_FFR_TLS_1 -D_FFR_LINUX_MHNL')
 define(\`confLIBDIRS', \`-L/usr/kerberos/%{_lib}')
 define(\`confLIBS', \`-lnsl -lwrap -lhesiod -lcrypt -ldb -lresolv')
 define(\`confMANOWN', \`root')
@@ -641,6 +641,9 @@ exit 0
 
 
 %changelog
+* Fri Sep 24 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 8.14.4-14
+- fix MAXHOSTNAMELEN (#485380)
+
 * Mon Sep 13 2010 Jaroslav Škarvada <jskarvad at redhat.com> - 8.14.4-13
 - rebuilt with libdb-5.1
 


More information about the scm-commits mailing list