kern/60318: reproducable bpfjit crash
Remove unncessary struct cpu_info members that were #if defined(PMAP_MI)
- ci_tlb_info isn't necessary as PMAP_TLB_MAX is 1 on aarch64
- ci_pmap_{lastuser,cur} are debug fields from the aarch32 pmap.
These struct members changed the layout so that modules would have the
wrong offset for ci_cpufuncs
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
inetd: Add missing argument to the -p flag description
While here, use the more specific "pidfile" consistently instead of
ambiguous "filename".
Reviewed by: ziaee
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D57531
(cherry picked from commit 75a94ae7d143a067a7a9eef2a1d2072fbd5044cf)
geography/py-gnssutils: Update to 1.2.4
Upstream NEWS:
## What's Changed
1. Further enhancements and bug fixes to RINEX conversion routines.
1. Add support for GLONASS L1OF.
(textproc/R-readxl) Updated 1.3.1 to 1.5.0
# readxl 1.5.0
* readxl should once again compile on Alpine Linux (#775).
* `read_excel()` and friends should no longer emit a spurious "Access
is denied" warning when reading a file on a network drive and the
user doesn't have access to a parent directory (#730).
* Minimum version of cpp11 has been bumped to v0.5.5, because cpp11
v0.5.4 (and only that exact version of cpp11) causes readxl to
segfault when warning about coercion issues (#784).
# readxl 1.4.5
This release contains no user-facing changes.
It eliminates a warning seen with gcc UBSAN.
[98 lines not shown]
ap2-oauth2: actuall add version 4.2.0
A module for Apache HTTP Server 2.x that makes the Apache web server operate
as a OAuth 2.0 Resource Server, validating OAuth 2.0 access tokens and setting
headers/environment variables based on the validation results.
net/py-httpstat: Fix build with Python 3.14
Fix the error: AttributeError: 'Constant' object has no attribute 's'
Maintainer back to ports@ as current maintainer no longer uses this.
PR: 295020
cyrus-sasl-oauth2-oidc: add version 1.0.2
A comprehensive SASL plugin for OAuth2 and OpenID Connect authentication,
built with liboauth2 for native OIDC support.
ap-oauth2: add version 4.2.0
A module for Apache HTTP Server 2.x that makes the Apache web server operate
as a OAuth 2.0 Resource Server, validating OAuth 2.0 access tokens and setting
headers/environment variables based on the validation results.