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 file
Patch File delta Description
1009_use smarty4.patch | (download)

src/index.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use smarty4, tested against 4.3.0-1+deb12u1
1001_adapt to apache24.patch | (download)

etc/apache.conf | 6 4 + 2 - 0 !
1 file changed, 4 insertions(+), 2 deletions(-)

 use apache 2.4 syntax for limiting address based access
1002_php7 compat.patch | (download)

src/functions.php | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 make slbackup-php php7 compatible (use explode instead of split)
1003_php8 compat.patch | (download)

src/index.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
src/index.php | 12 9 + 3 - 0 !
2 files changed, 12 insertions(+), 6 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix typo causing an exception with php 8
1006_disable ssh known hosts.patch | (download)

src/functions.php | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not attempt to write a ssh knownhosts file
1007_log_remote_commands_to_stderr.patch | (download)

src/index.php | 12 0 + 12 - 0 !
1 file changed, 12 deletions(-)

 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 !
1 file changed, 2 insertions(+), 2 deletions(-)

 don't access nonhttps array key (in smarty-internal template rendering engine) if it is unset.