summaryrefslogtreecommitdiffstats
path: root/php-8.1-opt
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-30 23:55:45 +0200
committerlookshe <github@lookshe.org>2022-03-30 23:55:45 +0200
commit8ff9dc0290e58ed6bd8286e1de868f627be7f71d (patch)
tree497fb2e6965e7927014369655605d896d93da979 /php-8.1-opt
parent64e65c8d7ef6c09d9ea42f0a51c80421f211ec3d (diff)
fix broken libxml2 package, add openssl to php 8.0
Diffstat (limited to 'php-8.1-opt')
-rw-r--r--php-8.1-opt/build.Dockerfile2
-rw-r--r--php-8.1-opt/copy.Dockerfile1
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.debbin52862 -> 52860 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.debbin11069134 -> 11069024 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.debbin128370 -> 128384 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.debbin4279112 -> 4279114 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.debbin710980 -> 711012 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.debbin600688 -> 600696 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.debbin1171246 -> 1171276 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.debbin0 -> 6842648 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.debbin348452 -> 348478 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.debbin49498 -> 49500 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.debbin922630 -> 922656 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.debbin6774830 -> 6774856 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.debbin211002 -> 211004 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.debbin19861986 -> 19861990 bytes
16 files changed, 2 insertions, 1 deletions
diff --git a/php-8.1-opt/build.Dockerfile b/php-8.1-opt/build.Dockerfile
index 7c208c5..54de090 100644
--- a/php-8.1-opt/build.Dockerfile
+++ b/php-8.1-opt/build.Dockerfile
@@ -50,7 +50,7 @@ RUN cd libxml2-v2.9.10 \
&& ./autogen.sh --prefix=$DEP_PREFIX \
&& make \
&& make install \
- && checkinstall -y --pkgname $PACKAGE_NAME-libxml2
+ && checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10
RUN wget https://cmake.org/files/v2.8/cmake-2.8.12.1.tar.gz
RUN tar xzf cmake-2.8.12.1.tar.gz
RUN cd cmake-2.8.12.1 \
diff --git a/php-8.1-opt/copy.Dockerfile b/php-8.1-opt/copy.Dockerfile
index 878489e..9bcc26a 100644
--- a/php-8.1-opt/copy.Dockerfile
+++ b/php-8.1-opt/copy.Dockerfile
@@ -11,6 +11,7 @@ COPY --from=build-stage /krb5-1.17.2/src/php-8.1.4-opt-krb5_1-1_amd64.deb .
COPY --from=build-stage /php-8.1.4/ext/imagick-3.5.1/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb .
COPY --from=build-stage /php-8.1.4/ext/apcu-5.1.20/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb .
COPY --from=build-stage /libsodium-1.0.18/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb .
+COPY --from=build-stage /libxml2-v2.9.10/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb .
COPY --from=build-stage /openssl-1.1.1n/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb .
COPY --from=build-stage /php-8.1.4/ext/php-memcached-3.1.5/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb .
COPY --from=build-stage /php-8.1.4/ext/phpredis-5.3.4/php-8.1.4-opt-redis_5.3.4-1_amd64.deb .
diff --git a/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
index df68cdd..119db7e 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
index 128284f..ea71179 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
index bc0968d..4602480 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
index 01191b2..fb080e2 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
index cebe2c0..01f624a 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
index bdd8b19..daad6d2 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
index 69b4e26..682df42 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb
new file mode 100644
index 0000000..6a8934d
--- /dev/null
+++ b/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
index 4ec574d..c9f087f 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
index 862480d..67ee50c 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
index b44fd02..2a93a61 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
index b8e08e9..c33b4a4 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
index 43c1070..817d745 100644
--- a/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb
Binary files differ
diff --git a/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb b/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
index ea4f85d..f2083ba 100644
--- a/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
+++ b/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb
Binary files differ