aboutsummaryrefslogtreecommitdiff
path: root/databases/php73-pdo_pgsql
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-03 18:29:39 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-08-03 18:29:39 +0000
commit20b94380dc2c025269590f08763b4e4cac0ff683 (patch)
tree71f5f2753404ffff9d552c42412625fad8f2bb65 /databases/php73-pdo_pgsql
parentfb0a15a002a80c6aed5631829644391adc4571f2 (diff)
downloadports-20b94380dc2c025269590f08763b4e4cac0ff683.tar.gz
ports-20b94380dc2c025269590f08763b4e4cac0ff683.zip
Update PHP 7.3 from 7.3.7 to 7.3.8
Changelog: Core: Added syslog.filter=raw option. Fixed bug #78212 (Segfault in built-in webserver). Date: Fixed bug #69044 (discrepency between time and microtime). Updated timelib to 2018.02. EXIF: Fixed bug #78256 (heap-buffer-overflow on exif_process_user_comment). (CVE-2019-11042) Fixed bug #78222 (heap-buffer-overflow on exif_scan_thumbnail). (CVE-2019-11041) FTP: Fixed bug #78039 (FTP with SSL memory leak). Libxml: Fixed bug #78279 (libxml_disable_entity_loader settings is shared between requests (cgi-fcgi)). LiteSpeed: Updated to LiteSpeed SAPI V7.4.3 (increased response header count limit from 100 to 1000, added crash handler to cleanly shutdown PHP request, added CloudLinux mod_lsapi mode). Fixed bug #76058 (After "POST data can't be buffered", using php://input makes huge tmp files). Openssl: Fixed bug #78231 (Segmentation fault upon stream_socket_accept of exported socket-to-stream). Opcache: Fixed bug #78341 (Failure to detect smart branch in DFA pass). Fixed bug #78189 (file cache strips last character of uname hash). Fixed bug #78202 (Opcache stats for cache hits are capped at 32bit NUM). Fixed bug #78271 (Invalid result of if-else). Fixed bug #78291 (opcache_get_configuration doesn't list all directives). PCRE: Fixed bug #78338 (Array cross-border reading in PCRE). Fixed bug #78197 (PCRE2 version check in configure fails for "##.##-xxx" version strings). PDO_Sqlite: Fixed bug #78192 (SegFault when reuse statement after schema has changed). Phar: Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN). Phpdbg: Fixed bug #78297 (Include unexistent file memory leak). SQLite: Upgraded to SQLite 3.28.0. Standard: Fixed bug #78241 (touch() does not handle dates after 2038 in PHP 64-bit). Fixed bug #78269 (password_hash uses weak options for argon2). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.8 MFH: 2019Q3
Notes
Notes: svn path=/head/; revision=507979
Diffstat (limited to 'databases/php73-pdo_pgsql')
-rw-r--r--databases/php73-pdo_pgsql/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/php73-pdo_pgsql/Makefile b/databases/php73-pdo_pgsql/Makefile
index cbb5b8f36e82..93edd9ab69de 100644
--- a/databases/php73-pdo_pgsql/Makefile
+++ b/databases/php73-pdo_pgsql/Makefile
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= databases
MASTERDIR= ${.CURDIR}/../../lang/php73