Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 154507 Details for
Bug 225575
Review Request: roundcubemail - Round Cube Webmail is a browser-based multilingual IMAP client
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
a few more cleanups and fixes against comment #53
roundcubemail.spec.diff (text/plain), 3.17 KB, created by
Bernard Johnson
on 2007-05-11 00:07:15 UTC
(
hide
)
Description:
a few more cleanups and fixes against comment #53
Filename:
MIME Type:
Creator:
Bernard Johnson
Created:
2007-05-11 00:07:15 UTC
Size:
3.17 KB
patch
obsolete
>--- roundcubemail.spec.orig 2007-05-10 12:31:57.000000000 -0600 >+++ roundcubemail.spec 2007-05-10 16:37:39.000000000 -0600 >@@ -40,6 +40,7 @@ > Source24: http://downloads.sourceforge.net/%{name}/roundcube_swedish-0.1-beta2.tar.gz > Source25: http://downloads.sourceforge.net/%{name}/roundcube_turkish-0.1-beta2.tar.gz > Source26: http://downloads.sourceforge.net/%{name}/roundcube_vietnamese-0.1-beta2.tar.gz >+Source27: README.fedora > > BuildArch: noarch > BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n) >@@ -56,46 +57,34 @@ > functionality you expect from an e-mail client, including MIME > support, address book, folder manipulation, message searching > and spell checking. RoundCube Webmail is written in PHP and >-requires the MySQL database. The user interface is fully >-skinnable using XHTML and CSS 2. >+requires the MySQL database or the PostgreSQL database. The user >+interface is fully skinnable using XHTML and CSS 2. > > %prep > %setup -q -n roundcubemail-0.1beta2 > %setup -q -D -b4 -b5 -b6 -b7 -b8 -b9 -b10 -b11 -b12 -b13 -b14 -b15 -b16 -b17 -b18 -b19 -b20 -b21 -b22 -b23 -b24 -b25 -b26 -n roundcubemail-0.1beta2 >-cp -pr ../am program/localization >-cp -pr ../ar program/localization >-cp -pr ../ca program/localization >-cp -pr ../cn program/localization >-cp -pr ../cz program/localization >-cp -pr ../da program/localization >-cp -pr ../et_EE program/localization >-cp -pr ../hu program/localization >-cp -pr ../it program/localization >-cp -pr ../ja program/localization >-cp -pr ../lv program/localization >-cp -pr ../nb_NO program/localization >-cp -pr ../nl_NL program/localization >-cp -pr ../pl program/localization >-cp -pr ../pt_BR program/localization >-cp -pr ../pt_PT program/localization >-cp -pr ../ro program/localization >-cp -pr ../se program/localization >-cp -pr ../sk program/localization >-cp -pr ../sr program/localization >-cp -pr ../tr program/localization >-cp -pr ../tw program/localization >-cp -pr ../vn program/localization >+ >+# copy in language translations >+for lang in am ar ca cn cz da et_EE hu it ja lv nb_NO nl_NL pl pt_BR pt_PT ro se sk sr tr tw vn; do >+ cp -pr ../$lang program/localization >+done > > pwd > >+# fix permissions and remove any .htaccess files > find . -type f -print | xargs chmod a-x > find . -name \.htaccess -print | xargs rm -f > >+# fixup paths to use the right paths > sed -i 's|temp/|${_tmppath}|' config/main.inc.php.dist > sed -i 's|config/|%{_sysconfdir}/roundcubemail/|' config/main.inc.php.dist > sed -i 's|logs/|%{_logdir}/roundcubemail/|' program/include/main.inc > sed -i 's|config/|%{_sysconfdir}/roundcubemail/|' program/include/main.inc > >+# remove any reference to sqlite in config file so people don't mistakely >+# assume it works >+sed -i '/sqlite/d' config/db.inc.php.dist >+ > %build > > %install >@@ -125,6 +114,7 @@ > rm -rf %{buildroot} > > %post >+# replace default des string in config file for better security > function makedesstr > ( > chars=(0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z A >@@ -139,7 +129,7 @@ > echo $str > ) > >-sed -i "s/rcmail-\!24ByteDESkey\*Str`makedesstr`/" /etc/roundcubemail/main.inc.php || : &> /dev/null >+sed -i "s/rcmail-\!24ByteDESkey\*Str/`makedesstr`/" /etc/roundcubemail/main.inc.php || : &> /dev/null > exit 0 > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225575
:
154419
|
154428
| 154507