py-stripe: updated to 14.2.0
14.2.0
Update generated code
Add support for event notifications V2CoreAccountClosedEvent, V2CoreAccountCreatedEvent, V2CoreAccountIncludingConfigurationCustomerCapabilityStatusUpdatedEvent, V2CoreAccountIncludingConfigurationCustomerUpdatedEvent, V2CoreAccountIncludingConfigurationMerchantCapabilityStatusUpdatedEvent, V2CoreAccountIncludingConfigurationMerchantUpdatedEvent, V2CoreAccountIncludingConfigurationRecipientCapabilityStatusUpdatedEvent, V2CoreAccountIncludingConfigurationRecipientUpdatedEvent, V2CoreAccountIncludingDefaultsUpdatedEvent, V2CoreAccountIncludingFutureRequirementsUpdatedEvent, V2CoreAccountIncludingIdentityUpdatedEvent, V2CoreAccountIncludingRequirementsUpdatedEvent, and V2CoreAccountUpdatedEvent with related object v2.core.Account
Add support for event notification V2CoreAccountLinkReturnedEvent
Add support for event notifications V2CoreAccountPersonCreatedEvent, V2CoreAccountPersonDeletedEvent, and V2CoreAccountPersonUpdatedEvent with related object v2.core.AccountPerson
Fix DeprecationWarning when encoding StripeObject metadata
Update ci to run on Python 3.14 as well
hackrf: updated to 2026.01.2
HackRF 2026.01.2 Release Notes
This is a firmware bug fix release. There are no changes to host software.
Changes in this release include:
- Fixed RX, TX, and self-test on rad1o.
- Fixed intermittent tuning failures with SDR++.
- Fixed intermittent spectrum inversion in RX mode when changing the sample
rate on HackRF Pro.
fdt: add basic usb nodes support.
The Odriod-C1 has an internal USB node with a reset GPIO. The USB node
support here detects the usb node (in this case a device) and {,de-}asserts
the GPIO pin.
The Linux device tree specification for this is less than ideal.
Done correctly with the "fdt" interface attribute on the dwctwo_fdt
attachment now that this is supported in the config(5) system.
With a big thankyou to Jason.
Allow "attach" directives to have interface attributes, rather than
restricting them to plain attributes only.
Consider the case of a USB controller for which there is a generic
driver with multiple front-end bus attachments. Normally, a USB
controller driver carries the interface attribute necessary to attach
a USB root hub / bus instance. But, on some systems, a platform-specific
attachment may have other nodes in the device tree that are needed to
enable or configure the USB controller, that appear in the device tree
as children of the USB controller. These devices may need to attach
using a different interface attribute, unrelated to USB functionality.
Prior to this change, it would have been necessary to put the platform-
specific interface attribute onto the generic driver. But that comes
with side-effects on other platforms where that driver might be used.
In an ideal scenario, an attachment with special requirements should be
able to carry attachment-specific interface attributes to handle those
requirements, and this change enables that. When searching for prospective
[14 lines not shown]
bootimage: make ${FATFILES} dependency more explicit for readability
Only add the FATFILES -> TARGETFS dependency in Makefile.bootimage
when FATFILES is defined in MD Makefiles.
This makes the optional nature of FATFILES clearer for MD ports and
avoids relying on empty-target handling as an implicit make(1) behavior.
Do a version check before defining HAVE_GETRANDOM.
Should help the tools build problems on netbsd-9 and earlier,
as reported by Staffan Thomén on current-users@.
py-fido2: updated to 2.1.0
Version 2.1.0 (released 2026-01-14)
** CTAP 2.3 support:
*** Add new GetInfo fields: enc_cred_store_state.
*** Add support for pinComplexityPolicy extension.
*** Add thirdPartyPayment bit to credman.
*** Check support for config subcommands.
** WebAuthn:
*** Allow UserEntity without 'name' field for improved spec compliance.
*** Update MDS3 dataclasses with new fields.
** Fido2Client:
*** Fallback to PIN after UV_BLOCKED error.
*** Improve preflight handling when message exceeds maximum size.
** WindowsClient:
*** Fix: Parse 'credentialProtectionPolicy' properly.
*** Update win_api.py from latest webauthn.h.
*** Add support for hmac-secret-mc extension.
*** Add support for hints.
[4 lines not shown]
py-jupyterlab: updated to 4.5.2
4.5.2
Bugs fixed
- Backport 18250: Make system clipboard opt-in
- Fix empty math block throws codemirror's error
- Fix cell footer width for smaller screens
- Fix scrolling to anchor from ToC/links in Markdown and HTML with data attributes
- Fix merge breaking rendering cell order in `defer` mode
- Fix inverted Unicode surrogate checks
Maintenance and upkeep improvements
- Bump vega-selections from 5.6.0 to 5.6.3
- Make the plugin registry slow activation test more robust
- Bump jws from 3.2.2 to 3.2.3
- Remove unused snapshot
[6 lines not shown]
Import unbound 1.24.2 (previous was 1.23.1)
Unbound 1.24.2 Latest
This security release has additional fixes for CVE-2025-11411.
Promiscuous NS RRSets that complement DNS replies in the authority
section can be used to trick resolvers to update their delegation
information for the zone.
The CVE is described here
https://nlnetlabs.nl/downloads/unbound/CVE-2025-11411.txt
Unbound 1.24.1 included a fix that scrubs unsolicited NS RRSets (and
their respective address records) from replies mitigating the possible
poison effect.
Unbound 1.24.2 includes an additional fix that scrubs unsolicited NS
RRSets (and their respective address records) from YXDOMAIN and
non-referral nodata replies as well, mitigating the possible poison
[240 lines not shown]