rpms/sendmail/devel sendmail-8.13.1-localdomain.patch, NONE, 1.1 sendmail.spec, 1.81, 1.82

Thomas Woerner (twoerner) fedora-extras-commits at redhat.com
Fri Jul 20 13:32:22 UTC 2007


Author: twoerner

Update of /cvs/pkgs/rpms/sendmail/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8626

Modified Files:
	sendmail.spec 
Added Files:
	sendmail-8.13.1-localdomain.patch 
Log Message:
[tw]
- do not accept localhost.localdomain as valid address from smtp



sendmail-8.13.1-localdomain.patch:

--- NEW FILE sendmail-8.13.1-localdomain.patch ---
--- sendmail-8.13.1/cf/m4/proto.m4.localdomain	2007-01-22 16:35:19.000000000 +0100
+++ sendmail-8.13.1/cf/m4/proto.m4	2007-01-22 16:36:47.000000000 +0100
@@ -1840,6 +1840,8 @@
 			$: < ? $&{client_name} > < $1 @ [127.0.0.1] >
 R<@> < $* @ localhost.$m >
 			$: < ? $&{client_name} > < $1 @ localhost.$m >
+R<@> < $* @ localhost.localdomain >
+			$: < ? $&{client_name} > < $1 @ localhost.localdomain >
 ifdef(`_NO_UUCP_', `dnl',
 `R<@> < $* @ localhost.UUCP >
 			$: < ? $&{client_name} > < $1 @ localhost.UUCP >')


Index: sendmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sendmail/devel/sendmail.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- sendmail.spec	16 Apr 2007 09:19:46 -0000	1.81
+++ sendmail.spec	20 Jul 2007 13:31:50 -0000	1.82
@@ -15,7 +15,7 @@
 Summary: A widely used Mail Transport Agent (MTA)
 Name: sendmail
 Version: 8.14.1
-Release: 2
+Release: 3
 License: Sendmail
 Group: System Environment/Daemons
 URL: http://www.sendmail.org/
@@ -46,6 +46,7 @@
 Patch13: sendmail-8.13.7-aliases_dir.patch
 Patch14: sendmail-8.13.7-vacation.patch
 Patch15: sendmail-8.14.1-noversion.patch
+Patch16: sendmail-8.13.1-localdomain.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: tcp_wrappers-devel
 BuildRequires: db4-devel
@@ -137,6 +138,7 @@
 %patch13 -p1 -b .aliases_dir
 %patch14 -p1 -b .vacation
 %patch15 -p1 -b .noversion
+%patch16 -p1 -b .localdomain
 
 %build
 # generate redhat config file
@@ -527,6 +529,9 @@
 
 
 %changelog
+* Fri Jul 20 2007 Thomas Woerner <twoerner at redhat.com> 8.14.1-3
+- do not accept localhost.localdomain as valid address from smtp
+
 * Mon Apr 16 2007 Thomas Woerner <twoerner at redhat.com> 8.14.1-2
 - readded chkconfig add for sendmail in post script
 - dropped mysql support (useless without further patching)




More information about the fedora-extras-commits mailing list