notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/php71/Makefile

Number of commits found: 62

Wednesday, 27 Nov 2019
19:58 pkubaj search for other commits by this committer
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
Original commitRevision:518531 
Sunday, 24 Nov 2019
17:25 tobik search for other commits by this committer
lang/php7[12]*: Add missing USES=gnome

Differential Revision:	https://reviews.freebsd.org/D22407
Original commitRevision:518339 
Friday, 8 Nov 2019
14:47 tobik search for other commits by this committer
Add missing USES={gnome,php,sdl} to the rest
Original commitRevision:517072 
Friday, 25 Oct 2019
10:32 tz search for other commits by this committer
lang/php71: Update from 7.1.32 to 7.1.33

Changelog:

FPM:

    Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).
(CVE-2019-11043)

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.33

MFH:		2019Q4
Original commitRevision:515599 
Tuesday, 3 Sep 2019
20:22 tz search for other commits by this committer
lang/php71: Upgrade from 7.1.31 to 7.1.32

Changelog:

    mbstring:
        Fixed CVE-2019-13224 (don't allow different encodings for
onig_new_deluxe) (stas)
    pcre:
        Fixed bug #75457 (heap use-after-free in pcrelib) (cmb)

MFH:		2019Q3
Original commitRevision:511034 
Saturday, 3 Aug 2019
18:26 tz search for other commits by this committer
Update PHP 7.1 from 7.1.30 to 7.1.31

Changelog:

    SQLite:
        Upgraded to SQLite 3.28.0.
    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)
    Phar:
        Fixed bug #77919 (Potential UAF in Phar RSHUTDOWN).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.31

MFH:		2019Q3
Original commitRevision:507977 
Friday, 31 May 2019
21:56 tz search for other commits by this committer
lang/php71: Update from 7.1.29 to 7.1.30

Changelog:

    EXIF:
        Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16)
(CVE-2019-11040).
    GD:
        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).
    SQLite:
        Fixed bug #77967 (Bypassing open_basedir restrictions via file uris).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.30

MFH:		2019Q2
Original commitRevision:503193 
Wednesday, 8 May 2019
06:42 tz search for other commits by this committer
lang/php71: Update from 7.1.28 to 7.1.29

Changelog:

    EXIF:
        Fixed bug #77950 (Heap-buffer-overflow in _estrndup via
exif_process_IFD_TAG).
    Mail:
        Fixed bug #77821 (Potential heap corruption in TSendMail()).

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.29

MFH:		2019Q2
Original commitRevision:500999 
Thursday, 11 Apr 2019
09:49 tz search for other commits by this committer
PHP: Change MOD_PRIO for imap to avoid core dumps

PR:		235917
Reported by:	Sergey Anokhin <admin@5034.ru>
MFH:		2019Q2
Original commitRevision:498659 
Tuesday, 9 Apr 2019
14:04 sunpoet search for other commits by this committer
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
Original commitRevision:498476 
Friday, 5 Apr 2019
13:49 tz search for other commits by this committer
Update PHP 7.1 from 7.1.27 to 7.1.28

Changelog:

    EXIF:
        Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s).
        Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value).
    SQLite3:
        Added sqlite3.defensive INI directive.

Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.28

MFH:		2019Q2
Original commitRevision:497952 
Friday, 8 Mar 2019
15:46 tz search for other commits by this committer
Update PHP 7.1 from 7.1.26 to 7.1.27

Changelog:

    Core:
        Fixed bug #77630 (rename() across the device may allow unwanted access
during processing).
    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).
    PHAR:
        Fixed bug #77396 (Null Pointer Dereference in
phar_create_or_parse_filename).
        Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow).
    SPL:
        Fixed bug #77431 (openFile() silently truncates after a null byte).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.27

MFH:		2019Q1
Original commitRevision:495045 
Monday, 21 Jan 2019
13:19 tz search for other commits by this committer
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>
Original commitRevision:490858 
Thursday, 17 Jan 2019
10:11 tz search for other commits by this committer
lang/php71: 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>
Original commitRevision:490539 
Monday, 14 Jan 2019
11:00 tz search for other commits by this committer
Update PHP 7.1 from 7.1.25 to 7.1.26

Changelog:

    Core:
        Fixed bug #77369 (memcpy with negative length via crafted DNS response).
    GD:
        Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads
to use-after-free).
        Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap).
    IMAP:
        Fixed bug #77020 (null pointer dereference in imap_mail).
    Mbstring:
        Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
        Fixed bug #77371 (heap buffer overflow in mb regex functions -
