From 679a18fe5be6064012758686dcef8db205ff30cf Mon Sep 17 00:00:00 2001 From: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:39:06 +0100 Subject: [PATCH 1/3] lamp.sh: Remove unversioned php package Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> --- lamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp.sh b/lamp.sh index c81c43dce..bb33463f1 100644 --- a/lamp.sh +++ b/lamp.sh @@ -47,7 +47,7 @@ install() install_with_shadow_workaround --no-install-recommends systemd $APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \ php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \ - php${PHPVER}-intl php${PHPVER}-bz2 php-json + php${PHPVER}-intl php${PHPVER}-bz2 # TODO: Add php-json back? mkdir -p /run/php From a8e4a55193ba9cf7f582dc3b5e6ee7c1bb25a61a Mon Sep 17 00:00:00 2001 From: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 17 Dec 2022 00:47:56 +0100 Subject: [PATCH 2/3] lamp.sh: Remove obsolete TODO Signed-off-by: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> --- lamp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamp.sh b/lamp.sh index bb33463f1..aadff56ce 100644 --- a/lamp.sh +++ b/lamp.sh @@ -47,7 +47,7 @@ install() install_with_shadow_workaround --no-install-recommends systemd $APTINSTALL -t $RELEASE php${PHPVER} php${PHPVER}-curl php${PHPVER}-gd php${PHPVER}-fpm php${PHPVER}-cli php${PHPVER}-opcache \ php${PHPVER}-mbstring php${PHPVER}-xml php${PHPVER}-zip php${PHPVER}-fileinfo php${PHPVER}-ldap \ - php${PHPVER}-intl php${PHPVER}-bz2 # TODO: Add php-json back? + php${PHPVER}-intl php${PHPVER}-bz2 mkdir -p /run/php From a17d6840f6d93588eb78cd2a321da1ff71ab2f57 Mon Sep 17 00:00:00 2001 From: thecalcaholic <6317548+theCalcaholic@users.noreply.github.com> Date: Sat, 17 Dec 2022 19:22:52 +0100 Subject: [PATCH 3/3] Update changelog.md --- changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.md b/changelog.md index 12fab5c24..83a2a1388 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## [v1.50.4](https://github.com/nextcloud/nextcloudpi/tree/v1.50.4) (2022-12-17) Installer Fix + +- Don't install deprecated PHP packages during installation (`php-json`) + ## [v1.50.3](https://github.com/nextcloud/nextcloudpi/tree/v1.50.3) (2022-10-03) Fix SSH login on raspberry pi - Fix ssh users staying disabled when activating SSH