FreeBSD/src f8b76ecsys/netinet tcp_hpts_test.c

tests/hpts: provide stub KTEST module compiled without TCP_HPTS_KTEST

This will close a panic on test run when kernel is compiled without HPTS
KTEST support.
DeltaFile
+20-0sys/netinet/tcp_hpts_test.c
+20-01 files

FreeBSD/src 4574a86share/man/man5 Makefile

man: Conditionally install ar.5 in toolchain package

Previously if WITHOUT_TOOLCHAIN was set we'd create a FreeBSD-clang
package that contained only ar.5.  As ar.5 describes the ar format
and doesn't come from Clang/LLVM move it to the FreeBSD-toolchain
package and make it conditional on MK_TOOLCHAIN.

Reviewed by:    ivy
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52886

(cherry picked from commit a8d774d9708c100a52f231065d9d5f1b4c3aceb7)
DeltaFile
+5-3share/man/man5/Makefile
+5-31 files

FreeBSD/ports 8da6606. UPDATING, security/libressl Makefile distinfo

security/libressl: Update to 4.2.0
DeltaFile
+17-0UPDATING
+7-7security/libressl/Makefile
+3-3security/libressl/distinfo
+1-1security/libressl/version.mk
+1-0security/libressl/pkg-plist
+29-115 files

FreeBSD/ports 812d2bfwww/linux-freetube distinfo Makefile

www/linux-freetube: Update to 0.23.11.b

Release changes:        https://github.com/FreeTubeApp/FreeTube/releases/tag/v0.23.11-beta
Reported by:    efb4f5ff-1298-471a-8973-3d47447115dc <notifications at github.com>
DeltaFile
+3-3www/linux-freetube/distinfo
+1-1www/linux-freetube/Makefile
+4-42 files

FreeBSD/ports 0bb60demail/msmtp distinfo Makefile

mail/msmtp: update to 1.8.32
DeltaFile
+3-3mail/msmtp/distinfo
+1-1mail/msmtp/Makefile
+4-42 files

FreeBSD/ports 4a55625security/nextcloud-end_to_end_encryption distinfo Makefile

security/nextcloud-end_to_end_encryption: Update to 1.18.0
DeltaFile
+3-3security/nextcloud-end_to_end_encryption/distinfo
+2-2security/nextcloud-end_to_end_encryption/Makefile
+5-52 files

FreeBSD/ports f04da5cwww/nextcloud-groupfolders distinfo Makefile

www/nextcloud-groupfolders: Update to 20.1.2
DeltaFile
+3-3www/nextcloud-groupfolders/distinfo
+1-1www/nextcloud-groupfolders/Makefile
+4-42 files

FreeBSD/ports 1bd715cwww/nextcloud-contacts distinfo Makefile

www/nextcloud-contacts: Update to 8.0.4
DeltaFile
+3-3www/nextcloud-contacts/distinfo
+1-1www/nextcloud-contacts/Makefile
+4-42 files

FreeBSD/ports 0730a36www/nextcloud-calendar distinfo Makefile

www/nextcloud-calendar: Update to 6.0.2
DeltaFile
+3-3www/nextcloud-calendar/distinfo
+1-1www/nextcloud-calendar/Makefile
+4-42 files

FreeBSD/ports a451f2awww/nextcloud-appointments distinfo Makefile

www/nextcloud-appointments: Update to 2.6.1
DeltaFile
+3-3www/nextcloud-appointments/distinfo
+1-1www/nextcloud-appointments/Makefile
+4-42 files

FreeBSD/ports 008de27mail/nextcloud-mail distinfo Makefile

mail/nextcloud-mail: Update to 5.5.9
DeltaFile
+3-3mail/nextcloud-mail/distinfo
+1-1mail/nextcloud-mail/Makefile
+4-42 files

FreeBSD/ports 84e02f3devel/jenkins-lts distinfo Makefile

devel/jenkins-lts: Update to 2.528.1

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3devel/jenkins-lts/distinfo
+1-1devel/jenkins-lts/Makefile
+4-42 files

FreeBSD/ports 4fc06e5security/libressl-devel Makefile distinfo

security/libressl-devel: Update to 4.2.0
DeltaFile
+7-7security/libressl-devel/Makefile
+3-3security/libressl-devel/distinfo
+1-1security/libressl-devel/version.mk
+1-0security/libressl-devel/pkg-plist
+12-114 files

