[roundcubemail/el6] 0.8.4.

Jon Ciesla limb at fedoraproject.org
Mon Jan 14 19:41:42 UTC 2013


commit 56770640aba24c02f180023b067d21430e2fffc5
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Mon Jan 14 13:39:06 2013 -0600

    0.8.4.

 .gitignore                       |    1 +
 roundcubemail-0.8.1-strict.patch |   11 +++++++++++
 roundcubemail.spec               |   13 ++++++++-----
 sources                          |    2 +-
 4 files changed, 21 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 440e8e9..1fcb578 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@ roundcubemail-0.3.1-dep.tar.gz
 /roundcubemail-0.7.1-dep.tar.gz
 /roundcubemail-0.7.2-dep.tar.gz
 /roundcubemail-0.7.3-dep.tar.gz
+/roundcubemail-0.8.4-dep.tar.gz
diff --git a/roundcubemail-0.8.1-strict.patch b/roundcubemail-0.8.1-strict.patch
new file mode 100644
index 0000000..cb9ddd1
--- /dev/null
+++ b/roundcubemail-0.8.1-strict.patch
@@ -0,0 +1,11 @@
+--- program/include/iniset.php~	2012-08-20 10:19:53.000000000 -0500
++++ program/include/iniset.php	2012-08-20 10:22:57.372357067 -0500
+@@ -24,7 +24,7 @@
+ */
+ 
+ $config = array(
+-    'error_reporting'         => E_ALL &~ (E_NOTICE | E_STRICT),
++    'error_reporting'         => E_ALL & ~E_NOTICE & ~E_STRICT,
+     // Some users are not using Installer, so we'll check some
+     // critical PHP settings here. Only these, which doesn't provide
+     // an error/warning in the logs later. See (#1486307).
diff --git a/roundcubemail.spec b/roundcubemail.spec
index 8575915..231c1a0 100644
--- a/roundcubemail.spec
+++ b/roundcubemail.spec
@@ -1,7 +1,7 @@
 %define roundcubedir %{_datadir}/roundcubemail
 %global _logdir /var/log  
 Name: roundcubemail
-Version:  0.7.3
+Version:  0.8.4
 Release:  1%{?dist}
 Summary: Round Cube Webmail is a browser-based multilingual IMAP client
 
@@ -14,8 +14,8 @@ Source2: roundcubemail.logrotate
 Source4: roundcubemail-README.fedora
 # Non-upstremable: Adjusts config path to Fedora policy
 Patch6: roundcubemail-0.4.1-confpath.patch
-Patch7: roundcubemail-0.7.2-strict.patch
-Patch8: roundcubemail-0.7.3-xss-sig.patch
+Patch7: roundcubemail-0.8.1-strict.patch
+#Patch8: roundcubemail-0.7.3-xss-sig.patch
 
 BuildArch: noarch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
@@ -48,7 +48,7 @@ interface is fully skinnable using XHTML and CSS 2.
 
 %patch6 -p0
 %patch7 -p0
-%patch8 -p0
+#%patch8 -p0
 
 # fix permissions and remove any .htaccess files
 find . -type f -print | xargs chmod a-x
@@ -129,7 +129,7 @@ exit 0
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG INSTALL LICENSE README UPGRADING SQL roundcubemail-README.fedora
+%doc CHANGELOG INSTALL LICENSE UPGRADING SQL roundcubemail-README.fedora README.md
 %{roundcubedir}
 %dir %{_sysconfdir}/%{name}
 %attr(0640,root,apache) %config(noreplace) %{_sysconfdir}/%{name}/db.inc.php
@@ -140,6 +140,9 @@ exit 0
 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail
 
 %changelog
+* Mon Jan 14 2013 Jon Ciesla <limburgher at gmail.com> - 0.8.4-1
+- 0.8.4, BZ 890656.
+
 * Mon Aug 20 2012 Jon Ciesla <limburgher at gmail.com> - 0.7.3-1
 - 0.7.3, patch for XSS in signature issue, BZ 849616, 849617.
 
diff --git a/sources b/sources
index 319f0ee..69e0533 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43c78a7fe9801d145442d20a68c02f07  roundcubemail-0.7.3-dep.tar.gz
+e27f19ba021482348bde80ac8f063cb6  roundcubemail-0.8.4-dep.tar.gz


More information about the scm-commits mailing list