FreeBSD/ports d48630ewww/redmine60 distinfo Makefile, www/redmine60/files patch-Gemfile patch-config_database.yml.sample

www/redmine60: upgrade to 6.0.8.
DeltaFile
+5-5www/redmine60/files/patch-Gemfile
+4-4www/redmine60/files/patch-config_database.yml.sample
+3-3www/redmine60/distinfo
+3-3www/redmine60/Makefile
+4-0www/redmine60/pkg-plist
+19-155 files

LLVM/project a51d3a2clang/lib/CIR/CodeGen TargetInfo.cpp, clang/lib/CIR/Dialect/Transforms/TargetLowering LowerModule.cpp

[CIR][AMDGPU] Lower Language specific address spaces and implement AMDGPU target
DeltaFile
+48-9clang/test/CIR/Lowering/global-address-space.cir
+51-0clang/test/CIR/CodeGen/amdgpu-address-spaces.cpp
+47-0clang/lib/CIR/Dialect/Transforms/TargetLowering/Targets/AMDGPU.cpp
+46-0clang/lib/CIR/CodeGen/TargetInfo.cpp
+17-8clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+9-2clang/lib/CIR/Dialect/Transforms/TargetLowering/LowerModule.cpp
+218-194 files not shown
+234-1910 files

FreeBSD/ports e869adajapanese/fcitx-anthy Makefile, japanese/fcitx5-anthy Makefile

