git: bbb0dd7b87e7 - main - security/xray-core: update to v25.1.30. Geo and site databases updated to latests.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Feb 2025 14:26:09 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=bbb0dd7b87e7890e8ae8c9cbb0b44e0d5533585d commit bbb0dd7b87e7890e8ae8c9cbb0b44e0d5533585d Author: Kirill Lebedev <kirill@drlebedev.com> AuthorDate: 2025-02-01 07:34:53 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2025-02-18 14:16:12 +0000 security/xray-core: update to v25.1.30. Geo and site databases updated to latests. Port changes: * Xray version is updated to the current v25.1.30 * GeoData and SiteData DBs updated to the latest * 07_transport.json defaults updated to empty class as global transport settings are deprecated upstream. Changelog: https://github.com/XTLS/Xray-core/releases/tag/v25.1.30 PR: 284498 --- security/xray-core/Makefile | 7 +++---- security/xray-core/distinfo | 18 +++++++++--------- security/xray-core/files/07_transport.json.sample | 9 --------- 3 files changed, 12 insertions(+), 22 deletions(-) diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index 5d0b9612ea6d..0a4535edf45d 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,10 +1,9 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v -DISTVERSION= 24.11.21 -PORTREVISION= 1 +DISTVERSION= 25.1.30 CATEGORIES= security -MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202411210054/:geoip \ - https://github.com/v2fly/domain-list-community/releases/download/20241112092643/:geosite +MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202501190004/:geoip \ + https://github.com/v2fly/domain-list-community/releases/download/20250124154827/:geosite DISTFILES= geoip.dat:geoip \ dlc.dat:geosite EXTRACT_ONLY= XTLS-Xray-core-v${DISTVERSION}_GH0.tar.gz diff --git a/security/xray-core/distinfo b/security/xray-core/distinfo index 06942fc32cc0..05e69f842e8f 100644 --- a/security/xray-core/distinfo +++ b/security/xray-core/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732474105 -SHA256 (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/geoip.dat) = eceaca175af7d0d368d42a23b7a2c7d73b98f033245dd0c42a72c2e622af4a11 -SIZE (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/geoip.dat) = 15474969 -SHA256 (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/dlc.dat) = f04433837b88a3f49d7cd6517c91e8f5de4e4496f3d88ef3b7c6be5bb63f4c6f -SIZE (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/dlc.dat) = 2159157 -SHA256 (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/go.mod) = af83558a9f568235e016d726b57adb49ca2c451000e05d74d3e5ae111b682604 -SIZE (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/go.mod) = 2475 -SHA256 (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/XTLS-Xray-core-v24.11.21_GH0.tar.gz) = e45ad1fa11457101776d2c0d7ed8ed7c669b714e7687a85830e44a6e4a52fe05 -SIZE (go/security_xray-core/XTLS-Xray-core-v24.11.21_GH0/XTLS-Xray-core-v24.11.21_GH0.tar.gz) = 631081 +TIMESTAMP = 1738391641 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/geoip.dat) = 4f8d16184b6938e635519bc91cb978dcea6884878e39f592f7144135401d6bb6 +SIZE (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/geoip.dat) = 19163759 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/dlc.dat) = ac12d81edc6058b3c66ae96a0a26ca8281616d96ea86d0d77b2ceff34a3e1a9d +SIZE (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/dlc.dat) = 2187000 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/go.mod) = dbfd86f224ecc64911a82afbf4391711c13fd02ba96fa59346795cdfb4cf025a +SIZE (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/go.mod) = 2475 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/XTLS-Xray-core-v25.1.30_GH0.tar.gz) = 983ee395f085ed1b7fbe0152cb56a5b605a6f70a5645d427c7186c476f14894e +SIZE (go/security_xray-core/XTLS-Xray-core-v25.1.30_GH0/XTLS-Xray-core-v25.1.30_GH0.tar.gz) = 629296 diff --git a/security/xray-core/files/07_transport.json.sample b/security/xray-core/files/07_transport.json.sample index c9bc7497ff50..2c63c0851048 100644 --- a/security/xray-core/files/07_transport.json.sample +++ b/security/xray-core/files/07_transport.json.sample @@ -1,11 +1,2 @@ { - "transport": { - "tcpSettings": {}, - "kcpSettings": {}, - "wsSettings": {}, - "httpSettings": {}, - "quicSettings": {}, - "dsSettings": {}, - "grpcSettings": {} - } }