FreeBSD/ports a1ebf7dsecurity/vuxml/vuln 2026.xml

security/vuxml: Document Roundcube vulnerabilities
DeltaFile
+26-0security/vuxml/vuln/2026.xml
+26-01 files

LLVM/project de93668mlir/include/mlir/Bindings/Python IRAttributes.h, mlir/lib/Bindings/Python IRAttributes.cpp

[mlir][IR] `DenseElementsAttr`: Remove `i1` dense packing special case
DeltaFile
+6-92mlir/lib/Bindings/Python/IRAttributes.cpp
+6-54mlir/lib/IR/BuiltinAttributes.cpp
+1-51mlir/lib/IR/AttributeDetail.h
+0-14mlir/unittests/IR/AttributeTest.cpp
+0-12mlir/include/mlir/Bindings/Python/IRAttributes.h
+0-10mlir/test/IR/attribute-roundtrip.mlir
+13-2332 files not shown
+20-2418 files

LLVM/project a222d85mlir/include/mlir/Bindings/Python IRAttributes.h, mlir/lib/Bindings/Python IRAttributes.cpp

[mlir][IR] `DenseElementsAttr`: Remove `i1` dense packing special case
DeltaFile
+6-92mlir/lib/Bindings/Python/IRAttributes.cpp
+6-54mlir/lib/IR/BuiltinAttributes.cpp
+1-51mlir/lib/IR/AttributeDetail.h
+0-14mlir/unittests/IR/AttributeTest.cpp
+0-12mlir/include/mlir/Bindings/Python/IRAttributes.h
+0-10mlir/test/IR/attribute-roundtrip.mlir
+13-2332 files not shown
+19-2428 files

NetBSD/pkgsrc mOv2fDudoc CHANGES-2026, games Makefile

   libgnome-games-support: remove

   This library has stopped releases, it's new model is to be included
   in the sources of programs that use it.

   Remove it from pkgsrc, no users left.
VersionDeltaFile
1.973+2-1doc/CHANGES-2026
1.562+1-2games/Makefile
1.11+1-1games/libgnome-games-support/Makefile
1.10+1-1games/libgnome-games-support/buildlink3.mk
1.2+1-1games/libgnome-games-support/distinfo
1.2+1-1games/libgnome-games-support/PLIST
+7-71 files not shown
+7-77 files

NetBSD/pkgsrc fGw0uNMgames/gnome-nibbles Makefile

   gnome-nibbles: remove comment

   "libgnome-games-support is now a copylib" i.e. included
VersionDeltaFile
1.13+1-3games/gnome-nibbles/Makefile
+1-31 files

NetBSD/pkgsrc C9AxGGydoc CHANGES-2026

   doc: Updated games/gnome-nibbles to 4.5.0
VersionDeltaFile
1.972+2-1doc/CHANGES-2026
+2-11 files

NetBSD/pkgsrc a1J12kZgames/gnome-nibbles PLIST Makefile

   gnome-nibbles: update to 4.5.0.

   4.5.0 - February 8, 2026
   ========================

   - No build dependency changes.
   - Fix issue #80.
   - Correct metadata !95 & !96. Thanks to Sabri Ünal for these.
   - Fix the game not starting on level 1 for progress of Levels 1 through 26 in
     sequential order if the previous game was a fixed level > 1
   - Add new feature to clear high scores.
   - Updated translations; Greek, Swedish, Kazakh, Slovenian, Ukrainian, Georgian,
     Chinese (China) & Russian.
   - To download use:
     https://gitlab.gnome.org/GNOME/gnome-nibbles/-/archive/4.5.0/gnome-nibbles-4.5.0.tar.bz2

   4.4.2 - Halloween (October 31) 2025
   ===================================


    [114 lines not shown]
VersionDeltaFile
1.2+58-1games/gnome-nibbles/PLIST
1.12+8-5games/gnome-nibbles/Makefile
1.3+4-4games/gnome-nibbles/distinfo
+70-103 files

OpenBSD/xenocara nfXcvQ4xserver ChangeLog configure, xserver/glamor glamor_egl.c glamor.c

   Update to xserver 21.1.21. ok tb@
VersionDeltaFile
1.55+91-0xserver/ChangeLog
1.95+14-14xserver/configure
1.16+0-28xserver/glamor/glamor_egl.c
1.15+0-26xserver/glamor/glamor.c
1.12+6-15xserver/glamor/Makefile.in
1.7+0-7xserver/glamor/Makefile.am
+111-909 files not shown
+121-11315 files