*/*: Bump PORTREVISION for the update of japanese/anthy-unicode
DeltaFile
+1-1japanese/scim-anthy/Makefile
+1-1japanese/fcitx-anthy/Makefile
+1-1japanese/ibus-anthy/Makefile
+1-0textproc/uim/Makefile
+1-0japanese/uim-anthy-unicode/Makefile
+1-0japanese/fcitx5-anthy/Makefile
+6-31 files not shown
+7-37 files

FreeBSD/ports 2dc568fjapanese/anthy-unicode Makefile distinfo

japanese/anthy-unicode: Update to 1.0.0.20260127

PR:             292797
Reported by:    mew14930xvi <mew14930xvi at inbox.lv>
DeltaFile
+7-7japanese/anthy-unicode/Makefile
+3-3japanese/anthy-unicode/distinfo
+3-3japanese/anthy-unicode/pkg-message
+13-133 files

LLVM/project d6d3754clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenExpr.cpp, clang/test/CIR/Lowering global-address-space.cir

preserve AS for getGlobal op
DeltaFile
+31-0clang/test/CIR/Lowering/global-address-space.cir
+3-3clang/lib/CIR/CodeGen/CIRGenModule.cpp
+2-2clang/lib/CIR/CodeGen/CIRGenExpr.cpp
+36-53 files

NetBSD/src PeEQcNesys/dev/usb usbnet.c

   usbnet(9): Tighten tx path.

   1. Verify, don't just assert, that the packet length is below the
      buffer size.  Even if all the callers enforce the interface's MTU,
      I can't prove that the usbnet(9) tx buffer size is an upper bound
      enforced on the interface's MTU.

      We can remove the check later if we do enforce that upper bound at
      some point, which would probably be worth doing anyway since the
      MTU is checked earlier in the tx path.

   2. Assert, don't check, that c->unc_xfer is nonnull.  We can only
      reach the tx path if we cross if_init=usbnet_init_rx_tx, and that
      (via usbnet_tx_list_init) is guaranteed to fail and back out
      unless all of the usbnet_chain unc_xfers get initialized.

   3. If we can't fit the packet into a buffer, drop it -- don't leave
      it in the queue to try again when it still won't fit in the
      buffer.

    [7 lines not shown]
VersionDeltaFile
1.122+19-15sys/dev/usb/usbnet.c
+19-151 files

NetBSD/src 65OuKbUsys/kern kern_syscall.c

   kern_syscall.c: Sprinkle SET_ERROR dtrace probes.

   PR kern/58378: Kernel error code origination lacks dtrace probes
VersionDeltaFile
1.23+9-8sys/kern/kern_syscall.c
+9-81 files

FreeBSD/ports 250f76edevel/R-cran-Rdpack distinfo Makefile

devel/R-cran-Rdpack: Update to 2.6.5

Reported by:    portscout
DeltaFile
+3-3devel/R-cran-Rdpack/distinfo
+2-2devel/R-cran-Rdpack/Makefile
+5-52 files

FreeBSD/ports bf463f3astro/mymoon Makefile

astro/mymoon: mark as unfetchable/DEPRECATED.

PR:             286817
Reported by:    Javier Montero <javimontejerez at gmail.com>
DeltaFile
+4-0astro/mymoon/Makefile
+4-01 files

NetBSD/src nRp3Qwilib/libedit editline.7

   editline(7): Document vi-histedit command

   PR lib/59953 by Artem Bunichev
VersionDeltaFile
1.7+8-2lib/libedit/editline.7
+8-21 files

FreeBSD/ports f8cef38math/R-cran-linprog Makefile distinfo

math/R-cran-linprog: Update to 0.9-6

Reported by:    portscout
DeltaFile
+2-5math/R-cran-linprog/Makefile
+3-3math/R-cran-linprog/distinfo
+5-82 files

LLVM/project 9b1cff9clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Address Space support for GlobalOps
DeltaFile
+48-9clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-20clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+30-0clang/test/CIR/IR/address-space.cir
+21-2clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+20-0clang/test/CIR/IR/invalid-addrspace.cir
+16-4clang/lib/CIR/CodeGen/CIRGenModule.h
+154-357 files not shown
+216-4313 files

LLVM/project e465147clang/lib/CIR/CodeGen CIRGenModule.cpp CIRGenModule.h, clang/lib/CIR/Dialect/IR CIRDialect.cpp

[CIR] Address Space support for GlobalOps
DeltaFile
+48-9clang/lib/CIR/CodeGen/CIRGenModule.cpp
+19-20clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
+30-0clang/test/CIR/IR/address-space.cir
+21-2clang/lib/CIR/Dialect/IR/CIRDialect.cpp
+20-0clang/test/CIR/IR/invalid-addrspace.cir
+16-4clang/lib/CIR/CodeGen/CIRGenModule.h
+154-357 files not shown
+212-3913 files

LLVM/project bba5371polly/ci polly-x86_64-linux.py polly-x86_64-linux-plugin.py

[Polly][CI] Add ScriptedBuilder scripts

Add ScriptedBuilder-equivalents of the current PollyBuilder-based
buildbots.
DeltaFile
+50-0polly/ci/polly-x86_64-linux.py
+49-0polly/ci/polly-x86_64-linux-plugin.py
+49-0polly/ci/polly-x86_64-linux-shared-plugin.py
+49-0polly/ci/polly-x86_64-linux-shared.py
+49-0polly/ci/polly-x86_64-linux-shlib-plugin.py
+49-0polly/ci/polly-x86_64-linux-shlib.py
+295-02 files not shown
+344-08 files

FreeBSD/ports f84a60birc/halloy distinfo Makefile.crates

irc/halloy: update to 2026.1.1

PR: 292761
DeltaFile
+225-167irc/halloy/distinfo
+112-83irc/halloy/Makefile.crates
+1-2irc/halloy/Makefile
+338-2523 files

FreeBSD/src fdbb675tests/sys/fs/fusefs Makefile

Account for the ctl test needing the ctl(4) module

This testcase does not function unless the /dev/ctl/... node exists,
which is created by the ctl(4) module. Require the ctl(4) module to be
loaded so the test can be executed.

MFC after: 1 week
Differential Revision:  https://reviews.freebsd.org/D54518

(cherry picked from commit da59b3147b01203bb18bcd03cce7a6d5916e87c3)
DeltaFile
+3-0tests/sys/fs/fusefs/Makefile
+3-01 files

HardenedBSD/src e34690ecrypto/openssl/crypto/ec ecp_nistz256_table.c curve25519.c, crypto/openssl/ssl s3_lib.c

Merge branch 'freebsd/current/main' into hardened/current/master
DeltaFile
+14,894-9,513crypto/openssl/crypto/ec/ecp_nistz256_table.c
+10,184-10,183crypto/openssl/test/ecdsatest.h
+9,620-1,938crypto/openssl/test/quic_record_test.c
+3,601-3,206crypto/openssl/ssl/s3_lib.c
+2,877-2,722crypto/openssl/test/sslapitest.c
+2,625-2,478crypto/openssl/crypto/ec/curve25519.c
+43,801-30,0403,235 files not shown
+215,463-173,1343,241 files

HardenedBSD/ports e73674fdatabases/datafusion-cli distinfo Makefile.crates, databases/py-datafusion distinfo

Merge branch 'freebsd/main' into hardenedbsd/main
DeltaFile
+1,197-0databases/datafusion-cli/distinfo
+1,003-0databases/rainfrog/distinfo
+531-433math/py-pcodec/distinfo
+435-437databases/py-datafusion/distinfo
+597-0databases/datafusion-cli/Makefile.crates
+500-0databases/rainfrog/Makefile.crates
+4,263-8701,583 files not shown
+9,952-5,5851,589 files

HardenedBSD/src 43dc4b3tests/sys/fs/fusefs Makefile

Account for the ctl test needing the ctl(4) module

This testcase does not function unless the /dev/ctl/... node exists,
which is created by the ctl(4) module. Require the ctl(4) module to be
loaded so the test can be executed.

MFC after: 1 week
Differential Revision:  https://reviews.freebsd.org/D54518

(cherry picked from commit da59b3147b01203bb18bcd03cce7a6d5916e87c3)
DeltaFile
+3-0tests/sys/fs/fusefs/Makefile
+3-01 files

FreeBSD/src 43dc4b3tests/sys/fs/fusefs Makefile

Account for the ctl test needing the ctl(4) module

This testcase does not function unless the /dev/ctl/... node exists,
which is created by the ctl(4) module. Require the ctl(4) module to be
loaded so the test can be executed.

MFC after: 1 week
Differential Revision:  https://reviews.freebsd.org/D54518

(cherry picked from commit da59b3147b01203bb18bcd03cce7a6d5916e87c3)
DeltaFile
+3-0tests/sys/fs/fusefs/Makefile
+3-01 files

NetBSD/pkgsrc Yd1wTnadevel/abseil Makefile

   (devel/abseil) Fix build on NetBSD/amd64 and i386 9.x, w/gcc 10, tks gdt@

   See:
    https://mail-index.netbsd.org/pkgsrc-users/2026/01/31/msg042557.html
VersionDeltaFile
1.39+4-1devel/abseil/Makefile
+4-11 files

HardenedBSD/src 1f5795bshare/man/man4 vt.4, share/syscons/fonts INDEX.fonts

INDEX.fonts: Minor maintenance

+ Mention relevance of this file in the vt manual screen.font entry
+ The vidfont manual is in section one, not eight
+ Remove leftover blank line from freebsd tag removal

MFC after:      3 days
DeltaFile
+3-0share/man/man4/vt.4
+1-2share/vt/fonts/INDEX.fonts
+1-2stand/fonts/INDEX.fonts
+1-2share/syscons/fonts/INDEX.fonts
+6-64 files

FreeBSD/src 1f5795bshare/man/man4 vt.4, share/syscons/fonts INDEX.fonts

INDEX.fonts: Minor maintenance

+ Mention relevance of this file in the vt manual screen.font entry
+ The vidfont manual is in section one, not eight
+ Remove leftover blank line from freebsd tag removal

MFC after:      3 days
DeltaFile
+1-2stand/fonts/INDEX.fonts
+1-2share/vt/fonts/INDEX.fonts
+1-2share/syscons/fonts/INDEX.fonts
+3-0share/man/man4/vt.4
+6-64 files

FreeBSD/src f43d0accrypto/openssl BSDmakefile

crypto/openssl: fix importing new versions from pristine trees

Prior to this change, CC was not being passed through to Configure,
which was resulting in failures when Configure was running compiler
checks.

Pass through CC via `WRK_ENV` to Configure so the compiler is defined
properly as part of the initial build.

MFC after:      1 month
Fixes:          d18058b7b850 ("crypto/openssl: apply polish to new vendor import process")
Differential Revision:  https://reviews.freebsd.org/D52595

(cherry picked from commit 52c4b76d1dd385fbe33b78172e39a10749b83d13)
DeltaFile
+6-1crypto/openssl/BSDmakefile
+6-11 files

HardenedBSD/src f43d0accrypto/openssl BSDmakefile

crypto/openssl: fix importing new versions from pristine trees

Prior to this change, CC was not being passed through to Configure,
which was resulting in failures when Configure was running compiler
checks.

Pass through CC via `WRK_ENV` to Configure so the compiler is defined
properly as part of the initial build.

MFC after:      1 month
Fixes:          d18058b7b850 ("crypto/openssl: apply polish to new vendor import process")
Differential Revision:  https://reviews.freebsd.org/D52595

(cherry picked from commit 52c4b76d1dd385fbe33b78172e39a10749b83d13)
DeltaFile
+6-1crypto/openssl/BSDmakefile
+6-11 files

OpenBSD/ports cKDTe3fnet/transmission Makefile, net/transmission/pkg transmission_daemon.rc

   allow service reload;  fine with Josh

   transmission-daemon(1) writes out its entire config on exit, which makes
   managing config, service and restarts on file changes difficult.

   It supports SIGHUP, to let rcctl(8) use it.
VersionDeltaFile
1.4+0-2net/transmission/pkg/transmission_daemon.rc
1.158+1-0net/transmission/Makefile
+1-22 files

FreeBSD/src f5828b8sys/sys param.h

Bump `__FreeBSD_version` for ee6882e6b1287aa9

While the change in ee6882e6b1287aa9 was likely benign, this commit is
playing it safe by updating __FreeBSD_version, per the libcrypto
dependencies change, as libcrypto now explicitly depends on libpthread
and has threading support explicitly enabled.

This is a direct commit to stable/15.
DeltaFile
+1-1sys/sys/param.h
+1-11 files

HardenedBSD/src f5828b8sys/sys param.h

Bump `__FreeBSD_version` for ee6882e6b1287aa9

While the change in ee6882e6b1287aa9 was likely benign, this commit is
playing it safe by updating __FreeBSD_version, per the libcrypto
dependencies change, as libcrypto now explicitly depends on libpthread
and has threading support explicitly enabled.

This is a direct commit to stable/15.
DeltaFile
+1-1sys/sys/param.h
+1-11 files

FreeBSD/src ee6882esecure/lib/libcrypto Makefile, secure/lib/libcrypto/modules Makefile.inc

OpenSSL: update Makefiles to reflect 3.5.1 release

This is a targeted effort to update the INCS and SRCS entries for
libcrypto, the legacy provider, and libssl to match what upstream
(OpenSSL) builds in their respective libraries.

The number of stylistic changes were kept at a minimum.

Another incoming change will reformat this file to make future
maintenance easier.

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D52554

(cherry picked from commit d5984d5f29a7c717b88ccd17a85a747792403cdf)
DeltaFile
+30-19secure/lib/libcrypto/Makefile
+36-5secure/lib/libcrypto/modules/legacy/Makefile
+0-7secure/lib/libcrypto/modules/Makefile.inc
+1-1share/mk/src.libnames.mk
+1-1secure/lib/libssl/Makefile
+68-335 files

HardenedBSD/src ee6882esecure/lib/libcrypto Makefile, secure/lib/libcrypto/modules Makefile.inc

OpenSSL: update Makefiles to reflect 3.5.1 release

This is a targeted effort to update the INCS and SRCS entries for
libcrypto, the legacy provider, and libssl to match what upstream
(OpenSSL) builds in their respective libraries.

The number of stylistic changes were kept at a minimum.

Another incoming change will reformat this file to make future
maintenance easier.

MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D52554

(cherry picked from commit d5984d5f29a7c717b88ccd17a85a747792403cdf)
DeltaFile
+30-19secure/lib/libcrypto/Makefile
+36-5secure/lib/libcrypto/modules/legacy/Makefile
+0-7secure/lib/libcrypto/modules/Makefile.inc
+1-1share/mk/src.libnames.mk
+1-1secure/lib/libssl/Makefile
+68-335 files