FreeBSD/ports 8d2c3efsecurity/git-credential-gopass Makefile

security/git-credential-gopass: Drop Go version pin

The port builds fine with the default Go version, so the explicit
version requirement is no longer needed. This removes the deprecation
notice and avoids unnecessary dependency on an obsolete Go minor.

Notified by:    adamw
DeltaFile
+2-4security/git-credential-gopass/Makefile
+2-41 files

FreeBSD/ports 7eb7762security/vuxml/vuln 2025.xml

security/vuxml: Add xkbcomp vulnerabilities

 * CVE-2018-15853
 * CVE-2018-15859
 * CVE-2018-15861
 * CVE-2018-15863

PR:             291407
Reported by:    Polarian <polarian at polarian.dev>
DeltaFile
+44-0security/vuxml/vuln/2025.xml
+44-01 files

FreeBSD/ports 6fb987csecurity/openvpn-devel distinfo Makefile

security/openvpn-devel: Update 2.7_rc2 => 2.7_rc3

Relevant changes for FreeBSD users:
- more type conversion related warnings have been fixed
- --multihome behaviour regarding egress interface selection has been
  changed.  See Changes.rst and manpage for details.
- cleanup dead code in event handling code (leftover of the multisocket
  patch set)
- add new feature, --tls-crypt-v2-max-age n. See Changes.rst and manpage
  for details.
- improve documentation to point out the pitfalls of case-insensitive
  filesystems and --client-config-dir
- split default gateway query logic in two:
        - for --redirect-gateway functionality, query for the gateway
          towards the actual IP address of the VPN server connecting to
        - for the "net_gateway" special destination for --route, and the
          corresponding environment variable, always query for 0.0.0.0 /
