Update version to 7.4.24

This commit is contained in:
Aleksandr Proklov 2021-09-25 11:25:45 +09:00
parent 8a5fa3afe4
commit 8c88000d31
3 changed files with 3 additions and 16 deletions

View file

@ -1,2 +1,2 @@
sources:
php-7.4.15.tar.xz: a616fc6ebf29b96a41d31422ab7151ba54b0382a
php-7.4.24.tar.xz: 34660781db70c891dcaab046931d38f60464d7e3

View file

@ -1,11 +0,0 @@
--- ext/bz2/bz2_filter.c 9 Aug 2007 23:27:22 -0000 1.3.2.2.2.5
+++ ext/bz2/bz2_filter.c 16 Dec 2007 17:22:31 -0000 1.3.2.2.2.6
@@ -132,6 +132,8 @@ static php_stream_filter_status_t php_bz
data->strm.avail_out = data->outbuf_len;
data->strm.next_out = data->outbuf;
exit_status = PSFS_PASS_ON;
+ } else if (status == BZ_OK) {
+ break;
}
}
}

View file

@ -26,8 +26,8 @@
Summary: The PHP7 scripting language
Name: php
Version: 7.4.15
Release: 5
Version: 7.4.24
Release: 1
Source0: http://ch1.php.net/distributions/php-%{version}.tar.xz
Source1: macros.php
Group: Development/PHP
@ -80,7 +80,6 @@ Patch113: php-libc-client.diff
Patch114: php-no_pam_in_c-client.diff
# Fix bugs
Patch121: php-bug43221.diff
Patch123: php-bug43589.diff
BuildRequires: autoconf
BuildRequires: automake
@ -1275,7 +1274,6 @@ fi
# upstream fixes
%patch121 -p0 -b .bug43221.droplet
%patch123 -p0 -b .bug43589.droplet
cp %{SOURCE2} maxlifetime
cp %{SOURCE3} php.crond