[Bug 291480] security/xray-core: Update to v25.12.8, geodata and sitedata update to latests, go version bump

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Dec 2025 16:22:51 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=291480

Vladimir Druzenko <vvd@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|security/xray: Update to    |security/xray-core: Update
                   |v25.12.2, geodata and       |to v25.12.8, geodata and
                   |sitedata update to latests, |sitedata update to latests,
                   |go version bump             |go version bump

--- Comment #10 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Can't build with go 1.24:
===>   xray-core-25.12.8 depends on file: /usr/local/sbin/pkg - found
===>   xray-core-25.12.8 depends on file: /usr/local/bin/go124 - found
===> Fetching all distfiles required by xray-core-25.12.8 for building
===> Fetching github.com/XTLS/xray-core dependencies
go: go.mod requires go >= 1.25 (running go 1.24.11; GOTOOLCHAIN=local)
*** Error code 1

Required patch:
-USES=           go:modules
+USES=           go:1.25,modules

-- 
You are receiving this mail because:
You are the assignee for the bug.