FreeBSD/src 52f9722usr.sbin/bsdinstall/partedit part_wizard.c

bsdinstall: Limit default swap to maximum supported by kernel

PR:             251993
Reviewed by:    cperciva
Sponsored by:   The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D53106
DeltaFile
+23-2usr.sbin/bsdinstall/partedit/part_wizard.c
+23-21 files

FreeBSD/src 2976a7clib/libpam/modules modules.inc

libpam: Add newline at EOF in modules.inc
DeltaFile
+1-1lib/libpam/modules/modules.inc
+1-11 files

FreeBSD/src a728b96sys/dev/ixgbe ixgbe_e610.c ixgbe_type_e610.h

ix/ixv: Add support for new Intel Ethernet E610 family devices

This is part 1 of the support for the new Intel Ethernet E610 family of devices.

Introduce new PCI device IDs:
• 57AE: Intel(R) E610 (Backplane)
• 57AF: Intel(R) E610 (SFP)
• 57B0: Intel(R) E610 (10 GbE)
• 57B1: Intel(R) E610 (2.5 GbE)
• 57B2: Intel(R) E610 (SGMII)

Key updates for E610 family:
• Firmware manages Link and PHY
• Implement new CSR-based Admin Command Interface (ACI) for SW-FW interaction
• Tested exclusively for x64 operating systems on E610-XT2/XT4 (10G) and E610-IT4 (2.5G)
• Enable link speeds above 1G: 2.5G, 5G and 10G
• NVM Recovery Mode and Rollback support

Signed-off-by: Yogesh Bhosale yogesh.bhosale at intel.com

    [9 lines not shown]
DeltaFile
+5,567-0sys/dev/ixgbe/ixgbe_e610.c
+2,278-0sys/dev/ixgbe/ixgbe_type_e610.h
+205-26sys/dev/ixgbe/if_ix.c
+224-0sys/dev/ixgbe/ixgbe_e610.h
+68-1sys/dev/ixgbe/ixgbe_type.h
+31-0sys/dev/ixgbe/ixgbe_osdep.h
+8,373-2710 files not shown
+8,458-3616 files

FreeBSD/ports b522db9devel/terraform-ls distinfo Makefile

devel/terraform-ls: Update to 0.38.2

ChangeLog:
https://github.com/hashicorp/terraform-ls/releases/tag/v0.38.2
DeltaFile
+5-5devel/terraform-ls/distinfo
+1-2devel/terraform-ls/Makefile
+6-72 files

FreeBSD/ports d061fc9sysutils/elephant Makefile, sysutils/elephant/files patch-vendor_github.com_adrg_xdg_paths__unix.go

sysutils/elephant: look for LOCALBASE/etc/xdg for installed providers

github.com/adrg/xdg specifies only /etc/xdg as the configuration
directories. However, LOCALBASE/etc/xdg is usual in FreeBSD. So add
the path to the config directories.
DeltaFile
+11-0sysutils/elephant/files/patch-vendor_github.com_adrg_xdg_paths__unix.go
+5-1sysutils/elephant/Makefile
+16-12 files

FreeBSD/ports 756e905devel/llvm21 distinfo Makefile

devel/llvm21: 21.1.3 release

See the release announcement for changes since 21.1.2:
    https://discourse.llvm.org/t/llvm-21-1-3-released/88525

Sponsored by:   DARPA, AFRL
DeltaFile
+3-3devel/llvm21/distinfo
+1-1devel/llvm21/Makefile
+4-42 files

FreeBSD/ports 9d7696fdevel/llvm-devel pkg-plist distinfo

devel/llvm-devel: new snapshot

Sponsored by:   DARPA, AFRL
DeltaFile
+57-19devel/llvm-devel/pkg-plist
+3-3devel/llvm-devel/distinfo
+2-2devel/llvm-devel/Makefile.snapshot
+3-1devel/llvm-devel/Makefile.COMMANDS
+65-254 files

FreeBSD/ports ced056cdevel/golangci-lint distinfo Makefile

devel/golangci-lint: Update to 2.5.0

ChangeLog:
https://github.com/golangci/golangci-lint/releases/tag/v2.5.0
DeltaFile
+5-5devel/golangci-lint/distinfo
+1-2devel/golangci-lint/Makefile
+6-72 files

