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
non port: www/qt6-webengine/Makefile
SVNWeb

Number of commits found: 12

Mon, 28 Aug 2023
[ 13:40 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:9d23691afbbc151dbc63933dc8ea370afc391eed  commit hash:9d23691afbbc151dbc63933dc8ea370afc391eed  commit hash:9d23691afbbc151dbc63933dc8ea370afc391eed  9d23691 
www/qt6-webengine: Switch to bundled re2

* Prepare the port for newer versions of devel/re2, which also require
  devel/abseil.  This combination however causes build errors [1] due
  to missing symbols:

[...]
In file included from gen/extensions/browser/browser_sources_jumbo_8.cc:6:
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:429:11:
error: no member named 'set' in 'absl::string_view'
  source_.set(source.data(), source.size());
  ~~~~~~~ ^
./../../../../../qtwebengine-everywhere-src-6.5.2/src/3rdparty/chromium/extensions/browser/api/web_request/form_data_parser.cc:573:11:
error: no member named 'set' in 'absl::string_view'
  source_.set(source.data(), source.size());
  ~~~~~~~ ^
[...]
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 7 Aug 2023
[ 16:34 Gleb Popov (arrowd) search for other commits by this committer ]    commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  commit hash:b1ecad53b0b32916e5db596b26334db8015e4299  b1ecad5  (Only the first 10 of 201 ports in this commit are shown above. View all ports for this commit)
audio/pulseaudio: Update to 16.1

Bump PORTREVISION on consumers.

Sponsored by:	Serenity Cybersecurity, LLC

PR:		262713
Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Thu, 27 Jul 2023
[ 22:10 Jason E. Hale (jhale) search for other commits by this committer ]    commit hash:66b0e0515e2a1a737daf42f4a218d9ad715734ea  commit hash:66b0e0515e2a1a737daf42f4a218d9ad715734ea  commit hash:66b0e0515e2a1a737daf42f4a218d9ad715734ea  66b0e05  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Qt: Update Qt6 to 6.5.2

As a patch release, Qt 6.5.2 does not introduce any new features but
contains about 290 bug fixes, security updates, and other improvements
to the top of the Qt 6.5.1 release. See more information about the most
important changes and bug fixes from Qt 6.5.2 release note.

Announcement:	https://www.qt.io/blog/qt-6.5.2-released-1
Release
note:	https://code.qt.io/cgit/qt/qtreleasenotes.git/about/qt/6.5.2/release-note.md
Wed, 26 Jul 2023
[ 04:28 Loïc Bartoletti (lbartoletti) search for other commits by this committer Author: Kai Knoblich ]    commit hash:9a0a6ca38c78e60b3afc10152daad948a1f001c7  commit hash:9a0a6ca38c78e60b3afc10152daad948a1f001c7  commit hash:9a0a6ca38c78e60b3afc10152daad948a1f001c7  9a0a6ca  (Only the first 10 of 440 ports in this commit are shown above. View all ports for this commit)
www/qt6-webengine: Update to 6.5.0

Under the hood runs Chromium 108.0.5359.181 with security patches up to
Chromium 110.0.5481.104.  Most of the patches were taken of from
Chromium 108.0.5359.124 (7ae5e0e6d6ee).

Build tests so far:
- 14.0-CURRENT@ amd64@df2fbbfa71
- 13.2-RELEASE amd64 ALSA
- 13.1-RELEASE amd64 ALSA
- 12.4-RELEASE amd64 + i386 (ALSA/PULSE/SNDIO)

Runtime tests with 12.4-RELEASE so far without issues.

PR:	272422
Exp-run by:	antoine
Mon, 5 Jun 2023
[ 16:53 Robert Clausecker (fuz) search for other commits by this committer ]    commit hash:dd2c7b778901a7b310d37f044c0018de1603c37f  commit hash:dd2c7b778901a7b310d37f044c0018de1603c37f  commit hash:dd2c7b778901a7b310d37f044c0018de1603c37f  dd2c7b7 
www/qt6-webengine: fix build on armv7

Improve two patches with more complete variants from devel/electron19.
Patch bundled boringssl with additional patches from the same port.
Avoid an OOM condition by using the same extra patch previously only
used on i386.  In that patch, decreate BROTLI_PARAM_QUALITY further
to 4 to avoid flakiness on armv7.

Obtained from:	devel/electron19
Approved by:	kai (with hat: kde, maintainer)
PR:		271228
Tue, 2 May 2023
[ 19:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:94713bad761a1307f0722b8649a59c8601d22e74  commit hash:94713bad761a1307f0722b8649a59c8601d22e74  commit hash:94713bad761a1307f0722b8649a59c8601d22e74  94713ba  (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
devel/re2: Update to 20230301

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/google/re2/releases
Thu, 27 Apr 2023
[ 12:01 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:f7accb23bf4c9fc87a4b362937629ccd09d425e5  commit hash:f7accb23bf4c9fc87a4b362937629ccd09d425e5  commit hash:f7accb23bf4c9fc87a4b362937629ccd09d425e5  f7accb2  (Only the first 10 of 151 ports in this commit are shown above. View all ports for this commit)
*/*: Bump all users of multimedia/ffmpeg*

...to make sure all picks up new version(s)
Tue, 25 Apr 2023
[ 15:17 Christian Weisgerber (naddy) search for other commits by this committer ]    commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  commit hash:feb1fa34f58ea796656b86a81c2a2996b0b03c96  feb1fa3  (Only the first 10 of 1613 ports in this commit are shown above. View all ports for this commit)
audio/opus: bump consumers after update to 1.4
Sat, 11 Feb 2023
[ 08:46 Jan Beich (jbeich) search for other commits by this committer ]    commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  commit hash:17f6d799d7cd9697ea3c59711e6216a70a27471f  17f6d79  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
multimedia/libvpx: update 1.13.0

Changes:	https://chromium.googlesource.com/webm/libvpx/+log/v1.12.0..v1.13.0
Reported by:	portscout
Sun, 15 Jan 2023
[ 20:27 Guido Falsi (madpilot) search for other commits by this committer ]    commit hash:684427097cfe719882adef380fcae0142d375fef  commit hash:684427097cfe719882adef380fcae0142d375fef  commit hash:684427097cfe719882adef380fcae0142d375fef  6844270 
www/qt6-webengine: Fix hardcoded path

Replace hardcoded path causing runtime failures by replacing with
LOCALBASE.

Approved by:		kde (kai)
Fixes:			3227b809dd69aa15c0798b4e5ffaa5adc9fe0b98
Differential Revision:	https://reviews.freebsd.org/D38067
Sat, 14 Jan 2023
[ 12:10 Kai Knoblich (kai) search for other commits by this committer ]    commit hash:3227b809dd69aa15c0798b4e5ffaa5adc9fe0b98  commit hash:3227b809dd69aa15c0798b4e5ffaa5adc9fe0b98  commit hash:3227b809dd69aa15c0798b4e5ffaa5adc9fe0b98  3227b80  (Only the first 10 of 615 ports in this commit are shown above. View all ports for this commit)
www/qt6-webengine: NEW PORT

The Qt WebEngine module provides a web browser engine that makes it easy
to embed content from the World Wide Web into your Qt application on
platforms that do not have a native web engine.

Qt WebEngine provides C++ classes and QML types for rendering HTML,
XHTML, and SVG documents, styled using Cascading Style Sheets (CSS) and
scripted with JavaScript. HTML documents can be made fully editable by
the user through the use of the contenteditable attribute on HTML
elements.

Most of the patches were taken from Chromium 102.0.5005.115
(6fbdece63f38) and a small portion also from Chromium 105.0.5195.102
(96b9a69e7010) , which has been required since Qt 6.4.1.
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 12