Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Pull smb client fix from Steve French:
- Fix potential memory leak
* tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6:
cifs: Fix memory and information leak in smb3_reconfigure()
graphics/mesa-devel: unbreak build with python312
meson.build:1005:2: ERROR: Problem encountered: One of Python (3.x) packaging or distutils module is required.
PR: 286361
Update unifi to 10.0.162
UniFi Network Application 10.0.162 includes the bugfix listed below.
Bugfixes
- Fixed an issue where the WiFi blackout scheduler could incorrectly
select specified time ranges in rare cases.
- Fixed an issue where LAG connections could fail to establish on
UXG-Enterprise/EFG in rare cases.
- Fixed an issue where WAN monitoring wasn't working for DS-Lite
over PPPoE in rare cases.
Additional information
- Create a backup before upgrading your UniFi Network Application
if any issues are encountered.
- See the UniFi Network Server Help Center article for more
information on self-hosting a server.
[47 lines not shown]
benchmarks/vkmark: unbreak build after 9ccc33eae2b6
../src/vulkan_state.cpp:207:24: error: no matching member function for call to 'createDebugUtilsMessengerEXT'
207 | instance().createDebugUtilsMessengerEXT(debug_create_info, nullptr, dud),
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vulkan/vulkan_funcs.hpp:16317:59: note: candidate function template not viable: no known conversion from 'const DebugUtilsMessengerCreateInfoEXT' to 'const DebugUtilsMessengerCreateInfoEXT *' for 1st argument; take the address of the argument with &
16317 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE Result Instance::createDebugUtilsMessengerEXT( const DebugUtilsMessengerCreateInfoEXT * pCreateInfo,
| ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/local/include/vulkan/vulkan_funcs.hpp:16333:107: note: candidate template ignored: requirement 'detail::isDispatchLoader<(anonymous namespace)::DebugUtilsDispatcher>::value' was not satisfied [with Dispatch = DebugUtilsDispatcher]
16333 | VULKAN_HPP_NODISCARD VULKAN_HPP_INLINE typename ResultValueType<DebugUtilsMessengerEXT>::type Instance::createDebugUtilsMessengerEXT(
| ^
Reported by: pkg-fallout
tools.build: also add sys/_visible.h to SYSINCS
This is needed since sys/cdefs.h includes sys/_visible.h.
Reported by: kib
Fixes: 1c9ff80f0635
MFC after: 3 days
x11/libxkbcommon: Update to 1.13.1
While here, use PLIST_SUB instead of PLIST_FILES for conditional plist
entries according to selected options. [1]
Changelog: https://github.com/xkbcommon/libxkbcommon/blob/xkbcommon-1.13.1/NEWS.md
PR: 291943
Suggested by: arrowd (via ports-committers) [1]
Approved by: manu (x11)
vnode_pager: clean up undirty_pages()
The first (second) loop of vnode_pager_undirty_pages() includes an
if-test to test whether an iteration is the last (first). Move those
if-tests out of their loops. That allows the compiler to unroll the
loops.
Reviewed by: alc, kib
Differential Revision: https://reviews.freebsd.org/D54353
salt salt-docs: updated to 3007.10
3007.10
Fixed an issue with how existing entries are tracked in grains.list_present. Previous entries were only considered if the grain previously existed. If not then the state would not "see" the duplicates. Removed the dubious tracking via "context" and focused on using checking for existance in the live grains.
Fixed issue with complex objects in grains.list_present. Original fix
Fixed ssh_auth.present to respect provided options when read keys from source file
Fixed ssh_auth regexp to handle key types with @ or .
Fixed a TypeError exception thrown by ssh_known_hosts.present when the specified user account does not exist
Fixed false identification of text as binary in salt.utils.file.is_binary if utf-8 multibyte character is truncated at end of 2048 bytes sample.
Fix runtime error on OpenBSD by adding support for the osfullname grain
Fix closing of TCP transport channels and avoid additional errors
[48 lines not shown]
[LoopVectorize] Support vectorization of frexp intrinsic (#172957)
This patch enables the vectorization of the llvm.frexp intrinsic.
Following the suggestion in #112408, frexp is moved from
isTriviallyScalarizable to isTriviallyVectorizable.
Fixes #112408
elftoolchain/netbsd-base-system-import.sh: Update to upstream [r4326].
- Default to importing modules from a pristine SVN checkout.
- Handle the '$NetBSD$' keyword better when this script is itself
managed by CVS.
multimedia/zoneminder: Update 1.36.35 => 1.36.37, unbreak with ffmpeg 8
Changelogs:
https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.36https://github.com/ZoneMinder/zoneminder/releases/tag/1.36.37
- Move ffmpeg to LIB_DEPENDS - port links with it, not just exec binary.
- Fix dependency from devel/pecl-APCu.
- Fix warnings from portclippy.
- Replace gettext with gettext-tools - doesn't links with libintl.
- Replace extra-patch with CLAGS+=-D__SKIP_GNU.
- Use 1 MKDIR instead of 8.
- Fix typo in comments: systend => systemd.
PR: 291923
Approved by: Ivan <bsd at abinet.ru> (maintainer)
py-testfixtures: updated to 10.0.0
10.0.0 (29 Oct 2025)
- Fixed a bug in the warning issued when a :class:`Replacer` is deleted with replacements still
in place.
- Reworked :func:`compare` options so that typos and the like will now result
in an exception being raised. This ended up being a breaking change if you use custom comparers
that take options as this now has a :ref:`different API <custom-comparer-options>`.
- Reworked the :doc:`compare documentation <comparing>` to explain why you should be using it
as well as updating the examples and explaining more fully how to configure and customise it.
Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Pull driver core fixes from Danilo Krummrich:
- Introduce DMA Rust helpers to avoid build errors when !CONFIG_HAS_DMA
- Remove unnecessary (and hence incorrect) endian conversion in the
Rust PCI driver sample code
- Fix memory leak in the unwind path of debugfs_change_name()
- Support non-const struct software_node pointers in
SOFTWARE_NODE_REFERENCE(), after introducing _Generic()
- Avoid NULL pointer dereference in the unwind path of
simple_xattrs_free()
* tag 'driver-core-6.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core:
fs/kernfs: null-ptr deref in simple_xattrs_free()
[4 lines not shown]
[VPlan] Support extends and truncs in getSCEVExprForVPValue. (NFCI)
Handle extends and truncates in getSCEVExprForVPValue. This enables
computing SCEVs in more cases in the VPlan-based cost-model, but should
compute the matching costs in all cases.
tools/netbsd-base-system-import.sh: Suppress unwanted expansion of $NetBSD$.
Before this change, instances of the literal string '$NetBSD$' within
this script were expanded by NetBSD's CVS if this script was imported
into NetBSD's sources and then checked out. When subsequently used,
the script would then copy the expanded string into the locations
in the files being imported where the literal string '$NetBSD$'
was desired.
Although harmless (as CVS would eventually use the correct expansion
when the imported files were checked out later), the use of the
expanded value for '$NetBSD$' caused confusing diffs prior to check-in.
With this change, the literal string '$NetBSD$' should be placed in
the desired locations as-is.
Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi
Pull EFI fixes from Ard Biesheuvel:
"A couple of fixes for EFI regressions introduced this cycle:
- Make EDID handling in the EFI stub mixed mode safe
- Ensure that efi_mm.user_ns has a sane value - this is needed now
that EFI runtime calls are preemptible on arm64"
* tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:
kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()
arm64: efi: Fix NULL pointer dereference by initializing user_ns
efi/libstub: gop: Fix EDID support in mixed-mode