FreeBSD/ports 61993c2devel/R-cran-rJava Makefile

devel/R-cran-rJava: pin to java 8

Does not build with JDK11+.

PR:     291568
DeltaFile
+3-1devel/R-cran-rJava/Makefile
+3-11 files

FreeBSD/ports ae208e4science/colt Makefile

science/colt: pin to openjdk8

It fails on jdk21:
error: as of release 9, '_' is a keyword, and may not be used as an identifier

Build.xml also needed an encoding="ISO-8859-1" in the javac target.

NB: Upstream didn't make a release since 2004.

PR:     272855
Approved-by:    no maintainer
DeltaFile
+2-0science/colt/Makefile
+2-01 files

FreeBSD/ports 23fef9dsysutils/auto-admin distinfo Makefile

sysutils/auto-admin: Update to 0.8.4.2

auto-update-system: Remove auto-restart-services
(Should have been done in previous commit)
DeltaFile
+3-3sysutils/auto-admin/distinfo
+2-1sysutils/auto-admin/Makefile
+5-42 files

FreeBSD/src 8ac7a38. UPDATING, share/man/man4 scsi.4

cam: Reduce overly long timeout values for initial device probing

Currently, we have very long timeouts for the initial probing
commands. However, these are not appropriate for modern (post 2010) SCSI
disks. Sandards since SPC3 state that these commands should not wait for
media access. Since we retry them several times during the initial bus
scan, these delays can delay the boot by minutes (5 minutes per errant
disk in our expereince). These delays don't help and only hurt, so
reduce the TESTUNITREADY, INQUIRY and MODESENSE commands (during the
initial probe). Provide sysctl/tuneables to change the time for these
and also the REPORTLUNS commands for people that might need to adjust
them for devices that violate this belief but none-the-less work with
longer timeouts.
        kern.cam.tur_timeout            (default was 60s, now 1s)
        kern.cam.inquiry_timeout        (default was 60s, now 1s)
        kern.cam.reportluns_timeout     (default is 60s)
        kern.cam.modesense_timeout      (default was 60s, now 1s)
This can be partially merged: the sysctls can, but the new defaults likely
shouldn't.

    [3 lines not shown]
DeltaFile
+33-1share/man/man4/scsi.4
+22-6sys/cam/scsi/scsi_xpt.c
+11-0UPDATING
+66-73 files

FreeBSD/ports ab2aaddnet/samba422 pkg-plist.cluster

net/samba422: Fix pkg-plist.cluster

PR:             291104
Reported by:    vvd
DeltaFile
+15-8net/samba422/pkg-plist.cluster
+15-81 files

FreeBSD/ports 30b1436sysutils/py-hcloud distinfo Makefile

sysutils/py-hcloud: update to 2.12.0

Changes:        https://github.com/hetznercloud/hcloud-python/blob/v2.12.0/CHANGELOG.md
Reported by:    repology,portscout
DeltaFile
+3-3sysutils/py-hcloud/distinfo
+1-1sysutils/py-hcloud/Makefile
+4-42 files

FreeBSD/src 7720566cddl/lib/libdtrace io.d

libdtrace: Update io.d to chase changes to struct bio layout

Fixes:  6c406b5b9312 ("exterror(9): add infra for bufs and bios")

(cherry picked from commit 1ca7542a1b31fffefaac5a2ff45ef23f908b33c2)
DeltaFile
+1-1cddl/lib/libdtrace/io.d
+1-11 files

FreeBSD/src b9915c2sys/dts/arm imx53x.dtsi imx51x.dtsi, sys/modules/dtb/imx5 Makefile

sys/dts: Remove i.MX5 device tree

IMX51 is already EOL and IMX53 is going to be EOL in Feb 2026.
See NXP product longevity site

Remove
Digi ConnectCore Wi-i.MX53
Genesi Efika MX
FreeBSD own DTSI for imx51 and imx53
sys/modules/dtb/imx5 for i.MX53 quick start board.

