FreeBSD/ports ef2acd7Mk bsd.default-versions.mk

Mk/bsd.default-versions.mk: Update GCC_DEFAULT=14

Tested by:      exp-run (antoine)
DeltaFile
+1-1Mk/bsd.default-versions.mk
+1-11 files

FreeBSD/ports 2e24008editors/emacs-devel Makefile

editors/emacs-devel: Pin to GCC 13

Build fails on some FreeBSD versions with GCC 14, which is about to
become GCC_DEFAULT. Pin to GCC 13 until the issue is fixed.

PR:             288303
Tested by:      jrm
DeltaFile
+1-1editors/emacs-devel/Makefile
+1-11 files

FreeBSD/ports 6b9daaeeditors/emacs Makefile

editors/emacs: Pin to GCC 13

Build fails on some FreeBSD versions with GCC 14, which is about to
become GCC_DEFAULT. Pin to GCC 13 until the issue is fixed.

PR:             288303
Reported by:    yasu
Tested by:      yasu, jrm
DeltaFile
+1-1editors/emacs/Makefile
+1-11 files

FreeBSD/ports eeffd8alang/gcc15-devel distinfo Makefile

lang/gcc15-devel: Update to 15.2.1.s20251213
DeltaFile
+3-3lang/gcc15-devel/distinfo
+1-1lang/gcc15-devel/Makefile
+4-42 files

FreeBSD/ports c2dad48lang/gcc14-devel distinfo Makefile

lang/gcc14-devel: Update to 14.3.1.s20251212
DeltaFile
+3-3lang/gcc14-devel/distinfo
+1-1lang/gcc14-devel/Makefile
+4-42 files

FreeBSD/ports 03d23cflang/gcc13-devel distinfo Makefile

lang/gcc13-devel: Update to 13.4.1.s20251211
DeltaFile
+3-3lang/gcc13-devel/distinfo
+1-1lang/gcc13-devel/Makefile
+4-42 files

FreeBSD/ports b5c7657devel/maven39 pkg-plist distinfo

devel/maven39: Update port to 3.9.12

Release Notes:  https://github.com/apache/maven/releases/tag/maven-3.9.12
DeltaFile
+16-16devel/maven39/pkg-plist
+3-3devel/maven39/distinfo
+1-1devel/maven39/Makefile
+20-203 files

FreeBSD/src 823ebd7lib/libpfctl libpfctl.c libpfctl.h, sbin/pfctl pfctl.c

libpfctl: export a get states variant that takes a pfctl_handle

Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+11-11lib/libpfctl/libpfctl.c
+1-1sbin/pfctl/pfctl.c
+1-0lib/libpfctl/libpfctl.h
+13-123 files

FreeBSD/src 622d7fasys/netpfil/pf pf.h

pf: fix pcounters array size

It's a 2 * 2 * 2, not 2 * 2 * 3. We only use PF_DROP and PF_PASS, so two
rows suffices.

Sponsored by:   Rubicon Communications, LLC ("Netgate")
DeltaFile
+1-1sys/netpfil/pf/pf.h
+1-11 files

FreeBSD/ports 826cbfcdevel/lfcbase distinfo Makefile

devel/lfcbase: update 1.23.1 -> 1.23.2

- Added out of range handling for integer and long values
  in Chain::asInteger and friend methods
DeltaFile
+3-3devel/lfcbase/distinfo
+1-1devel/lfcbase/Makefile
+4-42 files

FreeBSD/ports 65d6a47www/R-cran-selectr distinfo Makefile

www/R-cran-selectr: Update to 0.5-1

Reported by:    portscout
DeltaFile
+3-3www/R-cran-selectr/distinfo
+1-1www/R-cran-selectr/Makefile
+4-42 files

FreeBSD/ports cb69581www/waterfox distinfo Makefile

www/waterfox: Update 6.6.6 => 6.6.7

Release Notes:
https://www.waterfox.com/releases/6.6.7/

PR:     291857
MFH:    2025Q4
(cherry picked from commit a7cd7755a302c7c28afd7b464466691f0a3f9e28)
DeltaFile
+5-5www/waterfox/distinfo
+3-3www/waterfox/Makefile
+8-82 files

FreeBSD/ports a7cd775www/waterfox distinfo Makefile

www/waterfox: Update 6.6.6 => 6.6.7

Release Notes:
https://www.waterfox.com/releases/6.6.7/

PR:     291857
MFH:    2025Q4
DeltaFile
+5-5www/waterfox/distinfo
+3-4www/waterfox/Makefile
+8-92 files

FreeBSD/ports 8aa37e0databases/pg_repack distinfo Makefile