compile_string_node).
        Fixed bug #77381 (heap buffer overflow in multibyte match_at).
        Fixed bug #77382 (heap buffer overflow due to incorrect length in
expand_case_fold_string).
        Fixed bug #77385 (buffer overflow in fetch_token).
        Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
        Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code).
    Phar:
        Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
    Xmlrpc:
        Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()).
        Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code).

Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.26

MFH:		2019Q1
Original commitRevision:490236 
Friday, 7 Dec 2018
07:53 tz search for other commits by this committer
lang/php71: Upgrade from 7.1.24 to 7.1.25

Changelog: http://www.php.net/ChangeLog-7.php#7.1.25

MFH:		2018Q4
Original commitRevision:486832 
Thursday, 15 Nov 2018
16:40 joneum search for other commits by this committer
Update to 7.1.24

Changelog: http://www.php.net/ChangeLog-7.php#7.1.24

Approved by:	tz (implicit)
MFH:		2018Q4
Sponsored by:	Netzkommune GmbH
Original commitRevision:485015 
Friday, 12 Oct 2018
17:03 joneum search for other commits by this committer
Update to 7.1.23

Changelog:
 - http://www.php.net/releases/7_1_23.php
 - http://www.php.net/ChangeLog-7.php#7.1.23

Approved by:	tz (implicit)
Sponsored by:	Netzkommune GmbH
Original commitRevision:481914 
Monday, 8 Oct 2018
08:52 tz search for other commits by this committer
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
Original commitRevision:481525 
Tuesday, 18 Sep 2018
16:08 emaste search for other commits by this committer
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
Original commitRevision:480035 
Saturday, 15 Sep 2018
14:55 joneum search for other commits by this committer
Update to 7.1.22

Changelog: http://www.php.net/ChangeLog-7.php#7.1.22

Approved by:	tz (implicit)
MFH:		2018Q3
Sponsored by:	Netzkommune GmbH
Original commitRevision:479837 
Friday, 17 Aug 2018
19:02 joneum search for other commits by this committer
Update to 7.1.21

Changelog: http://www.php.net/ChangeLog-7.php#7.1.21

Approved by:	tz (implicit)
MFH:		2018Q3
Original commitRevision:477442 
Monday, 23 Jul 2018
15:04 tz search for other commits by this committer
Update PHP 7.1 from 7.1.19 to 7.1.20

Changelog: http://www.php.net/ChangeLog-7.php#7.1.20

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
Original commitRevision:475181 
Monday, 25 Jun 2018
11:40 tz search for other commits by this committer
Update PHP 7.1 from 7.1.18 to 7.1.19

Changelog: http://www.php.net/ChangeLog-7.php#7.1.19
Original commitRevision:473304 
Tuesday, 29 May 2018
14:32 tz search for other commits by this committer
Update PHP 7.1 from 7.1.17 to 7.1.18

Changelog: http://www.php.net/ChangeLog-7.php#7.1.18

MFH:		2018Q2
Original commitRevision:471094 
Thursday, 26 Apr 2018
14:49 tz search for other commits by this committer
Update PHP 7.1 from 7.1.16 to 7.1.17

Changelog: http://www.php.net/ChangeLog-7.php#7.1.17

MFH:		2018Q2
Security:	CVE-2018-5712
Original commitRevision:468353 
Thursday, 29 Mar 2018
13:10 tz search for other commits by this committer
Update PHP 7.1 from 7.1.15 to 7.1.16

Changelog: http://www.php.net/ChangeLog-7.php#7.1.16
Original commitRevision:465891 
Monday, 19 Mar 2018
06:03 yuri search for other commits by this committer
devel/oniguruma: Update to 6.8.1

Only changed the shared object version (forgotten on the previous release).
Original commitRevision:464983 
Saturday, 17 Mar 2018
21:42 linimon search for other commits by this committer
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)
Original commitRevision:464849 
20:31 yuri search for other commits by this committer
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.
Original commitRevision:464845 
Monday, 12 Mar 2018
13:58 tz search for other commits by this committer
Update PHP 7.1 from 7.1.14 to 7.1.15

Changelog: http://www.php.net/ChangeLog-7.php#7.1.15

MFH: 2018Q1
Original commitRevision:464250 
Sunday, 11 Mar 2018
18:36 brnrd search for other commits by this committer
Migrate USE_APACHE to USES= apache

 - Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk

With hat:	apache
Original commitRevision:464193 
14:23 brnrd search for other commits by this committer
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
Original commitRevision:464175 
06:37 linimon search for other commits by this committer
Disable dtrace usdt on armv6, armv7 and aarch64, for lang/php* ports.