FreeBSD/ports 7eacf83devel/gh distinfo pkg-plist

devel/gh: Update to 2.81.0

ChangeLog:
https://github.com/cli/cli/releases/tag/v2.81.0
DeltaFile
+5-5devel/gh/distinfo
+6-0devel/gh/pkg-plist
+1-2devel/gh/Makefile
+12-73 files

FreeBSD/ports 5fadecblang/pocl Makefile distinfo

lang/pocl: Update 7.0 -> 7.1, improve port

Changelog:
 This is mostly a bug-fix/maintenance release.
 - Support for LLVM 21 for the CPU and LevelZero devices.
 - Support for cl_khr_icd v2.0.0, cl_khr_spirv_queries and
   SPV_KHR_expect_assume.
https://newreleases.io/project/github/pocl/pocl/release/v7.1

Improve port:
- Switch to USES=llvm from hardcoded dependencies from llvm's files.
- Add options for build with all supported versions of the llvm.
- Cleanup RUN_DEPENDS=BUILD_DEPENDS antipattern.

PR:             290112 283227
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+26-14lang/pocl/Makefile
+3-3lang/pocl/distinfo
+2-1lang/pocl/pkg-plist
+31-183 files

FreeBSD/ports 959c5b2misc/crush distinfo Makefile

misc/crush: update to 0.11.1

Changelog: https://github.com/charmbracelet/crush/releases/tag/v0.11.1

Reported by:    GitHub (watch releases)
DeltaFile
+5-5misc/crush/distinfo
+1-2misc/crush/Makefile
+6-72 files

FreeBSD/ports d67eef9lang/python-doc-html distinfo, lang/python311 distinfo pkg-plist

lang/python311: Update to 3.11.14

PR:             290159
Exp-run by:     antoine@
DeltaFile
+7-7lang/python-doc-html/distinfo
+3-5lang/python311/distinfo
+1-1lang/python311/pkg-plist
+1-1lang/python311/Makefile.version
+0-1lang/python311/Makefile
+12-155 files

FreeBSD/src 613eb8esys/netinet6 in6.c

ipv6: don't complain when deleting an address with prefix length of 128

Save prefix length in unused field in6_ifaddr->ia_plen, then on remove
check if an address has 128 prefix length, and if so, we don't need to
complain that there is none of related prefixes.

Reviewed by:    kp
Obtained from:  Yandex LLC
Sponsored by:   Yandex LLC
Differential Revision:  https://reviews.freebsd.org/D52952

(cherry picked from commit c4cce0a3e94e3b22f874508d1a9cd81442648238)
DeltaFile
+7-7sys/netinet6/in6.c
+7-71 files

FreeBSD/src 25c6697sys/netinet6 in6.c

ipv6: don't complain when deleting an address with prefix length of 128

Save prefix length in unused field in6_ifaddr->ia_plen, then on remove
check if an address has 128 prefix length, and if so, we don't need to
complain that there is none of related prefixes.

Reviewed by:    kp
Obtained from:  Yandex LLC
Sponsored by:   Yandex LLC
Differential Revision:  https://reviews.freebsd.org/D52952

(cherry picked from commit c4cce0a3e94e3b22f874508d1a9cd81442648238)
DeltaFile
+7-7sys/netinet6/in6.c
+7-71 files

FreeBSD/ports 79e371ascience/mdynamix Makefile

science/mdynamix: Fix building with Flang
DeltaFile
+2-2science/mdynamix/Makefile
+2-21 files

FreeBSD/ports ffcc9f0lang/go-devel Makefile

lang/go-devel: enhance portscout matching

Match 1.25.* instead of 1.25*, so it will not give 1.250 as an update
to 1.25 in about 50 years from now. :-)

PR:     290231
DeltaFile
+2-1lang/go-devel/Makefile
+2-11 files

FreeBSD/src 9c82c17crypto/openssh sshd-session.c

openssh: blocklist: Remove non async-signal safe probe

BLOCKLIST_NOTIFY() is called within a signal handler for the alarm after
the grace period has expired that may only take async-signal safe
actions.

Reviewed by:    emaste
Fixes:          e02003bce726 ("openssh: blocklist: Use NetBSD probes")
MFC after:      1 day
Differential Revision:  https://reviews.freebsd.org/D53109
DeltaFile
+0-2crypto/openssh/sshd-session.c
+0-21 files