padlock.4: Update slightly for 64-bit hardware
- Change the document description to "Via and Zhaoxin CPU crypto driver"
- Add a HARDWARE section mentioning these in the hardware release note
This manual still needs desperate help, but just this little bit could
have saved a lot of confusion. I'd write more if I had information.
PR: 295517
Fixes: 14b8531c4ccb8 (Restore padlock_rng the the amd64 build)
MFC after: 3 days (to 15 only)
Reviewed by: bcr, asomers
Differential Revision: https://reviews.freebsd.org/D57920
sysutils/rsyslog8: Upgrade to 8.2606.0
* Delete `extra-patch-sane-hostname` -- the file this was aimed at
no longer contains any code around hostnames.
* Update `extra-patch-mysql-microseconds` -- this had bit-rotted
somewhat, but could be recovered.
* New OPTION: BEATS -- accept a feed from any of the Elastic *beats
programs
* Fix a failure when running `autoreconf` from autoconfigure-2.72
(the default on FreeBSD) whereas upstream seems to be using
autoconfigure-2.71 successfully.
Changes: https://github.com/rsyslog/rsyslog/blob/v8.2606.0/ChangeLog
Reported by: repology, GitHub release notifications
devel/py-marimo: Add new port
marimo is a reactive Python notebook that's reproducible,
git-friendly, and deployable as scripts or apps.
WWW: https://marimo.io/
net/389-ds-base: Add new port
389 Directory Server is an enterprise-class LDAP directory server
designed to provide scalable and reliable directory services for
identity management, authentication, authorization, and centralized
account data.
It supports features such as replication, access control, schema
management, plugins, and administrative command-line utilities.
Required for development of the net/freeipa-server port.
WWW: https://www.port389.org/
Sponsored by: Netzkommune GmbH
[clang] Add test for CWG3129 (#206335)
Adds a test for [CWG3129](https://wg21.link/CWG3129) "Clarify which floating-point-literals are valid".
Clang has supported floating-point literals with overly tiny or huge
exponents since 3.0, with only a warning emitted.
comms/chirp: update to 20260626
Event: Halifax Hackathon 202606
Event: ARRL/RAC Field Day 2026
Location: MV Northumberland towards Prince Edward Island, Canada
pdal-lib: updated to 2.10.2
2.10.2
Make sure StageExtensions.hpp is only included #once
Correct PDAL_CREATE_PLUGIN target name for WIN32
Use libcurl multi-interface to reduce file descriptor consumption
Clean up integer comparison warnings in tests
Encapsulate dimrange
Support external gtest with USE_EXTERNAL_GTEST
Fix dimrange sorting
Make ccache usage optional for building libE57Format
Add <unordered_map> include
readers.arrow: register XYZ dims
Account for different SPZ library include locations
Fix curl CA bundle support support
Silence nlohmann warning
Support static build
Fix PointGrid zero-cell construction for small inputs
[OpenMP][Clang] Fix parsing of num_teams lower-bound modifier (#205700)
PR #180608 added parsing for the `lower-bound` modifier in the
`num_teams` clause. However, the lower bound expression is handled by
adding it to the first position of the clause's varlist, which is the
list that holds the number of teams for each dimension when `ompx_bare`
is specified. Given that the interpretation of the varlist depends on
its length, the following `ompx_bare` cases are broken:
- `#pragma omp target teams ompx_bare num_teams(11,10)` is interpreted
as a lower-bound and upper-bound, triggering the error "_lower bound is
greater than upper bound in 'num_teams' clause_".
- `#pragma omp target teams ompx_bare num_teams(1,2)` is interpreted as
`num_teams(1:2)` when printing the AST.
This commit fixes the collision by storing the lower bound separated from
the list of upper-bounds. This change is necessary for landing the
upcoming support for multidimensional team spaces (OpenMP 6.1) through
the `dims` modifier.
periodic/security: Introduce $security_status_loginfail_ignore for 800.loginfail
Introduce a new variable "security_status_loginfail_ignore" to filter unwanted
login failure messages from the daily security checks.
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
Co-authored-by: Joseph Mingrone <jrm at FreeBSD.org>
PR: 295191
Reviewed by: jrm
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D57671
(cherry picked from commit 6a7c8c92245562cfd9b900dedacab99a13d5ca86)
periodic/security: Introduce $security_status_loginfail_ignore for 800.loginfail
Introduce a new variable "security_status_loginfail_ignore" to filter unwanted
login failure messages from the daily security checks.
Co-authored-by: Michael Osipov <michaelo at FreeBSD.org>
Co-authored-by: Joseph Mingrone <jrm at FreeBSD.org>
PR: 295191
Reviewed by: jrm
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D57671
(cherry picked from commit 6a7c8c92245562cfd9b900dedacab99a13d5ca86)
gnucash-docs: update to 5.16.
5.16 - 28 June 2026
o Fix the description of the Character-separated radio button in the
CSV Import Assistant to match the label.
gnucash: update to 5.16.
Version history:
------- -------
5.16 - 28 June 2026
Between 5.15 and 5.16, the following bugfixes were accomplished:
Bug 421610 - RFE: Include logical dates for View->Filter by "date range"The Select Range
section of the Date tab of the register's Filter By dialog box is changed to
provide relative, specific date, or days ago options for the start and end of
the filter range. The Show number of days item label is changed to Show from days
ago to better reflect what it does.
Bug 436105 - esc key not working as expected in register: Enable the escape key to cancel a
field edit.
Bug 797384 - Gnucash doesn't handle commodity prices with big numerator/denominator properly.
Bug 798004 - Next gen UI for stock transactions
Bug 799314 - Add "enter now" option in scheduled transaction editor. tab to allow users to
select the scheduled transactions to be included in a “Since Last Run…” window.
If there are no instances of a selected transaction triggered by today’s date,
[60 lines not shown]