diff options
32 files changed, 13 insertions, 2 deletions
diff --git a/php-8.0-opt/build.Dockerfile b/php-8.0-opt/build.Dockerfile index fad3d41..1c07f0e 100644 --- a/php-8.0-opt/build.Dockerfile +++ b/php-8.0-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 \ @@ -105,6 +105,14 @@ RUN cd libsodium-1.0.18 \ && ./configure --prefix=$DEP_PREFIX \ && make \ && checkinstall -y --pkgname $PACKAGE_NAME-libsodium +RUN curl -k "https://www.openssl.org/source/openssl-1.1.1n.tar.gz" > openssl-1.1.1n.tar.gz +RUN tar xzf openssl-1.1.1n.tar.gz +RUN cd openssl-1.1.1n \ + && ./config --prefix=$DEP_PREFIX --openssldir=$DEP_PREFIX no-idea no-mdc2 no-rc5 no-zlib no-ssl3 enable-unit-test no-ssl3-method enable-rfc3779 enable-cms enable-ec_nistp_64_gcc_128 \ + && make depend \ + && make all \ + && make test \ + && checkinstall -y --pkgname $PACKAGE_NAME-openssl RUN wget https://www.php.net/distributions/$PHP_VERSION.tar.gz RUN tar xzf $PHP_VERSION.tar.gz RUN cd $PHP_VERSION \ diff --git a/php-8.0-opt/copy.Dockerfile b/php-8.0-opt/copy.Dockerfile index f3d31a1..0d9aee5 100644 --- a/php-8.0-opt/copy.Dockerfile +++ b/php-8.0-opt/copy.Dockerfile @@ -11,6 +11,8 @@ COPY --from=build-stage /krb5-1.17.2/src/php-8.0.17-opt-krb5_1-1_amd64.deb . COPY --from=build-stage /php-8.0.17/ext/imagick-3.5.1/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb . COPY --from=build-stage /php-8.0.17/ext/apcu-5.1.20/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb . COPY --from=build-stage /libsodium-1.0.18/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb . +COPY --from=build-stage /libxml2-v2.9.10/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb . +COPY --from=build-stage /openssl-1.1.1n/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb . COPY --from=build-stage /php-8.0.17/ext/php-memcached-3.1.5/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb . COPY --from=build-stage /php-8.0.17/ext/phpredis-5.3.4/php-8.0.17-opt-redis_5.3.4-1_amd64.deb . diff --git a/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb Binary files differindex f22a9a7..5777c46 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb Binary files differindex 1853bda..9a824db 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb Binary files differindex 8d7884c..1e58b2d 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb Binary files differindex c7af3d2..34720cd 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb Binary files differindex fd7e15e..f61c6a6 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb Binary files differindex ff89e66..7db3d81 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb Binary files differindex 1951bc2..cc335c6 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb Binary files differnew file mode 100644 index 0000000..24d86dd --- /dev/null +++ b/php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb Binary files differindex db88710..57e0420 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb Binary files differindex 00b9959..caad6c1 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb Binary files differindex 05a2803..3107b7c 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb Binary files differnew file mode 100644 index 0000000..19fa100 --- /dev/null +++ b/php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb Binary files differindex 2c31ed0..e3e0de7 100644 --- a/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb diff --git a/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb b/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb Binary files differindex 10fb27a..223d6a1 100644 --- a/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb +++ b/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differnew 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 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 Binary files differindex 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 |