notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
We just patched an SQL injection. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password. You might want to hold off on that change. We have a few more to fix.
non port: devel/qt5-core/files/patch-src_corelib_tools_qtimezoneprivate_tz.cpp
SVNWeb

Number of commits found: 2

Mon, 13 Apr 2020
[ 12:35 tcberner search for other commits by this committer ] Original commit   Revision:531601 (Only the first 10 of 310 ports in this commit are shown above. View all ports for this commit)
Update Qt5 to 5.14.2

Very big thanks go again to kai@ who provided the www/qt5-webengine upgrade (to
5.14.0).
Notably, video capture support was re-enabled.

Announcement:
        https://www.qt.io/blog/qt-5.14-has-released

PR:		244964
Exp-run by:	antoine
Wed, 13 Jun 2018
[ 17:02 jhb search for other commits by this committer ] Original commit   Revision:472335
Recognize timezones on FreeBSD for the default install.

By default, FreeBSD copies the current timezone database to
/etc/localtime and stores the name of the symlink in /var/db/zoneinfo.
Qt expects /etc/localtime to be a symlink and uses the symlink's
target to infer the name of the default timezone.  The existing code
in Qt includes some workarounds for Linux distributions that also copy
the current timezone to /etc/localtime by checking for files that
contain the name of the timezone.  Add a similar check for
/var/db/zoneinfo on FreeBSD.

PR:		200763
Reviewed by:	tcberner
Differential Revision:	https://reviews.freebsd.org/D15792

Number of commits found: 2