[Bug 293172] mail/roundcube: Update to 1.7.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Feb 2026 11:29:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293172
Bug ID: 293172
Summary: mail/roundcube: Update to 1.7.0
Product: Ports & Packages
Version: Latest
Hardware: Any
URL: https://github.com/roundcube/roundcubemail/blob/master
/CHANGELOG.md
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: ale@FreeBSD.org
Reporter: brnrd@freebsd.org
Flags: maintainer-feedback?(ale@FreeBSD.org)
Assignee: ale@FreeBSD.org
Created attachment 268044
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=268044&action=edit
git diff for mail/roundcube
```
mail/roundcube: Update to 1.7.0
PR:
```
Leaving this here as a placeholder. There are breaking changes, so this will
require an UPGRADING entry.
1. Entrypoint is now %PREFIX%/www/roundcube/public_html. Configuration needs to
be changed for DocumentRoot and ProxyPass URLs.
2.
Been running this since RC2, RC3 was a backport of the security fixes. Now at
RC4.
Been quite a faff to get this to run properly again without having static files
passed via `public_html/static.php`. Apache and PHP-FPM running in separate
jails
Apache config
> Define wwwRoot /usr/local/www/roundcube
>
> DocumentRoot ${wwwRoot}
>
> <DirectoryMatch "${wwwRoot}/(config|temp|logs)">
> Require all denied
> </DirectoryMatch>
>
> Alias /static.php/plugins/ ${wwwRoot}/plugins/
> Alias /static.php/program/js/ ${wwwRoot}/program/js/
> Alias /static.php/program/resources/ ${wwwRoot}/program/resources/
> Alias /static.php/skins/ ${wwwRoot}/skins/
>
> ProxyPassMatch "^/$" "fcgi://phpjail:8000/${wwwRoot}/public_html/index.php"
--
You are receiving this mail because:
You are the assignee for the bug.