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/distinfo

Number of commits found: 38

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
19:08 tz search for other commits by this committer
PHP 7.1: Put missing mail header patch back
Original commitRevision:507983 
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
09:46 tz search for other commits by this committer
lang/php71: put mailheader patch back

Reported by:	mat
Original commitRevision:501013 
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 
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, 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 
Sunday, 9 Dec 2018
10:12 mat search for other commits by this committer
Put back the mail header patch.

Pointy hat:	tz
Original commitRevision:487035 
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 
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:05 joneum search for other commits by this committer
revert php-7.1.x-mail-header.patch into distinfo

Point hat: joneum

MFH:		2018Q3
Original commitRevision:477443 
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, 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 
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 
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 
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 
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 
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 
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 
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: 38