non port: devel/php72-intl/Makefile |
SVNWeb
|
Number of commits found: 27 |
Tue, 3 Nov 2020
|
[ 00:56 jbeich ] (Only the first 10 of 186 ports in this commit are shown above. )
devel/icu: update to 68.1
Changes: http://site.icu-project.org/download/68
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
|
Fri, 15 May 2020
|
[ 19:39 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
|
Thu, 23 Apr 2020
|
[ 20:14 jbeich ] (Only the first 10 of 130 ports in this commit are shown above. )
devel/icu: update to 67.1
Changes: http://site.icu-project.org/download/67
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
Reported by: GitHub (watch releases)
|
Sat, 18 Apr 2020
|
[ 21:07 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
|
Fri, 13 Mar 2020
|
[ 09:54 jbeich ] (Only the first 10 of 12 ports in this commit are shown above. )
Fix up PORTREVISION style after "portedit bump-revision"
|
[ 09:47 jbeich ] (Only the first 10 of 126 ports in this commit are shown above. )
devel/icu: update to 66.1
Changes: http://site.icu-project.org/download/66
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Fri, 25 Oct 2019
|
[ 10:34 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 )
|
Thu, 3 Oct 2019
|
[ 20:35 jbeich ] (Only the first 10 of 135 ports in this commit are shown above. )
devel/icu: update to 65.1
Changes: http://site.icu-project.org/download/65
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
|
Sat, 3 Aug 2019
|
[ 18:28 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 )
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
|
Fri, 5 Apr 2019
|
[ 13:50 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 )
|
Wed, 27 Mar 2019
|
[ 21:11 jbeich ] (Only the first 10 of 127 ports in this commit are shown above. )
devel/icu: update to 64.1
Changes: http://site.icu-project.org/download/64
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 236325
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19479
|
Mon, 14 Jan 2019
|
[ 11:03 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 )
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590
|
Sat, 10 Nov 2018
|
[ 17:33 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
|
Tue, 23 Oct 2018
|
[ 11:35 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 63.1
Changes: http://site.icu-project.org/download/63
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 232300
Exp-run by: antoine
|
Sat, 18 Aug 2018
|
[ 15:32 joneum ]
Update to 7.2.9
Changelog: http://www.php.net/ChangeLog-7.php#7.2.9
MFH: 2018Q3
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542
|
Tue, 24 Jul 2018
|
[ 08:44 tz ] (Only the first 10 of 124 ports in this commit are shown above. )
PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions
This enables "make test" in every extension and eases
the test of changes to PHP.
I did ignore PHP 7.0 intentionally since it only receives
security updates and will EOL at the end of the year. Therefore
no great amount of work is expected for 7.0.
|
Mon, 23 Jul 2018
|
[ 15:11 tz ]
devel/php71-intl and devel/php72-intl
Commit missed resets of PORTREVISION after updates of lang/php71 and lang/php72
MFH: 2018Q3
|
Fri, 29 Jun 2018
|
[ 14:22 jbeich ] (Only the first 10 of 123 ports in this commit are shown above. )
devel/icu: update to 62.1
Changes: http://site.icu-project.org/download/62
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 229359
Exp-run by: antoine (only 10.4)
|
Thu, 26 Apr 2018
|
[ 14:50 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
|
Fri, 6 Apr 2018
|
[ 15:53 jbeich ] (Only the first 10 of 117 ports in this commit are shown above. )
devel/icu: update to 61.1
Changes: http://site.icu-project.org/download/61
ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/
PR: 227042
Exp-run by: antoine
MFH: 2018Q2 (required by Firefox 61)
|
Wed, 4 Apr 2018
|
[ 08:21 jbeich ]
devel/php*-intl: unbreak with ICU 61
In file included from ext/intl/intl_convertcpp.cpp:21:
./intl_convertcpp.h:29:25: error: unknown type name 'UnicodeString'
int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status);
^
./intl_convertcpp.h:31:40: error: unknown type name 'UnicodeString'; did you
mean 'icu::UnicodeString'?
zend_string* intl_charFromString(const UnicodeString &from, UErrorCode *status);
^~~~~~~~~~~~~
icu::UnicodeString
/usr/local/include/unicode/unistr.h:286:20: note: 'icu::UnicodeString' declared
here
class U_COMMON_API UnicodeString : public Replaceable
^
ext/intl/intl_convertcpp.cpp:28:25: error: unknown type name 'UnicodeString'
int intl_stringFromChar(UnicodeString &ret, char *str, size_t str_len,
UErrorCode *status) (Only the first 15 lines of the commit message are shown above )
|
Fri, 2 Mar 2018
|
[ 13:11 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
|
Fri, 9 Feb 2018
|
[ 09:12 jbeich ] (Only the first 10 of 19 ports in this commit are shown above. )
devel/icu: drop C++98 compatibility workarounds
Now that both USE_GCC and -CURRENT default to C++14 there's little
reason to complicate maintenance. Revert r449685 to usher consumers
into post-C++11 world.
PR: 222433 222434 222435
|
Thu, 16 Nov 2017
|
[ 10:48 tz ] (Only the first 10 of 184 ports in this commit are shown above. )
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
|
Number of commits found: 27 |