Approved by: manu (mentor)
Differential revision: https://reviews.freebsd.org/D53888
DeltaFile
+0-712sys/dts/arm/imx53x.dtsi
+0-619sys/dts/arm/imx51x.dtsi
+0-151sys/dts/arm/digi-ccwmx53.dts
+0-125sys/dts/arm/efikamx.dts
+0-5sys/modules/dtb/imx5/Makefile
+0-1,6125 files

FreeBSD/src e29fe1csys/netinet ip_divert.c

divert: Use CK_SLISTs for the divcb hash table

The hash table is accessed in ip_divert_packet(), and there the accesses
are synchronized only by the net epoch, so plain SLIST is not safe.

Reviewed by:    ae
MFC after:      1 week
Sponsored by:   OPNsense
Sponsored by:   Klara, Inc.
Differential Revision:  https://reviews.freebsd.org/D54011

(cherry picked from commit 74f7e916211acafd10af05efd893ccbac1881119)
DeltaFile
+9-8sys/netinet/ip_divert.c
+9-81 files

FreeBSD/src f50f8cbsys/riscv/riscv pmap.c

riscv/pmap: Handle superpages in pmap_extract_and_hold()

Without this change, vm_fault_quick_hold_pages() falls back to the slow
fault handler when it encounters a superpage mapping.

Reviewed by:    alc, kib
Reported and tested by: br
MFC after:      1 week
Differential Revision:  https://reviews.freebsd.org/D54022

(cherry picked from commit 20a0a2f8f36f5db704b674106fa61d8d95b6b071)
DeltaFile
+16-6sys/riscv/riscv/pmap.c
+16-61 files

FreeBSD/ports fb557c3security/zeek Makefile

security/zeek: Update PATH the crash-diag so it can locate gdb

Previously the script was not finding gdb.
DeltaFile
+6-0security/zeek/Makefile
+6-01 files

FreeBSD/src fe21dbfsys/compat/linux linux_file.c linux_file.h

linux: Implement F_DUPFD_QUERY fcntl with kcmp(2) KCMP_FILE

Signed-off-by: Ricardo Branco <rbranco at suse.de>
Reviewed by:    kib
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1920
DeltaFile
+8-0sys/compat/linux/linux_file.c
+1-0sys/compat/linux/linux_file.h
+9-02 files

FreeBSD/src dbac191sys/compat/linux linux_misc.c linux_misc.h

linux: Add support for kcmp(2) system call

Signed-off-by: Ricardo Branco <rbranco at suse.de>
Reviewed by:    kib
Pull Request:   https://github.com/freebsd/freebsd-src/pull/1920
DeltaFile
+27-0sys/compat/linux/linux_misc.c
+11-0sys/compat/linux/linux_misc.h
+0-2sys/compat/linux/linux_dummy.c
+38-23 files

FreeBSD/ports 5896c3enet/samba422 pkg-plist

net/samba422: Fix pkg-plist when TDB is bundled

PR:     291104
DeltaFile
+4-4net/samba422/pkg-plist
+4-41 files

FreeBSD/src 95d8576sys/tools/fdt make_dtb.sh

make_dtb.sh: add include path

The device tree include file for TI TPS65* is in a
relative path to the source for example:
device-tree/src/arm/ti/omap/am335x-bone-common.dtsi#n305
device-tree/src/arm/rockchip/rk3066a-marsboard.dts#n183

This patch gets the dts path and adds that as an include path
for the device tree compiler.

Approved by: manu (mentor)
Differential revision: https://reviews.freebsd.org/D53887
DeltaFile
+2-1sys/tools/fdt/make_dtb.sh
+2-11 files

FreeBSD/doc e9a7ebcwebsite/content/en/releng _index.adoc

15.0: Hand off to so@

The release engineering team is done with releng/15.0.

Approved by:    re (implicit)
DeltaFile
+1-1website/content/en/releng/_index.adoc
+1-11 files

FreeBSD/ports b8562e5security/vuxml/vuln 2025.xml

