Changelog:
- new option SSL_force_fingerprint to enforce fingerprint matching even
if certificate validation would be successful without
- document _get_ssl_object and _get_ctx_object for cases, where direct
use of Net::SSLeay functions is needed
https://metacpan.org/dist/IO-Socket-SSL/changes
PR: 281135
As reported on the ports mailing lists, with recent libc++ headers on
e.g. 15.0-CURRENT, 13.4 or 14.2, editors/le fails with errors similar
to:
/usr/include/c++/v1/ios:257:25: error: expected ')'
257 | static const fmtflags hex = 0x0008;
| ^
./edit.h:158:26: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM)
| ^
/usr/include/c++/v1/ios:257:25: note: to match this '('
./edit.h:158:17: note: expanded from macro 'hex'
158 | #define hex (editmode==HEXM)
| ^
This is because edit.h defines a `hex` macro, and this clashes with
std::hex from the libc++ headers.
To fix the build, use post-patch to rename the `hex` macro to `is_hex`.
PR: 281141
Reported by: J David <j.david.lists@gmail.com>
Approved by: zi (maintainer)
MFH: 2024Q3
MPI options NOMPI MPICH OPENMPI are added, MPICH is a default.
As it turned out, openmpi is also currently broken on FreeBSD due
to failure to allocate shmem backing memory.
The abinit failure to determine version is also fixed.
It used UNKNOWN as version which caused run-time failure to save data.
PR: 281122
Reported by: Ramon <rcuscoptc@gmail.com> (run-time failure due to UNKNOWN version)
Changelog:
Enhancements:
* Scroll long rendered Markdown content within tables
* Enable filtering of device components by device status
* Add device count column to sites table
* Linkify email addresses & phone numbers in contact assignments list
* Add facility field to locations filter form
Bug Fixes:
* Ensure consistent evaluation of queryset for both individual and list
GraphQL API queries
* Restore support for white, gray, and black background colors
* Fix potential corruption of JSON values in custom fields that are
not UI-editable
* Fix conflicts within OpenAPI schema definition regarding nested
serializers
* Fix bulk edit/delete of objects when using "select all" widget
* Fix dynamic pagination of custom script results table
* Avoid NoReverseMatch exception when displaying count of related object
type with no list view
* GraphQL API requests with an invalid filter should return an empty set
* Fix function of "reset" button on objects filter form
* Fix support for evaluating user token ($user) against custom field
values in permission constraints
* Center SSO authentication icon when backend is unnamed
* Image height & width values should not be required when creating an
image attachment via the REST API
* Ensure template date & time filters always return localtime-aware
values
* Work around Safari rendering bug
* Fix display of custom links with default style under dark mode
* Fix system config view exception when custom validator classes are
employed
* Ensure consistent rendering for all dashboard widget colors
* Fix VLAN group scope selection for non-English languages
* Ensure hierarchy is recalculated when bulk editing recursively nested
object types (e.g. tenant groups)
* Do not regenerate key when updating a token via REST API
* Fix exception when adding member device to virtual chassis via web UI
https://github.com/netbox-community/netbox/releases/tag/v4.0.10
wush is a command line tool that lets you easily transfer files and
open shells over a peer-to-peer wireguard connection. It's similar to
magic-wormhole but:
- No requirement to set up or trust a relay server for authentication.
- Powered by Wireguard for secure, fast, and reliable connections.
- Automatic peer-to-peer connections over UDP.
- Endless possibilities; rsync, ssh, etc.
ChangeLog: https://github.com/brndnmtthws/conky/releases/tag/v1.21.7
Bug fixes
* Fix logic error in nvidia frequency calculation
* Fix logic bug in cache_nvidia_string_value_update()
* Stop trying to access filesystems that are no longer in dynamically generated
conky text
CVE-2024-6608
* Base Score: 4.3 MEDIUM
* Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
CVE-2024-6609
* Base Score: 8.8 HIGH
* Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
CVE-2024-6610
* Base Score: 4.3 MEDIUM
* Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L
CVE-2024-7524
* Base Score: 6.1 MEDIUM
* Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
- Now builds on i386 again as of upstream commit 9fceb15; original
fix from NIIBE Yutaka (courtesy of Debian)
- GC now needless GNU_CONFIGURE_MANPREFIX and improve spelling and
whitespace a bit while I'm here
HEAnet is discontinuing their public mirror services. See below:
Please update your records at the next opportunity to remove references
to the HEAnet mirroring service. This service will be discontinued at
the end of August, so to avoid any confusion or incorrect redirects you
should update your records.
It has been a great experience to be part of the open-source mirroring
community. However, this service no longer suits the business objectives
and the decision has been made to discontinue. Thankfully, mirroring has
become much more robust compared to when HEAnet began hosting this
service over two decades ago.
Approved by: portmgr (just-fix-it)
Currently CFLAGS are not respected, which may result in various crashes, e.g. CPUTYPE is not respected, which results in SIGILL on QorIQ E5500 CPU.
Reported by: AmigaBSD (on #powerpc64 IRC)