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

Jon Ciesla limb at fedoraproject.org
Wed Feb 4 16:25:36 UTC 2009


Author: limb

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

Modified Files:
	roundcubemail.spec 
Log Message:
Patch for CVE-2009-0413, BZ 484052



Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/F-10/roundcubemail.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- roundcubemail.spec	7 Jan 2009 14:03:50 -0000	1.18
+++ roundcubemail.spec	4 Feb 2009 16:25:05 -0000	1.19
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
 Version:  0.2
-Release:  6.stable%{?dist}
+Release:  7.stable%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
@@ -16,6 +16,7 @@
 #Patch1: roundcubemail-0.2-beta-html2text.patch
 # From upstream, not in a release yet, BZ 476830.
 #Patch2: roundcubemail-0.2-beta-CVE-2008-5620.patch
+Patch3: roundcubemail-0.2-CVE-2009-0413.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -48,6 +49,7 @@
 %patch0 -p0
 #%patch1 -p0
 #%patch2 -p0
+%patch3 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -135,6 +137,9 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Wed Feb 04 2009 Jon Ciesla <limb at jcomserv.net> = 0.2-7.stable
+- Patch for CVE-2009-0413, BZ 484052.
+
 * Mon Jan 05 2009 Jon Ciesla <limb at jcomserv.net> = 0.2-6.stable
 - New upstream.
 - Dropped two most recent patches, applied upstream.




More information about the fedora-extras-commits mailing list