FreeBSD/ports 892da16net-im/py-zapzap distinfo Makefile

net-im/py-zapzap: Update to 6.2.10

ChangeLog:      https://github.com/rafatosta/zapzap/releases/tag/6.2.10
Reported by:    Rafael Tosta <notifications at github.com>
DeltaFile
+3-3net-im/py-zapzap/distinfo
+1-1net-im/py-zapzap/Makefile
+4-42 files

NetBSD/pkgsrc 6hvzCe5doc pkgsrc.txt pkgsrc.html

   doc/pkgsrc.*: regen
VersionDeltaFile
1.389+813-803doc/pkgsrc.txt
1.391+611-600doc/pkgsrc.html
+1,424-1,4032 files

NetBSD/pkgsrc TTmvaxKdoc/guide/files build.xml

   doc: describe the test phase of a package
VersionDeltaFile
1.93+13-3doc/guide/files/build.xml
+13-31 files

OpenBSD/xenocara Dp8Zyooapp/xterm wcwidth.c button.c, app/xterm/vttests tcapquery.pl

   Update to xterm-406. Tested by kirill@ and tb, ok tb@
VersionDeltaFile
1.16+529-332app/xterm/wcwidth.c
1.52+150-99app/xterm/button.c
1.8+112-87app/xterm/vttests/tcapquery.pl
1.9+83-83app/xterm/aclocal.m4
1.50+110-21app/xterm/util.c
1.59+66-1app/xterm/xterm.log.html
+1,050-62324 files not shown
+1,365-73430 files

LLVM/project aff5afcclang-tools-extra/clang-tidy/bugprone StringConstructorCheck.cpp, clang-tools-extra/docs ReleaseNotes.rst

