HardenedBSD/ports 0da8ea9www/forgejo7 Makefile

HBSD: Resolve merge conflict

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+1-3www/forgejo7/Makefile
+1-31 files

HardenedBSD/ports db4e895databases/couchdb3 pkg-plist, graphics/hvif-tools pkg-plist

Merge remote-tracking branch 'origin/freebsd/main' into hardenedbsd/main

Conflicts:
        www/forgejo7/Makefile (unresolved)
DeltaFile
+139-147multimedia/gstreamer1-plugins-rust/distinfo
+127-127databases/couchdb3/pkg-plist
+70-74multimedia/gstreamer1-plugins-rust/Makefile.crates
+44-0graphics/hvif-tools/pkg-plist
+31-0misc/sdformat/files/patch-tools_xmlschema.rb
+23-0www/rearx/files/patch-cargo-crates_openssl-sys-0.9.60_build_expando.c
+434-348118 files not shown
+831-466124 files

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/ports 9aebccfmultimedia/kew Makefile

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

HardenedBSD/ports f269bc0devel/inastemp Makefile

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

HardenedBSD/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/py-stringzilla/distinfo
+3-3devel/stringzilla/distinfo
+1-1devel/py-stringzilla/Makefile
+1-1devel/stringzilla/Makefile
+13-115 files

HardenedBSD/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

HardenedBSD/ports cea2802graphics/glslang Makefile

HBSD: Disable HARDCFLAGS for graphics/glslang

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+2-0graphics/glslang/Makefile
+2-01 files

HardenedBSD/ports bc222f4www/yarr Makefile

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

HardenedBSD/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

HardenedBSD/ports 1f0f733databases/couchdb3 pkg-plist

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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/ports 6d4e7d9devel/gilt Makefile

devel/gilt: undeprecate

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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/ports 5023593x11-toolkits/fox16/files patch-src_FXGLViewer.cpp

HBSD: Fix HARDCFLAGS for x11-toolkits/fox16

Signed-off-by:  Shawn Webb <shawn.webb at hardenedbsd.org>
DeltaFile
+20-0x11-toolkits/fox16/files/patch-src_FXGLViewer.cpp
+20-01 files

HardenedBSD/ports 1c3a4f0databases/pgschema distinfo Makefile

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

HardenedBSD/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

HardenedBSD/ports 42dc4b6multimedia/gstreamer1-plugins distinfo, multimedia/gstreamer1-plugins-rust distinfo Makefile.crates

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/gstreamer1-vaapi/distinfo
+3-3multimedia/gstreamer1-rtsp-server/distinfo
+3-3multimedia/py-gstreamer1/distinfo
+227-2395 files not shown
+241-25311 files

HardenedBSD/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

HardenedBSD/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

HardenedBSD/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

HardenedBSD/ports f45b1d0sysutils/govmomi Makefile, sysutils/infracost 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-0sysutils/govmomi/Makefile
+3-0sysutils/infracost/Makefile
+3-0sysutils/kapp/Makefile
+3-0sysutils/kubo-go/Makefile
+3-0sysutils/nomad-pot-driver/Makefile
+3-0sysutils/nomad/Makefile
+18-067 files not shown
+219-073 files