rpms/sendmail/devel sendmail-8.14.3-ipv6-bad-helo.patch, NONE, 1.1 sendmail.spec, 1.104, 1.105

Robert Scheck robert at fedoraproject.org
Sun Jan 3 22:45:03 UTC 2010


Author: robert

Update of /cvs/pkgs/rpms/sendmail/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1435

Modified Files:
	sendmail.spec 
Added Files:
	sendmail-8.14.3-ipv6-bad-helo.patch 
Log Message:
handle IPv6:::1 in block_bad_helo.m4 like 127.0.0.1 (#549217)


sendmail-8.14.3-ipv6-bad-helo.patch:
 block_bad_helo.m4 |    2 ++
 1 file changed, 2 insertions(+)

--- NEW FILE sendmail-8.14.3-ipv6-bad-helo.patch ---
--- sendmail-8.14.3/cf/feature/block_bad_helo.m4		2006-06-16 00:49:30.000000000 +0200
+++ sendmail-8.14.3/cf/feature/block_bad_helo.m4.ipv6-bad-helo	2010-01-03 23:28:25.000000000 +0100
@@ -16,3 +16,5 @@
 define(`_BLOCK_BAD_HELO_', `')dnl
 RELAY_DOMAIN(`127.0.0.1')dnl
 LOCAL_DOMAIN(`[127.0.0.1]')dnl
+RELAY_DOMAIN(`IPv6:::1')dnl
+LOCAL_DOMAIN(`[IPv6:::1]')dnl


Index: sendmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sendmail/devel/sendmail.spec,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -p -r1.104 -r1.105
--- sendmail.spec	15 Dec 2009 14:40:42 -0000	1.104
+++ sendmail.spec	3 Jan 2010 22:45:02 -0000	1.105
@@ -14,7 +14,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.14.3
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: Sendmail
 Group: System Environment/Daemons
 URL: http://www.sendmail.org/
@@ -50,6 +50,7 @@ Patch17: sendmail-8.14.3-sharedmilter.pa
 Patch18: sendmail-8.14.3-switchfile.patch
 Patch19: sendmail-8.14.3-exitpanic.patch
 Patch20: sendmail-8.14.3-milterfdleaks.patch
+Patch21: sendmail-8.14.3-ipv6-bad-helo.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: tcp_wrappers-devel
 BuildRequires: db4-devel
@@ -163,6 +164,7 @@ cp devtools/M4/UNIX/{,shared}library.m4
 %patch18 -p1 -b .switchfile
 %patch19 -p1 -b .exitpanic
 %patch20 -p1 -b .milterfdleaks
+%patch21 -p1 -b .ipv6-bad-helo
 
 for f in RELEASE_NOTES contrib/etrn.0; do
 	iconv -f iso8859-1 -t utf8 -o ${f}{_,} &&
@@ -564,6 +566,9 @@ exit 0
 
 
 %changelog
+* Sun Jan 03 2010 Robert Scheck <robert at fedoraproject.org> 8.14.3-10
+- handle IPv6:::1 in block_bad_helo.m4 like 127.0.0.1 (#549217)
+
 * Tue Dec 15 2009 Miroslav Lichvar <mlichvar at redhat.com> 8.14.3-9
 - fix milter file descriptors leaks (#485426)
 - skip colon separator when parsing service name in ServiceSwitchFile




More information about the fedora-extras-commits mailing list