ftp/sftpgo,security/sshesame: Remove go version pin from my ports
The ports dont require a go version pin, so remove it. Because theres
no more pin - remove DEPRECATED
graphics/png: security update to 1.6.52
Note this isn't the offered patch from the PR, but one that
instead puts the APNG patch version into a variable.
Reported by: FiLiS
Approved by: desktop@ (vishwin)
PR: 291266
MFH: 2025Q4 (after a few days)
png -- Multiple vulnerabilities
Security: CVE-2025-64505
Security: CVE-2025-64506
Security: CVE-2025-64720
Security: CVE-2025-65018
Security: 4b297f5a-cbad-11f0-ac9f-b42e991fc52e
png -- Out-of-bounds read
Security: CVE-2025-66293
Security: f323f148-d181-11f0-841f-843a4b343614
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
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]
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