summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-31 21:36:27 +0200
committerlookshe <github@lookshe.org>2022-03-31 21:36:27 +0200
commit19a31b508d7818c91dadc3f0585d8c76548c4a9e (patch)
treee745b4b41cb0c37a09f1f33529edb69dfc674c5e
parentd4381312a8a1eb308760656ab484e9520f13cbe5 (diff)
disable python for 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.debbin52866 -> 52858 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-icu_1-1_amd64.debbin11068956 -> 11068962 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-imagick_3.5.1-1_amd64.debbin128354 -> 128356 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-krb5_1-1_amd64.debbin4279122 -> 4279138 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libgd_2.1.1-1_amd64.debbin711032 -> 711010 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libjpeg-turbo_1-1_amd64.debbin600706 -> 600690 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libsodium_1.0.18-1_amd64.debbin1171240 -> 1171238 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libxml2_2.9.10-1_amd64.debbin6842984 -> 6254184 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-libzip_0.11.2-1_amd64.debbin348458 -> 348466 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-memcached_3.1.5-1_amd64.debbin49404 -> 49400 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-oniguruma_6.9.6-1_amd64.debbin922638 -> 922630 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-openssl_1.1.1n-1_amd64.debbin6774808 -> 6774846 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt-redis_5.3.4-1_amd64.debbin210982 -> 210976 bytes
-rw-r--r--php-8.0-opt/out/php-8.0.17-opt_8.0.17-1_amd64.debbin19278990 -> 19278516 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.debbin52864 -> 52862 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-icu_1-1_amd64.debbin11068956 -> 11068960 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-imagick_3.5.1-1_amd64.debbin128386 -> 128382 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-krb5_1-1_amd64.debbin4279118 -> 4279120 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libgd_2.1.1-1_amd64.debbin710998 -> 710998 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libjpeg-turbo_1-1_amd64.debbin600686 -> 600698 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libsodium_1.0.18-1_amd64.debbin1171246 -> 1171222 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-libxml2_2.9.10-1_amd64.debbin6842836 -> 6254098 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.debbin922656 -> 922632 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-openssl_1.1.1n-1_amd64.debbin6774596 -> 6774958 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt-redis_5.3.4-1_amd64.debbin211004 -> 211002 bytes
-rw-r--r--php-8.1-opt/out/php-8.1.4-opt_8.1.4-1_amd64.debbin19861962 -> 19862110 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 8c586aa..9109bbe 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 --disable-python \
+ && ./autogen.sh --prefix=$DEP_PREFIX --without-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 a5d3b98..66db752 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 a65faea..553fe3f 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 af68586..e16adf5 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 e622dcb..a91b8d7 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 def65b2..20a0608 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 c384c0c..19e3274 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 353ed69..9135d00 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 06949a3..01f40fa 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 deecb74..a142278 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 d603cb0..520b3ac 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 8ef4a3f..20e7273 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 253f19e..72766bb 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 7b64306..a4854c2 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 a1a5d77..3cf0f8d 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 121e1fa..cb01b89 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 --disable-python \
+ && ./autogen.sh --prefix=$DEP_PREFIX --without-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 1f91575..d5a3042 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 50166e4..49cd79b 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 9850026..926799e 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 6363502..601c8be 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 d0b181e..f7cdcc6 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 1e915fd..f76c303 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 cdd0626..d7d90f4 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 d8273b8..ff55d14 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 d115a88..34a9bd7 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 6d939dc..5190280 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 d029007..d777505 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 09f787b..1279fb0 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 2ce8369..7091d42 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 b0eebe6..6ba3c93 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