update to 7.4.15

enable external gd [release 7.4.15-1mamba;Thu Feb 04 2021]
This commit is contained in:
Silvan Calarco 2024-01-06 09:58:48 +01:00
parent c3f81a3c7f
commit 3d5a56667e

View File

@ -6,7 +6,7 @@
%define with_hardening_patch 0 %define with_hardening_patch 0
Name: php Name: php
Version: 7.4.13 Version: 7.4.15
Release: 1mamba Release: 1mamba
Summary: The PHP HTML-embedded scripting language Summary: The PHP HTML-embedded scripting language
Group: Applications/Development Group: Applications/Development
@ -27,24 +27,41 @@ License: PHP License
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig BuildRequires: ldconfig
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXdmcp-devel
BuildRequires: libXpm-devel
BuildRequires: libbrotli-devel BuildRequires: libbrotli-devel
BuildRequires: libbsd-devel
BuildRequires: libbzip2-devel BuildRequires: libbzip2-devel
BuildRequires: libcares-devel BuildRequires: libcares-devel
BuildRequires: libcurl-devel BuildRequires: libcurl-devel
BuildRequires: libdb53-devel BuildRequires: libdb53-devel
BuildRequires: libe2fs-devel BuildRequires: libe2fs-devel
BuildRequires: libexpat-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libgd-devel
BuildRequires: libglib-devel
BuildRequires: libgraphite2-devel
BuildRequires: libgss-devel BuildRequires: libgss-devel
BuildRequires: libharfbuzz-devel
BuildRequires: libicu-devel BuildRequires: libicu-devel
BuildRequires: libidn2-devel BuildRequires: libidn2-devel
BuildRequires: libimap-c-client-devel BuildRequires: libimap-c-client-devel
BuildRequires: libjbig-devel
BuildRequires: libjpeg-devel
BuildRequires: libkrb5-devel BuildRequires: libkrb5-devel
BuildRequires: liblzma-devel BuildRequires: liblzma-devel
BuildRequires: libnghttp2-devel
BuildRequires: libodbc-devel BuildRequires: libodbc-devel
BuildRequires: libonig-devel BuildRequires: libonig-devel
BuildRequires: libopenldap-devel BuildRequires: libopenldap-devel
BuildRequires: libopenssl-devel BuildRequires: libopenssl-devel
BuildRequires: libpam-devel BuildRequires: libpam-devel
BuildRequires: libpcre-devel
BuildRequires: libpng-devel
BuildRequires: libpostgresql-devel BuildRequires: libpostgresql-devel
BuildRequires: libpsl-devel BuildRequires: libpsl-devel
BuildRequires: librtmp-devel BuildRequires: librtmp-devel
@ -52,10 +69,14 @@ BuildRequires: libsasl2-devel
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libssh2-devel BuildRequires: libssh2-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
BuildRequires: libunistring-devel BuildRequires: libunistring-devel
BuildRequires: libwebp-devel
BuildRequires: libxcb-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: libz-devel BuildRequires: libz-devel
BuildRequires: libzip-devel
BuildRequires: libzstd-devel BuildRequires: libzstd-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: apache-devel BuildRequires: apache-devel
@ -281,25 +302,18 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
--enable-shared \ --enable-shared \
--with-config-file-path=%{_sysconfdir}/php \ --with-config-file-path=%{_sysconfdir}/php \
--with-config-file-scan-dir=%{_sysconfdir}/php/php.d \ --with-config-file-scan-dir=%{_sysconfdir}/php/php.d \
--with-regex=php \
--with-openssl=shared,%{_prefix} \ --with-openssl=shared,%{_prefix} \
--with-gettext \ --with-gettext \
--enable-ftp \ --enable-ftp \
--with-ldap=shared,%{_prefix} \ --with-ldap=shared,%{_prefix} \
--with-zlib \ --with-zlib \
--with-gd=%{_prefix} \
--with-jpeg-dir=%{_prefix} \
--with-png-dir=%{_prefix} \
--with-freetype-dir=%{_prefix} \
--with-pgsql=shared,%{_prefix} \ --with-pgsql=shared,%{_prefix} \
--with-mysql=shared,%{_prefix} \
--with-mysql-sock=/run/mysqld/mysql.sock \ --with-mysql-sock=/run/mysqld/mysql.sock \
--with-mysqli=shared,mysqlnd \ --with-mysqli=shared,mysqlnd \
--with-pdo-mysql=shared,mysqlnd \ --with-pdo-mysql=shared,mysqlnd \
--with-unixODBC=shared,%{_prefix} \ --with-unixODBC=shared,%{_prefix} \
--with-imap=shared,%{_libdir}/imap/lib \ --with-imap=shared,%{_libdir}/imap/lib \
--with-imap-ssl \ --with-imap-ssl \
--with-mcrypt \
--with-db4=%{_includedir}/db53 \ --with-db4=%{_includedir}/db53 \
--with-xsl=shared \ --with-xsl=shared \
--without-pear \ --without-pear \
@ -307,6 +321,7 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
--with-bz2 \ --with-bz2 \
--with-curl \ --with-curl \
--with-xmlrpc \ --with-xmlrpc \
--with-zip \
--with-pdo-odbc=shared,unixODBC,%{_prefix} \ --with-pdo-odbc=shared,unixODBC,%{_prefix} \
--with-pdo-pgsql=shared \ --with-pdo-pgsql=shared \
--with-pdo-sqlite=shared \ --with-pdo-sqlite=shared \
@ -315,9 +330,10 @@ PEAR_INSTALLDIR="%{_libdir}/php"; export PEAR_INSTALLDIR
--enable-mbstring \ --enable-mbstring \
--enable-calendar \ --enable-calendar \
--enable-soap \ --enable-soap \
--enable-zip \
--enable-exif \ --enable-exif \
--enable-intl --enable-intl \
--enable-gd \
--with-external-gd
%make %make
@ -479,6 +495,10 @@ exit 0
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Thu Feb 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 7.4.15-1mamba
- update to 7.4.15
- enable external gd
* Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 7.4.13-1mamba * Tue Nov 24 2020 Automatic Build System <autodist@mambasoft.it> 7.4.13-1mamba
- automatic version update by autodist - automatic version update by autodist