security/vuxml: Add mozilla, mongo vulnerabilities

 * CVE-2025-14345
 * CVE-2025-14333
 * CVE-2025-14332
 * CVE-2025-14331
 * CVE-2025-14330
 * CVE-2025-14329
 * CVE-2025-14328
 * CVE-2025-14327
 * CVE-2025-14326
 * CVE-2025-14325
 * CVE-2025-14324
 * CVE-2025-14323
 * CVE-2025-14322
 * CVE-2025-14321
DeltaFile
+443-0security/vuxml/vuln/2025.xml
+443-01 files

FreeBSD/ports 85ccdc6print/pdf-renderer/files patch-nbproject_project.properties patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java

print/pdf-renderer: allow building with jdk21

Error was:
[00:01:29] -do-compile:
[00:01:29]     [javac] Compiling 116 source files to /wrkdirs/usr/ports/print/pdf-renderer/work/pdf-renderer-0.9.1_1,1/build/classes
[00:01:30]     [javac] warning: [options] bootstrap class path not set in conjunction with -source 5
[00:01:30]     [javac] error: Source option 5 is no longer supported. Use 8 or later.
[00:01:30]     [javac] error: Target option 5 is no longer supported. Use 8 or later.
[00:01:30]
[00:01:30] BUILD FAILED

PR:     291576
DeltaFile
+14-3print/pdf-renderer/files/patch-nbproject_project.properties
+4-4print/pdf-renderer/files/patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java
+18-72 files

FreeBSD/doc 592b54edocumentation/static/pgpkeys zi.key

Update GPG key
DeltaFile
+20-54documentation/static/pgpkeys/zi.key
+20-541 files

FreeBSD/ports c2fe56ejava/intellij-ultimate pkg-plist Makefile, java/intellij-ultimate/files idea.in

java/intellij-ultimate: update to 2025.3 release
DeltaFile
+821-822java/intellij-ultimate/pkg-plist
+5-8java/intellij-ultimate/Makefile
+3-3java/intellij-ultimate/distinfo
+1-1java/intellij-ultimate/files/idea.in
+830-8344 files

FreeBSD/ports 40bc3damail/sendmail/files tls-install.sh

mail/sendmail: Update URL to Jason Heiss' new location

Tracking the archive.org path showing 302 back in 13 Jul 2010 points to
new location.

Reviewed by:    rodrigo
Approved by:    portmgr blanket
Pull Request:   https://github.com/freebsd/freebsd-ports/pull/427
DeltaFile
+1-1mail/sendmail/files/tls-install.sh
+1-11 files

FreeBSD/ports 58306c0databases/cego distinfo, databases/cegobridge distinfo

databases/cego: update 2.52.44 -> 2.53.2

- integer cleanup, all int values will be replaced by unsigned
  or unsigned long, where is no need of nagative values
- for those ports:
  devel/lfcbase
  devel/lfcxml
  databases/cego
  databases/cegobridge
  databases/p5-DBD-cego

cego:
- Fix added in CegoDbHander::acceptSession and CegoSerial::readChain
  to treat empty or invalid session requests
- fix in CegoDbThreadPool for bad message handling

p5-DBD-cego:
- Fix added for execute return value and $sth->rows value to
  return affected rows for update statements
DeltaFile
+3-3devel/lfcxml/distinfo
+3-3databases/cego/distinfo
+3-3databases/cegobridge/distinfo
+3-3databases/p5-DBD-cego/distinfo
+3-3devel/lfcbase/distinfo
+1-1devel/lfcxml/Makefile
+16-165 files not shown
+20-2111 files

FreeBSD/ports 6ab5877graphics/gpu-firmware-kmod Makefile

graphics/gpu-firmware-kmod: Update to 20250109

Update the meta port to include latest entries for amdgpu and i915

Sponsored by:   Beckhoff Automation GmbH & Co. KG
DeltaFile
+16-3graphics/gpu-firmware-kmod/Makefile
+16-31 files

