Commit Graph

61 Commits

Author SHA1 Message Date
sthen
9bc7907818 update to roundcube 0.8.4, rolling in previously patched bug in compose
screen. also fixes an XSS vulnerability in handling of text/enriched messages.
2012-11-14 21:26:15 +00:00
sthen
160605830d Patch to fix a bug (compose screen randomly reloading) introduced in
the recent Roundcube 0.8.3 release.
2012-11-14 11:42:26 +00:00
sthen
1e8b467cc0 Bugfix update to roundcubemail 0.8.3 2012-11-12 20:20:12 +00:00
sthen
86137a1ac1 update to Roundcube 0.8.2 2012-10-07 11:15:44 +00:00
sthen
523e27e78b bugfix update to roundcube 0.8.1 2012-08-18 21:34:56 +00:00
sthen
0ca27f6cac update to Roundcube 0.8.0
- note that there is a new default UI 'larry', for now you can revert to
the old one by changing the option in the config file to 'classic'

- thanks Daniel, Vijay and william@ for testing.
2012-08-10 15:25:48 +00:00
sthen
039663a06c In the sample roundcubemail.conf apache config file, don't bother to force
PHP variables which are already set that way by default. Suggested by aja@
2012-03-14 16:20:47 +00:00
sthen
096d5da24e Update to roundcubemail 0.7.2; various fixes 2012-03-12 16:20:51 +00:00
sthen
b6a1238c3f - move MESSAGE to README
- add details about running under alternative web servers
2012-01-19 13:53:48 +00:00
sthen
0fa6b43613 use MODPHP_VSPEC for either|or dependencies on php5 extension modules 2012-01-11 22:17:21 +00:00
sthen
1e43185cb4 bugfix update to roundcube 0.7.1 2012-01-11 02:35:49 +00:00
sthen
fe4ec7779a - fix dropdown list in install.php for updates, from upstream
- upstream has the sql fixes too; mention the commit in a comment
2011-12-14 21:56:56 +00:00
sthen
be318a6517 bleh, sqlite.update.sql has the same bug as I just fixed in sqlite.initial.sql 2011-12-14 21:44:09 +00:00
sthen
b2b2910d06 fix sqlite db creation script 2011-12-14 21:30:14 +00:00
sthen
900dfdbb3c regen patch 2011-12-14 21:28:30 +00:00
sthen
2ed6f0740c update to Roundcube 0.7
- lots of bugfixes and improvements including rewritten message caching
2011-12-14 15:24:45 +00:00
robert
93923bd770 switch php to version 5.3 by default 2011-11-16 15:56:36 +00:00
sthen
5a19f2d5e5 update to roundcube 0.6; lots of bug fixes and improvements
- fixup path to php binary using MODPHP_BIN for various cli scripts
2011-10-11 22:04:28 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
a33fb85320 update to roundcube 0.5.4
- fixes cross-site-scripting issue and various other bugs
- mention /etc/rc.d/httpd restart instead of apachectl stop && apachectl start
2011-08-16 08:29:13 +00:00
sthen
6df0d68c4d Bump for PKGSPEC changes in ports/lang/php/Makefile.inc 2011-07-22 10:20:10 +00:00
robert
c0b173cfde switch to lang/php 2011-07-08 21:45:05 +00:00
sthen
d9c199c2d5 Bugfix update to roundcubemail-0.5.3 2011-06-03 19:17:44 +00:00
sthen
af26913e8e avoid log spam with tls, http://trac.roundcube.net/ticket/1487901 2011-05-04 13:03:40 +00:00
sthen
b58af53d5c - update to 0.5.2: various bug fixes and robustness improvements, updated
tinymce (compatible with ie9)

- remove unnecessary patch

- add a hint to roundcubemail.conf suggesting that people may need
to adjust the timezone value if they have problems with invalid sessions
2011-04-22 15:11:08 +00:00
ajacoutot
2c7f56093c Use TINSTDIR instead of hardcoding /var/www/roundcubemail. 2011-03-21 14:01:41 +00:00
ajacoutot
b180f5c63b Since we already install a roundcubemail.conf file, we may as well use it
to set the Alias line, instead of asking the user to do it manually.

