| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: php7-phar | Distribution: SUSE Linux Enterprise 15 |
| Version: 7.4.33 | Vendor: SUSE LLC <https://www.suse.com/> |
| Release: 150400.4.22.1 | Build date: Tue Mar 21 17:26:06 2023 |
| Group: Development/Libraries/PHP | Build host: sheep04 |
| Size: 320609 | Source RPM: php7-7.4.33-150400.4.22.1.src.rpm |
| Packager: https://www.suse.com/ | |
| Url: https://secure.php.net | |
| Summary: PHP Archive extension for PHP | |
The phar extension provides a way to put entire PHP applications into a single file called a "phar" (PHP Archive) for distribution and installation. In addition, the phar extension also provides a file-format abstraction method for creating and manipulating tar and zip files through the PharData class, much as PDO provides a unified interface for accessing different databases. Phar also can convert between tar, zip and phar file formats.
PHP-3.01
* Tue Mar 21 2023 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-4900 [bsc#1209537], potential buffer overflow via PHP_CLI_SERVER_WORKERS environment variable
+ php7-CVE-2022-4900.patch
* Tue Mar 14 2023 pgajdos@suse.com
- fix potential buffer overflow [bsc#1208199]
- modified patches
% php-systzdata-v19.patch (refreshed)
* Mon Mar 06 2023 pgajdos@suse.com
- ensure extension=mysqlnd will be called before extension=mysqli
[bsc#1205162]
* Fri Feb 17 2023 pgajdos@suse.com
- security update
- added patches
fix CVE-2023-0568 [bsc#1208366], NULL byte off-by-one in php_check_specific_open_basedir
+ php7-CVE-2023-0568.patch
fix CVE-2023-0662 [bsc#1208367], DoS vulnerability when parsing multipart request body
+ php7-CVE-2023-0662.patch
https://github.com/php/php-src/commit/a92acbad873a05470af1a47cb785a18eadd827b5, relates to CVE-2023-0567 [bsc#1208388]
+ php7-crypt-possible-buffer-overread.patch
* Mon Jan 09 2023 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-31631 [bsc#1206958], Due to an integer overflow PDO:quote() may return unquoted string
+ php7-CVE-2022-31631.patch
* Thu Nov 03 2022 pgajdos@suse.com
- version update to 7.4.33 [bsc#1204577][bsc#1204979]
03 Nov 2022
GD:
Fixed bug #81739: OOB read due to insufficient input validation in imageloadfont(). (CVE-2022-31630)
Hash:
Fixed bug #81738: buffer overflow in hash_update() on long parameter. (CVE-2022-37454)
* Mon Oct 03 2022 pgajdos@suse.com
- version update to 7.4.32 [jsc#SLE-23639]
Version 7.4.32
29 Sep 2022
Core:
Fixed bug #81726: phar wrapper: DOS when using quine gzip file. (CVE-2022-31628)
Fixed bug #81727: Don't mangle HTTP variable names that clash with ones that have a specific semantic meaning. (CVE-2022-31629)
Version 7.4.30
09 Jun 2022
mysqlnd:
Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
pgsql:
Fixed bug #81720: Uninitialized array in pg_query_params(). (CVE-2022-31625)
Version 7.4.29
14 Apr 2022
Core:
No source changes to this release. This update allows for re-building the Windows binaries against upgraded dependencies which have received security updates.
Date:
Updated to latest IANA timezone database (2022a).
Version 7.4.28
17 Feb 2022
Filter:
Fix #81708: UAF due to php_filter_float() failing for ints (CVE-2021-21708)
Version 7.4.27
16 Dec 2021
Core:
Fixed bug #81626 (Error on use static:: in __сallStatic() wrapped to Closure::fromCallable()).
FPM:
Fixed bug #81513 (Future possibility for heap overflow in FPM zlog).
GD:
Fixed bug #71316 (libpng warning from imagecreatefromstring).
OpenSSL:
Fixed bug #75725 (./configure: detecting RAND_egd).
PCRE:
Fixed bug #74604 (Out of bounds in php_pcre_replace_impl).
Standard:
Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
Fixed bug #81659 (stream_get_contents() may unnecessarily overallocate).
Version 7.4.26
18 Nov 2021
Core:
Fixed bug #81518 (Header injection via default_mimetype / default_charset).
Date:
Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
MBString:
Fixed bug #76167 (mbstring may use pointer from some previous request).
MySQLi:
Fixed bug #81494 (Stopped unbuffered query does not throw error).
PCRE:
Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
Streams:
Fixed bug #54340 (Memory corruption with user_filter).
XML:
Fixed bug #79971 (special character is breaking the path in xml function). (CVE-2021-21707)
- fixes [bsc#1203867] and [bsc#1203870]
- deleted patches
- php7-CVE-2021-21707.patch (upstreamed)
- php7-CVE-2021-21708.patch (upstreamed)
- php7-CVE-2022-31625.patch (upstreamed)
- php7-CVE-2022-31626.patch (upstreamed)
* Mon Jun 20 2022 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-31625 [bsc#1200645], uninitialized pointers free in Postgres extension
+ php7-CVE-2022-31625.patch
* Fri Jun 17 2022 pgajdos@suse.com
- security update
- added patches
fix CVE-2022-31626 [bsc#1200628], buffer overflow via user-supplied password when using pdo_mysql extension with mysqlnd driver
+ php7-CVE-2022-31626.patch
* Fri Jun 10 2022 pgajdos@suse.com
- security update
- added patches
fix CVE-2021-21707 [bsc#1193041], special character breaks path in xml parsing
+ php7-CVE-2021-21707.patch
* Fri May 06 2022 pgajdos@suse.com
- security update [bsc#1197644]
- added patches
fix https://github.com/php/php-src/commit/771dbdb319fa7f90584f6b2cc2c54ccff570492d
+ php7-signedness-php_filter_validate_domain.patch
* Tue Feb 22 2022 pgajdos@suse.com
- security update
- added patches
fix CVE-2021-21708 [bsc#1196252], Use after free due to php_filter_float() failing for ints
+ php7-CVE-2021-21708.patch
* Fri Oct 22 2021 suse+build@de-korte.org
- updated to 7.4.25: This is a security release (CVE-2021-21703)
which also contains several bug fixes.
See https://www.php.net/ChangeLog-7.php#7.4.25
* Mon Sep 27 2021 pgajdos@suse.com
- previous version updates fixes also:
CVE-2020-7068,CVE-2020-7069,CVE-2020-7070,CVE-2020-7071,
CVE-2021-21702,CVE-2021-21704,CVE-2021-21705
bsc#1175223,bsc#1177351,bsc#1177352,bsc#1180706,
bsc#1182049,bsc#1188035,bsc#1188037
* Thu Sep 23 2021 suse+build@de-korte.org
- updated to 7.4.24: This is a security release (CVE-2021-21706)
which also contains several bug fixes.
See https://www.php.net/ChangeLog-7.php#7.4.24
* Wed Sep 15 2021 pgajdos@suse.com
- added patches
https://github.com/php/php-src/commit/b3646440b1808abf0874b6f89027ce53ec5da03f
+ php7-gd-removed-unused-constants.patch
* Thu Aug 26 2021 suse+build@de-korte.org
- updated to 7.4.23: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.23
* Thu Jul 29 2021 suse+build@de-korte.org
- updated to 7.4.22: This is a security and bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.22
* Thu Jul 01 2021 suse+build@de-korte.org
- updated to 7.4.21: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.21
* Thu Jun 03 2021 suse+build@de-korte.org
- updated to 7.4.20: This is a bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.20
* Thu May 06 2021 suse+build@de-korte.org
- updated to 7.4.19: This release reverts a bug related to PDO_pgsql
that was introduced in PHP 7.4.18.
* Fri Apr 30 2021 suse+build@de-korte.org
- updated to 7.4.18: This is a security bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.18
* Tue Apr 13 2021 suse+build@de-korte.org
- Do not hard-depend on systemd: use systemd_ordering instead of
systemd_requires.
* Thu Mar 04 2021 suse+build@de-korte.org
- updated to 7.4.16: This is a bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.16
* Mon Feb 01 2021 suse+build@de-korte.org
- updated to 7.4.15: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.15
- suppress warning for all flavors not equal to "" in multibuild
% php7.rpmlintrc
* Fri Jan 29 2021 suse+build@de-korte.org
- add versioning to php-sapi as well
* Sat Jan 23 2021 suse+build@de-korte.org
- require this PHP version of subpackages in Recommends/Suggests
- run apache-rex tests in php7:test as packages need to be build
first (otherwise tests run with previous version)
* Sun Jan 17 2021 suse+build@de-korte.org
- add php_cfgdir and php_extdir macros
* Fri Jan 15 2021 suse+build@de-korte.org
- deleted patch (redundant cast, both sides are already signed int)
- php-odbc-cmp-int-cast.patch
* Wed Jan 13 2021 suse+build@de-korte.org
- install php7-cli if no sapi is selected upon php7 installation
- add conflicts with earlier version of php-cli, php-fastcgi and
php-fpm
* Mon Jan 11 2021 suse+build@de-korte.org
- put CLI binary in -cli subpackage so that other moduldes can depend
on the php base package that remains (and provides files and maps
common for all)
* Fri Jan 08 2021 suse+build@de-korte.org
- use pkgconfig() to resolve BuildRequires where upstream uses it too
- since php-7.4.0 when using --with-external-gd the configure options
- -with-xpm, --with-freetype and --with-jpeg are not needed anymore
(and neither are the respective BuildRequires)
- add Recommends: php-openssl as many modules can optionally use it
- use new %ldconfig macros in Tumbleweed
* Thu Jan 07 2021 suse+build@de-korte.org
- build the MySQL Native Driver as a shared module (rather than
builtin) to prevent a hard requirement for OpenSSL in the CLI
* Thu Jan 07 2021 suse+build@de-korte.org
- updated to 7.4.14: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.14
- make phar SOURCE_DATE_EPOCH aware so the timestamps in phar.phar
are reproducible and sort filelist to include
+ php-build-reproducible-phar.patch
+ php-sort-filelist-phar.patch
* Wed Jan 06 2021 suse+build@de-korte.org
- fix build failure for SLE_15
* Wed Jan 06 2021 pgajdos@suse.com
- deleted patches
- php-openssl.patch (undocumented and not upstreamed patch for a
long time)
- php7-arm-build-fixes.patch (do not build for SLE12 anymore)
- php-pts.patch (undocumented and not upstreamed patch for a long
time)
- improved patch documentation
* Tue Jan 05 2021 pgajdos@suse.com
- use cli sapi php-config --libs
* Mon Jan 04 2021 suse+build@de-korte.org
- build devel subpackage in cli configuration (otherwise include
files for shared modules are missing)
* Sun Jan 03 2021 suse+build@de-korte.org
- php-phar requires the php-zlib extension
- trim specfile lint
* Thu Dec 31 2020 suse+build@de-korte.org
- install macros.php in %{_rpmconfigdir}/macros.d
* Wed Dec 30 2020 suse+build@de-korte.org
- build devel subpackage in embed subpackage (where it previously was
built)
* Mon Dec 28 2020 suse+build@de-korte.org
- don't build with CPU specific instructions as it can't be guaranteed
these are available at runtime
+ php-no-check-cpu.patch
- remove obsolete patch (replaced by SOURCE_DATE_EPOCH)
- php-no-build-date.patch
* Fri Dec 18 2020 suse+build@de-korte.org
- add D(eterministic) flag to AR_FLAGS to (php-ar-flags.patch)
- modified sources
% _multibuild
* Sun Dec 13 2020 suse+build@de-korte.org
- restart php-fpm.service in %posttrans fpm (extensions may need
to be updated too, so restart must be delayed to after all RPM
transactions have completed)
* Fri Dec 04 2020 suse+build@de-korte.org
- do not add mod_php to httpd.conf during %install (better fix for
new apache2 from Apache development repo)
+ php-install-mod_php.patch
- do not build php-cgi when not needed
- only build extensions in cli
* Sun Nov 29 2020 suse+build@de-korte.org
- fix building with new apache2 from Apache development repo
* Fri Nov 27 2020 pgajdos@suse.com
- do not build firebird extension in any case
* Thu Nov 26 2020 suse+build@de-korte.org
- updated to 7.4.13: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.13
- deleted patch (upstreamed)
- php-fix_net-snmp_disable_MD5.patch
* Thu Oct 29 2020 suse+build@de-korte.org
- updated to 7.4.12: This is a bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.12
* Wed Oct 07 2020 pgajdos@suse.com
- fix build for 15 and 15sp1
* Thu Oct 01 2020 suse+build@de-korte.org
- updated to 7.4.11: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.11
* Mon Sep 07 2020 pgajdos@suse.com
- do not rely on apr-devel to pull db-devel
* Thu Sep 03 2020 suse+build@de-korte.org
- updated to 7.4.10: This is a bug fix release. See
https://www.php.net/ChangeLog-7.php#7.4.10
* Thu Aug 06 2020 suse+build@de-korte.org
- updated to 7.4.9: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.9
* Thu Jul 09 2020 suse+build@de-korte.org
- updated to 7.4.8: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.8
* Thu Jul 09 2020 pgajdos@suse.com
- Use /run/php-fpm instead of /run/php
- modified sources
% php-fpm.tmpfiles.d
* Thu Jul 09 2020 pgajdos@suse.com
- do not install %{_tmpfilesdir}, %{_tmpfilesdir}/php-fpm.conf in
test favour
* Mon Jul 06 2020 daniel.molkentin@suse.com
- added tmpfiles.d for php-fpm to provide a base base for a socket
(boo#1173786)
* Thu Jun 11 2020 suse+build@de-korte.org
- updated to 7.4.7: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.7
* Thu May 14 2020 suse+build@de-korte.org
- updated to 7.4.6: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.6
* Wed May 13 2020 pgajdos@suse.com
- added patches
build fixes in SLE12
+ php7-arm-build-fixes.patch
* Tue May 12 2020 pgajdos@suse.com
- added to SLE-12 [jsc#SLE-12474]
* Tue May 12 2020 pgajdos@suse.com
- spec file usable under SLE12 again and better prepared for
phpM -> phpMN transition
* Mon May 11 2020 pgajdos@suse.com
- added to SLE-15-SP2 [jsc#SLE-12482], including fixes for:
CVE-2020-7063 [bsc#1165289]
CVE-2020-7062 [bsc#1165280]
CVE-2019-11046, CVE-2019-11050, CVE-2019-11047, CVE-2019-11045
* Tue Apr 14 2020 suse+build@de-korte.org
- updated to 7.4.5: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.5
* Thu Apr 02 2020 pgajdos@suse.com
- remove Berkeley DB Database support [jsc#SLE-12210]
* Fri Mar 20 2020 pgajdos@suse.com
- build firebird extension in any case
* Tue Mar 17 2020 suse+build@de-korte.org
- updated to 7.4.4: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.4
* Thu Mar 12 2020 mliska@suse.cz
- Enable LTO as it works now (boo#1133275).
* Wed Feb 19 2020 suse+build@de-korte.org
- updated to 7.4.3: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.3
* Mon Feb 10 2020 pgajdos@suse.com
- add %apache_rex_deps
* Thu Jan 23 2020 suse+build@de-korte.org
- updated to 7.4.2: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.2
* Wed Dec 18 2019 suse+build@de-korte.org
- updated to 7.4.1: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.1
- deleted patches
- php-fix-mysqlnd-compression-library.patch
- php-fpm-service-fails-to-start.patch
* Tue Dec 10 2019 pgajdos@suse.com
- php7-devel requires glibc-devel, libxml2-devel, pcre2-devel
again
* Thu Dec 05 2019 suse+build@de-korte.org
- relax systemd restrictions for FPM as they were too strict in
some applications
- change leftover Requires php7-<extension> to php-<extension>
- remove external libraries from -devel subpackage
- added patches
+ php-fpm-service-fails-to-start.patch
* Thu Nov 28 2019 suse+build@de-korte.org
- update to 7.4.0:
* Typed Properties
* Arrow Functions
* Limited Return Type Covariance and Argument Type Contravariance
* Unpacking Inside Arrays
* Numeric Literal Separator
* Weak References
* Allow Exceptions from __toString()
* Opcache Preloading
* The interbase and wddx extensions are removed and now
available through PECL
* PEAR is now packaged separately in php7-pear source package
(https://externals.io/message/103977)
* See https://www.php.net/ChangeLog-7.php#7.4.0 for a complete
list of changes
- deleted patches
- php-suse-addons.tar.bz
- php-systzdata-v18.patch
- added patches
+ php-fix-mysqlnd-compression-library.patch
+ php-systzdata-v19.patch
+ mod_php7.conf
- modified files/patches
% php-no-build-date.patch
% php-systemd-unit.patch
% php7.keyring (use keys of the PHP-7.4 release managers)
% php7.rpmlintrc
* Tue Nov 19 2019 pgajdos@suse.com
- added to SLE-15-SP2 [SLE-10860], fixes
CVE-2019-11043 [bsc#1154999]
CVE-2019-11041 [bsc#1146360]
CVE-2019-11042 [bsc#1145095]
CVE-2019-11039 [bsc#1138173]
CVE-2019-11040 [bsc#1138172]
CVE-2019-11036 [bsc#1134322]
CVE-2019-11034 [bsc#1132838]
CVE-2019-11035 [bsc#1132837]
CVE-2019-9637 [bsc#1128892]
CVE-2019-9675 [bsc#1128886]
CVE-2019-9638 [bsc#1128889], CVE-2019-9639 [bsc#1128887]
CVE-2019-9640 [bsc#1128883]
CVE-2019-9024 [bsc#1126821]
CVE-2019-9020 [bsc#1126711]
CVE-2018-20783 [bsc#1127122]
CVE-2019-9021 [bsc#1126713]
CVE-2019-9022 [bsc#1126827]
CVE-2019-9023 [bsc#1126823]
CVE-2019-9641 [bsc#1128722]
CVE-2018-19935 [bsc#1118832]
CVE-2018-17082 [bsc#1108753]
CVE-2018-1000222 [bsc#1105434]
CVE-2018-14851 [bsc#1103659]
CVE-2017-9120 [bsc#1103661]
CVE-2018-12882 [bsc#1099098]
[bsc#1151793]
* Tue Nov 12 2019 dimstar@opensuse.org
- Do not add the generic provides to the php7-test package.
* Fri Oct 25 2019 pgajdos@suse.com
- version update to 7.3.11: This is a security release which also
contains several bug fixes.
See https://www.php.net/ChangeLog-7.php#7.3.11
* Fri Oct 04 2019 pgajdos@suse.com
- provide test results via multibuild :test
- added sources
+ _multibuild
* Mon Sep 30 2019 pgajdos@suse.com
- remove pcre.jit=0 setting default as https://bugs.php.net/bug.php?id=77260
is solved on pcre2 side [bsc#1124446]
- modified patches
% php-ini.patch (amended)
* Sun Sep 29 2019 suse+build@de-korte.org
- updated to 7.3.10: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.10
* Sat Aug 31 2019 suse+build@de-korte.org
- updated to 7.3.9: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.9
* Sat Aug 03 2019 suse+build@de-korte.org
- updated to 7.3.8: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.8
* Thu Jul 04 2019 suse+build@de-korte.org
- updated to 7.3.7: This is a bug fix release. See
https://www.php.net/ChangeLog-7.php#7.3.7
* Thu May 30 2019 suse+build@de-korte.org
- updated to 7.3.6: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.6
* Wed May 29 2019 pgajdos@suse.com
- check via apache-rex
* Fri May 24 2019 pgajdos@suse.com
- build for 42.3
* Thu May 02 2019 suse+build@de-korte.org
- updated to 7.3.5: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.5
* Wed Apr 24 2019 mliska@suse.cz
- Disable LTO (boo#1133275).
* Thu Apr 04 2019 suse+build@de-korte.org
- updated to 7.3.4: This is a security release which also contains
several bug fixes. See https://www.php.net/ChangeLog-7.php#7.3.4
* Fri Mar 15 2019 pgajdos@suse.com
- upstream bug #41631 is already fixed [bsc#1129032]
- deleted sources
- README.default_socket_timeout (not needed)
* Fri Mar 08 2019 pgajdos@suse.com
- updated to 7.3.3: This is a security release which also contains
several bug fixes. See
http://www.php.net/ChangeLog-7.php#7.3.3
- deleted patches
- php-systzdata-v17.patch (upstreamed)
- added patches
+ php-systzdata-v18.patch (thanks to remirepo)
* Tue Mar 05 2019 pgajdos@suse.com
- asan_build: build ASAN included
- debug_build: build more suitable for debugging
* Thu Feb 28 2019 tchvatal@suse.com
- Disable tests that do deadlock now with curl update, this is
fixed in next release 7.3.3 thus reenable here when released
* Thu Feb 28 2019 pgajdos@suse.com
- rename php7-*.patch to more general php-#1.patch
why: this aligns with maintenance patch names, which are in
changelogs comfortably copied over php72, php7, php5, php53;
moreover, php$N prefix causes issues when package is renamed,
e. g. php7 to php72
- deleted patches
- php7-crypt-tests.patch
- php7-date-regenerate-lexers.patch
- php7-embed.patch
- php7-fix_net-snmp_disable_MD5.patch
- php7-ini.patch
- php7-no-build-date.patch
- php7-odbc-cmp-int-cast.patch
- php7-openssl.patch
- php7-php-config.patch
- php7-phpize.patch
- php7-pts.patch
- php7-systemd-unit.patch
- php7-systzdata-v17.patch
- added patches
+ php-crypt-tests.patch
+ php-date-regenerate-lexers.patch
+ php-embed.patch
+ php-fix_net-snmp_disable_MD5.patch
+ php-ini.patch
+ php-no-build-date.patch
+ php-odbc-cmp-int-cast.patch
+ php-openssl.patch
+ php-php-config.patch
+ php-phpize.patch
+ php-pts.patch
+ php-systemd-unit.patch
+ php-systzdata-v17.patch
* Mon Feb 25 2019 pgajdos@suse.com
- fix wrongly ported patch, using the one from remirepo (Thanks!)
[bsc#1126449]
- modified patches
% php7-systzdata-v17.patch
* Wed Feb 13 2019 pgajdos@suse.com
- updated to version 7.3.2: This is a bugfix release, with several
bug fixes included. See
http://php.net/ChangeLog-7.php#7.3.2
- php7-systzdata-v16.patch modified and renamed to
php7-systzdata-v17.patch
* Thu Feb 07 2019 pgajdos@suse.com
- set pcre.jit=0 until https://bugs.php.net/bug.php?id=77260
is solved [bsc#1124446]
* Thu Jan 31 2019 suse+build@de-korte.org
- spec file cleanup
* add BuildRequires gpg2
* remove outdated README.SUSE-pear - Squirrelmail uses PDO instead
of DB now by default
* remove outdated php7-depdb-path.patch - Horde packages no longer
build so need to be fixed anyway
- update php7.rpmlintrc to suppress warnings that aren't fixable and
drown out other warnings
* Wed Jan 30 2019 suse+build@de-korte.org
- provide the version of PEAR, rather than the PHP version in php-pear
* Wed Jan 30 2019 suse+build@de-korte.org
- configure cache_dir, metadata_dir and sig_bin through PHP_PEAR_*
exports
* Tue Jan 29 2019 suse+build@de-korte.org
- remove install-pear-nozlib.phar (the bundled and tested version from
the PHP sources is fresh enough for our purposes)
- merge back php7-pear-Archive_Tar in php7-pear
- rename cache_dir to pear and create it
* Tue Jan 22 2019 suse+build@de-korte.org
- fix php7.spec typos
* Tue Jan 22 2019 pgajdos@suse.com
- verify install-pear-nozlib.phar
* Tue Jan 22 2019 suse+build@de-korte.org
- update install-pear-nozlib.phar to version 1.10.10
* switch source to GitHub
* provides Archive_Tar 1.4.4 (fixes CVE-2018-1000888)
* Mon Jan 14 2019 pgajdos@suse.com
- update to 7.3.1: This is a security release which also contains
several bug fixes. See
http://php.net/ChangeLog-7.php
- remove suhosin stuff
* Sun Dec 30 2018 crrodriguez@opensuse.org
- Support LMDB in php7-dba, it is advisable to use it instead
of bdb.
* Thu Dec 20 2018 crodriguez@owncloud.com
- Update php7-pts.patch: open slave_pty using TIOCGPTPEER if available
instead of the name returned by ptsname() so it is safe to use when
interacting with namespaces.
* Thu Dec 20 2018 crodriguez@owncloud.com
- update install-pear-nozlib.phar to its latest version, otherwise
pecl stops working due to protocol switch http -> https
* Wed Dec 19 2018 mpluskal@suse.com
- Mark testresults package as noarch
* Thu Dec 13 2018 mpluskal@suse.com
- Enable testsuite during build time and save log to subpackage
testresults (boo#1119396)
* Mon Dec 10 2018 crrodriguez@opensuse.org
- update to pcre2 broke building third party modules, php7-devel
needs pcre-devel --> pcre2-devel change.
* Mon Dec 10 2018 pgajdos@suse.com
- update to 7.3.0:
* Improved PHP GC
* Add net_get_interfaces()
* Implemented flexible heredoc and nowdoc syntax
* Added support for references in list() and array destructuring
* Added syslog.facility and syslog.ident INI entries for
customizing syslog logging
* The declaration and use of case-insensitive constants has been
deprecated
* Added syslog.filter INI entry for syslog filtering
* Added the 'add_slashes' sanitization mode
* Added support for WebP in imagecreatefromstring()
* Export internal structures and accessor helpers for GMP object.
* Added gmp_binomial(n, k)
* Added gmp_lcm(a, b)
* Added gmp_perfect_power(a)
* Added gmp_kronecker(a, b)
* Added JSON_THROW_ON_ERROR flag
* Added ldap_exop_refresh helper for EXOP REFRESH operation with
dds overlay
* Added full support for sending and parsing ldap controls
* Removed support for ODBCRouter
* Removed support for Birdstep
* Added openssl_pkey_derive function
* Add min_proto_version and max_proto_version ssl stream options
as well as related constants for possible TLS protocol values
* Migrated to PCRE2
* Expose TDS version as \PDO::DBLIB_ATTR_TDS_VERSION attribute
on \PDO instance
* Treat DATETIME2 columns like DATETIME
* Added is_countable() function
* Added support for the SameSite cookie directive, including an
alternative signature for setcookie(), setrawcookie() and
session_set_cookie_params()
* Many bugfixes and other changes, see
http://php.net/ChangeLog-7.php#7.3.0
- patch changes
% php7-ini.patch
% php7-no-build-date.patch
% php7-odbc-cmp-int-cast.patch
- php7-honor-re2c-flags.patch (upstreamed)
* Mon Dec 10 2018 pgajdos@suse.com
- update to 7.2.13: This is a security release.
http://php.net/ChangeLog-7.php
* Fri Nov 16 2018 pgajdos@suse.com
- core package recommends instead of requires smtp_daemon
[bsc#1115213]
* Fri Nov 09 2018 pgajdos@suse.com
- update to 7.2.12: This is a bugfix release.
http://php.net/ChangeLog-7.php
- forward ported:
% php7-crypt-tests.patch
% php7-honor-re2c-flags.patch
% php7-odbc-cmp-int-cast.patch
* Mon Oct 15 2018 pgajdos@suse.com
- update to 7.2.11: This is a bugfix release.
http://php.net/ChangeLog-7.php
* Mon Sep 17 2018 pgajdos@suse.com
- updated to 7.2.10: This is a security release which also contains
several minor bug fixes.
http://php.net/ChangeLog-7.php
* Mon Sep 17 2018 pgajdos@suse.com
- reenable php7-dba support of Berkeley DB [bsc#1108554]
* Tue Sep 11 2018 pgajdos@suse.com
- remove Supplements: packageand(%{apache_mmn}:%{name}) from
Apache httpd module as I do not see the reason why system
that have php7 and apache2 installed should get the module
automatically as well. This had a drawback of selecting
apache2-prefork while
[#] zypper in apache2-worker
The following 5 NEW packages are going to be installed:
apache2 apache2-mod_php7 apache2-prefork apache2-utils apache2-worker
[#]
because apache2-mod_php7 Requires: apache2-prefork.
* Fri Aug 17 2018 pgajdos@suse.com
- updated to 7.2.9: This is a bugfix release.
http://php.net/ChangeLog-7.php
* Fri Aug 03 2018 pgajdos@suse.com
- updated to 7.2.8: This is a security release which also contains
several minor bug fixes.
http://php.net/ChangeLog-7.php#7.2.8
* Tue Jun 26 2018 pgajdos@suse.com
- updated to 7.2.7: A Bugfix release which includes a segfault fix
for opcache.
http://php.net/ChangeLog-7.php#7.2.7
* Thu Jun 07 2018 pgajdos@suse.com
- actually build against system gd for 42.3, made a bold comment
[bsc#1074025c#5]
* Tue May 29 2018 pgajdos@suse.com
- fix build for SLE12, where %license does not exist
* Tue May 29 2018 pgajdos@suse.com
- updated to 7.2.6: Bugfix release which includes a memory
corruption fix for EXIF.
http://php.net/ChangeLog-7.php#7.2.6
* Fri May 25 2018 idonmez@suse.com
- Remove php7-freetype-pkgconfig.patch as it seems to break
Freetype detection on some systems bsc#1094534
* Tue May 15 2018 pgajdos@suse.com
- main package requires wwwrun:www user [bsc#1093025]
* Thu May 10 2018 pgajdos@suse.com
- better workaround for [bsc#1089487]: build mod_phpN.so
instead of libphpN.so
* Wed May 09 2018 pgajdos@suse.com
- rename freetype-pkgconfig.patch to php7-freetype-pkgconfig.patch
to align with the rest of patch names
* Mon May 07 2018 idonmez@suse.com
- Add freetype-pkgconfig.patch to fix build with new Freetype:
use pkg-config to find Freetype libraries
* Mon Apr 30 2018 pgajdos@suse.com
- updated to 7.2.5: This is a security release which also contains
several minor bug fixes.
http://php.net/ChangeLog-7.php#7.2.5
* Thu Apr 19 2018 pgajdos@suse.com
- build-test.sh: generic spec file name
* Mon Apr 16 2018 pgajdos@suse.com
- apache2-mod_php7 does not provide libphp7.so [bsc#1089487]
* Wed Apr 04 2018 pgajdos@suse.com
- updated to 7.2.4: This is a security release with also contains
several minor bug fixes.
http://php.net/ChangeLog-7.php#7.2.4
- php7-no-build-date.patch refreshed
* Mon Mar 26 2018 pgajdos@suse.com
- build firebird extension only for openSUSE (sle15 requirement)
* Tue Mar 20 2018 guillaume.gardet@opensuse.org
- Fix build for %arm and aarch64
* Fri Mar 16 2018 pgajdos@suse.com
- drop imap extension [bsc#1084461]
* Sat Mar 10 2018 dimstar@opensuse.org
- BuildRequire pkgconfig(enchant) instead of enchant-devel: enchant
is moving to version 2.2, with an enchant-1 as compatibility
package. By using the pkgconfig symbol, we don't have to care for
the actual package name.
* Fri Mar 09 2018 pgajdos@suse.com
- updated to 7.2.3: This is a security release with also contains
several minor bug fixes.
http://php.net/ChangeLog-7.php#7.2.3
- removed upstreamed php7-pgsql-memory-leak.patch
- php7-systzdata-v15.patch refreshed and renamed to
php7-systzdata-v16.patch
* Thu Feb 22 2018 crrodriguez@opensuse.org
- php7-honor-re2c-flags.patch: honor RE2C_FLAGS everywhere.
- remove generated lexers so they are recreated at build time
* Thu Feb 22 2018 crrodriguez@opensuse.org
- php7-date-regenerate-lexers.patch: honor RE2C_FLAGS
* Thu Feb 22 2018 crrodriguez@opensuse.org
- Support password_hash("...", PASSWORD_ARGON2I), buildrequire
libargon2 in supported products.
* Mon Feb 19 2018 crrodriguez@opensuse.org
- Remove buildRequires on:
* libevent-devel: php7-fpm does not use it.
* pam-devel: not used
- Add buildrequire on zlib-devel explicitly.
- libvpx is not needed but libwebp is, only when not building
against system gd. xft likewise.
* Mon Feb 19 2018 pgajdos@suse.com
- fixed memory leak in pgsql extension, php function pg_escape_bytea
https://bugs.php.net/bug.php?id=75838
[bsc#1076970] (internal)
+ php7-pgsql-memory-leak.patch
* Wed Feb 07 2018 pgajdos@suse.com
- updated to 7.2.2: This is a bugfix release, with several bug
fixes included.
http://php.net/ChangeLog-7.php#7.2.2
* Fri Jan 26 2018 pgajdos@suse.com
- do not build against system gd when suse_version < 1500
* Tue Jan 23 2018 pgajdos@suse.com
- fix build for SLE12*
* Tue Jan 09 2018 pgajdos@suse.com
- updated to 7.2.1: Several security bugs were fixed in this release.
http://php.net/ChangeLog-7.php#7.2.1
* Tue Jan 02 2018 pgajdos@suse.com
- build against newer webp [bsc#1074121]
* Fri Dec 15 2017 pgajdos@suse.com
- build with SLE12*
* Mon Dec 11 2017 pgajdos@suse.com
- updated to 7.2.0: features and improvements:
* Convert numeric keys in object/array casts
* Counting of non-countable objects
* Object typehint
* HashContext as Object
* Argon2 in password hash
* Improve TLS constants to sane values
* Mcrypt extension removed
* New sodium extension
- patches:
. php7-systzdata-v14.patch transformed to php7-systzdata-v15.patch
. removed upstreamed php7-aarch64-mult.patch
* Mon Nov 27 2017 pgajdos@suse.com
- updated to 7.1.12: This is a bugfix release, with several bug
fixes included.
* Wed Nov 01 2017 bluemer.mark@gmail.com
- Add php-cli as provides to php7
* Fri Oct 27 2017 pgajdos@suse.com
- updated to 7.1.11: This is a bugfix release, with several bug
fixes included.
* Wed Oct 04 2017 pgajdos@suse.com
- fixed installation of wrong cli [bsc#1061555]
* Sat Sep 30 2017 jengelh@inai.de
- Update not-so-useful repeated package summaries.
Update the descriptions to have a bit more explanation.
Replace old tar syntax.
* Wed Sep 27 2017 pgajdos@suse.com
- build and ship embed SAPI
+ php7-embed.patch
* Wed Sep 27 2017 pgajdos@suse.com
- updated to 7.1.10: Several bugs have been fixed, see
https://secure.php.net/ChangeLog-7.php
for details
* Tue Sep 12 2017 pgajdos@suse.com
- aarch64-mult.patch renamed to php7-aarch64-mult.patch
* Mon Sep 04 2017 pgajdos@suse.com
- php7-devel requires php7-pear [bsc#1057104]
* Fri Sep 01 2017 jweberhofer@weberhofer.at
- Changes related to boo#1056822
- New packaging macros in macros.php: %php_pearxmldir,
%pear_phpdir, %pear_phpdir, %pear_testdir, %pear_datadir,
%pear_cfgdir, %pear_wwwdir, %pear_metadir, %pecl_phpdir,
%pecl_docdir, %pecl_testdir, %pecl_datadir
- Updated packaging documentation in README.macros
* Thu Aug 31 2017 ilya@ilya.pp.ua
- Updated to 7.1.9: Several bugs have been fixed.
* ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.9
* Mon Aug 14 2017 pgajdos@suse.com
- added /usr/bin/php7 [bsc#734176]
* Mon Aug 07 2017 jweberhofer@weberhofer.at
- php7-pear should explicitly require php7-pear-Archive_Tar
otherwise this dependency must be declared in every
php7-pear-* package explicitly. [bnc#1052389]
* Wed Aug 02 2017 ilya@ilya.pp.ua
- Updated to 7.1.8: Several bugs have been fixed.
* ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.8
* Wed Jul 26 2017 ilya@ilya.pp.ua
- Replace %__-type macro indirections.
* Fri Jul 21 2017 pgajdos@suse.com
- date extension: regenerate lexers when needed
+ php7-date-regenerate-lexers.patch
* Mon Jul 17 2017 pgajdos@suse.com
- dropped mcrypt extension [fate#323673]
* Mon Jul 17 2017 pgajdos@suse.com
- updated to 7.1.7: This is a security release with several bug
fixes included.
* Mon Jul 03 2017 tchvatal@suse.com
- Drop sle11 support as we are not building against it anymore
- Remove php7-BNC-457056.patch that was applied on sle11 only
- Remove dependency on imap-devel, it is not used
- Switch spell from aspell to enchant, dropping pspell subpackage
- Remove unknown switch options from php cli build
- Drop support for berkleydb format, by default there are more
supported solutions built in php
- Use %configure macro in the build phases
* Fri Jun 09 2017 pgajdos@suse.com
- updated to 7.1.6: Several bugs have been fixed.
* Fri May 12 2017 13ilya@gmail.com
- Updated to 7.1.5: Several bugs have been fixed.
* ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.5
* Sat Apr 15 2017 13ilya@gmail.com
- Updated to 7.1.4: Several bugs have been fixed.
* ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.4
* Fri Mar 17 2017 13ilya@gmail.com
- Updated to 7.1.3: Several bugs have been fixed.
* ChangeLog https://secure.php.net/ChangeLog-7.php#7.1.3
* Fri Mar 17 2017 kukuk@suse.com
- Don't install the init script if we use systemd
* Mon Feb 20 2017 pgajdos@suse.com
- updated to 7.1.2: Several bugs have been fixed.
- deleted php7-getrandom-test.patch, upstreamed
* Tue Feb 14 2017 pgajdos@suse.com
- updated to 7.1.1: This release is the first point release in
the 7.x series. PHP 7.1 comes with numerous improvements and new
features such as
* Nullable types
* Void return type
* Iterable pseudo-type
* Class constant visiblity modifiers
* Square bracket syntax for list() and the ability to specify keys
in list()
* Catching multiple exceptions types
* Many more features and changes…
- migration: http://php.net/manual/en/migration71.php
- php7-systzdata-v13.patch replaced by php7-systzdata-v14.patch
* Thu Feb 02 2017 pgajdos@suse.com
- suggest php7-* instead of php-* [bsc#1022158c#4]
- do not suggest php-suhosin at all as we do not build it
(not ported to php7 yet)
* Tue Jan 24 2017 pgajdos@suse.com
- updated to 7.0.15: Several security bugs were fixed in this
release.
* Mon Dec 12 2016 fbui@suse.com
- Replace pkgconfig(libsystemd-*) with pkgconfig(libsystemd)
Nowadays pkgconfig(libsystemd) replaces all libsystemd-* libs, which
are obsolete.
* Mon Dec 12 2016 pgajdos@suse.com
- updated to 7.0.14: Several security bugs were fixed in this
release.
* Fri Nov 11 2016 pgajdos@suse.com
- updated to 7.0.13: This is a security release. Several security
bugs were fixed in this release.
* Mon Oct 24 2016 pgajdos@suse.com
- adjust firebird dependency
* Mon Oct 17 2016 pgajdos@suse.com
- updated to 7.0.12: This is a security release. Several security
bugs were fixed in this release.
* Thu Sep 15 2016 pgajdos@suse.com
- updated to 7.0.11: Several security bugs were fixed in this
release.
* Wed Aug 31 2016 crrodriguez@opensuse.org
- php7-getrandom-test.patch: Fix incorrect test for the getrandom
syscall.
* Mon Aug 22 2016 pgajdos@suse.com
- updated to 7.0.10: Several security bugs were fixed in this
release.
* Mon Aug 01 2016 pgajdos@suse.com
- updated to 7.0.9: Several security bugs were fixed in this
release, including the HTTP_PROXY issue.
* Thu Jun 23 2016 pgajdos@suse.com
- updated to 7.0.8: This is a security release. Several security
bugs were fixed in this release.
- removed: php7-mbstring-missing-return.patch (upstreamed)
* Mon Jun 20 2016 pgajdos@suse.com
- systemd unit: remove syslog.target from After [bsc#983938]
* Mon May 30 2016 pgajdos@suse.com
- updated to 7.0.7: This is a security release. Several security
bugs were fixed in this release.
* Thu Apr 28 2016 pgajdos@suse.com
- updated to 7.0.6: This is a security release. Several security
bugs were fixed in this release.
* removed upstreamed php7-no-reentrant-crypt.patch
* Mon Apr 25 2016 schwab@linux-m68k.org
- aarch64-mult.patch: fix asm constraints in aarch64 multiply macro
* Thu Apr 07 2016 pgajdos@suse.com
- build for sle12
* Wed Apr 06 2016 pgajdos@suse.com
- correct public key
* Fri Apr 01 2016 pgajdos@suse.com
- updated to 7.0.5
* Tue Mar 29 2016 pgajdos@suse.com
- firebird builds now
* Thu Mar 03 2016 jimmy@boombatower.com
- update to 7.0.4
* Wed Feb 10 2016 pgajdos@suse.com
- updated to 7.0.3
* Thu Feb 04 2016 pgajdos@suse.com
- require postgresql-devel < 9.4 for sle12 to fix build
* Fri Jan 29 2016 pgajdos@suse.com
- more versioned provides
* Fri Jan 08 2016 pgajdos@suse.com
- update to 7.0.2: 31 reported bugs has been fixed, including
6 security related issues.
* Mon Dec 21 2015 jimmy@boombatower.com
- update to 7.0.1
* Mon Dec 14 2015 pgajdos@suse.com
- php5-pear-Archive_Tar provides 1.4.0
- install .depdb and .depdblock files along metadata
* php5-depdb-path.patch
- versioned provides in subpackages
* Mon Dec 14 2015 jimmy@boombatower.com
- Provide obsoletes for sub-packages to improve upgrade process.
* Wed Dec 09 2015 jimmy@boombatower.com
- Obsolete php5 since php7 conflicts and should replace.
* Mon Dec 07 2015 pgajdos@suse.com
- marcello at ceschia.de: fix path php-fpm.conf
* Mon Nov 23 2015 pgajdos@suse.com
- set pear's metadata dir to %{peardir}
* Mon Nov 16 2015 aj@ajaissle.de
- Spec cleanup
* Split Archive_Tar from -pear sub packge to allow updating this
part via rpm
* Added "Provides: php-firebird" to -firebird sub package
* Added "Provides: mod_php_any" to server api module packages
- fastcgi and -fpm
* Mon Nov 16 2015 pgajdos@suse.com
- test mod_php with %apache_test_module_curl
- restart apache during mod_php upgrade
* Tue Sep 08 2015 pgajdos@suse.com
- add php5-fix_net-snmp_disable_MD5.patch [bnc#944302]
* Fri Sep 04 2015 pgajdos@suse.com
- fixed segfault in odbc extension when result set is containing
NULL (php bugs #52554, #53007) [bnc#935074] (internal)
+ php7-odbc-cmp-int-cast.patch
* Tue Jul 14 2015 pgajdos@suse.com
- updated to 7.0.0
* see NEWS for changes
* see UPGRADING for 5.6.x -> 7.0.x transition
- removed unneded or not upstreamed patches for long time:
* php5-cloexec.patch
* php5-missing-extdeps.patch
* php5-format-string-issues.patch
* php5-per-mod-log.patch
* php5-apache24-updates.patch
* php5-crypto-checks.patch
* php5-systzdata-r12.patch (new: php7-systzdata-v13.patch)
* Mon Jul 13 2015 pgajdos@suse.com
- updated to 5.6.11: Five security-related issues in PHP were fixed
in this release, including CVE-2015-3152.
* Thu Jun 25 2015 crrodriguez@opensuse.org
- php5-systemd-unit.patch: set Killmode=mixed in order
to ensure fpm and children forked by script can terminate
cleanly.
* Wed Jun 24 2015 pgajdos@suse.com
- mod_php5.so executable
* Thu Jun 18 2015 pgajdos@suse.com
- use apache-rpm-macros
* Thu Jun 18 2015 pgajdos@suse.com
- updated to 5.6.10: Several bugs have been fixed as well as several
security issues into some bundled libraries (CVE-2015-3414,
CVE-2015-3415, CVE-2015-3416, CVE-2015-2325 and CVE-2015-2326).
* Fri Jun 05 2015 mrueckert@suse.de
- enable apparmor support: new BR libapparmor-devel
* Mon May 18 2015 pgajdos@suse.com
- update to 5.6.9: Several bugs have been fixed.
- systzdata patch updated to r12
- php5-systzdata-r10.patch
+ php5-systzdata-r12.patch
* Fri Apr 24 2015 pgajdos@suse.com
- update to 5.6.8: Several bugs have been fixed some of them beeing
security related, like CVE-2015-1351 and CVE-2015-1352.
- refreshed php5-crypto-checks.patch
* Mon Apr 20 2015 pgajdos@suse.com
- configure php-fpm with --localstatedir=/var [bnc#927147]
* Wed Apr 08 2015 pgajdos@suse.com
- systzdata patch updated to r10
- php5-systzdata-v7.patch
+ php5-systzdata-r10.patch
* Thu Apr 02 2015 pgajdos@suse.com
- build against system gd and libzip only for 13.2 and above
* Tue Mar 24 2015 pgajdos@suse.com
- update to 5.6.7: Several bugs have been fixed as well as
CVE-2015-0231, CVE-2015-2305 and CVE-2015-2331.
* Tue Mar 24 2015 pgajdos@suse.com
- build against system gd [bnc#923946]
* Fri Mar 20 2015 pgajdos@suse.com
- build against system libzip [bnc#922894]
* Mon Feb 23 2015 pgajdos@suse.com
- update to 5.6.6: fixes several bugs and addresses CVE-2015-0235
and CVE-2015-0273.
* Mon Feb 09 2015 pgajdos@suse.com
- added README.default_socket_timeout [bnc#907519]
* Tue Feb 03 2015 pgajdos@suse.com
- fix sle_11_sp3 build
* Mon Jan 26 2015 pgajdos@suse.com
- update to 5.6.5: This release fixes several bugs as well as
CVE-2015-0231, CVE-2014-9427 and CVE-2015-0232.
- removed patches:
* php-CVE-2014-9426.patch
* php-CVE-2014-9427.patch
* php-CVE-2015-0231.patch
* Wed Jan 21 2015 pgajdos@suse.com
- added php-CVE-2015-0231.patch [bnc#910659]
* Mon Jan 05 2015 pgajdos@suse.com
- added php-CVE-2014-9426.patch [bnc#911663]
- added php-CVE-2014-9427.patch [bnc#911664]
* Fri Dec 19 2014 pgajdos@suse.com
- update to 5.6.4: This release fixes several bugs and one CVE
related to unserialization.
* Tue Nov 18 2014 pgajdos@suse.com
- update to 5.6.3: This release fixes several bugs and one CVE
in the fileinfo extension.
* Mon Oct 27 2014 pgajdos@suse.com
- update to 5.6.2: Four security-related bugs were fixed in this
release, including fixes for CVE-2014-3668, CVE-2014-3669 and
CVE-2014-3670.
* Tue Oct 14 2014 pgajdos@suse.com
- upgraded to 5.6.1:
* Several bugs were fixed in this release (including CVE-2014-3622).
/etc/php7/conf.d/phar.ini /usr/bin/phar /usr/bin/phar.phar /usr/lib64/php7/extensions/phar.so /usr/share/man/man1/phar.1.gz /usr/share/man/man1/phar.phar.1.gz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 14:57:03 2025