LLVM/project 7a1c498llvm/test/Transforms/InstCombine select-fcmp-fmul-zero-absorbing-value.ll

[InstCombine] Update test

This was breaking buildbots due to a mid-air collision where some change
caused test differences between when the test was put up/passed CI and
when it landed.
DeltaFile
+1-1llvm/test/Transforms/InstCombine/select-fcmp-fmul-zero-absorbing-value.ll
+1-11 files

LLVM/project 7ed0aa2offload/plugins-nextgen/level_zero/include L0Plugin.h, offload/plugins-nextgen/level_zero/src L0Program.cpp L0Kernel.cpp

[OFFLOAD][L0] Remove leftover global constructor (#182611) (#182665)

fixes #182611
DeltaFile
+5-2offload/plugins-nextgen/level_zero/src/L0Program.cpp
+3-3offload/plugins-nextgen/level_zero/include/L0Plugin.h
+3-3offload/plugins-nextgen/level_zero/src/L0Kernel.cpp
+0-4offload/plugins-nextgen/level_zero/src/L0Plugin.cpp
+11-124 files

FreeBSD/src 86a6407sys/compat/linux linux_file.c

linux_file.c: Fix handling of NFS getdents() emulation

Bugzilla PR#292282 reports a problem, where a Linux
binary running in the Linuxulator gets bogus entries
in a readdir()/getdents() reply when the directory is
an NFS mount.

This appears to be caused by the NFS client including
entries with d_fileno == 0, which are always ignored by
BSD, but are not ignored by Linux.

This patch filters out the "d_fileno == 0" entries and
the reporter of the bugzilla PR notes that it fixes the
problem for him.

It could be argued that the NFS client should filter out
the "d_fileno == 0" entries, but the NFS client readdir
code is "fragile" and any change to it runs a significant
risk of causing regression type problems.

    [7 lines not shown]
DeltaFile
+110-68sys/compat/linux/linux_file.c
+110-681 files

LLVM/project 15430ballvm/lib/CodeGen/SelectionDAG DAGCombiner.cpp

[DAGCombiner] Use APInt::isPower2() instead of popcount() == 1. NFC (#182600)

DeltaFile
+1-1llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+1-11 files

LLVM/project fe5096fllvm/include/llvm/IR PatternMatch.h

[PatternMatch] Use APInt::tryZExtValue. NFC (#182618)

DeltaFile
+3-2llvm/include/llvm/IR/PatternMatch.h
+3-21 files

FreeBSD/ports f3890eanet/remmina Makefile

net/remmina: Update to 1.4.43

ChangeLog: https://gitlab.com/Remmina/Remmina/-/releases/v1.4.43

 * Add minimal macOS build support
 * Revert "Added kerberos-config plug"
 * [REM-3489] Fix issue preventing SPICE plugin from being loaded
 * [REM-3490] Do not calculate monitor shift if using
   freerdp_settings_set_monitor_def_array_sorted
DeltaFile
+1-1net/remmina/Makefile
+1-11 files

FreeBSD/ports e3218b5www/obhttpd Makefile

www/obhttpd: Deprecate and set expiration date to 2026-03-31

Depends on bundled version of LibreSSL which is unsupported upstream
DeltaFile
+3-0www/obhttpd/Makefile
+3-01 files

FreeBSD/ports 11c0dd4graphics/p5-Chart-Gnuplot Makefile, net/dhcpd Makefile

*/*: Return ports to pool

As requested by maintainer and thanks for your contributions

PR:             293335
DeltaFile
+2-2www/rssroll/Makefile
+2-2net/dhcpd/Makefile
+2-2www/gpx2map/Makefile
+2-2www/obhttpd/Makefile
+2-2www/slowcgi/Makefile
+2-1graphics/p5-Chart-Gnuplot/Makefile
+12-111 files not shown
+14-127 files

FreeBSD/ports 72554c1security/openvpn/files patch-inotify

security/openvpn: Fix detection of native inotify on FreeBSD 15

This fixes build when ASYNC_PUSH option is enabled

Fixed upstream in commit 38243844f225517fa1d288517db9a34a33c5ad13

Reference:
https://github.com/OpenVPN/openvpn/commit/38243844f225517fa1d288517db9a34a33c5ad13

PR:             293176
Reported by:    Ivo Karabojkov
Approved by:    mandree@ (via Matrix)
DeltaFile
+11-0security/openvpn/files/patch-inotify
+11-01 files

FreeBSD/src fa77660sys/kern sys_pipe.c

pipe: Avoid unnecessary priv_check() calls in pipespace_new()

Running out of pipe map KVA is a rare case, so reorder checks
accordingly, presuming that calling priv_check() is more expensive than
the calculation.  In particular, priv_check() might not be cheap to
evaluate if MAC hooks are installed.

Reviewed by:    olce, kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D55378
DeltaFile
+2-2sys/kern/sys_pipe.c
+2-21 files

FreeBSD/ports 13100fedns/dnsmasq Makefile, dns/dnsmasq/files patch-src_dhcp.c

dns/dnsmasq: Backport upstream commit to fix PXEBOOT regression

Reference:
https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=84415a87be571a6da82c910c1b87b194e5f54727

MFH:            2026Q1
DeltaFile
+110-0dns/dnsmasq/files/patch-src_dhcp.c
+1-1dns/dnsmasq/Makefile
+111-12 files

FreeBSD/src 0fa6ce2sys/kern kern_sysctl.c

sysctl: Avoid calling priv_check() unnecessarily

After commit 7d1d9cc440f80 we only serialize large sysctl requests for
non-root users, but we should avoid calling priv_check() unless the
request actually is large, as that's not the common case.  In
particular, priv_check() might not be cheap to evaluate if MAC hooks are
installed.

Reviewed by:    olce, kib
MFC after:      2 weeks
Differential Revision:  https://reviews.freebsd.org/D55377
DeltaFile
+2-2sys/kern/kern_sysctl.c
+2-21 files

FreeBSD/ports f5749a8sysutils/yazi distinfo Makefile.crates, sysutils/yazi/files patch-yazi-fs_src_provider_local_casefold.rs

sysutils/yazi: Update to 26.1.22

- Add a patch (files/patch-yazi-fs_src_provider_local_casefold.rs) to fix
  the compilation which would otherwise fail with the following error:

error[E0432]: unresolved imports `libc::F_GETPATH`, `libc::O_SYMLINK`
   --> yazi-fs/src/provider/local/casefold.rs:164:13
    |
164 |     use libc::{F_GETPATH, O_RDONLY, O_SYMLINK, PATH_MAX};
    |                ^^^^^^^^^            ^^^^^^^^^ no `O_SYMLINK` in the root
    |                |
    |                no `F_GETPATH` in the root

ChangeLog:      https://github.com/sxyazi/yazi/blob/main/CHANGELOG.md#v26122
Reported by:    "github-actions[bot]" <notifications at github.com>
DeltaFile
+821-423sysutils/yazi/distinfo
+409-210sysutils/yazi/Makefile.crates
+46-0sysutils/yazi/files/patch-yazi-fs_src_provider_local_casefold.rs
+2-2sysutils/yazi/Makefile
+1-0sysutils/yazi/pkg-plist
+1,279-6355 files

OpenBSD/ports 7xVs9eBx11/lablgtk3 Makefile distinfo

   update lablgtk3 to 3.1.5

   This update is needed so we can build coqide in math/rocq again. As a bonus
   this update also includes better support for OCaml 5.
VersionDeltaFile
1.17+3-3x11/lablgtk3/Makefile
1.5+2-2x11/lablgtk3/distinfo
+5-52 files

FreeBSD/src 80950a0. CONTRIBUTING.md

CONTRIBUTING.md: Github to Phabricator move adivce

When moving from Github to Phabricator, request that the original github
pull request be closed with the URL of the Phab. This cuts down on
clutter and helps us track things better.

Sponsored by:           Netflix
DeltaFile
+3-1CONTRIBUTING.md
+3-11 files

FreeBSD/src 23605a8stand/efi/loader/arch/amd64 trap.c

loader.efi: efi_redirect_exceptions does use uninitialized pointer

loader_idt.rd_base is not set when we are attempting to bcopy(),
resulting to data stored to page 0 and therefore corrupting it.

Reviewed by:    kib
Differential Revision:  https://reviews.freebsd.org/D55180
DeltaFile
+1-0stand/efi/loader/arch/amd64/trap.c
+1-01 files

NetBSD/pkgsrc-wip 6791c2d. TODO

TODO: + pipewire-1.6, weston-15.0.
DeltaFile
+2-0TODO
+2-01 files

NetBSD/pkgsrc-wip aca0ecbneomutt-git options.mk PLIST

neomutt-git: reduce diffs to mail/neomutt
DeltaFile
+6-30neomutt-git/options.mk
+6-4neomutt-git/PLIST
+6-3neomutt-git/Makefile
+18-373 files

NetBSD/pkgsrc G0rtbEZmail/neomutt options.mk

   neomutt: remove deprecation support for option from 2024
VersionDeltaFile
1.26+1-4mail/neomutt/options.mk
+1-41 files

OpenBSD/ports KYUNc1Btextproc/link-grammar Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.83+1-0textproc/link-grammar/Makefile
+1-01 files

NetBSD/pkgsrc J6fvUPUdoc TODO

   doc/TODO: + calibre-9.3.1.  - kdsoap-1.10.0.
VersionDeltaFile
1.26831+2-3doc/TODO
+2-31 files

FreeBSD/src f2186bbstand/efi/loader/arch/amd64 trap.c

loader.efi: free_tables() appears to free tss_pa twice.

we check and reset loader_gdt_pa, but use FreePages(tss_pa).

Reviewed by:    kib
Differential Revision:  https://reviews.freebsd.org/D55179
DeltaFile
+5-4stand/efi/loader/arch/amd64/trap.c
+5-41 files

NetBSD/pkgsrc ZQJwfMKdoc CHANGES-2026

   doc: Added textproc/stng version 1.0.0
VersionDeltaFile
1.1289+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc tsFq8Pxtextproc Makefile

   Add stng
VersionDeltaFile
1.1577+2-1textproc/Makefile
+2-11 files

OpenBSD/ports 0N46dextextproc/redland-bindings Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.35+2-2textproc/redland-bindings/Makefile
+2-21 files

OpenBSD/ports KiOPfmmtextproc/libmarisa Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.21+4-4textproc/libmarisa/Makefile
+4-41 files

NetBSD/pkgsrc QYWipDPtextproc/stng distinfo cargo-depends.mk

   textproc/stng: import package

   Language-aware string extraction for binary malware analysis.
   Extract indicators, hardcoded credentials, C2 addresses, and obfuscated strings
   from any binary.

   Features
    - Garbage filtering: Filters out unusable garbage by default
      (but supports --unfiltered)
    - Language-aware extraction: Go/Rust {ptr, len}, DWARF stack strings
    - Binary network structures: Finds hardcoded IPs/ports in socket structures
    - XOR obfuscation: Single/multi-byte keys with entropy analysis, double-layer
      (encoding+XOR)
    - Encoding detection: Base64, Base32, Base85, hex, URL-encoding, Unicode
      escapes
    - IOC classification: IPs, URLs, shell commands, paths, credentials
    - Wide strings: UTF-16LE in Windows PE binaries
    - Format support: ELF, PE, Mach-O, raw binaries, overlays
VersionDeltaFile
1.1+293-0textproc/stng/distinfo
1.1+98-0textproc/stng/cargo-depends.mk
1.1+18-0textproc/stng/Makefile
1.1+16-0textproc/stng/DESCR
1.1+2-0textproc/stng/PLIST
+427-05 files

OpenBSD/ports xPsGaXVsysutils/u-boot/sunxi Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.3+1-1sysutils/u-boot/sunxi/Makefile
+1-11 files

OpenBSD/ports 1cXtnRJsysutils/u-boot/sun50i Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.4+1-1sysutils/u-boot/sun50i/Makefile
+1-11 files

OpenBSD/ports fN8UWFWsysutils/u-boot/rpi Makefile

   Bump for devel/swig 4.4.1.
VersionDeltaFile
1.3+1-1sysutils/u-boot/rpi/Makefile
+1-11 files