Package: phpbb3 / 3.0.12-5
Metadata
| Package | Version | Patches format |
|---|---|---|
| phpbb3 | 3.0.12-5 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 011_fix_version_display.patch | (download) |
adm/index.php |
2 1 + 1 - 0 ! |
overrides the version display, such that it is clear a debian package is used. |
| 012_disable_version_check.patch | (download) |
includes/acp/acp_main.php |
6 5 + 1 - 0 ! |
disables upstream version check. |
| 021_multisite.patch | (download) |
cron.php |
4 3 + 1 - 0 ! |
makes caches, file uploads, etc. work when multiple forums use the same codebase. Bug-Debian: http://bugs.debian.org/437836 |
| 022_multisite_installer.patch | (download) |
install/database_update.php |
2 1 + 1 - 0 ! |
modifies the newly shipped installer to - NOT show convert tab - be able to run even though config.php is there (which in Debian, it is always) - remove output that has no meaning/is confusing here or links to unexisting files |
| 031_fix_installer.patch | (download) |
install/database_update.php |
2 2 + 0 - 0 ! |
fix phpbb_root_path in install-xxx (used in multiboard). Bug-Debian: http://bugs.debian.org/644276 |
| fix_chown.patch | (download) |
includes/functions.php |
12 6 + 6 - 0 ! |
fix chown in cache Ensure files in cache belong to www-data. phpBB tries to set them to the same owner than common.php, that belongs to root under Debian, and then set them world writable because it cant change the owner (nor group) to root. |
| privacy breach generic.patch | (download) |
l10n-pl/language/pl/email/index.htm |
19 0 + 19 - 0 ! |
do not fetch data from an external website Even if the page is not supposed to be displayed, linking to an external CSS is bad taste. |
| fix_CVE 2015 1431.patch | (download) |
includes/startup.php |
48 48 + 0 - 0 ! |
explicitly disallow trailing paths CSRF potentially allowing an attacker to modify the private message setting that determines how full folders are handled (i.e. whether to delete the oldest message or hold the new message until further space is available). [CVE-2015-1432] |
| fix_CVE 2015 1432.patch | (download) |
includes/ucp/ucp_pm_options.php |
6 5 + 1 - 0 ! |
correctly validate the ucp_pm_options form key This allows an attacker to load arbitrary CSS in Internet Explorer by crafting a URL with trailing paths after a PHP file (for example /path/index.php/more/path). This is only possible if the webserver configuration allows accessing PHP files in this manner. |
| improve_php_5.6_compatibility.patch | (download) |
includes/acp/acp_main.php |
4 2 + 2 - 0 ! |
handle mbstring.http_{in,out}put for php5.6
Having mbstring.http_input set to '' is as good as 'pass'.
Fix mbstring warnings in ACP for PHP 5.6 compatibility.
|
| add_phpbb_prefix_to_ldap_escape.patch | (download) |
includes/auth/auth_ldap.php |
4 2 + 2 - 0 ! |
add phpbb_ prefix to ldap_escape() Since ldap_escape() has been added to PHP 5.6.0+, its internal declaration throws a fatal error: Cannot redeclare ldap_escape() at line 300 in /includes/auth/auth_ldap.php |
