From 3bc14e5333c74b0d1351caac5b206c3236a5358c Mon Sep 17 00:00:00 2001 From: chbmb Date: Wed, 3 Jun 2020 13:55:04 +0100 Subject: [PATCH 1/3] Add php7-bcmath & php7-fileinfo Required for NC19 --- Dockerfile | 2 ++ Dockerfile.aarch64 | 2 ++ Dockerfile.armhf | 2 ++ readme-vars.yml | 1 + 4 files changed, 7 insertions(+) diff --git a/Dockerfile b/Dockerfile index f64224d..7f3949c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,11 +30,13 @@ RUN \ imagemagick \ libxml2 \ php7-apcu \ + php7-bcmath \ php7-bz2 \ php7-ctype \ php7-curl \ php7-dom \ php7-exif \ + php7-fileinfo \ php7-ftp \ php7-gd \ php7-gmp \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 38fbcb9..8508650 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -30,11 +30,13 @@ RUN \ imagemagick \ libxml2 \ php7-apcu \ + php7-bcmath \ php7-bz2 \ php7-ctype \ php7-curl \ php7-dom \ php7-exif \ + php7-fileinfo \ php7-ftp \ php7-gd \ php7-gmp \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 5c5ba61..2d9ecde 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -30,11 +30,13 @@ RUN \ imagemagick \ libxml2 \ php7-apcu \ + php7-bcmath \ php7-bz2 \ php7-ctype \ php7-curl \ php7-dom \ php7-exif \ + php7-fileinfo \ php7-ftp \ php7-gd \ php7-gmp \ diff --git a/readme-vars.yml b/readme-vars.yml index 588bf45..40adc08 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -70,6 +70,7 @@ app_setup_block: | # changelog changelogs: + - { date: "03.06.20:", desc: "Add php7-bcmath and php7-fileinfo" } - { date: "31.05.20:", desc: "Add aliases for occ and updater.phar" } - { date: "31.03.20:", desc: "Allow crontab to be user customized, fix logrotate." } - { date: "17.01.20:", desc: "Updated php.ini defaults and site config, including an optional HSTS directive (existing users should delete `/config/nginx/site-confs/default` and restart the container)." } From 30303f4e15510c7d0c72bee1c74c2328f84da25f Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 3 Jun 2020 13:17:40 +0000 Subject: [PATCH 2/3] Bot Updating Templated Files --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29f7f95..bfce170 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **03.06.20:** - Add php7-bcmath and php7-fileinfo * **31.05.20:** - Add aliases for occ and updater.phar * **31.03.20:** - Allow crontab to be user customized, fix logrotate. * **17.01.20:** - Updated php.ini defaults and site config, including an optional HSTS directive (existing users should delete `/config/nginx/site-confs/default` and restart the container). From 975196656e59f40100818041e1441513aa9bf9b2 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Wed, 3 Jun 2020 13:22:45 +0000 Subject: [PATCH 3/3] Bot Updating Package Versions --- package_versions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/package_versions.txt b/package_versions.txt index 977d0c0..9107df0 100755 --- a/package_versions.txt +++ b/package_versions.txt @@ -123,6 +123,7 @@ pango-1.44.7-r0 pcre-8.43-r0 pcre2-10.34-r1 php7-7.3.18-r0 +php7-bcmath-7.3.18-r0 php7-bz2-7.3.18-r0 php7-common-7.3.18-r0 php7-ctype-7.3.18-r0