:: (this will only make a difference in certain scenarios using a local
proxy, or on a system with multiple interfaces, not using the "default

    [11 lines not shown]
DeltaFile
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+5-52 files

FreeBSD/ports 64626cddevel/jjui distinfo Makefile

devel/jjui: Update 0.9.6 => 0.9.7

Changelog:
https://github.com/idursun/jjui/releases/tag/v0.9.7

PR:     291429
DeltaFile
+5-5devel/jjui/distinfo
+1-2devel/jjui/Makefile
+6-72 files

FreeBSD/ports d760559net/yggdrasil Makefile

net/yggdrasil: Remove Go version pin and undeprecate

Yggdrasil builds and works fine with the latest version of Go so
removing the version pin.

PR:     291428
DeltaFile
+2-5net/yggdrasil/Makefile
+2-51 files

FreeBSD/ports 660d881misc/sdformat Makefile, misc/sdformat/files patch-tools_xmlschema.rb

misc/sdformat: Unbreak by patching the port
DeltaFile
+31-0misc/sdformat/files/patch-tools_xmlschema.rb
+0-2misc/sdformat/Makefile
+31-22 files

FreeBSD/ports d5dff3adevel/py-stringzilla distinfo Makefile, devel/stringzilla pkg-plist distinfo

devel/{,py-}stringzilla: update 4.2.3 → 4.4.2
DeltaFile
+5-3devel/stringzilla/pkg-plist
+3-3devel/stringzilla/distinfo
+3-3devel/py-stringzilla/distinfo
+1-1devel/stringzilla/Makefile
+1-1devel/py-stringzilla/Makefile
+13-115 files

FreeBSD/ports 8354fecwww/rearx Makefile, www/rearx/files patch-cargo-crates_openssl-sys-0.9.60_build_expando.c patch-cargo-crates_openssl-sys-0.9.60_build_main.rs

www/rearx: Unbreak by adding patches
DeltaFile
+23-0www/rearx/files/patch-cargo-crates_openssl-sys-0.9.60_build_expando.c
+15-0www/rearx/files/patch-cargo-crates_openssl-sys-0.9.60_build_main.rs
+1-8www/rearx/Makefile
+39-83 files

FreeBSD/ports f269bc0devel/inastemp Makefile

devel/inastemp: Not broken: fetches successfully
DeltaFile
+0-3devel/inastemp/Makefile
+0-31 files

FreeBSD/ports 9aebccfmultimedia/kew Makefile

multimedia/kew: Not broken on i386
DeltaFile
+0-2multimedia/kew/Makefile
+0-21 files

FreeBSD/ports 6543a35devel/py-autoray distinfo Makefile

devel/py-autoray: update 0.8.0 → 0.8.4
DeltaFile
+3-3devel/py-autoray/distinfo
+2-2devel/py-autoray/Makefile
+5-52 files

FreeBSD/ports bc222f4www/yarr Makefile

www/yarr: Unbreak by removing Go version pinning
DeltaFile
+2-4www/yarr/Makefile
+2-41 files

FreeBSD/ports c74cf83Mk/Uses go.mk

Uses/go.mk: Add a note about trying to avoid pinned versions

Also, don't recommend the -devel port. It is comically out-ot-date
and should (in the future) be converted to lang/go/bsd.go.mk or
something similar.
DeltaFile
+14-1Mk/Uses/go.mk
+14-11 files

FreeBSD/ports 1f0f733databases/couchdb3 pkg-plist

databases/couchdb3: Bump plist for erlang-runtime27 update
DeltaFile
+127-127databases/couchdb3/pkg-plist
+127-1271 files

FreeBSD/ports 00bf15agraphics/hvif-tools pkg-plist Makefile

graphics/hvif-tools: Update 1.0.1 => 2.1.0

Commit log:
https://github.com/threedeyes/hvif-tools/compare/1.0.1...2.1.0

PR:             291313
Co-authored-by: Vladimir Druzenko <vvd at FreeBSD.org>
DeltaFile
+44-0graphics/hvif-tools/pkg-plist
+10-4graphics/hvif-tools/Makefile
+3-3graphics/hvif-tools/distinfo
+57-73 files

FreeBSD/ports 5b59499security/openvpn-devel distinfo Makefile

security/openvpn-devel: Update 2.7_rc2 => 2.7_rc3

Relevant changes for FreeBSD users:
- more type conversion related warnings have been fixed
- --multihome behaviour regarding egress interface selection has been
  changed.  See Changes.rst and manpage for details.
- cleanup dead code in event handling code (leftover of the multisocket
  patch set)
- add new feature, --tls-crypt-v2-max-age n. See Changes.rst and manpage
  for details.
- improve documentation to point out the pitfalls of case-insensitive
  filesystems and --client-config-dir
- split default gateway query logic in two:
        - for --redirect-gateway functionality, query for the gateway
          towards the actual IP address of the VPN server connecting to
        - for the "net_gateway" special destination for --route, and the
          corresponding environment variable, always query for 0.0.0.0 /
:: (this will only make a difference in certain scenarios using a local
proxy, or on a system with multiple interfaces, not using the "default

    [9 lines not shown]
DeltaFile
+3-3security/openvpn-devel/distinfo
+2-2security/openvpn-devel/Makefile
+5-52 files

FreeBSD/ports c427538net-mgmt/prometheus2 Makefile

net-mgmt/prometheus2: Remove go version and undeprecate

Approved by:    portmgr (blanket, just fix it)
DeltaFile
+2-5net-mgmt/prometheus2/Makefile
+2-51 files

FreeBSD/ports 6d4e7d9devel/gilt Makefile

devel/gilt: undeprecate

Undo unnecessary deprecation.
DeltaFile
+2-5devel/gilt/Makefile
+2-51 files

FreeBSD/ports 4088a5cdevel/libvirt pkg-plist Makefile

devel/libvirt: update to 11.10.0

 - Update to 11.10.0
 - As this release adds SLIRP networking support for the bhyve driver,
   add the SLIRP option which register dependency on net/libslirp. It's
   enabled by default when the BHYVE option is enabled by default,
   and implies BHYVE.
 - Handle SHEBANG and plist entries for qemu's 'virt-qemu-qmp-proxy'
   and 'virt-qemu-sev-validate' scripts [1]

PR:             291283 [1] (based on)
Submitted by:   David Horn [1]
Sponsored by:   The FreeBSD Foundation
(cherry picked from commit 16adc595b008cad7ed789d165a3308110b953aba)
DeltaFile
+23-0devel/libvirt/pkg-plist
+13-6devel/libvirt/Makefile
+3-3devel/libvirt/distinfo
+39-93 files

FreeBSD/ports 21a6f0fsysutils/doctl distinfo Makefile

sysutils/doctl: Update to 1.147.0

Release Notes:
https://github.com/digitalocean/doctl/releases/tag/v1.147.0
https://github.com/digitalocean/doctl/releases/tag/v1.146.0
https://github.com/digitalocean/doctl/releases/tag/v1.145.0
https://github.com/digitalocean/doctl/releases/tag/v1.143.0
https://github.com/digitalocean/doctl/releases/tag/v1.142.0

Sponsored by:   The FreeBSD Foundation
DeltaFile
+3-3sysutils/doctl/distinfo
+2-3sysutils/doctl/Makefile
+5-62 files

FreeBSD/ports 3a9150asecurity/local-php-security-checker Makefile

security/local-php-security-checker: Remove go version number

PR:             291427
DeltaFile
+2-5security/local-php-security-checker/Makefile
+2-51 files

FreeBSD/ports 88b43desysutils/nomad Makefile

sysutils/nomad: Remove go version and undeprecate

Approved by:    portmgr (blanket, just fix it)
DeltaFile
+2-4sysutils/nomad/Makefile
+2-41 files

FreeBSD/ports 278fe80sysutils/nomad-pot-driver Makefile

sysutils/nomad-pot-driver: Remove go version and undeprecate

Approved by:    portmgr (blanket, just fix it)
DeltaFile
+2-5sysutils/nomad-pot-driver/Makefile
+2-51 files

FreeBSD/ports 1c3a4f0databases/pgschema distinfo Makefile

databases/pgschema: Update to 1.5.0
DeltaFile
+5-5databases/pgschema/distinfo
+2-3databases/pgschema/Makefile
+7-82 files

FreeBSD/ports 16c23dfsecurity/openvpn-auth-oauth2 Makefile

security/openvpn-auth-oauth2: Do not depend on fixed Go version.

Do not require particular Go version to prevent build failures
in the future.

Requested by:   Adam Weinberger <adamw at FreeBSD.org>
DeltaFile
+2-2security/openvpn-auth-oauth2/Makefile
+2-21 files

FreeBSD/ports 42dc4b6devel/gstreamer1-devtools distinfo, multimedia/gstreamer1-editing-services distinfo

GStreamer1: Update to 1.26.9

multimedia/gstreamer1-plugins-rust: Update to 0.14.4

https://gstreamer.freedesktop.org/releases/1.26/#1.26.9
DeltaFile
+139-147multimedia/gstreamer1-plugins-rust/distinfo
+70-74multimedia/gstreamer1-plugins-rust/Makefile.crates
+9-9multimedia/gstreamer1-plugins/distinfo
+3-3multimedia/py-gstreamer1/distinfo
+3-3devel/gstreamer1-devtools/distinfo
+3-3multimedia/gstreamer1-editing-services/distinfo
+227-2395 files not shown
+241-25311 files

FreeBSD/ports 16b4e8bdevel/phorgeit-phorge Makefile, devel/phorgeit-phorge/files patch-externals_phpqrcode_phpqrcode.php

devel/phorgeit-phorge: Fix error in MFA QR code generation
DeltaFile
+16-0devel/phorgeit-phorge/files/patch-externals_phpqrcode_phpqrcode.php
+1-0devel/phorgeit-phorge/Makefile
+17-02 files

FreeBSD/ports 30a5665devel/phabricator Makefile, devel/phabricator/files patch-externals_phpqrcode_phpqrcode.php

devel/phabricator: Fix error in MFA QR code generation
DeltaFile
+16-0devel/phabricator/files/patch-externals_phpqrcode_phpqrcode.php
+1-1devel/phabricator/Makefile
+17-12 files

FreeBSD/ports 512bdaeaudio/audacity distinfo Makefile

audio/audacity: Update 3.7.5 => 3.7.6

Changelog:
https://support.audacityteam.org/additional-resources/changelog/audacity-3.7

PR:     291421
DeltaFile
+5-5audio/audacity/distinfo
+1-1audio/audacity/Makefile
+1-0audio/audacity/pkg-plist
+7-63 files

FreeBSD/ports f45b1d0audio/pms-devel Makefile, audio/sonicradio Makefile

many: Unsupported Go dep; deprecate and schedule for removal

There are about 75 ports that depend on old, unsupported Go
versions. I've scheduled those Go versions for deletions on
2025/01/01, and so these ports are scheduled for removal on
that same day.

HOWEVER....

Likely NONE or VERY VERY FEW of these ports will actually need
to be deleted! This stems from a misunderstanding:

When go.mod says "go 1.23", it means that it requires AT LEAST
go-1.23. Locking a port to a specific go version should almost
never happen; it is reserved for when a package absolutely
cannot build with any newer version, and it almost means that
the port will only last 1 year (Go releases new minors twice a
year).


    [11 lines not shown]
DeltaFile
+3-0audio/pms-devel/Makefile
+3-0audio/sonicradio/Makefile
+3-0databases/mongodb-tools/Makefile
+3-0databases/pg_tileserv/Makefile
+3-0deskutils/pet/Makefile
+3-0devel/atlantis/Makefile
+18-067 files not shown
+219-073 files