13,163,303 commits found in 8 milliseconds
sfwbar: bsdctl is FreeBSD only
OPNSense /core b37a747 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption6.xml dialogOption4.xml Forgot two spots that still refer uppercase as mandatory
LLVM /project 2bb6b59 — libsycl/include/sycl/__impl usm_functions.hpp usm_alloc_type.hpp, libsycl/src usm_functions.cpp [libsycl] add USM alloc/free functions (#184111)
Depends on https://github.com/llvm/llvm-project/pull/184110
This is part of the SYCL support upstreaming effort. The relevant RFCs
can be found here:
https://discourse.llvm.org/t/rfc-add-full-support-for-the-sycl-programming-model/74080
https://discourse.llvm.org/t/rfc-sycl-runtime-upstreaming/74479
---------
Signed-off-by: Tikhomirova, Kseniya <kseniya.tikhomirova at intel.com> vali: fix HOMEPAGE
swaylock: update to 1.8.5
LLVM /project c82e8b8 — llvm/test/CodeGen/SPIRV trunc-nonstd-bitwidth.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_ALTERA_arbitrary_precision_floating_point arbitrary_precision_floating_point_test.ll [SPIRV] Run `spirv-val` on tests related to `SPV_ALTERA_arbitrary_precision_integers`
https://github.com/KhronosGroup/SPIRV-Tools/pull/6232 landed support for
this extension in `spirv-val`.
swaybg: update to 1.2.2
LLVM /project 8f63114 — clang-tools-extra/clang-tidy ClangTidy.cpp, clang-tools-extra/test lit.cfg.py Revert "[clang-tidy] [Modules] Skip checking decls in clang-tidy (#145630)"
This reverts commit c800afd65e121410d539c4210f73285fffee548b .
OPNSense /core 6e1d972 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption4.xml dialogOption6.xml, src/opnsense/mvc/app/models/OPNsense/Kea/FieldTypes KeaOptionDataField.php Add missing encodeHex() function and normalize to uppercase to relax validation a bit
opnsense/phpseclib: update to 3.0.50
LLVM /project d518f8f — llvm/include/llvm/Analysis MemorySSA.h AliasAnalysis.h, llvm/lib/Analysis MemorySSA.cpp [MemorySSA] Fix handling of cross-iteration dependencies for calls (#187291)
The clobber walker has to be careful when it comes to translating
locations across phis. If we're translating across a cycle backedge,
we'll end up working with SSA values from two different cycle iterations
-- something that alias analysis by default assumes is not the case.
To protect against this, the upwards def walk was already discarding the
access size from the memory location if the pointer was not loop
invariant. This (mostly) avoids this issue for memory locations.
However, the same issue also exists for calls. In this case, it's not
possible to adjust the call used for AA queries in a similar way.
Instead, we can make use of the cross-iteration alias analysis mode,
which has been added some time ago for these kinds of situations.
The basic change here is that the upwards def walk, when translating
across a phi, will enable the cross-iteration mode for calls.
Unfortunately, quite a few places have to be changed in order to thread
[8 lines not shown ] LLVM /project 9c9db2b — llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_function_pointers fp-simple-hierarchy.ll fp_cmp.ll, llvm/test/CodeGen/SPIRV/pointers fun-ptr-to-itself.ll fun-with-aggregate-arg-in-const-init.ll [SPIRV][NFC] Update `SPV_INTEL_function_pointers` tests to check `spirv-val` output
LLVM /project 1f8da27 — libclc/clc/include/clc/math clc_sincos_helpers_fp16_decl.inc, libclc/clc/lib/generic/math clc_sincos_helpers_fp16.inc clc_sincos.inc libclc: Really implement half trig functions (#187457)
Previously these just cast to float. py-memray: Add reference to CVE-2026-32722
LLVM /project ceb3012 — libclc/clc/include/clc/math clc_sincos_helpers_fp16_decl.inc, libclc/clc/lib/generic/math clc_sincos_helpers_fp16.inc clc_sincos.inc libclc: Really implement half trig functions
Previously these just cast to float.
libclc: Stop implementing sincos as separate sin and cos (#187456) firewall: fix mvc code vs. legacy rules display issues #9931
These functions only pertain to printing automatic rules in the
old GUI so eventually we can all scrap them.
firewall: destination NAT register rule as last option
databases/mongodb-tools: 100.15.0
Changelog:
https://github.com/mongodb/mongo-tools/blob/master/CHANGELOG.md#100150
teapot: Fix implicit decl of mbslen
firewall: fix port handling in registered NAT rule #9931
LLVM /project 635ce1d — llvm/include/llvm/Analysis LoopInfo.h, llvm/lib/Analysis LoopInfo.cpp [spr] initial version
Created using spr 1.3.8-wip
sc: Fix implicit function decls
LLVM /project 7fad49b — llvm/lib/Target/AArch64 AArch64SVEInstrInfo.td, llvm/test/CodeGen/AArch64 sve-insert-element.ll load-insert-zero.ll [AArch64][SVE] Prefer FMOV for scalar insert into first element of zero. (#187236)
Currently, when inserting a scalar into the first element of a
zero-initialised scalable vector, we zero the register explicitly and
emit a predicated move. However, an FMOV should be preferable as it
implicitly zeros the upper bits of the destination. devel/apache-commons-configuration: escape comment char in url
no functional change intended
Approved-by: no maintainer
Fixes: aa90efeb409a63622cd04109e6b35772f7a01353 (deprecate)
databases/mongodb70: 7.0.31
Announcement:
https://www.mongodb.com/community/forums/t/mongodb-7-0-31-is-released/337038?u=r_k
Release Notes:
https://www.mongodb.com/docs/manual/release-notes/7.0/#7.0.31---mar-17--2026
Security: CVE-2026-4147 Stack memory disclosure in filemd5 command
Security: CVE-2026-4148 ExpressionContext use-after-free in classic engine $lookup and $graphLookup aggregation operators
libclc: Fix nextafter with -cl-denorms-are-zero (#187358)
Follow the suggested behavior of returning +/-FLT_MIN for logical
zeros. LLVM /project 85e9ac5 — libclc/clc/include/clc/math clc_canonicalize.h clc_flush_if_daz.h, libclc/clc/lib/generic/math clc_flush_if_daz.inc clc_flush_if_daz.cl libclc: Add canonicalize utility functions (#187357)
This is mostly to work around spirv's canonicalize still
being broken. Dreckly /dreckly 30051b2 — math/sc-im Makefile distinfo, math/sc-im/patches patch-src_file.c patch-src_maps.c sc-im: Fix build with recent GCC
lang/crystal: pet port
- apply portclippy & portfmt
- remove duplicate PORTDOCS in pkg-plist
Reported by: fluffy
Sponsored by: SkunkWerks, GmbH
Fixes: 4ccbdcb5dd4a3807cfce5f7ca54b1cf18decbe21