summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
committerlookshe <github@lookshe.org>2022-03-31 10:12:51 +0200
commitd4381312a8a1eb308760656ab484e9520f13cbe5 (patch)
treeca1cac8912dc61ae8b075338cf7c983914b643de
parent8ff9dc0290e58ed6bd8286e1de868f627be7f71d (diff)
disable python in libxml2
-rw-r--r--php-8.0-opt/build.Dockerfile2
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-apcu_5.1.20-1_amd64.debbin52862 -> 52866 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.debbin11069044 -> 11068956 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.debbin128346 -> 128354 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.debbin4279104 -> 4279122 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.debbin711026 -> 711032 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.debbin600678 -> 600706 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.debbin1171276 -> 1171240 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.debbin6842710 -> 6842984 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.debbin348466 -> 348458 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.debbin49402 -> 49404 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.debbin922640 -> 922638 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.debbin6774850 -> 6774808 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.debbin210974 -> 210982 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.debbin19278522 -> 19278990 bytes
-rw-r--r--php-8.1-opt/build.Dockerfile2
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-apcu_5.1.20-1_amd64.debbin52860 -> 52864 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.debbin11069024 -> 11068956 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.debbin128384 -> 128386 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.debbin4279114 -> 4279118 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.debbin711012 -> 710998 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.debbin600696 -> 600686 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.debbin1171276 -> 1171246 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.debbin6842648 -> 6842836 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libzip_0.11.2-1_amd64.debbin348478 -> 348452 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-memcached_3.1.5-1_amd64.debbin49500 -> 49498 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-oniguruma_6.9.6-1_amd64.debbin922656 -> 922656 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.debbin6774856 -> 6774596 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.debbin211004 -> 211004 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.debbin19861990 -> 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 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
--- 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 ea71179..50166e4 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 4602480..9850026 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 fb080e2..6363502 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 01f624a..d0b181e 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 daad6d2..1e915fd 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 682df42..cdd0626 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
index 6a8934d..d8273b8 100644
--- 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 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
--- 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 67ee50c..6d939dc 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 2a93a61..d029007 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 c33b4a4..09f787b 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 817d745..2ce8369 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 f2083ba..b0eebe6 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