databases/pg_repack: Update to 1.5.3
DeltaFile
+3-3databases/pg_repack/distinfo
+1-1databases/pg_repack/Makefile
+4-42 files

FreeBSD/ports f9385e4print/R-cran-knitr Makefile distinfo

print/R-cran-knitr: Update to 1.51

The port doesn't need build so CRAN_DEPENDS should be only RUN_DEPENDS.

Changelog: https://github.com/yihui/knitr/releases/tag/v1.51
DeltaFile
+4-5print/R-cran-knitr/Makefile
+3-3print/R-cran-knitr/distinfo
+7-82 files

FreeBSD/ports e8c5f0dsysutils/desktop-installer distinfo Makefile

sysutils/desktop-installer: Update to 1.1.1.13

Support multiple versions of virtualbox guest additions
Offer to install popular shells
Improve user guidance on virtual consoles, switching to latest packages

Reported by:    G Perrin
DeltaFile
+3-3sysutils/desktop-installer/distinfo
+2-2sysutils/desktop-installer/Makefile
+5-52 files

FreeBSD/ports 9220277sysutils/auto-admin distinfo Makefile

sysutils/auto-admin: Update to 0.8.4.6

auto-gpu-setup: Fix path for nVidia
https://github.com/outpaddling/desktop-installer/issues/59
https://github.com/outpaddling/desktop-installer/issues/60

Reported by:    00rga00 at github
DeltaFile
+3-3sysutils/auto-admin/distinfo
+2-2sysutils/auto-admin/Makefile
+5-52 files

FreeBSD/src 4d69206sys/kern uipc_ktls.c, sys/sys ktls.h

ktls: Capture initial tls seqno at time offload is initiated

Some drivers want the TLS seqno when offload starts. Capture this
for them by adding a union for initial_seqno, sharing space with
the TLS 1.0 next_seqno.

Reviewed by: jhb
Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D54275
MFC After: 1 month
DeltaFile
+6-3sys/sys/ktls.h
+3-0sys/kern/uipc_ktls.c
+9-32 files

FreeBSD/src 43d7ee5sys/net iflib.c iflib.h

iflib: support for transmit side nic KTLS offload

This change adds support to iflib for drivers that want to do
transmit-side NIC ktls offload. This change does 2 things:

1) Extends the pkt info to include an optional mbuf pointer.

This gives drivers the ability to find the start of a TLS record if
they need to re-DMA part of the record to re-construct TLS state on
the NIC. This mbuf pointer is only passed when CSUM_SND_TAG is
present on the pkthdr. Note that I don't bother to inspect the send
tag on purpose; this will only be present for TLS offloaded or paced
connections

2) Allows the driver to specify how much ring padding is needed
   before the ring is considered to be full using the new isc_tx_pad
   field in if_softc_ctx.

This re-uses a field that was marked spare in 2019 via d49e83eac3baf.

    [11 lines not shown]
DeltaFile
+19-12sys/net/iflib.c
+3-2sys/net/iflib.h
+22-142 files

FreeBSD/ports c0708e4net-im/sshout Makefile pkg-descr, net-im/sshout/files patch-Makefile

net-im/sshout: Update 1.2.0 => 1.3.0

Commit log:
https://src.rivoreo.one/net/sshout-daemon/+log/1.3.0

Improve port:
* Strip executable files.
* Update description.
* Update the maintainer's email address.
* Fix pkg-message.
* Parametrize sshout with ${PORTNAME} in MASTER_SITES, USE_RC_SUBR,
  USERS, GROUPS.
* Replace PORTVERSION with DISTVERSION in DISTNAME.
* Sort OPTIONS_DEFINE.
* Fix warnings from portclippy in order of options.
* Remove unnecessary ".include <bsd.port.options.mk>".

PR:             291826
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+24-24net-im/sshout/Makefile
+7-7net-im/sshout/pkg-descr
+0-11net-im/sshout/files/patch-Makefile
+6-0net-im/sshout/pkg-message
+3-3net-im/sshout/distinfo
+40-455 files

FreeBSD/ports 7a61536cad/kicad Makefile, comms/quisk Makefile

x11-toolkits/py-wxPython4: Update to 4.2.3
DeltaFile
+11-0x11-toolkits/py-wxPython4/files/patch-setup.py
+7-4x11-toolkits/py-wxPython4/Makefile
+3-3x11-toolkits/py-wxPython4/distinfo
+1-1cad/kicad/Makefile
+1-1comms/quisk/Makefile
+1-1databases/grass8/Makefile
+24-106 files not shown
+30-1412 files

FreeBSD/ports 331eb8eMk/Scripts electron-create-mtree.sh electron-normalize-permissions.awk, Mk/Uses electron.mk

