13,077,962 commits found in 8 milliseconds
discount: force unsigned chars on NetBSD
Fixes p5-Text-Markdown-Discount.
Bump PKGREVISION.
interface: POC for multi-dhcp6c support
I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
At the moment this splits off dhcp6c only but we need to
change the daemon's print a bit to avoid complaining about
"other" devices since the situation to ignore a non-listening
interface is normal and not "ignoring" something obvious as
the INFO log message suggests.
rtsold still needs to be split to allow for HUP reload of
a single interface instead of forcing a restart of all
DHCPv6 WAN clients at the same time.
LLVM /project 30a1ffb — llvm/lib/Analysis ValueTracking.cpp, llvm/test/Transforms/InstSimplify ptrtoaddr.ll [ValueTracking] Support ptrtoaddr in inequality implication (#173362)
`ptrtoaddr(p1) - ptrtoaddr(p2) == non-zero` implies `p1 != p2`, same as
for ptrtoint. LLVM /project e65317a — llvm/lib/Analysis ValueTracking.cpp, llvm/test/Analysis/ScalarEvolution ptrtoaddr-i32-index-width.ll ptrtoaddr.ll [ValueTracking] Support ptrtoaddr in computeKnownBits() (#173358)
ptrtoaddr can be handled the same as ptrtoint here. The pointer known
bits cover the full pointer width, and ptrtoaddr either passes those
through directly or truncates to the address size. FreeBSD /ports 0efa90c — misc/onnxruntime Makefile, misc/onnxruntime/files patch-onnxruntime_core_mlas_lib_qlmul.cpp patch-onnxruntime_core_mlas_lib_power_qgemm__kernel__power10.cpp misc/onnxruntime: fix build on powerpc64le
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/platform.cpp:636:18: error: use of undeclared identifier 'AT_HWCAP2'
636 | elf_aux_info(AT_HWCAP2, &hwcap2, sizeof(hwcap2));
| ^
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/platform.cpp:638:39: error: use of undeclared identifier 'PPC_FEATURE2_ARCH_3_00'
638 | bool HasP9Instructions = hwcap2 & PPC_FEATURE2_ARCH_3_00;
| ^
2 errors generated.
/wrkdirs/usr/ports/misc/onnxruntime/work/.build/_deps/eigen3-src/unsupported/Eigen/CXX11/../../../Eigen/src/Core/arch/AltiVec/PacketMath.h:119:35: error: 'vec_lvsl' is deprecated: use assignment for unaligned little endian loads/s
tores [-Werror,-Wdeprecated-declarations]
119 | static Packet16uc p16uc_FORWARD = vec_lvsl(0, (float*)0);
| ^
/usr/lib/clang/19/include/altivec.h:4610:20: note: 'vec_lvsl' has been explicitly marked deprecated here
4610 | __attribute__((__deprecated__("use assignment for unaligned little endian \
| ^
1 error generated.
/wrkdirs/usr/ports/misc/onnxruntime/work/onnxruntime-1.23.2/onnxruntime/core/mlas/lib/power/qgemm_kernel_power10.cpp:880:70: error: expected a type
880 | __vector signed int columnsum = *reinterpret_cast<const __vector int32_t *>(&ColumnSumBuffer[pos]);
[19 lines not shown ] sysutils/cpuid: update to 20250513
PR: 291934
Bump version and changelog
net/frr: Prevent errors in diagnostics view when a frr daemon is not started
x11/hyprpaper: Update to 0.8.1
Changelog:
- https://github.com/hyprwm/hyprpaper/releases/tag/v0.8.0
- https://github.com/hyprwm/hyprpaper/releases/tag/v0.8.1
Reported by: GitHub (watch releases)
FreeBSD /ports 163cf64 — x11-wm/hyprland pkg-plist Makefile, x11-wm/hyprland/files patch-start_src_core_Instance.cpp patch-hyprtester_clients_child-window.cpp x11-wm/hyprland: Update to 0.53.1
While here, adjust dependency so that libinotify is required only when
system does not yet implement native inotify functions.
Changelog:
- https://github.com/hyprwm/Hyprland/releases/tag/v0.53.0
- https://github.com/hyprwm/Hyprland/releases/tag/v0.53.1
Reported by: GitHub (watch releases)
LLVM /project aa13ebc — llvm/test/CodeGen/RISCV/rvv vfmadd-sdnode.ll fixed-vectors-vfwmacc.ll [llvm][RISCV] Support fma codegen for zvfbfa (#172949)
This patch supports codegen for both widen and non-widen fma. devel/libpff: fix staging with python 3.12
PR: 285957
review: split nested loop & enhance pattern match
LLVM /project 212527c — flang/include/flang/Optimizer/Dialect FIROps.td, flang/lib/Optimizer/CodeGen CodeGen.cpp [Flang] Add FIR and LLVM lowering support for prefetch directive (#167272)
Implementation details:
* Add PrefetchOp in FirOps
* Handle PrefetchOp in FIR Lowering and also pass required default
values
* Handle PrefetchOp in CodeGen.cpp
* Add required tests japanese/cskk: Update to 3.2.1
Changelog: https://github.com/naokiri/cskk/releases/tag/v3.2.1
PR: 292180
Reported by: SyoBoN <syobon at syobon.net> (maintainer)
FreeNAS /freenas d8caacd — src/middlewared/middlewared/migration 0006_system_cert.py, src/middlewared/middlewared/plugins/crypto_ __init__.py certificates.py Fix more usages
Fix nginx cert usage
-EnableSingleByteCoverage
FreeBSD /ports 7ff60b7 — net-p2p/jackett distinfo Makefile.nuget, net-p2p/jackett/files jackett.in net-p2p/jackett: Update to 0.24.704
While here, added the --NoUpdates flag to the RC script so the app
does not check for a non-existent automatic update.
Changes: https://github.com/Jackett/Jackett/compare/v0.24.196...v0.24.704
PR: 291442
Reported by: Matt <lazeraman at gmail.com>
Approved by: Ralf van der Enden <tremere at cainites.net> (maintainer, timeout 4 weeks)
FreeNAS /freenas bba7fe7 — src/middlewared/middlewared/api/v26_04_0 system_general.py, src/middlewared/middlewared/plugins/system_general update.py Return cert id instead of full cert object in system general config
Fix a typo and a spacing issue in DESCR
LLVM /project 727212f — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll Merge branch 'users/chapuni/cov/merge/merge-mcdc' into users/chapuni/cov/merge/trunk
Delta File +241,284 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +95,651 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +65,599 -0 llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll +53,948 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +49,842 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +45,725 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll +552,049 -0 69,578 files not shown +9,098,573 -2,975,496 69,584 files
LLVM /project 9e673e8 — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll Merge branch 'users/chapuni/cov/merge/merge-mcdc-base' into users/chapuni/cov/merge/merge-mcdc
Conflicts:
llvm/lib/ProfileData/Coverage/CoverageMapping.cpp
Delta File +241,284 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +95,651 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +65,599 -0 llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll +53,948 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +49,842 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +45,725 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll +552,049 -0 69,578 files not shown +9,098,573 -2,975,496 69,584 files
OpenBSD /ports sb2bnAU — security/rust-openssl-tests distinfo crates.inc, security/rust-openssl-tests/pkg PLIST Update to rust-openssl-tests 20250105
LLVM /project 27e8ac0 — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll Merge branches 'users/chapuni/cov/merge/strategy' and 'users/chapuni/cov/merge/mcdcsort' into users/chapuni/cov/merge/merge-mcdc-base
Delta File +241,284 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +95,651 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +65,599 -0 llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll +53,948 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +49,842 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +45,725 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll +552,049 -0 69,578 files not shown +9,098,575 -2,975,498 69,584 files
Update mcdc-export-json.test (in #159119)
LLVM /project a68ba83 — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll Merge branch 'main' into users/chapuni/cov/merge/mcdcsort
Delta File +241,284 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +95,651 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +65,599 -0 llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll +53,948 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +49,842 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +45,725 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll +552,049 -0 69,578 files not shown +9,098,580 -2,975,498 69,584 files
LLVM /project 8de6d19 — llvm/test/tools/llvm-cov branch-export-lcov-unify-instances.test branch-export-lcov.test Update branch-export-lcov-unify-instances.test (in #135074)
LLVM /project 531cccb — llvm/test/CodeGen/AMDGPU amdgcn.bitcast.1024bit.ll amdgcn.bitcast.512bit.ll, llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites long-spec-const-composite.ll Merge branch 'users/chapuni/cov/merge/forfile' into users/chapuni/cov/merge/strategy
Conflicts:
llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h
Delta File +241,284 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.1024bit.ll +95,651 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.512bit.ll +65,599 -0 llvm/test/CodeGen/SPIRV/extensions/SPV_INTEL_long_composites/long-spec-const-composite.ll +53,948 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.960bit.ll +49,842 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.896bit.ll +45,725 -0 llvm/test/CodeGen/AMDGPU/amdgcn.bitcast.832bit.ll +552,049 -0 69,578 files not shown +9,098,579 -2,975,498 69,584 files
Update branch-export-lcov-unify-instances.test (in #135074)