mirror of
https://abf.rosa.ru/djam/php7.git
synced 2025-02-23 14:52:47 +00:00
Update version to 7.4.24
This commit is contained in:
parent
8a5fa3afe4
commit
8c88000d31
3 changed files with 3 additions and 16 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
php-7.4.15.tar.xz: a616fc6ebf29b96a41d31422ab7151ba54b0382a
|
||||
php-7.4.24.tar.xz: 34660781db70c891dcaab046931d38f60464d7e3
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue