FreeBSD Bugzilla – Attachment 257565 Details for
Bug 284498
security/xray: Update to 25.1.30, geodata and site data files updated to Jan 25 version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Xray update to 25.1.30
xray.patch (text/plain), 3.73 KB, created by
Kirill Lebedev
on 2025-02-16 05:07:32 UTC
(
hide
)
Description:
Xray update to 25.1.30
Filename:
MIME Type:
Creator:
Kirill Lebedev
Created:
2025-02-16 05:07:32 UTC
Size:
3.73 KB
patch
obsolete
>From ccbb9d9fdf14025ad264c265386a63467ffee02f Mon Sep 17 00:00:00 2001 >From: Kirill Lebedev <kirill@drlebedev.com> >Date: Sat, 15 Feb 2025 20:59:38 -0800 >Subject: [PATCH] xray-core update to v25.1.30. Geo and site databases updated > to latests. > >--- > security/xray-core/Makefile | 7 +++---- > security/xray-core/distinfo | 18 +++++++++--------- > .../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": {} >- } > } >-- >2.43.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
kirill
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 284498
:
257158
| 257565
Working