FreeBSD/ports 7f32504graphics/gpu-firmware-amd-kmod pkg-plist Makefile

graphics/gpu-firmware-amd-kmod: Update to 20250109

This adds some new firmware for amd card.
We now use the same date (and git tag) as the linux-firmware one
that the files comes from.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
DeltaFile
+20-0graphics/gpu-firmware-amd-kmod/pkg-plist
+14-3graphics/gpu-firmware-amd-kmod/Makefile
+3-3graphics/gpu-firmware-amd-kmod/distinfo
+37-63 files

FreeBSD/ports 599d069graphics/gpu-firmware-intel-kmod Makefile distinfo

graphics/gpu-firmware-intel-kmod: Update to 20250109

This adds firmware for the MeteorLake platform.
We now use the same date (and git tag) as the linux-firmware one
that the files comes from.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
DeltaFile
+4-3graphics/gpu-firmware-intel-kmod/Makefile
+3-3graphics/gpu-firmware-intel-kmod/distinfo
+5-0graphics/gpu-firmware-intel-kmod/pkg-plist
+12-63 files

FreeBSD/ports d2aca38graphics/drm-66-kmod distinfo Makefile, graphics/nvidia-drm-66-kmod distinfo Makefile

graphics/drm-66-kmod: Really fix build on -CURRENT

Sponsored by:   Beckhoff Automation GmbH & Co. KG
DeltaFile
+3-3graphics/nvidia-drm-66-kmod/distinfo
+3-3graphics/drm-66-kmod/distinfo
+1-1graphics/drm-66-kmod/Makefile
+1-1graphics/nvidia-drm-66-kmod/Makefile
+1-1graphics/drm-66-kmod/Makefile.version
+9-95 files

FreeBSD/ports eef56dcgraphics/drm-515-kmod Makefile

graphics/drm-515-kmod: Disable for 16.0-CURRENT

People who still uses this one should migrate to 61 or 66.

Sponsored by:   Beckhoff Automation GmbH & Co. KG
DeltaFile
+2-2graphics/drm-515-kmod/Makefile
+2-21 files

FreeBSD/ports 9e5e0c5graphics/drm-61-kmod distinfo, graphics/drm-66-kmod distinfo Makefile.version

graphics/drm-6{1,6}-kmod: Fix build on current

Update the port to have code dealing with change in BUS_ALLOC_RESOURCE

Sponsored by:   Beckhoff Automation GMbH & Co. KG
DeltaFile
+3-3graphics/nvidia-drm-66-kmod/distinfo
+3-3graphics/drm-61-kmod/distinfo
+3-3graphics/drm-66-kmod/distinfo
+3-3graphics/nvidia-drm-61-kmod/distinfo
+1-1graphics/drm-66-kmod/Makefile.version
+1-1graphics/nvidia-drm-66-kmod/Makefile
+14-144 files not shown
+18-1810 files

FreeBSD/ports dad29a7x11-themes/plasma6-breeze distinfo, x11/plasma6-plasma-activities distinfo

KDE: Update KDE Plasma to 6.5.4

Announcement: https://kde.org/announcements/plasma/6/6.5.4/
DeltaFile
+3-7x11-themes/plasma6-breeze/distinfo
+7-0x11/plasma6-plasma-workspace/pkg-plist
+3-3x11/plasma6-plasma-workspace/distinfo
+3-3x11/plasma6-plasma-integration/distinfo
+3-3x11/plasma6-plasma-desktop/distinfo
+3-3x11/plasma6-plasma-activities/distinfo
+22-1956 files not shown
+175-16562 files

FreeBSD/ports 2d9474ddevel/git pkg-plist distinfo

devel/git: Update to 2.52.0

ReleseNotes:    https://github.com/git/git/blob/v2.52.0/Documentation/RelNotes/2.52.0.adoc

PR:             291110
Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+23-0devel/git/pkg-plist
+7-7devel/git/distinfo
+1-1devel/git/Makefile
+31-83 files