Tested for no regression on amd64.

PR:		224271
Approved by:	tz (maintainer)
Original commitRevision:464146 
Friday, 2 Feb 2018
11:46 tz search for other commits by this committer
Update PHP 7.1 from 7.1.13 to 7.1.14

Changelog: http://www.php.net/ChangeLog-7.php#7.1.14

Remove patch since upstream integrated a fix for the issue

MFH: 2018Q1
Original commitRevision:460697 
Friday, 12 Jan 2018
12:57 tijl search for other commits by this committer
- 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).
Original commitRevision:458821 
Wednesday, 10 Jan 2018
16:07 tz search for other commits by this committer
Update PHP 7.1 from 7.1.12 to 7.1.13

Changelog: http://www.php.net/ChangeLog-7.php#7.1.13

PR:  224955
MFH: 2018Q1
Original commitRevision:458658 
Sunday, 17 Dec 2017
10:19 lwhsu search for other commits by this committer
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)
Original commitRevision:456526 
Tuesday, 5 Dec 2017
08:00 lwhsu search for other commits by this committer
- Add EMBED to default on options
  This is required for the php module of www/unit

Approved by:	ale, tz (maintainers)
Original commitRevision:455566 
Wednesday, 29 Nov 2017
18:46 gerald search for other commits by this committer
Remove DTRACE_DESC in favor of the default description.

Approved by:	tz
Original commitRevision:455138 
Monday, 27 Nov 2017
21:38 gerald search for other commits by this committer
Remove DEBUG_DESC in favor of the default one.

Approved by:	tz
Original commitRevision:454993 
Friday, 24 Nov 2017
10:13 tz search for other commits by this committer
Update PHP 7.1 from 7.1.11 to 7.1.12

Changelog: http://www.php.net/ChangeLog-7.php#7.1.12

MFH:      2017Q4
Original commitRevision:454818 
Thursday, 23 Nov 2017
11:38 tz search for other commits by this committer
lang/php70 and lang/php71: Add mail header patch

While here to some improvements:
- Remove CONFLICTS of no longer existing PHP 5.5
- Add CONFLICTS to PHP 7.2
- Remove IPV6_DESC in order to use default one

PR:           219321
Submitted by: Karsten Schmidt <bsd@guggemand.dk>
Original commitRevision:454753 
Sunday, 19 Nov 2017
21:30 antoine search for other commits by this committer
Remove nops,  setting USES after bsd.port.pre.mk doesn't do anything

With hat:	portmgr
Original commitRevision:454501 
Friday, 27 Oct 2017
07:32 tz search for other commits by this committer
Update PHP 7.1 from 7.1.10 to 7.1.11

Changelog: http://www.php.net/ChangeLog-7.php#7.1.11

MFH:      2017Q4
Security: CVE-2016-1283
Original commitRevision:452965 
Thursday, 28 Sep 2017
13:04 tz search for other commits by this committer
Update PHP 7.1 from 7.1.9 to 7.1.10

Changelog: http://www.php.net/ChangeLog-7.php#7.1.10

MFH: 2017Q3
Original commitRevision:450849 
Friday, 15 Sep 2017
10:26 tz search for other commits by this committer
lang/php70 and lang/php71: enable to build on sparc64

Disabling DTRACE for sparc64 allows to build the port on it

PR:           221761
Submitted by: Mark Linimon <linimon@FreeBSD.org>
Original commitRevision:449898 
Thursday, 31 Aug 2017
13:59 tz search for other commits by this committer
Update PHP 7.1 from 7.1.8 to 7.1.9

Changelog: http://www.php.net/ChangeLog-7.php#7.1.9

MFH: 2017Q3
Original commitRevision:449034 
Thursday, 3 Aug 2017
14:54 tz search for other commits by this committer
Update PHP 7.1 from 7.1.7 to 7.1.8

Changelog: http://www.php.net/ChangeLog-7.php#7.1.8

MFH: 2017Q3
Original commitRevision:447218 
Friday, 7 Jul 2017
09:44 tz search for other commits by this committer
Update PHP 7.1 from 7.1.6 to 7.1.7

Changelog: http://www.php.net/ChangeLog-7.php#7.1.7

PR:          220532
Reported by: Fabiano Sidler <fabianosidler@swissonline.ch>, Dani
<i.dani@outlook.com>
MFH:         2017Q3
Security:    CVE-2017-9224
Security:    CVE-2017-9226
Security:    CVE-2017-9227
Security:    CVE-2017-9228
Security:    CVE-2017-9229
Original commitRevision:445228 
Friday, 16 Jun 2017
14:54 tz search for other commits by this committer
lang/php70 and lang/php71: Parse multiple [PATH=] and [HOST=] sections properly

