* Speed up generation of input files list
* Add support escape JSON string to stream for export compile commands
* Support specifying required Ninja version
* Specify deps format for actions
* Don't assert on gn builds without any target
* Make data_deps in copy() targets work
* Use correct path to generated binary for EXECUTABLE target
* Make analyze handle targets from all toolchains
* Add no_check_targets config option
* On arm64 hosts, set host_cpu to 'arm64', not 'arm'
* Also apply no_check_target filtering to gn gen --check
* clang: Add support for C++ modules in deps
While here, reorder out of place variables
PR: 248685
Submitted by: o.hushchenkov@gmail.com (maintainer)
[188/188] LINK gn
ERROR at //build/config/linux/pkg_config.gni:103:17: Script returned non-zero exit code.
pkgresult = exec_script(pkg_config_script, args, "value")
^----------
Package gbm was not found in the pkg-config search path.
Perhaps you should add the directory containing `gbm.pc'
to the PKG_CONFIG_PATH environment variable
Package 'gbm', required by 'virtual:world', not found
Could not run pkg-config.
See //third_party/minigbm/BUILD.gn:122:3: whence it was called.
pkg_config("libgbm") {
^---------------------
See //ui/gfx/linux/BUILD.gn:41:5: which caused the file to be included.
"//third_party/minigbm",
^----------------------
From ChangeLog: https://www.lalescu.ro/liviu/fet/news.html
* Added a new feature to create easier overlapping groups/years, from the
subgroups/groups dialogs (suggested by samantha.goddard's file).
* Added the possibility of executing an external command after the generation
(suggested by Zsolt Udvari and other users). The implementation of this feature
was inspired by the Claws Mail software.
* Added a new example file from Hong Kong, by Marcus.
While here, reorder out of place variables.
PR: 248724
Submitted by: uzsolt@uzsolt.hu (maintainer)
Changes since 2.8.1:
- Add support for receiving DNS messages over DNSTAP
- Fix bug with listening for SIGINT when in foreground mode
- Unlink UNIX socket on exit if successfully initiated
- Fix startup bug, exit() if unable to initialize
- Add new configuration options to dnstap_unixsock to control
ownership and permissions for the DNSTAP socket file
- Update the built in known TLDs table and adds the optional
configuration option knowntlds_file
- Fix a 17-year old code cut&paste mistake in the classification
indexer, until now it's been classifying funny query types based
on the query class, submitted by Jim Hague (Sinodun)
PR: 248728
Submitted by: Leo Vandewoestijne (maintainer)
Fix three security issues in security/trousers:
* CVE-2020-24332
If the tcsd daemon is started with root privileges,
the creation of the system.data file is prone to symlink attacks
* CVE-2020-24330
If the tcsd daemon is started with root privileges,
it fails to drop the root gid after it is no longer needed
* CVE-2020-24331
If the tcsd daemon is started with root privileges,
the tss user has read and write access to the /etc/tcsd.conf file
Add patches to fix potential use-after-free
Fix build with -fno-common
MFH: 2020Q3
Security: e37a0a7b-e1a7-11ea-9538-0c9d925bbbc0
Update the snapshot of x11-driver/xf86-video-intel
- Fix build with -fno-common
- Fix MIT-SHM detection
- Drop SNA/UXA options in favor of xorg.conf(5)
- Add hyphen to output names for consistency with modesetting(4x)
- Add UDEV and XVMC options
- Add "make test" support
- Drop unused dependencies
- Switch to upstream versioning scheme
- Document all patches
- Simplify and deprecate _WITH_GETLINE
- Fix most style warnings
PR: 236003
Submitted by: jbiech
MFH: 2020Q3
Use newer GCC:
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1582: error: function definition does not declare parameters
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc: In function 'NPError plugin_start_appletviewer(ITNPPluginData*)':
/wrkdirs/usr/ports/java/icedtea-web/work/IcedTea-Web-icedtea-web-1.8.4/plugin/icedteanp/IcedTeaNPPlugin.cc:1640: error: 'knownExports' was not declared in this scope