Path to this page:
./
meta-pkgs/php72-extensions,
meta-package for the PHP 7.2 HTML-embedded scripting language
Branch: pkgsrc-2019Q1,
Version: 7.2.19,
Package name: php72-extensions-7.2.19,
Maintainer: pkgsrc-usersPHP 7.2.x is HTML-embedded scripting language.
This package does not contain anything by itself -- it is a
"meta-package" that depends on other PHP packages. Its sole purpose is
to require dependencies so users can install this package only and
have all the PHP stuff pulled in by the package dependency mechanism.
Required to run:[
converters/php-mbstring] [
converters/php-recode] [
converters/php-iconv] [
databases/php-dba] [
databases/php-pgsql] [
databases/php-pdo_pgsql] [
databases/php-ldap] [
databases/php-mysqli] [
databases/php-pdo_dblib] [
databases/php-pdo] [
databases/php-pdo_mysql] [
databases/php-sqlite3] [
databases/php-pdo_sqlite] [
archivers/php-bz2] [
archivers/php-zip] [
archivers/php-zlib] [
lang/php72] [
mail/php-imap] [
net/php-xmlrpc] [
net/php-sockets] [
net/php-snmp] [
net/php-soap] [
net/php-ftp] [
textproc/php-intl] [
textproc/php-json] [
textproc/php-xsl] [
textproc/php-enchant] [
textproc/php-wddx] [
textproc/php-pspell] [
security/php-sodium] [
www/ap-php] [
www/php-fpm] [
www/php-tidy] [
www/php-curl] [
graphics/php-exif] [
graphics/php-gd] [
math/php-bcmath] [
time/php-calendar] [
devel/php-sysvsem] [
devel/php-pcntl] [
devel/php-sysvshm] [
devel/php-gettext] [
devel/php-opcache] [
devel/php-posix] [
devel/php-shmop] [
devel/php-sysvmsg] [
devel/php-gmp]
Required to build:[
www/apache24] [
pkgtools/cwrappers]
Version history: (Expand)
- (2019-06-05) Updated to version: php72-extensions-7.2.19
- (2019-04-11) Package added to pkgsrc.se, version php72-extensions-7.2.17nb1 (created)
CVS history: (Expand)
2019-06-04 21:39:07 by S.P.Zeidler | Files touched by this commit (2) | |
Log message:
Pullup ticket #5974 - requested by taca
lang/php72: security update
meta-pkgs/php72-extensions: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.259
- lang/php72/distinfo 1.41
- meta-pkgs/php72-extensions/Makefile 1.3
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 1 15:33:52 UTC 2019
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php72: distinfo
Log message:
lang/php72: update to 7.2.19
Update php72 to 7.2.19.
30 May 2019, PHP 7.2.19
- EXIF:
. Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
(CVE-2019-11040) (Stas)
- FPM:
. Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
. Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)
- GD:
. Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
. Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
(CVE-2019-11038) (cmb)
- Iconv:
. Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
due to integer overflow). (CVE-2019-11039). (maris dot adam)
- JSON:
. Fixed bug #77843 (Use after free with json serializer). (Nikita)
- Opcache:
. Fixed possible crashes, because of inconsistent PCRE cache and opcache
SHM reset. (Alexey Kalinin, Dmitry)
- PDO_MySQL:
. Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)
- Reflection:
. Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()). (Nikita)
- Session:
. Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
- SPL:
. Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
Duncan)
- SQLite:
. Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
To generate a diff of this commit:
cvs rdiff -u -r1.258 -r1.259 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.40 -r1.41 pkgsrc/lang/php72/distinfo
-------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Sat Jun 1 15:35:05 UTC 2019
Modified Files:
pkgsrc/meta-pkgs/php72-extensions: Makefile
Log message:
meta-pkgs/php72-extensions: reset PKGREVISION
Reset PKGREVISION along with update of lang/php72.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/meta-pkgs/php72-extensions/Makefile
|