summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2021-06-10 10:50:18 +0200
committerlookshe <github@lookshe.org>2021-06-10 10:50:18 +0200
commitb860da2e5a700ae562681c6e5331393fd298b21e (patch)
tree47912c0ff81f4c3372c80ad2806a17d55e60f3b0
parentda17a49af2150340682b7746af9cea4a92231016 (diff)
update php to 7.4.20
-rw-r--r--php-7.4-opt/build.Dockerfile2
-rw-r--r--php-7.4-opt/copy.Dockerfile24
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-apcu_5.1.20-1_amd64.debbin52750 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-imagick_3.4.4-1_amd64.debbin126138 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-krb5_1-1_amd64.debbin4279134 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-libgd_2.1.1-1_amd64.debbin711016 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-libjpeg-turbo_1-1_amd64.debbin600704 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-libsodium_1.0.18-1_amd64.debbin1171252 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-libzip_0.11.2-1_amd64.debbin348490 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-memcached_3.1.5-1_amd64.debbin49334 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-oniguruma_6.9.6-1_amd64.debbin922664 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.16-opt-redis_5.3.4-1_amd64.debbin211138 -> 0 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-apcu_5.1.20-1_amd64.debbin0 -> 52760 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-icu_1-1_amd64.deb (renamed from php-7.4-opt/out/php-7.4.16-opt-icu_1-1_amd64.deb)bin11069112 -> 11068994 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-imagick_3.4.4-1_amd64.debbin0 -> 126156 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-krb5_1-1_amd64.debbin0 -> 4279126 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-libgd_2.1.1-1_amd64.debbin0 -> 711016 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-libjpeg-turbo_1-1_amd64.debbin0 -> 600698 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-libsodium_1.0.18-1_amd64.debbin0 -> 1171272 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-libzip_0.11.2-1_amd64.debbin0 -> 348474 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-memcached_3.1.5-1_amd64.debbin0 -> 49342 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-oniguruma_6.9.6-1_amd64.debbin0 -> 922636 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt-redis_5.3.4-1_amd64.debbin0 -> 211140 bytes
-rw-r--r--php-7.4-opt/out/php-7.4.20-opt_7.4.20-1_amd64.deb (renamed from php-7.4-opt/out/php-7.4.16-opt_7.4.16-1_amd64.deb)bin20188620 -> 20198356 bytes
24 files changed, 13 insertions, 13 deletions
diff --git a/php-7.4-opt/build.Dockerfile b/php-7.4-opt/build.Dockerfile
index 3c156c3..79bc3f6 100644
--- a/php-7.4-opt/build.Dockerfile
+++ b/php-7.4-opt/build.Dockerfile
@@ -3,7 +3,7 @@ FROM debian/eol:wheezy
ENV MAIN_PREFIX_NO_ROOT opt/php-7.4
ENV MAIN_PREFIX /$MAIN_PREFIX_NO_ROOT
ENV DEP_PREFIX $MAIN_PREFIX/dependencies
-ENV PHP_VERSION php-7.4.16
+ENV PHP_VERSION php-7.4.20
ENV PACKAGE_NAME $PHP_VERSION-opt
RUN apt-get update \
diff --git a/php-7.4-opt/copy.Dockerfile b/php-7.4-opt/copy.Dockerfile
index 9da3561..fed73b5 100644
--- a/php-7.4-opt/copy.Dockerfile
+++ b/php-7.4-opt/copy.Dockerfile
@@ -1,16 +1,16 @@
FROM lookshe/php-7.4-opt-build AS build-stage
FROM scratch AS export-stage
-COPY --from=build-stage /php-7.4.16/php-7.4.16-opt_7.4.16-1_amd64.deb .
-COPY --from=build-stage /libzip-0.11.2/php-7.4.16-opt-libzip_0.11.2-1_amd64.deb .
-COPY --from=build-stage /icu/source/php-7.4.16-opt-icu_1-1_amd64.deb .
-COPY --from=build-stage /oniguruma-6.9.6/php-7.4.16-opt-oniguruma_6.9.6-1_amd64.deb .
-COPY --from=build-stage /libgd-2.1.1/php-7.4.16-opt-libgd_2.1.1-1_amd64.deb .
-COPY --from=build-stage /libjpeg-turbo-2.0.6/build/php-7.4.16-opt-libjpeg-turbo_1-1_amd64.deb .
-COPY --from=build-stage /krb5-1.17.2/src/php-7.4.16-opt-krb5_1-1_amd64.deb .
-COPY --from=build-stage /php-7.4.16/ext/imagick-3.4.4/php-7.4.16-opt-imagick_3.4.4-1_amd64.deb .
-COPY --from=build-stage /php-7.4.16/ext/apcu-5.1.20/php-7.4.16-opt-apcu_5.1.20-1_amd64.deb .
-COPY --from=build-stage /libsodium-1.0.18/php-7.4.16-opt-libsodium_1.0.18-1_amd64.deb .
-COPY --from=build-stage /php-7.4.16/ext/php-memcached-3.1.5/php-7.4.16-opt-memcached_3.1.5-1_amd64.deb .
-COPY --from=build-stage /php-7.4.16/ext/phpredis-5.3.4/php-7.4.16-opt-redis_5.3.4-1_amd64.deb .
+COPY --from=build-stage /php-7.4.20/php-7.4.20-opt_7.4.20-1_amd64.deb .
+COPY --from=build-stage /libzip-0.11.2/php-7.4.20-opt-libzip_0.11.2-1_amd64.deb .
+COPY --from=build-stage /icu/source/php-7.4.20-opt-icu_1-1_amd64.deb .
+COPY --from=build-stage /oniguruma-6.9.6/php-7.4.20-opt-oniguruma_6.9.6-1_amd64.deb .
+COPY --from=build-stage /libgd-2.1.1/php-7.4.20-opt-libgd_2.1.1-1_amd64.deb .
+COPY --from=build-stage /libjpeg-turbo-2.0.6/build/php-7.4.20-opt-libjpeg-turbo_1-1_amd64.deb .
+COPY --from=build-stage /krb5-1.17.2/src/php-7.4.20-opt-krb5_1-1_amd64.deb .
+COPY --from=build-stage /php-7.4.20/ext/imagick-3.4.4/php-7.4.20-opt-imagick_3.4.4-1_amd64.deb .
+COPY --from=build-stage /php-7.4.20/ext/apcu-5.1.20/php-7.4.20-opt-apcu_5.1.20-1_amd64.deb .
+COPY --from=build-stage /libsodium-1.0.18/php-7.4.20-opt-libsodium_1.0.18-1_amd64.deb .
+COPY --from=build-stage /php-7.4.20/ext/php-memcached-3.1.5/php-7.4.20-opt-memcached_3.1.5-1_amd64.deb .
+COPY --from=build-stage /php-7.4.20/ext/phpredis-5.3.4/php-7.4.20-opt-redis_5.3.4-1_amd64.deb .
diff --git a/php-7.4-opt/out/php-7.4.16-opt-apcu_5.1.20-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-apcu_5.1.20-1_amd64.deb
deleted file mode 100644
index 7321e75..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-apcu_5.1.20-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-imagick_3.4.4-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-imagick_3.4.4-1_amd64.deb
deleted file mode 100644
index 3e7f29e..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-imagick_3.4.4-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-krb5_1-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-krb5_1-1_amd64.deb
deleted file mode 100644
index 24fd0fb..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-krb5_1-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-libgd_2.1.1-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-libgd_2.1.1-1_amd64.deb
deleted file mode 100644
index 66327f3..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-libgd_2.1.1-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-libjpeg-turbo_1-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-libjpeg-turbo_1-1_amd64.deb
deleted file mode 100644
index 5f72378..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-libjpeg-turbo_1-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-libsodium_1.0.18-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-libsodium_1.0.18-1_amd64.deb
deleted file mode 100644
index e8f0ef4..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-libsodium_1.0.18-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-libzip_0.11.2-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-libzip_0.11.2-1_amd64.deb
deleted file mode 100644
index 51ddedb..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-libzip_0.11.2-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-memcached_3.1.5-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-memcached_3.1.5-1_amd64.deb
deleted file mode 100644
index 0b3ee39..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-memcached_3.1.5-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-oniguruma_6.9.6-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-oniguruma_6.9.6-1_amd64.deb
deleted file mode 100644
index 51a4565..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-oniguruma_6.9.6-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-redis_5.3.4-1_amd64.deb b/php-7.4-opt/out/php-7.4.16-opt-redis_5.3.4-1_amd64.deb
deleted file mode 100644
index c498a89..0000000
--- a/php-7.4-opt/out/php-7.4.16-opt-redis_5.3.4-1_amd64.deb
+++ /dev/null
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-apcu_5.1.20-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-apcu_5.1.20-1_amd64.deb
new file mode 100644
index 0000000..943ef43
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-apcu_5.1.20-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt-icu_1-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-icu_1-1_amd64.deb
index ff88c11..202dccb 100644
--- a/php-7.4-opt/out/php-7.4.16-opt-icu_1-1_amd64.deb
+++ b/php-7.4-opt/out/php-7.4.20-opt-icu_1-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-imagick_3.4.4-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-imagick_3.4.4-1_amd64.deb
new file mode 100644
index 0000000..9e4c7b0
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-imagick_3.4.4-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-krb5_1-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-krb5_1-1_amd64.deb
new file mode 100644
index 0000000..5a688e4
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-krb5_1-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-libgd_2.1.1-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-libgd_2.1.1-1_amd64.deb
new file mode 100644
index 0000000..f36cb4c
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-libgd_2.1.1-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-libjpeg-turbo_1-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-libjpeg-turbo_1-1_amd64.deb
new file mode 100644
index 0000000..b5ac253
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-libjpeg-turbo_1-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-libsodium_1.0.18-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-libsodium_1.0.18-1_amd64.deb
new file mode 100644
index 0000000..5bd6d98
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-libsodium_1.0.18-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-libzip_0.11.2-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-libzip_0.11.2-1_amd64.deb
new file mode 100644
index 0000000..16ea96e
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-libzip_0.11.2-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-memcached_3.1.5-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-memcached_3.1.5-1_amd64.deb
new file mode 100644
index 0000000..7336d81
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-memcached_3.1.5-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-oniguruma_6.9.6-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-oniguruma_6.9.6-1_amd64.deb
new file mode 100644
index 0000000..9ef7439
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-oniguruma_6.9.6-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.20-opt-redis_5.3.4-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt-redis_5.3.4-1_amd64.deb
new file mode 100644
index 0000000..7c6fda1
--- /dev/null
+++ b/php-7.4-opt/out/php-7.4.20-opt-redis_5.3.4-1_amd64.deb
Binary files differ
diff --git a/php-7.4-opt/out/php-7.4.16-opt_7.4.16-1_amd64.deb b/php-7.4-opt/out/php-7.4.20-opt_7.4.20-1_amd64.deb
index 93f7d74..00506b3 100644
--- a/php-7.4-opt/out/php-7.4.16-opt_7.4.16-1_amd64.deb
+++ b/php-7.4-opt/out/php-7.4.20-opt_7.4.20-1_amd64.deb
Binary files differ