Adding a patch to fix bug #74738 in PHP 7.0 and 7.1:
https://bugs.php.net/bug.php?id=74738

Reported by: Philip Jocks <pj@netzkommune.de>
MFH:         2017Q2
Original commitRevision:443708 
Monday, 12 Jun 2017
10:33 tz search for other commits by this committer
Update PHP 7.1 from 7.1.5 to 7.1.6

Changelog: http://www.php.net/ChangeLog-7.php#7.1.6

MFH: 2017Q2
Original commitRevision:443435 
Monday, 15 May 2017
10:01 tz search for other commits by this committer
Update PHP 7.1 from 7.1.4 to 7.1.5

Changelog: http://www.php.net/ChangeLog-7.php#7.1.5

Also remove the patch from devel/php71-gettext
which isn't needed anymore.

MFH: 2017Q2
Original commitRevision:440914 
Tuesday, 18 Apr 2017
08:57 tz search for other commits by this committer
Update PHP 7.1 from 7.1.3 to 7.1.4

Changelog: http://www.php.net/ChangeLog-7.php#7.1.4

PR:           218589
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH:          2017Q2
Differential Revision: https://reviews.freebsd.org/D10372
Original commitRevision:438766 
Friday, 17 Mar 2017
09:17 tz search for other commits by this committer
Update PHP 7.1 from 7.1.2 to 7.1.3

Changelog: http://www.php.net/ChangeLog-7.php#7.1.3

PR:           217800
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH:          2017Q1
Original commitRevision:436329 
Thursday, 23 Feb 2017
14:19 tz search for other commits by this committer
Update PHP 7.1 from 7.1.1 to 7.1.2

Changelog: http://www.php.net/ChangeLog-7.php#7.1.2

PR:           217109
Submitted by: Jochen Neumeister <joneum@bsdproject.de>
MFH:          2017Q1
Original commitRevision:434667 
Friday, 3 Feb 2017
10:20 tz search for other commits by this committer
lang/php70 & lang/php71: revert moving of LIB_DEPENDS

The former commit should pet portlint, but accidently made
deve/pcre a LIB_DEPEND for all php modules.

Pointy hat: tz
Original commitRevision:433219 
Wednesday, 1 Feb 2017
16:35 tz search for other commits by this committer
lang/php71: pet portlint by moving LIB_DEPENDS up

Convert the patch from lang/php70 to lang/php71

PR:           216653
Submitted by: linimon
Original commitRevision:433046 
Friday, 27 Jan 2017
19:26 jbeich search for other commits by this committer
lang/php71: temporarily hide DTRACE option on aarch64

CFLAGS="-O2 -pipe -fno-strict-aliasing -DZEND_SIGNALS " dtrace -xnolibs -G -o
Zend/zend_dtrace.d.o -s
/wrkdirs/usr/ports/lang/php71/work/php-7.1.1/Zend/zend_dtrace.d main/main.o
Zend/zend_API.o Zend/zend_execute.o Zend/zend_exceptions.o Zend/zend_dtrace.o
Zend/zend.o
ld: Zend/zend_dtrace.d.o.ckjasD: Relocations in generic ELF (EM: 0)
Zend/zend_dtrace.d.o.ckjasD: error adding symbols: File in wrong format
dtrace: failed to link script
/wrkdirs/usr/ports/lang/php71/work/php-7.1.1/Zend/zend_dtrace.d: failed to link
Zend/zend_dtrace.d.o: ld exited with status 1
dt_modtext:/usr/src/cddl/lib/libdtrace/../../../cddl/contrib/opensolaris/lib/libdtrace/common/dt_link.c(841):
DOODAD
[..]
*** [Zend/zend_dtrace.d.o] Error code 1

PR:		214556
Original commitRevision:432567 
18:52 marino search for other commits by this committer
lang/php71: Bring DTRACE exclude for DF from lang/php70

Maybe this would have been caught with SVN copy?  Oh well.

Approved by:	just-fix-it
Original commitRevision:432561 
Wednesday, 25 Jan 2017
16:32 sunpoet search for other commits by this committer
Add mod_php71 7.1.1 (copied from mod_php70)
Original commitRevision:432446 
Tuesday, 24 Jan 2017
11:54 tz search for other commits by this committer
Add PHP 7.1

Thanks to: mat, pi, ale, martin@waschbuesch.de and franco@opnsense.org
Original commitRevision:432324 

Number of commits found: 62