Package: slbackup-php / 0.4.5-7
Metadata
Package | Version | Patches format |
---|---|---|
slbackup-php | 0.4.5-7 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
1009_use smarty4.patch | (download) |
src/index.php |
2 1 + 1 - 0 ! |
use smarty4, tested against 4.3.0-1+deb12u1 |
1001_adapt to apache24.patch | (download) |
etc/apache.conf |
6 4 + 2 - 0 ! |
use apache 2.4 syntax for limiting address based access |
1002_php7 compat.patch | (download) |
src/functions.php |
6 3 + 3 - 0 ! |
make slbackup-php php7 compatible (use explode instead of split) |
1003_php8 compat.patch | (download) |
src/index.php |
2 1 + 1 - 0 ! |
add compatibility with php 8 Abstract: crypt() reuires a salt in PHP 8. |
1004_fix php warnings.patch | (download) |
src/functions.php |
6 3 + 3 - 0 ! |
fix php warnings Abstract: Fix use of uninitialized variables and non-existing array keys. |
1005_fix typo.patch | (download) |
src/index.php |
2 1 + 1 - 0 ! |
fix typo causing an exception with php 8 |
1006_disable ssh known hosts.patch | (download) |
src/functions.php |
2 1 + 1 - 0 ! |
do not attempt to write a ssh knownhosts file |
1007_log_remote_commands_to_stderr.patch | (download) |
src/index.php |
12 0 + 12 - 0 ! |
do not log to /tmp/error.log but stderr, the webserver error log |
1008_fix https access.patch | (download) |
templates/login.tpl |
4 2 + 2 - 0 ! |
don't access nonhttps array key (in smarty-internal template rendering engine) if it is unset. |