sustained_inodes.c: In function 'sinodes_pid_inodes':
sustained_inodes.c:224: error: 'struct kinfo_file' has no member named 'kf_un'
sustained_inodes.c:225: error: 'struct kinfo_file' has no member named 'kf_un'
MFH: 2020Q4
When the kernel is built with INVARIANTS we also need to build ZFS
with INVARIANTS. Additionally, the knob for this has been broken out
from WITH_DEBUG=true to WITH_INVARIANTS=true in the OpenZFS build
system. We add an INVARIANTS option to the port for this, and enable
the DEBUG and INVARIANTS options by default on 13-CURRENT to ensure
that a default configuration builds openzfs-kmod with the correct
options.
Users building their 13-CURRENT kernel without INVARIANTS will need to
disable the INVARIANTS option in the port manually. I'm not aware of a
better way to implement this decision at the moment.
Reviewed by: wg
Approved by: wg (ports)
Sponsored by: iXsystems, Inc.
Differential Revision: https://reviews.freebsd.org/D27442
a hard requirement, but the build fails without it for the time being)
- Patch the configure script to not assume that OpenSSL is missing when
it's not being found by the pkgconf(1) and print locations for header
files and libraries to help with debugging
Approved by: maintainer
List of changes:
- Try probing more drivers, when probe fails (PR 248926)
- While at it, use GitHub to provide the required tarball archives
PR: 248926
Submitted by: martymac@FreeBSD.org
Approved by: pi (implicit)
Tool to render Asciinema cast files to GIFs without
using Electron or a web browser
The port contains the pre-release [1] plus two commits,
added since then.
[1] https://github.com/katharostech/cast2gif/releases
PR: 251064
Submitted by: Nuno Teixeira <ed.arrakis@gmail.com> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27435
The releases 1.0.6 and 1.0.7 have some new features
and several bug fixes [1]:
- Add support for icons
- Add mappings using script
- Add double extensions support
- Add major precision to default conf
- High definition preview images on kitty
[1] https://github.com/Canop/broot/compare/v1.0.5...v1.0.7
PR: 251500
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
Approved by: arrowd (mentor)
Differential Revision: https://reviews.freebsd.org/D27445
Merge upstream commit that fixes build with LLVM on ppc64* (also affects other systems) and add patch which fixes build specifically on FreeBSD (PR currently waiting for acceptance).
Oracle Berkeley DB is a family of open source embeddable databases
that allows developers to incorporate within their applications a
fast, scalable, transactional database engine with industrial grade
reliability and availability. As a result, customers and end-users
will experience an application that simply works, reliably manages
data, can scale under extreme load, but requires no ongoing database
administration. As a developer, you can focus on your application and
be confident that Oracle Berkeley DB will manage your persistence
needs.
This port is derived from databases/db6 (by svn copy + edits).
PR: 248415
Submitted by: Yasuhiro KIMURA
Add an option SDL that uses SDL 2, a cross-platform multimedia development
API which can be useful particularly when it comes to supporting games.
This is off by default for now in alignment with the status quo.
Submitted by: Alex S <iwtcex@gmail.com>
PR: 249869
2020-11-30 databases/datamodeler: depends on expiring java/openjfx8-devel
2020-11-30 devel/gradle4: only needed for expiring biology/igv and java/openjfx8-devel
2020-11-30 devel/py-astroid1: Use devel/py-astroid instead
2020-11-30 devel/pylint1: Use devel/pylint instead
2020-11-30 german/mediathekview: depends on expiring java/openjfx8-devel
2020-11-30 java/openjfx8-devel: No longer maintained upstream
2020-11-30 java/openjfx8-scenebuilder: depends on expiring java/openjfx8-devel
2020-11-30 net-im/py-sleekxmpp: Upstream archived and advices to use net-im/py-slixmpp
2020-12-01 net-mgmt/zabbix44-agent: End of Life
2020-12-01 net-mgmt/zabbix44-frontend: End of Life
2020-12-01 net-mgmt/zabbix44-java: End of Life
2020-12-01 net-mgmt/zabbix44-proxy: End of Life
2020-12-01 net-mgmt/zabbix44-server: End of Life
2020-11-30 print/jabref: depends on expiring java/openjfx8-devel
2020-11-30 science/datawarrior: depends on expiring java/openjfx8-devel
Patch xorg-server (and sub ports) to fix recently discovered security isses:
CVE-2020-14360 and CVE-2020-25712.
These issues can lead to privileges elevations for authorized clients
on systems where the X server is running privileged.
Tested by: adridg, tcberner, mikael
MFH: 2020Q4
Security: 76c8b690-340b-11eb-a2b7-54e1ad3d6335
Document new vulnerabilities in xorg-server and sub ports:
CVE-2020-14360 and CVE-2020-25712
These issues can lead to privileges elevations for authorized clients
on systems where the X server is running privileged.