Package: php-dompdf / 0.6.1+dfsg-2+deb8u1
Metadata
Package | Version | Patches format |
---|---|---|
php-dompdf | 0.6.1+dfsg-2+deb8u1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Adapt main path.patch | (download) |
dompdf_config.inc.php |
2 1 + 1 - 0 ! |
adapt main path MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Dont try to guess the actual path from the configuration file moved in /etc for the Debian package. |
0002 Define shebang.patch | (download) |
dompdf.php |
1 1 + 0 - 0 ! |
define shebang Actually make the script executable. |
0003 Adapt fonts path.patch | (download) |
dompdf_config.inc.php |
2 1 + 1 - 0 ! |
adapt fonts path MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit This directory must be writable, so its moved to /var/cache/. |
0004 Adapt php font lib path.patch | (download) |
dompdf_config.inc.php |
2 1 + 1 - 0 ! |
adapt php-font-lib path The Debian package depends on the needed classes instead of embedding them, i.e. php-font-lib. |
0005 Adapt tcpdf path.patch | (download) |
include/tcpdf_adapter.cls.php |
2 1 + 1 - 0 ! |
adapt tcpdf path The Debian package depends on the needed classes instead of embedding them, i.e php-tcpdf. |
0006 Do not fetch external CSS in example.patch | (download) |
www/test/css/reset-min.css |
8 8 + 0 - 0 ! |
do not fetch external css in example |
0100 0.6.2 hotfix.patch | (download) |
dompdf.php |
20 5 + 15 - 0 ! |
hotfix based on 0.6.2 This patch fixes: * CVE-2014-2383 * CVE-2014-5011 * CVE-2014-5012 * CVE-2014-5013 . The patch bundles code changes from 0.6.2 |