ok sthen@ (maintainer)
2011-03-21 09:28:38 +00:00
sthen
f87f7e4c7c update roundcube to 0.5.1. while there, move php_value date.timezone
UTC to the <directory> section in supplied .conf as req by ajacoutot@.
2011-03-02 08:38:01 +00:00
ajacoutot
761e138b79 Add php5-mcrypt to RUN_DEPENDS as it's a recommended dependency.
Add a default php date.timezone to prevent the installer/updater from
complaining.

ok sthen@ (maintainer)
2011-01-14 21:19:20 +00:00
sthen
abb863255b update roundcubemail to 0.5; similar diff from LEVAI Daniel 2011-01-14 09:38:48 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
sthen
400aa37d36 update roundcubemail to 0.4.2, minor fixes 2010-10-11 13:46:41 +00:00
sthen
d4df5554b0 update roundcube to 0.4.1 2010-09-29 20:55:39 +00:00
sthen
a5c82a1e91 fix for chrooted httpd; pointed out by viq 2010-08-29 10:04:32 +00:00
sthen
981dc9d1e7 - setting suhosin.session.encrypt per-dir doesn't seem to work
(even with suhosin.perdir set), so just force it in roundcubemail.conf
and remove the program/include/iniset.php patch.

- adjust permissions so the web-based installer can be used as pointed
out by aja, this used to be dangerous but is now controlled by the main
config file and defaults to 'off'.

- bump, adjust MESSAGE
2010-08-22 19:39:43 +00:00
sthen
4522829097 fix SUBST_VARS after last commit; pointed out by aja 2010-08-22 14:36:36 +00:00
sthen
c88a60ecd4 - fix path in roundcubemail.conf and set a few more required php options
- allow the upgrade script to work without disabling session.encrypt on the
whole server
- note in UPGRADING that virtusertable moved to a plugin, found the hard
way by ajacoutot
- in the mysql schema update script, uncomment a workaround for mysql bug
46293 which affects the in-tree mysql
- bump
2010-08-22 14:09:27 +00:00
sthen
ee24d15b97 - update roundcubemail to 0.4
- simpler installation procedure, req by marco
2010-08-22 12:37:14 +00:00
sthen
521a7f32bf @sample the roundcubemail/.htaccess file, it contains user-serviceable parts.
Requested by/ok ajacoutot@

(reminder, ports is not fully open.)
2010-02-24 13:40:37 +00:00
sthen
cb52906187 Remove patch-program_include_session_inc which was previously needed
to allow attachments to be downloaded by https, but doesn't seem necessary
now and has caused caching problems for IE users (including displaying a
logged-out user's inbox).  Reported by Ibrahim Khalifa, discussed with
ajacoutot.
2010-01-09 12:05:20 +00:00
sthen
ad8c0d4ec9 update to 0.3.1 2009-11-02 17:20:10 +00:00
sthen
88ebbf7724 - update to an svn snapshot of roundcube, it has numerous fixes over the
last stable release.

- add an explicit note about AllowOverride, you get some strange problems
if this is set incorrectly which robert@ ran into.

ok ajacoutot@
2009-10-13 17:00:59 +00:00
sthen
619acf1b3b update to 0.3; thanks to ajacoutot@ and Manuel Pata for testing
the release candidate.
2009-09-05 15:46:24 +00:00
sthen
e8dd94a739 maintenance update to 0.2.2 2009-05-19 13:27:43 +00:00
ajacoutot
73aee8dbd6 - this needs php5-mbstring
stop spamming logs with charset/iconv errors

ok sthen@ (maintainer)
2009-03-18 17:02:47 +00:00
sthen
cb630ed693 maintenance update to 0.2.1 2009-03-11 00:12:24 +00:00
sthen
991b58a54c remove group/world readable permissions from a couple of files
which don't need it; bump package.
2009-02-10 10:08:34 +00:00
sthen
117fe6b91a - package the installer directory, it's needed for the DB upgrade
scripts. give it safe file modes. reminded by bsd/at/openbsd.rutgers.edu

- @sample the config files
2009-02-09 16:45:38 +00:00
sthen
2a68a2a250 Fix log spam, from upstream repo. Regen patches while there. 2009-01-27 10:55:41 +00:00
jolan
fc85acf479 update to 0.2-stable, ok sthen@ 2009-01-11 19:45:41 +00:00