rpms/ssmtp/F-10 ssmtp.spec,1.18,1.19

Manuel Wolfshant wolfy at fedoraproject.org
Wed Nov 26 16:21:24 UTC 2008


Author: wolfy

Update of /cvs/pkgs/rpms/ssmtp/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30933

Modified Files:
	ssmtp.spec 
Log Message:
fix to correctly parse AuthPass password



Index: ssmtp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ssmtp/F-10/ssmtp.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ssmtp.spec	12 Sep 2008 18:51:53 -0000	1.18
+++ ssmtp.spec	26 Nov 2008 16:20:54 -0000	1.19
@@ -1,6 +1,6 @@
 Name:		ssmtp
 Version:	2.61
-Release:	11.6%{?dist}.1
+Release:	11.7%{?dist}
 Summary:	Extremely simple MTA to get mail off the system to a Mailhub
 Group:		Applications/Internet
 License:	GPLv2+
@@ -17,11 +17,16 @@
 # replaces RSA's md5 with a GPL compatible implementation
 Patch6:		%{name}-md5auth-non-rsa
 Patch7:		%{name}-unitialized-strdup.patch
+Patch8:		%{name}-authpass.patch
+
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #hack around wrong requires for mutt and mdadm
 %if 0%{?rhel}
 Provides:	MTA smtpdaemon
 %endif
+%if 0%{?fedora} < 8
+Provides:	MTA smtpdaemon
+%endif
 Provides:	%{_sbindir}/sendmail 
 Requires(post):	%{_sbindir}/alternatives
 Requires(preun):	%{_sbindir}/alternatives
@@ -48,6 +53,7 @@
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 
 %build
@@ -121,6 +127,9 @@
 
 
 %changelog
+* Wed Nov 26 2008 Manuel "lonely wolf" Wolfshant <wolfy at nobugconsulting.ro> 2.61-11.7
+- integrate patch from Andreas Dilger, fixes https://bugzilla.redhat.com/show_bug.cgi?id=430608
+
 * Fri Sep 12 2008 Manuel "lonely wolf" Wolfshant <wolfy at nobugconsulting.ro> 2.61-11.6.1
 - use conditionals to consolidate specs for Fedora and EPEL
 




More information about the fedora-extras-commits mailing list