[clang-tidy] Fix bugprone-string-constructor FN with allocators. (#180337)

Fixes https://github.com/llvm/llvm-project/issues/180324.
DeltaFile
+48-3clang-tools-extra/test/clang-tidy/checkers/bugprone/string-constructor.cpp
+8-3clang-tools-extra/clang-tidy/bugprone/StringConstructorCheck.cpp
+5-0clang-tools-extra/docs/ReleaseNotes.rst
+61-63 files

LLVM/project 706cc8blibcxx/test/std/atomics/atomics.ref address.pass.cpp assign.pass.cpp

[libc++][NFC] Fix license header in test for `atomic_ref` (#180395)

DeltaFile
+1-0libcxx/test/std/atomics/atomics.ref/address.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/assign.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/bitwise_and_assign.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/bitwise_or_assign.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/bitwise_xor_assign.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/compare_exchange_strong.pass.cpp
+6-018 files not shown
+24-024 files

LLVM/project 907f66dmlir/lib/IR BuiltinAttributes.cpp AttributeDetail.h, mlir/test/IR attribute-roundtrip.mlir parse-literal.mlir

[mlir][IR] `DenseElementsAttr`: Remove `i1` dense packing special case
DeltaFile
+6-54mlir/lib/IR/BuiltinAttributes.cpp
+1-51mlir/lib/IR/AttributeDetail.h
+0-14mlir/unittests/IR/AttributeTest.cpp
+0-10mlir/test/IR/attribute-roundtrip.mlir
+4-4mlir/test/IR/parse-literal.mlir
+11-1335 files

NetBSD/othersrc jcZtFQyusr.bin/tnftp/src fetch.c

   fetch.c: fix format-overflow issues

   Fix -Wformat-overflow issues detected by gcc 11.
   (Also fixed in upstream NetBSD ftp, will be part of next import.)
VersionDeltaFile
1.30+4-4usr.bin/tnftp/src/fetch.c
+4-41 files

NetBSD/src lLyBiXqusr.bin/ftp fetch.c Makefile

   ftp: fix some -Wformat-overflow issues

   Remove -Wno-format-overflow and fix the issues.
   Detected by gcc 11 compiling tnftp.
VersionDeltaFile
1.246+5-5usr.bin/ftp/fetch.c
1.45+1-3usr.bin/ftp/Makefile
+6-82 files

OPNSense/ports 8d96c19dns/unbound/files patch-libunbound_python_libunbound.i

dns/unbound: fix build with newer swig

Taken from: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292625
DeltaFile
+11-0dns/unbound/files/patch-libunbound_python_libunbound.i
+11-01 files

NetBSD/othersrc Vf6ET10usr.bin/tnftp ChangeLog

   ChangeLog: import NetBSD-ftp 20260208
VersionDeltaFile
1.83+7-2usr.bin/tnftp/ChangeLog
+7-21 files

NetBSD/othersrc ZPPLuvbusr.bin/tnftp/src main.c ftp_var.h

   Merge from tag NetBSD-20260207 to tag NetBSD-20260208
VersionDeltaFile
1.25+6-11usr.bin/tnftp/src/main.c
1.16+3-13usr.bin/tnftp/src/ftp_var.h
1.29+8-6usr.bin/tnftp/src/fetch.c
1.14+3-3usr.bin/tnftp/src/version.h
+20-334 files

NetBSD/othersrc lWqjZoiusr.bin/tnftp/src main.c ftp_var.h

   Import NetBSD-ftp 20260208

   Notable changes since import NetBSD-20260207:
   * Implement custom HTTP headers with a portable idiom.
   * Emit custom HTTP headers in provided order, not last in first out.
VersionDeltaFile
1.1.1.20+5-10usr.bin/tnftp/src/main.c
1.1.1.16+2-12usr.bin/tnftp/src/ftp_var.h
1.1.1.24+7-5usr.bin/tnftp/src/fetch.c
1.1.1.27+2-2usr.bin/tnftp/src/version.h
+16-294 files

NetBSD/src FigQm3Uusr.bin/ftp version.h

   ftp: version 20260208 for HTTP header FIFO order
VersionDeltaFile
1.104+2-2usr.bin/ftp/version.h
+2-21 files

NetBSD/src X1wwzyIusr.bin/ftp main.c ftp_var.h

   ftp: simplify HTTP headers to use StringList

   Implement custom HTTP header handling using the existing StringList,
   instead of the less-portable SLIST_ macros from <sys/queue.h>.
   Code is simpler too.

   Emit the headers in user-provided order instead of last in first out.
VersionDeltaFile
1.138+5-10usr.bin/ftp/main.c
1.92+2-12usr.bin/ftp/ftp_var.h
1.245+7-5usr.bin/ftp/fetch.c
+14-273 files

OPNSense/tools bfbab4cbuild common.sh

build: make distfiles remove a little more obvious
DeltaFile
+3-2build/common.sh
+3-21 files

LLVM/project a5aa4fflibcxx/test/std/atomics/atomics.ref wait.pass.cpp store.pass.cpp

fix license header
DeltaFile
+1-0libcxx/test/std/atomics/atomics.ref/wait.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/store.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/requires-trivially-copyable.verify.cpp
+1-0libcxx/test/std/atomics/atomics.ref/required_alignment.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/operator_plus_equals.pass.cpp
+1-0libcxx/test/std/atomics/atomics.ref/operator_minus_equals.pass.cpp
+6-018 files not shown
+24-024 files

FreeBSD/ports e96a3detextproc/obsidian distinfo Makefile

textproc/obsidian: Update to 1.11.7
DeltaFile
+3-3textproc/obsidian/distinfo
+2-3textproc/obsidian/Makefile
+5-62 files

OPNSense/tools 4a40726build distfiles.sh

build/distfiles: allow cleanups in distfiles run
DeltaFile
+7-2build/distfiles.sh
+7-21 files

NetBSD/othersrc syUWNAFusr.bin/tnftp tnftp.h

   add compat define for __unused
VersionDeltaFile
1.41+8-1usr.bin/tnftp/tnftp.h
+8-11 files

FreeBSD/ports e1b1500japanese/migemo Makefile

japanese/migemo: Update WWW
DeltaFile
+1-1japanese/migemo/Makefile
+1-11 files

FreeBSD/ports 235153bdevel/gitaly distinfo, net/gitlab-agent distinfo

www/gitlab: patch update to 18.8.3

Changes:        https://about.gitlab.com/releases/2026/02/04/gitlab-18-8-3-released/
DeltaFile
+13-13devel/gitaly/distinfo
+6-6www/gitlab/distinfo
+5-5www/gitlab-pages/distinfo
+5-5net/gitlab-agent/distinfo
+5-5www/gitlab-workhorse/distinfo
+1-1www/gitlab/Makefile.common
+35-356 files