From d4381312a8a1eb308760656ab484e9520f13cbe5 Mon Sep 17 00:00:00 2001 From: lookshe Date: Thu, 31 Mar 2022 10:12:51 +0200 Subject: disable python in libxml2 --- php-8.0-opt/build.Dockerfile | 2 +- .../out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb | Bin 52862 -> 52866 bytes php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb | Bin 11069044 -> 11068956 bytes .../out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb | Bin 128346 -> 128354 bytes php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb | Bin 4279104 -> 4279122 bytes .../out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb | Bin 711026 -> 711032 bytes .../out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb | Bin 600678 -> 600706 bytes .../php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb | Bin 1171276 -> 1171240 bytes .../out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb | Bin 6842710 -> 6842984 bytes .../out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb | Bin 348466 -> 348458 bytes .../out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb | Bin 49402 -> 49404 bytes .../out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb | Bin 922640 -> 922638 bytes .../out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb | Bin 6774850 -> 6774808 bytes .../out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb | Bin 210974 -> 210982 bytes php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb | Bin 19278522 -> 19278990 bytes php-8.1-opt/build.Dockerfile | 2 +- .../out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb | Bin 52860 -> 52864 bytes php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb | Bin 11069024 -> 11068956 bytes .../out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb | Bin 128384 -> 128386 bytes php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb | Bin 4279114 -> 4279118 bytes .../out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb | Bin 711012 -> 710998 bytes .../out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb | Bin 600696 -> 600686 bytes .../out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb | Bin 1171276 -> 1171246 bytes .../out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb | Bin 6842648 -> 6842836 bytes .../out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb | Bin 348478 -> 348452 bytes .../out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb | Bin 49500 -> 49498 bytes .../out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb | Bin 922656 -> 922656 bytes .../out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb | Bin 6774856 -> 6774596 bytes .../out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb | Bin 211004 -> 211004 bytes php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb | Bin 19861990 -> 19861962 bytes 30 files changed, 2 insertions(+), 2 deletions(-) diff --git a/php-8.0-opt/build.Dockerfile b/php-8.0-opt/build.Dockerfile index 1c07f0e..8c586aa 100644 --- a/php-8.0-opt/build.Dockerfile +++ b/php-8.0-opt/build.Dockerfile @@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \ RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz RUN tar xzf libxml2-v2.9.10.tar.gz RUN cd libxml2-v2.9.10 \ - && ./autogen.sh --prefix=$DEP_PREFIX \ + && ./autogen.sh --prefix=$DEP_PREFIX --disable-python \ && make \ && make install \ && checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10 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 index 5777c46..a5d3b98 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb differ 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 index 9a824db..a65faea 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.deb differ 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 index 1e58b2d..af68586 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb differ 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 index 34720cd..e622dcb 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.deb differ 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 index f61c6a6..def65b2 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.deb differ 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 index 7db3d81..c384c0c 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.deb differ 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 index cc335c6..353ed69 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb differ 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 index 24d86dd..06949a3 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb differ 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 index 57e0420..deecb74 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.deb differ 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 index caad6c1..d603cb0 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb differ 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 index 3107b7c..8ef4a3f 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.deb differ 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 index 19fa100..253f19e 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb differ 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 index e3e0de7..7b64306 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.deb differ 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 index 223d6a1..a1a5d77 100644 Binary files a/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb and b/php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.deb differ diff --git a/php-8.1-opt/build.Dockerfile b/php-8.1-opt/build.Dockerfile index 54de090..121e1fa 100644 --- a/php-8.1-opt/build.Dockerfile +++ b/php-8.1-opt/build.Dockerfile @@ -47,7 +47,7 @@ RUN cd curl-7.73.0 \ RUN curl -k https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.9.10/libxml2-v2.9.10.tar.gz > libxml2-v2.9.10.tar.gz RUN tar xzf libxml2-v2.9.10.tar.gz RUN cd libxml2-v2.9.10 \ - && ./autogen.sh --prefix=$DEP_PREFIX \ + && ./autogen.sh --prefix=$DEP_PREFIX --disable-python \ && make \ && make install \ && checkinstall -y --pkgname $PACKAGE_NAME-libxml2 --pkgversion 2.9.10 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 119db7e..1f91575 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.deb 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 ea71179..50166e4 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.deb 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 4602480..9850026 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.deb 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 fb080e2..6363502 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.deb 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 01f624a..d0b181e 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.deb 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 daad6d2..1e915fd 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.deb 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 682df42..cdd0626 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.deb 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 index 6a8934d..d8273b8 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.deb 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 c9f087f..d115a88 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.deb 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 67ee50c..6d939dc 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.deb 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 2a93a61..d029007 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.deb 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 c33b4a4..09f787b 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.deb 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 817d745..2ce8369 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.deb 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 f2083ba..b0eebe6 100644 Binary files a/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb and b/php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.deb differ -- cgit v1.2.3