rpms/roundcubemail/devel roundcubemail-0.2-alpha-confpath.patch, NONE, 1.1 .cvsignore, 1.6, 1.7 roundcubemail.spec, 1.11, 1.12 sources, 1.7, 1.8

Jon Ciesla (limb) fedora-extras-commits at redhat.com
Fri Jun 13 16:43:54 UTC 2008


Author: limb

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

Modified Files:
	.cvsignore roundcubemail.spec sources 
Added Files:
	roundcubemail-0.2-alpha-confpath.patch 
Log Message:
New upstream, XSS fixes.


roundcubemail-0.2-alpha-confpath.patch:

--- NEW FILE roundcubemail-0.2-alpha-confpath.patch ---
--- program/include/rcube_config.php	2008-06-13 10:15:51.000000000 -0500
+++ program/include/rcube_config.php	2008-06-13 10:15:51.000000000 -0500
@@ -50,11 +50,13 @@
     ob_start();
     
     // load main config file
-    include_once(INSTALL_PATH . 'config/main.inc.php');
+    #include_once(INSTALL_PATH . 'config/main.inc.php');
+    include_once('/etc/roundcubemail/main.inc.php');
     $this->prop = (array)$rcmail_config;
 
     // load database config
-    include_once(INSTALL_PATH . 'config/db.inc.php');
+    #include_once(INSTALL_PATH . 'config/db.inc.php');
+    include_once('/etc/roundcubemail/db.inc.php');
     $this->prop += (array)$rcmail_config;
     
     // load host-specific configuration


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	9 Apr 2008 13:42:52 -0000	1.6
+++ .cvsignore	13 Jun 2008 16:42:42 -0000	1.7
@@ -1 +1 @@
-roundcubemail-0.1.1-dep.tar.gz
+roundcubemail-0.2-alpha-dep.tar.gz


Index: roundcubemail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/roundcubemail.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- roundcubemail.spec	18 Apr 2008 13:47:59 -0000	1.11
+++ roundcubemail.spec	13 Jun 2008 16:42:42 -0000	1.12
@@ -1,18 +1,17 @@
 %define roundcubedir %{_datadir}/roundcubemail
 Name: roundcubemail
-Version:  0.1.1
-Release:  5%{?dist}
+Version:  0.2
+Release:  0.alpha%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
 Group: Applications/System         
 License: GPLv2
 URL: http://www.roundcube.net
-Source0: roundcubemail-%{version}-dep.tar.gz
+Source0: roundcubemail-%{version}-alpha-dep.tar.gz
 Source1: roundcubemail.conf
 Source2: roundcubemail.logrotate
 Source4: roundcubemail-README.fedora
-Patch0: roundcubemail-0.1.1-mysql.update.sql.patch
-Patch1: roundcubemail-0.1.1-pear.patch
+Patch0: roundcubemail-0.2-alpha-confpath.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -38,10 +37,9 @@
 interface is fully skinnable using XHTML and CSS 2.
 
 %prep
-%setup -q -n roundcubemail-0.1.1-dep
+%setup -q -n roundcubemail-0.2-alpha-dependent
 
 %patch0 -p0
-%patch1 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -129,6 +127,11 @@
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Fri Jun 13 2008 Jon Ciesla <limb at jcomserv.net> = 0.2-0.alpha
+- Update to 0.2-alpha, security fixes for BZ 423271. 
+- mysql update and pear patches applied upstream.
+- Patched config paths.
+
 * Fri Apr 18 2008 Jon Ciesla <limb at jcomserv.net> = 0.1.1-5
 - Added php-pecl-Fileinfo Reqires. BZ 442728.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/roundcubemail/devel/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	9 Apr 2008 13:42:52 -0000	1.7
+++ sources	13 Jun 2008 16:42:42 -0000	1.8
@@ -1 +1 @@
-658c88252b2a9cd74e1e556b2728324a  roundcubemail-0.1.1-dep.tar.gz
+3bb410b3416e9c012470cca2cbc5610a  roundcubemail-0.2-alpha-dep.tar.gz




More information about the fedora-extras-commits mailing list