summaryrefslogtreecommitdiffstats
path: root/php.spec
Commit message (Collapse)AuthorAgeFilesLines
* use official Oracle Instant Client RPMHEADmasterRemi Collet2023-09-221-11/+19
|
* Fix Security issue with external entity loading in XML without enabling itRemi Collet2023-08-021-5/+16
| | | | | | | GHSA-3qrf-m4j2-pcrr CVE-2023-3823 Fix Buffer mismanagement in phar_dir_read() GHSA-jqcx-ccgc-xwhv CVE-2023-3824 move httpd/nginx wants directive to config files in /etc
* fix possible buffer overflow in dateRemi Collet2023-06-211-81/+85
| | | | define %php56___phpize and %php56___phpconfig
* Fix insufficient random bytes in HTTP Digest authentication for SOAPRemi Collet2023-06-071-2/+9
| | | | | GHSA-76gg-c692-v2mw use oracle client library version 21.10
* fix #81744: Password_verify() always return true with some hashRemi Collet2023-02-151-3/+24
| | | | | | | | CVE-2023-0567 fix #81746: 1-byte array overrun in common path resolve code CVE-2023-0568 fix DOS vulnerability when parsing multipart request body CVE-2023-0662
* phar: fix #81726 DOS when using quine gzip file. CVE-2022-31628Remi Collet2022-09-281-4/+16
| | | | | | core: fix #81727 Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. CVE-2022-31629 use oracle client library version 21.7
* use oracle client library version 21.6Remi Collet2022-06-071-9/+13
| | | | | mysqlnd: fix #81719: mysqlnd/pdo password buffer overflow. CVE-2022-31626 pgsql: fix #81720: Uninitialized array in pg_query_params(). CVE-2022-31625
* Fix #79971 special character is breaking the path in xml functionRemi Collet2021-11-151-1/+7
| | | | CVE-2021-21707
* fix PHP-FPM oob R/W in root process leading to priv escalationRemi Collet2021-10-201-5/+12
| | | | | | CVE-2021-21703 use libicu version 69 use oracle client library version 21.3
* fix intl build on F35Remi Collet2021-09-071-1/+4
|
* Fix #81211 Symlinks are followed when creating PHAR archiveRemi Collet2021-08-261-1/+6
|
* missing changelogRemi Collet2021-06-291-0/+2
|
* Fix #81122 SSRF bypass in FILTER_VALIDATE_URLRemi Collet2021-06-281-3/+16
| | | | | | | | | CVE-2021-21705 Fix #76448 Stack buffer overflow in firebird_info_cb Fix #76449 SIGSEGV in firebird_handle_doer Fix #76450 SIGSEGV in firebird_stmt_execute Fix #76452 Crash while parsing blob data in firebird_fetch_blob CVE-2021-21704
* fix snmp extension build with net-snmp without DESRemi Collet2021-05-271-1/+7
|
* Fix #80710 imap_mail_compose() header injectionRemi Collet2021-04-281-17/+9
| | | | use oracle client library version 21.1
* Fix #80672 Null Dereference in SoapClientRemi Collet2021-02-031-1/+8
| | | | | CVE-2021-21702 better fix for #77423
* Fix #77423 FILTER_VALIDATE_URL accepts URLs with invalid userinfoRemi Collet2021-01-041-8/+18
| | | | CVE-2020-7071
* F33 buildRemi Collet2020-08-201-5/+19
|
* Core:Remi Collet2020-08-041-2/+13
| | | | | | | Fix #79877 getimagesize function silently truncates after a null byte Phar: Fix #79797 use of freed hash key in the phar_parse_zipfile function CVE-2020-7068
* Core:Remi Collet2020-05-131-1/+10
| | | | | | | Fix #78875 Long filenames cause OOM and temp files are not cleaned CVE-2019-11048 Fix #78876 Long variables in multipart/form-data cause OOM and temp files are not cleaned
* standard:Remi Collet2020-04-141-1/+11
| | | | | | Fix #79330 shell_exec silently truncates after a null byte Fix #79465 OOB Read in urldecode CVE-2020-7067
* standard:Remi Collet2020-03-171-2/+15
| | | | | | | | | Fix #79329 get_headers() silently truncates after a null byte CVE-2020-7066 exif: Fix #79282 Use-of-uninitialized-value in exif CVE-2020-7064 use oracle client library version 19.6 (18.5 on EL-6)
* add fix for GCC 10Remi Collet2020-02-191-0/+5
|
* Renew openssl certsRemi Collet2020-02-181-0/+5
|
* phar:Remi Collet2020-02-181-1/+13
| | | | | | | | Fix #79082 Files added to tar with Phar::buildFromIterator have all-access permissions CVE-2020-7063 session: Fix #79221 Null Pointer Dereference in PHP Session Upload Progress CVE-2020-7062
* rebuild with 1 more fixRemi Collet2020-01-231-2/+3
|
* mbstring:Remi Collet2020-01-211-1/+13
| | | | | | | | Fix #79037 global buffer-overflow in mbfl_filt_conv_big5_wchar CVE-2020-7060 standard: Fix #79099 OOB read in php_strip_tags_ex CVE-2020-7059
* - bcmath:Remi Collet2019-12-171-7/+33
| | | | | | | | | | | | | | | | Fix #78878 Buffer underflow in bc_shift_addsub CVE-2019-11046 - core: Fix #78862 link() silently truncates after a null byte on Windows CVE-2019-11044 Fix #78863 DirectoryIterator class silently truncates after a null byte CVE-2019-11045 - exif Fix #78793 Use-after-free in exif parsing under memory sanitizer CVE-2019-11050 Fix #78910 Heap-buffer-overflow READ in exif CVE-2019-11047 - use oracle client library version 19.5 (18.5 on EL-6)
* Fix CVE-2019-11043 env_path_info underflow in fpm_main.cRemi Collet2019-10-221-2/+7
|
* From 7.1.32Remi Collet2019-08-281-1/+11
| | | | | | | - mbstring: Fix CVE-2019-13224 don't allow different encodings for onig_new_deluxe - pcre: Fix #75457 heap use-after-free in pcrelib
* - exif:Remi Collet2019-07-301-1/+16
| | | | | | | | | Fix #78256 heap-buffer-overflow on exif_process_user_comment CVE-2019-11042 Fix #78222 heap-buffer-overflow on exif_scan_thumbnail CVE-2019-11041 - phar: Fix #77919 Potential UAF in Phar RSHUTDOWN
* bump releaseRemi Collet2019-07-031-2/+2
|
* use oracle client library version 19.3Remi Collet2019-06-171-2/+12
|
* - iconv:Remi Collet2019-05-281-1/+17
| | | | | | | | | | Fix #78069 Out-of-bounds read in iconv.c:_php_iconv_mime_decode() CVE-2019-11039 - exif: Fix #77988 Heap-buffer-overflow on php_jpg_get16 CVE-2019-11040 - sqlite3: Fix #77967 Bypassing open_basedir restrictions via file uris
* - exif:Remi Collet2019-04-301-1/+10
| | | | | Fix #77950 Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG CVE-2019-11036
* - exif:Remi Collet2019-04-021-4/+17
| | | | | | | Fix #77753 Heap-buffer-overflow in php_ifd_get32s Fix #77831 Heap-buffer-overflow in exif_iif_add_value - sqlite3: Added sqlite3.defensive INI directive
* ensure php-devel pulls needed lilbraries from php-config outputRemi Collet2019-03-291-0/+6
|
* Fix #76846 Segfault in shutdown function after memory limit errorRemi Collet2019-03-151-3/+14
|
* add CVEsRemi Collet2019-03-151-0/+5
|
* Fix #77396 Null Pointer Dereference in phar_create_or_parse_filenameRemi Collet2019-03-121-1/+19
| | | | | | | Fix #77586 - phar_tar_writeheaders_int() buffer overflow - spl: Fix #77431 openFile() silently truncates after a null byte - security fix synced with https://github.com/Microsoft/php-src/
* f30 buildRemi Collet2019-03-081-6/+6
|
* Fix #77630 rename() across the device may allow unwanted access during ↵Remi Collet2019-03-051-1/+7
| | | | processing
* - exif:Remi Collet2019-03-041-1/+29
| | | | | | | Fix #77509 Uninitialized read in exif_process_IFD_in_TIFF Fix #77540 Invalid Read on exif_process_SOFn Fix #77563 Uninitialized read in exif_process_IFD_in_MAKERNOTE Fix #77659 Uninitialized read in exif_process_IFD_in_MAKERNOTE
* cleanup for EL-8Remi Collet2019-01-211-14/+22
|
* Update to 5.6.40 - http://www.php.net/releases/5_6_40.phpRemi Collet2019-01-091-1/+4
|
* Update to 5.6.39 - http://www.php.net/releases/5_6_39.phpRemi Collet2018-12-051-9/+5
|
* use oracle client library version 18.3Remi Collet2018-10-241-2/+5
|
* Update to 5.6.38 - http://www.php.net/releases/5_6_38.phpRemi Collet2018-09-121-2/+5
|
* F29: backport ICU 62.1 support from 7.1Remi Collet2018-08-241-1/+8
|
* add PostgreSQL to LicenseRemi Collet2018-07-201-0/+2
|