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: devel/php74-intl/files/patch-icu70

Number of commits found: 2

Saturday, 20 Nov 2021
19:31 Torsten Zuehlsdorff (tz) search for other commits by this committer
lang/php74: Upgrade from 7.4.25 to 7.4.26

    Core:
        Fixed bug #81518 (Header injection via default_mimetype /
default_charset).
    Date:
        Fixed bug #81500 (Interval serialization regression since 7.3.14 /
7.4.2).
    MBString:
        Fixed bug #76167 (mbstring may use pointer from some previous request).
    MySQLi:
        Fixed bug #81494 (Stopped unbuffered query does not throw error).
    PCRE:
        Fixed bug #81424 (PCRE2 10.35 JIT performance regression).
    Streams:
        Fixed bug #54340 (Memory corruption with user_filter).
    XML:
        Fixed bug #79971 (special character is breaking the path in xml
function). (CVE-2021-21707)

Also include a patch to fix issue 259725:
dns_get_record fails when requested record doesn't exist

PR:		259725
Reported by:	fsbruva@yahoo.com
Sponsored by:	Bounce Experts
commit hash: 11d48ddebb9c0951afead066cdb578270182010a commit hash: 11d48ddebb9c0951afead066cdb578270182010a commit hash: 11d48ddebb9c0951afead066cdb578270182010a commit hash: 11d48ddebb9c0951afead066cdb578270182010a 11d48dd
Wednesday, 6 Oct 2021
14:52 Jan Beich (jbeich) search for other commits by this committer
devel/php*-intl: unbreak build with ICU 70

In file included from breakiterator/breakiterator_class.cpp:21:
breakiterator/codepointiterator_internal.h:40:17: error: virtual function
'operator==' has a different return type ('UBool' (aka 'signed char')) than the
function it overrides (which has return type 'bool')
                virtual UBool operator==(const BreakIterator& that) const;
                        ~~~~~ ^
/usr/local/include/unicode/brkiter.h:127:18: note: overridden virtual function
is here
    virtual bool operator==(const BreakIterator&) const = 0;
            ~~~~ ^

PR:		258794
Reported by:	antoine (via exp-run)
commit hash: 2c2eb4692242d0f7c9e125920a712bc8f4ec0154 commit hash: 2c2eb4692242d0f7c9e125920a712bc8f4ec0154 commit hash: 2c2eb4692242d0f7c9e125920a712bc8f4ec0154 commit hash: 2c2eb4692242d0f7c9e125920a712bc8f4ec0154 2c2eb46

Number of commits found: 2