Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
7.2.34 31 Dec 2020 12:44:40 |
rene |
Remove PHP 7.2 which expired today, use PHP 7.4 instead.
2020-12-31 ./net/php72-soap: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-sockets: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-xmlrpc: Security Support ends on 30 Nov 2020
2020-12-31 ./net/php72-ldap: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xmlwriter: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-pspell: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-enchant: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-wddx: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xsl: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-dom: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-ctype: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-xml: Security Support ends on 30 Nov 2020
2020-12-31 ./textproc/php72-simplexml: Security Support ends on 30 Nov 2020 (Only the first 15 lines of the commit message are shown above ) |
7.2.34 18 Dec 2020 01:17:37 |
tz |
lang/php72: Set deprecation, because it reached EOL on 2020-11-30
Sponsored by: Bounce Experts |
7.2.34 01 Dec 2020 13:56:58 |
linimon |
Disable dtrace on riscv64 for now to unbreak build.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
7.2.34 22 Oct 2020 12:35:55 |
bapt |
Convert to use @rmempty |
7.2.34 09 Oct 2020 23:25:15 |
tz |
lang/php72: Update from 7.2.33 to 7.2.34
Core:
Fixed bug #79699 (PHP parses encoded cookie names so malicious `__Host-`
cookies can be sent). (CVE-2020-7070)
OpenSSL:
Fixed bug #79601 (Wrong ciphertext/tag in AES-CCM encryption for a 12
bytes IV). (CVE-2020-7069)
Sponsored by: Bounce Experts |
7.2.33 25 Aug 2020 23:08:48 |
tz |
lang/php72: Update from 7.2.22 to 7.2.23
The last log entry is the same, because i accidently performed an update from
7.2.21 to 7.2.22. I ignored the update to 7.2.22 because for FreeBSD its a
no-op.
But when 7.2.23 was released i only increased the version by one.
This time its the real update! :)
Changelog:
Core:
Fixed bug #79877 (getimagesize function silently truncates after a null
byte) (cmb)
Phar:
Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
function). (CVE-2020-7068)
Reported by: Jose Garcia Juanino <jjuanino@gmail.com>
Sponsored by: Bounce Experts |
7.2.32 19 Aug 2020 21:29:37 |
tz |
lang/php72: Update from 7.2.22 to 7.2.23
Changelog:
Core:
Fixed bug #79877 (getimagesize function silently truncates after a null
byte) (cmb)
Phar:
Fixed bug #79797 (Use of freed hash key in the phar_parse_zipfile
function). (CVE-2020-7068)
Sponsored by: Bounce Experts |
7.2.31 13 Jul 2020 13:32:28 |
tz |
mail/php7[2-4]-imap: change client from cclient to panda-cclient
There are some reports about PHP crashes, when using php-imap
(especially with OpenSSL and TSL 1.3). All this problems went away,
when using the panda-cclient instead of the old cclient.
Therefore we make the panda-cclient the new default,
but still allow cclient in order to allow backwards compatibility.
Special thanks to bofh for figuring out the complex details and
the solution!
Special thanks to Jason for being patience and
helpful about so many months!
Reported by: Jason de Cordoba <jason@aventia.pw>
Reviewed by: bofh
Sponsored by: Bounce Experts |
7.2.31 15 May 2020 19:39:30 |
tz |
lang/php72: Upgrade from 7.2.30 to 7.2.31
Core:
Fixed bug #78875 (Long filenames cause OOM and temp files are not cleaned).
(CVE-2019-11048)
Fixed bug #78876 (Long variables in multipart/form-data cause OOM and temp
files are not cleaned). (CVE-2019-11048)
Sponsored by: Bounce Experts |
7.2.30 18 Apr 2020 21:07:05 |
tz |
lang/php72: Upgrade from 7.2.29 to 7.2.30
Changelog:
Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
appended).
Fixed bug #79330 (shell_exec() silently truncates after a null byte).
Fixed bug #79465 (OOB Read in urldecode()).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.30 |
7.2.29 23 Mar 2020 22:02:09 |
tz |
lang/php72: Update from 7.2.28 to 7.2.29
Changelog:
Core:
Fixed bug #79329 (get_headers() silently truncates after a null byte)
(CVE-2020-7066) (cmb)
EXIF:
Fixed bug #79282 (Use-of-uninitialized-value in exif) (CVE-2020-7064)
(Nikita)
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.29
MFH: 2020Q1
Sponsored by: PHP Update Service |
7.2.28 21 Feb 2020 22:00:33 |
tz |
lang/php72: Upgrade from 7.2.27 to 7.2.28
Changelog:
DOM:
Fixed bug #77569: (Write Access Violation in DomImplementation).
Phar:
Fixed bug #79082 (Files added to tar with Phar::buildFromIterator have
all-access permissions). (CVE-2020-7063)
Session:
Fixed bug #79221 (Null Pointer Dereference in PHP Session Upload
Progress). (CVE-2020-7062)
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.28
MFH: 2020Q1 |
7.2.27 07 Feb 2020 09:49:26 |
pkubaj |
lang/php7?: enable DTRACE on powerpc, powerpc64
Tested to work now. |
7.2.27 24 Jan 2020 23:54:43 |
tz |
lang/php72: Update from 7.2.26 to 7.2.27
Changelog:
Mbstring:
Fixed bug #79037 (global buffer-overflow in
`mbfl_filt_conv_big5_wchar`). (CVE-2020-7060)
Session:
Fixed bug #79091 (heap use-after-free in session_create_id()).
Standard:
Fixed bug #79099 (OOB read in php_strip_tags_ex). (CVE-2020-7059)
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.27 |
7.2.26 09 Jan 2020 07:41:39 |
tz |
Unbreak databases/php72-mysqli when lang/php72 is build with MYSQLND=off
Currently when building lang/php72 with MYSQLND=off, its im possible to
build databases/php72-mysqli. When the option MYSQLND was added, we expected
users to not use mysqli at all after disabling this option.
This has proven to be wrong, so we patch the build to be work again.
patch-ext_mysqli_mysqli__api.c was submitted by Sergei <joker@pinnet.ru>. |
7.2.26 22 Dec 2019 14:30:52 |
tz |
lang/php72: Upgrade from 7.2.25 to 7.2.26
Changelog:
Bcmath:
Fixed bug #78878 (Buffer underflow in bc_shift_addsub). (CVE-2019-11046)
Core:
Fixed bug #78862 (link() silently truncates after a null byte on
Windows). (CVE-2019-11044)
Fixed bug #78863 (DirectoryIterator class silently truncates after a
null byte). (CVE-2019-11045)
EXIF:
Fixed bug #78793 (Use-after-free in exif parsing under memory
sanitizer). (CVE-2019-11050)
Fixed bug #78910 (Heap-buffer-overflow READ in exif). (CVE-2019-11047)
GD:
Fixed bug #78849 (GD build broken with -D SIGNED_COMPARE_SLOW).
Intl: (Only the first 15 lines of the commit message are shown above ) |
7.2.25 17 Dec 2019 20:28:36 |
rene |
Remove IGNORE_WITH_PHP=71 and add IGNORE_WITH_PHP=74 where relevant. |
7.2.25 27 Nov 2019 19:58:31 |
pkubaj |
lang/php7*: disable DTRACE on powerpc64
php ports don't build on elfv2 with DTRACE.
PR: 242113, 242114, 242116
Approved by: tz (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D22577
Differential Revision: https://reviews.freebsd.org/D22578
Differential Revision: https://reviews.freebsd.org/D22579 |
7.2.25 24 Nov 2019 17:25:16 |
tobik |
lang/php7[12]*: Add missing USES=gnome
Differential Revision: https://reviews.freebsd.org/D22407 |
7.2.25 22 Nov 2019 22:13:56 |
tz |
lang/php72: Update from 7.2.24 to 7.2.25
Changelog:
Core:
Fixed bug #78656 (Parse errors classified as highest log-level).
Fixed bug #78752 (Segfault if GC triggered while generator stack frame
is being destroyed).
Fixed bug #78689 (Closure::fromCallable() doesn't handle [Closure,
'__invoke']).
COM:
Fixed bug #78694 (Appending to a variant array causes segfault).
Date:
Fixed bug #70153 (\DateInterval incorrectly unserialized).
Fixed bug #78751 (Serialising DatePeriod converts DateTimeImmutable).
Iconv:
Fixed bug #78642 (Wrong libiconv version displayed). (gedas at martynas,
cmb). (Only the first 15 lines of the commit message are shown above ) |
7.2.24 08 Nov 2019 14:47:00 |
tobik |
Add missing USES={gnome,php,sdl} to the rest |
7.2.24 06 Nov 2019 18:06:41 |
zeising |
Add USES=xorg USES=gl, ports categories l
Add USES=xorg and USES=gl to ports in categories starting with 'l'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
7.2.24 25 Oct 2019 10:34:07 |
tz |
lang/php72: Update from 7.2.23 to 7.2.24
Changelog:
Core:
Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
Fixed bug #78620 (Out of memory error).
Exif:
Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7)
(Kalle)
FPM:
Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to
RCE). (CVE-2019-11043)
MBString:
Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
Fixed bug #78609 (mb_check_encoding() no longer supports stringable
objects).
MySQLi: (Only the first 15 lines of the commit message are shown above ) |
7.2.23 29 Sep 2019 21:06:30 |
tz |
lang/php72: Update from 7.2.22 to 7.2.23
Changelog:
Core:
Fixed bug #78220 (Can't access OneDrive folder).
Fixed bug #78412 (Generator incorrectly reports non-releasable $this as
GC child).
FastCGI:
Fixed bug #78469 (FastCGI on_accept hook is not called when using named
pipes on Windows).
MySQLnd:
Fixed connect_attr issues and added the _server_host connection
attribute.
ODBC:
Fixed bug #78473 (odbc_close() closes arbitrary resources).
PDO_MySQL:
Fixed bug #41997 (SP call yields additional empty result set).
sodium:
Fixed bug #78510 (Partially uninitialized buffer returned by
sodium_crypto_generichash_init()).
SPL:
Fixed bug #72884 (SplObject isCloneable() returns true but errs on
clone).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.23 |
7.2.22 03 Sep 2019 20:23:14 |
tz |
lang/php72: Update from 7.2.21 to 7.2.22
Changelog:
Core:
Fixed bug #78363 (Buffer overflow in zendparse).
Fixed bug #78379 (Cast to object confuses GC, causes crash).
Curl:
Fixed bug #77946 (Bad cURL resources returned by
curl_multi_info_read()).
Exif:
Fixed bug #78333 (Exif crash (bus error) due to wrong alignment and
invalid cast).
Iconv:
Fixed bug #78342 (Bus error in configure test for iconv //IGNORE).
LiteSpeed:
Updated to LiteSpeed SAPI V7.5 (Fixed clean shutdown).
MySQLnd:
Fixed bug #78179 (MariaDB server version incorrectly detected).
Opcache:
Fixed bug #77191 (Assertion failure in dce_live_ranges() when silencing
is used).
Standard:
Fixed bug #69100 (Bus error from stream_copy_to_stream (file -> SSL
stream) with invalid length).
Fixed bug #78282 (atime and mtime mismatch).
Fixed bug #78326 (improper memory deallocation on stream_get_contents()
with fixed length buffer).
MFH: 2019Q3 |
7.2.21 13 Aug 2019 22:29:43 |
mat |
onvert to UCL & cleanup pkg-message (categories l-m) |
7.2.21 03 Aug 2019 18:28:12 |
tz |
Update PHP 7.2 from 7.2.20 to 7.2.21
Changelog:
Date:
Fixed bug #69044 (discrepency between time and microtime).
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)
Fileinfo:
Fixed bug #78183 (finfo_file shows wrong mime-type for .tga file).
FTP:
Fixed bug #77124 (FTP with SSL memory leak).
Libxml:
Fixed bug #78279 (libxml_disable_entity_loader settings is shared
between requests (cgi-fcgi)). (Only the first 15 lines of the commit message are shown above ) |
7.2.20 13 Jul 2019 21:25:10 |
tz |
lang/php72: Upgrade from 7.2.19 to 7.2.20
Changelog:
Core:
Fixed bug #76980 (Interface gets skipped if autoloader throws an
exception).
DOM:
Fixed bug #78025 (segfault when accessing properties of
DOMDocumentType).
MySQLi:
Fixed bug #77956 (When mysqli.allow_local_infile = Off, use a meaningful
error message).
Fixed bug #38546 (bindParam incorrect processing of bool types).
Opcache:
Fixed bug #78106 (Path resolution fails if opcache disabled during
request).
OpenSSL:
Fixed bug #78079 (openssl_encrypt_ccm.phpt fails with OpenSSL 1.1.1c). (Only the first 15 lines of the commit message are shown above ) |
7.2.19 31 May 2019 21:57:51 |
tz |
lang/php72: Upgrade from 7.2.18 7.2.19
Changelog:
EXIF:
Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16)
(CVE-2019-11040).
FPM:
Fixed bug #77934 (php-fpm kill -USR2 not working).
Fixed bug #77921 (static.php.net doesn't work anymore).
GD:
Fixed bug #77943 (imageantialias($image, false); does not work).
Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm)
(CVE-2019-11038).
Iconv:
Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
due to integer overflow) (CVE-2019-11039).
JSON: (Only the first 15 lines of the commit message are shown above ) |
7.2.18 08 May 2019 06:45:13 |
tz |
lang/php72: Upgrade from 7.2.17 to 7.2.18
Changelog:
CLI:
Fixed bug #77794 (Incorrect Date header format in built-in server).
EXIF:
Fixed bug #77950 (Heap-buffer-overflow in _estrndup via
exif_process_IFD_TAG).
Interbase:
Fixed bug #72175 (Impossibility of creating multiple connections to
Interbase with php 7.x).
Intl:
Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if
$locale = null).
litespeed:
LiteSpeed SAPI 7.3.1, better process management, new API function
litespeed_finish_request().
Mail: (Only the first 15 lines of the commit message are shown above ) |
7.2.17_2 30 Apr 2019 14:03:37 |
amdmi3 |
Update WWW
Approved by: portmgr blanket |
7.2.17_2 11 Apr 2019 09:49:39 |
tz |
PHP: Change MOD_PRIO for imap to avoid core dumps
PR: 235917
Reported by: Sergey Anokhin <admin@5034.ru>
MFH: 2019Q2 |
7.2.17_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
7.2.17 08 Apr 2019 07:21:24 |
tz |
PHP: Add Synth to pkg-message advice
pkg-message currently states the advice to add WITH_MPM=event
if its build by poudriere and with ZTS option enabled.
This is also true if Synth is used, therefore adding it.
Reported by: Dennis <denradford@gmail.com> |
7.2.17 05 Apr 2019 13:50:41 |
tz |
Update PHP 7.2 from 7.2.16 to 7.2.17
Changelog:
Core:
Fixed bug #77738 (Nullptr deref in zend_compile_expr).
Fixed bug #77660 (Segmentation fault on break 2147483648).
Fixed bug #77652 (Anonymous classes can lose their interface
information).
Fixed bug #77676 (Unable to run tests when building shared extension on
AIX).
Bcmath:
Fixed bug #77742 (bcpow() implementation related to gcc compiler
optimization).
COM:
Fixed bug #77578 (Crash when php unload).
Date:
Fixed bug #50020 (DateInterval:createDateFromString() silently fails). (Only the first 15 lines of the commit message are shown above ) |
7.2.16 08 Mar 2019 15:47:40 |
tz |
lang/php72: Upgrade from 7.2.15 to 7.2.16
Changelog:
Core:
Fixed bug #77589 (Core dump using parse_ini_string with numeric
sections).
Fixed bug #77630 (rename() across the device may allow unwanted access
during processing).
COM:
Fixed bug #77621 (Already defined constants are not properly reported).
EXIF:
Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF).
Fixed bug #77540 (Invalid Read on exif_process_SOFn).
Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE).
PDO_OCI: (Only the first 15 lines of the commit message are shown above ) |
7.2.15 08 Feb 2019 10:55:43 |
tz |
lang/php72: Upgrade from 7.2.14 to 7.2.15
Changelog:
Core:
Fixed bug #77339 (__callStatic may get incorrect arguments).
Fixed bug #77494 (Disabling class causes segfault on member access).
Fixed bug #77530 (PHP crashes when parsing `(2)::class`).
Curl:
Fixed bug #76675 (Segfault with H2 server push).
GD:
Fixed bug #73281 (imagescale(..., IMG_BILINEAR_FIXED) can cause black
border).
Fixed bug #73614 (gdImageFilledArc() doesn't properly draw pies).
Fixed bug #77272 (imagescale() may return image resource on failure).
Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Only the first 15 lines of the commit message are shown above ) |
7.2.14_1 26 Jan 2019 16:32:28 |
tz |
lang/php72 and lang/php73: improve documentation of php-fpm specific www.conf
If you only define a port to listen in www.conf, PHP defaults to listen
only to IPv6 ports on FreeBSD. On other OS it listens to IPv6 and IPv4.
Since upstream do not want to fix this [1], we add this special case to
the documentation.
Because the configuration file is a @sample it wont be updated for already
changed files. Therefore i do not bump PORTREVISION.
PR: 235141
Submitted by: Artyom Davidov <ard_1@mail.ru>
[1] https://bugs.php.net/bug.php?id=74166 |
7.2.14_1 21 Jan 2019 13:19:31 |
tz |
lang/php7*: Rename option MYSQL to MYSQLND
Renaming the option to be inline with the already existing MYSQLND option
in the mysqli and pdo_mysqli ports.
Reported by: Jarrod Sayers <jarrod@downtools.com.au> |
7.2.14_1 17 Jan 2019 10:30:55 |
tz |
lang/php72: Make enabling MYSQL native driver optional
Currently PHP is always compiled with --enable-mysqlnd, to allow the use
of the native MySQL Native Driver. MySQL Native Driver is a replacement for the
MySQL Client Library.
While this is handy when working with MySQL there is no need for
it when MySQL is *not* used at all. This happens frequently when
working without databases or simply with other databases.
To avoid POLA the newly introduced option is a default option.
Disabling it will reduce the size of the package by ca. 175 KB,
which also helps in modern constraint VM run environments.
Submitted by: Reko Turja <reko.turja@liukuma.net> |
7.2.14 14 Jan 2019 11:03:01 |
tz |
lang/php72: Upgrade from 7.2.13 to 7.2.14
Changelog:
Core:
Fixed bug #77369 (memcpy with negative length via crafted DNS response).
Fixed bug #71041 (zend_signal_startup() needs ZEND_API).
Fixed bug #76046 (PHP generates "FE_FREE" opcode on the wrong line).
COM:
Fixed bug #77177 (Serializing or unserializing COM objects crashes).
Date:
Fixed bug #77097 (DateTime::diff gives wrong diff when the actual diff
is less than 1 second).
Exif:
Fixed bug #77184 (Unsigned rational numbers are written out as signed
rationals).
GD: (Only the first 15 lines of the commit message are shown above ) |
7.2.13 05 Jan 2019 15:47:57 |
rene |
Remove stale IGNORE_WITH_PHP=56 values.
Reminded by: sunpoet |
7.2.13 07 Dec 2018 07:54:44 |
tz |
lang/php72: Upgrade from 7.2.12 to 7.2.13
Changelog: http://www.php.net/ChangeLog-7.php#7.2.13
MFH: 2018Q4 |
7.2.12 06 Dec 2018 11:22:12 |
rene |
Remove version 7.0 from the IGNORE_WITH_PHP list. |
7.2.12 10 Nov 2018 17:33:28 |
joneum |
Update to 7.2.12
Changelog:
- http://www.php.net/ChangeLog-7.php#7.2.12
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
7.2.11 02 Nov 2018 16:12:05 |
joneum |
security/php72-hash: fix build with GCC-based architectures
Unbreak this Port on mips64 and powerpc64
PR: 231462 232160
Reported by: Piotr Kubaj <pkubaj@anongoth.pl>
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
7.2.11 21 Oct 2018 11:17:13 |
antoine |
Ignore some ports with some versions of php
PR: 232398 |
7.2.11 12 Oct 2018 15:15:15 |
joneum |
Update to 7.2.11
Changelogs:
- http://www.php.net/releases/7_2_11.php
- http://www.php.net/ChangeLog-7.php#7.2.11
Approved by: tz (implicit)
Sponsored by: Netzkommune GmbH |
7.2.10 08 Oct 2018 08:52:52 |
tz |
Add PHP 7.3 RC2 to the ports-tree.
Notable changes:
- Switch from PCRE to PCRE2
- Many modules now require PCRE2 for building
- graphics/php73-gd: X11 option is no longer default
Changes to Mk/Uses/php.mk approved by ale |
7.2.10 18 Sep 2018 16:08:01 |
emaste |
lang/php*: link with -znotext on i386
This port links some non-PIC code, which fails with lld as it defaults
to disallowing relocations against read-only segments. For i386 we can
just add -znotext unconditionally: for GNU BFD ld it just affirms BFD's
existing default.
PR: 214864, 230207
Approved by: bapt
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D17193 |
7.2.10 13 Sep 2018 18:40:43 |
joneum |
Update to 7.2.10
Changelog: http://www.php.net/ChangeLog-7.php#7.2.10
Approved by: tz (implicit)
MFH: 2018Q3
Sponsored by: Netzkommune GmbH |
7.2.9 18 Aug 2018 15:32:17 |
joneum |
Update to 7.2.9
Changelog: http://www.php.net/ChangeLog-7.php#7.2.9
MFH: 2018Q3 |
7.2.8 31 Jul 2018 08:47:33 |
tz |
graphics/php72-gd: Switch from bundled libgd to graphics/gd
Currently the gd-module uses a bundled libgd, while most systems
already provide the same library via graphics/gd.
Therefore instead of adding the bundled library we use the
port instead.
PR: 217222
Submitted by: Mikhail Teterin <mi@FreeBSD.org> |
7.2.8 23 Jul 2018 15:06:22 |
tz |
lang/php72: Update from 7.2.7 to 7.2.8
Changelog: http://www.php.net/ChangeLog-7.php#7.2.8
Also patch out MySQL 8 auth changes, which makes the hash
extension mandatory instead of optional and introduce further
bugs:
https://github.com/php/php-src/commit/d6e81f0bfd0cb90586dd83d4fd47a4302605261a
MFH: 2018Q3 |
7.2.7 25 Jun 2018 11:41:48 |
tz |
lang/php72: Update from 7.2.6 to 7.2.7
Changelog: http://www.php.net/ChangeLog-7.php#7.2.7 |
7.2.6 29 May 2018 14:33:31 |
tz |
lang/php72: Update from 7.2.5 to 7.2.6
Changelog: http://www.php.net/ChangeLog-7.php#7.2.6
MFH: 2018Q2 |
7.2.5 26 Apr 2018 14:50:40 |
tz |
lang/php72: Update from 7.2.4 to 7.2.5
Changelog: http://www.php.net/ChangeLog-7.php#7.2.5
MFH: 2018Q2
Security: CVE-2018-5712 |
7.2.4 25 Apr 2018 09:52:52 |
tz |
lang/php72: Add missing lmdb support for php72-dba
PHP 7.2 adds lmdb support to its dba module. Add support via OPTION.
PR: 227732
Submitted by: Waitman Gobble <uzimac@da3m0n8t3r.com> |
7.2.4 29 Mar 2018 13:11:35 |
tz |
lang/php72: Update from 7.2.3 to 7.2.4
Changelog: http://www.php.net/ChangeLog-7.php#7.2.4 |
7.2.3_2 19 Mar 2018 06:03:16 |
yuri |
devel/oniguruma: Update to 6.8.1
Only changed the shared object version (forgotten on the previous release). |
7.2.3_1 17 Mar 2018 21:42:48 |
linimon |
Turn off DTRACE option by default for mips. It fails the exact same way
that armvX do.
While here, remove duplicate OPTIONS_EXCLUDE_aarch64 line, and sort.
Approved by: portmgr (tier-2 blanket) |
7.2.3_1 17 Mar 2018 20:31:20 |
yuri |
devel/oniguruma: Update to 6.8.0
Changelog:
https://github.com/kkos/oniguruma/releases/tag/v6.8.0
Bumping 9 depending ports because oniguruma's interface
actually changed in an incompatible way,
see https://github.com/kkos/oniguruma/issues/79 ,
while the shared library lib/libonig.so.4.0.0 didn't change
the revision number. This is a bug in the upstream release. |
7.2.3 11 Mar 2018 18:36:16 |
brnrd |
Migrate USE_APACHE to USES= apache
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
7.2.3 11 Mar 2018 14:23:28 |
brnrd |
Mk/Uses/apache.mk: Migrate Mk/bsd.apache.mk to Uses
- Chase required changes in framework (bsd.sanity.mk, bsd.port.mk)
- Chase required changes in ports (version checks)
- Chase required changes in PHP ports (include bsd.apache.mk)
- exp-run by antoine, brnrd, joneum
PR: 223691 (exp-run)
Reviewed by: joneum (hat apache), mat (portmgr), antoine (portmgr)
Approved by: joneum (hat apache)
Approved by: portmgr
With hat: apache |
7.2.3 11 Mar 2018 06:37:14 |
linimon |
Disable dtrace usdt on armv6, armv7 and aarch64, for lang/php* ports.
Tested for no regression on amd64.
PR: 224271
Approved by: tz (maintainer) |
7.2.3 08 Mar 2018 19:48:41 |
mat |
Introduce PHP flavors.
Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
flavored. They will automatically get flavors (php56, php70, php71, php72)
depending of the versions they support (set with IGNORE_WITH_PHP). As a
consequence, ports using USES=pear and USES=horde are also flavored.
PR: 226242
Submitted by: mat
Exp-run by: antoine
Approved by: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D14208 |
7.2.3 02 Mar 2018 13:11:59 |
tz |
lang/php72: Update from 7.2.2 to 7.2.3
Changelog: http://www.php.net/ChangeLog-7.php#7.2.3
MFH: 2018Q1 |
7.2.2 02 Feb 2018 11:40:30 |
tz |
lang/php72: Update from 7.2.1 to 7.2.2
Changelog: http://www.php.net/ChangeLog-7.php#7.2.2
MFH: 2018Q1 |
7.2.1 12 Jan 2018 12:57:19 |
tijl |
- Replace USE_AUTOTOOLS with USES=autoreconf:build and run an upstream
script in pre-configure to regenerate configure scripts. Because this
regenerates php_config.h.in, merge a patch for that file into the patch
for configure.in.
- Remove redundant --localstatedir=/var (added by bsd.port.mk). |
7.2.1 10 Jan 2018 16:11:16 |
tz |
lang/php72: Update from 7.2.0 to 7.2.1
Changelog: http://www.php.net/ChangeLog-7.php#7.2.1
PR: 224953
MFH: 2018Q1 |
7.2.0_1 17 Dec 2017 10:19:10 |
lwhsu |
Add an upstream patch:
http://git.php.net/?p=php-src.git;a=commit;h=72ec23d8233ac9a2071f991752cff55febb167d5
This eliminate a warning while building with clang on 32-bit system and enable
other programs' configure scripts test PHP feature with `-Werror`
Approved by: tz (maintainer) |
7.2.0 06 Dec 2017 15:40:48 |
tz |
lang/php72: Update from 7.2.0 RC 6 to 7.2.0
Changelog: http://www.php.net/ChangeLog-7.php#7.2.0 |
7.2.0.r6_3 05 Dec 2017 17:00:49 |
tz |
lang/php72: Add support for libargon2
PHP now provides support for argon-hashes. Add this support
to the port.
Reported by: Petr Hejl <petr.hejl@freedev.cz> |
7.2.0.r6_2 05 Dec 2017 08:00:12 |
lwhsu |
- Add EMBED to default on options
This is required for the php module of www/unit
Approved by: ale, tz (maintainers) |
7.2.0.r6_1 29 Nov 2017 18:46:30 |
gerald |
Remove DTRACE_DESC in favor of the default description.
Approved by: tz |
7.2.0.r6_1 27 Nov 2017 21:38:06 |
gerald |
Remove DEBUG_DESC in favor of the default one.
Approved by: tz |
7.2.0.r6_1 23 Nov 2017 11:41:51 |
tz |
lang/php72: Add missing conflict to php71-*
Also remove IPV6_DESC in favor of default description |
7.2.0.r6_1 21 Nov 2017 12:05:51 |
tz |
lang/php72: Add missing header file
Add missing file zend_smart_string.h to pkg-plist.
The allows building many more of the pecl-* ports.
PR: 223766
Submitted by: Raivo Hool <raivo.hool@gmail.com>
Reported by: Raivo Hool <raivo.hool@gmail.com>, Daniel Ylitalo
<daniel@blodan.se> |
7.2.0.r6 19 Nov 2017 21:30:42 |
antoine |
Remove nops, setting USES after bsd.port.pre.mk doesn't do anything
With hat: portmgr |
7.2.0.r6 16 Nov 2017 10:48:48 |
tz |
Add PHP 7.2 RC6
Notable changes:
- mcrypt module was removed
- sodium module was added
- sybase_ct artifacts removed
Also many PECL ports will not work with this version
since some files got renamed.
Reviewed by: mat, ale, Rainer Duffner <rainer@ultra-secure.de>
Differential Revision: https://reviews.freebsd.org/D12980 |