Mk/Uses: Add electron.mk and companion scripts

electron.mk and companion scripts for making it easier to port
Electron-based applications.

The electron.mk addresses the following obstacles in porting:

- Need to adapt to different node package managers used in a
  project (npm, yarn, and pnpm)

  Different package managers have different commands and options. With
  electron.mk, porters don't have to worry about those differences
  using USE_ELECTRON=npm feature.

- Need to create an archive of necessary node modules and host the
  file somewhere online

  An Electron-based project usually needs to install node modules
  using "npm install" command during the build phase. We can't allow

    [17 lines not shown]
DeltaFile
+819-0Mk/Uses/electron.mk
+34-0Mk/Scripts/electron-create-mtree.sh
+30-0Mk/Scripts/electron-normalize-permissions.awk
+883-03 files

FreeBSD/ports dfa272bsecurity/vuxml/vuln 2025.xml

security/vuxml: Document k8s / nginx cert validation bypass in traefik
DeltaFile
+37-0security/vuxml/vuln/2025.xml
+37-01 files

FreeBSD/ports a02bca8security/vuxml/vuln 2025.xml

security/vuxml: Document vuln via special characters in traefik
DeltaFile
+34-0security/vuxml/vuln/2025.xml
+34-01 files

FreeBSD/ports 278f903net/traefik distinfo Makefile

net/traefik: Update to upstream release 3.6.5

Details:
- This contains bug, doc and security fixes, see
  - https://github.com/traefik/traefik/releases/tag/v3.6.5
  - https://github.com/traefik/traefik/releases/tag/v3.6.4
  - https://github.com/traefik/traefik/releases/tag/v3.6.2
- This contains a breaking change regarding encoded request
  paths. If special encoded characters are needed, they now
  need to be explicitly allowed, see the migration guide:
  https://doc.traefik.io/traefik/v3.6/migrate/v3/#v364

Security:       CVE-2025-66490
                CVE-2025-66491
DeltaFile
+3-3net/traefik/distinfo
+1-2net/traefik/Makefile
+4-52 files

FreeBSD/ports 28f0a67net-im/dino pkg-plist Makefile

net-im/dino: update to 0.5.1

- Change build system from cmake to meson
- Remove libsignal-protocol-c
- Add libomemo-c
- Rename plugins, all plugins now have a plugin-* prefix
- Regenerate pkg-plist
- Update libsoup, and libwebrtc-audio-processing dependencies[1]

PR:             291721

Co-authored-by: Ashish SHUKLA <ashish at FreeBSD.org> [1]
DeltaFile
+93-78net-im/dino/pkg-plist
+26-25net-im/dino/Makefile
+3-5net-im/dino/distinfo
+122-1083 files

FreeBSD/ports 0e820f3devel/qt6-base pkg-plist Makefile

devel/qt6-base: Fix packaging when WAYLAND is off globally

Disable qtwaylandscanner when WAYLAND option is off. One would think
this would happen when one wholly disables wayland, but one would only
be kidding oneself. This is Qt, afterall.

PR:             291835
Reported by:    Frank Reisert <bugs at rufus.in-berlin.de>
Special thanks: vvd@ for bringing this to my attention on #freebsd-desktop
                after bugzilla auto-assign failure
DeltaFile
+11-11devel/qt6-base/pkg-plist
+3-1devel/qt6-base/Makefile
+14-122 files

FreeBSD/ports 65d7980editors/vscode distinfo Makefile.version

editors/vscode: Update to 1.107.1

Changelog: https://code.visualstudio.com/updates/v1_107

Reported by:    GitHub (watch releases)
DeltaFile
+7-7editors/vscode/distinfo
+2-2editors/vscode/Makefile.version
+9-92 files

FreeBSD/ports a61d4c1graphics/qgis-ltr distinfo Makefile

graphics/qgis-ltr: Update to 3.40.14

Changelog:      https://github.com/qgis/QGIS/compare/final-3_40_13%5E...final-3_40_14

Reported by:    portscout, Repology
MFH:            2025Q4

(cherry picked from commit 515135070cd8af0e24f6aa6e6cddc8b003a06c14)
DeltaFile
+3-3graphics/qgis-ltr/distinfo
+1-1graphics/qgis-ltr/Makefile
+4-42 files

FreeBSD/ports 5151350graphics/qgis-ltr distinfo Makefile

graphics/qgis-ltr: Update to 3.40.14

Changelog:      https://github.com/qgis/QGIS/compare/final-3_40_13%5E...final-3_40_14

Reported by:    portscout, Repology
MFH:            2025Q4
DeltaFile
+3-3graphics/qgis-ltr/distinfo
+1-2graphics/qgis-ltr/Makefile
+4-52 files