Преглед изворни кода

Merge pull request #1773 from zxlhhyccc/custom

naiveproxy: update to 139.0.7258.62-1
zxl hhyccc пре 5 месеци
родитељ
комит
c50ca1fdd1
4 измењених фајлова са 14 додато и 10 уклоњено
  1. 3 3
      gn/Makefile
  2. 2 2
      gn/src/out/last_commit_position.h
  3. 4 4
      naiveproxy/Makefile
  4. 5 1
      naiveproxy/src/init_env.sh

+ 3 - 3
gn/Makefile

@@ -9,9 +9,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL:=https://gn.googlesource.com/gn.git
-PKG_SOURCE_DATE:=2025-06-19
-PKG_SOURCE_VERSION:=3f7fb0dd45372b97fa050df7b277e706595621f3
-PKG_MIRROR_HASH:=2d0abc1e1a572644bd1b74c4415e91dde322eee4e20c99f0e7d5975a5badad29
+PKG_SOURCE_DATE:=2025-08-11
+PKG_SOURCE_VERSION:=c15bfa41e5266dcce4161968ab4eb0387cae7a7a
+PKG_MIRROR_HASH:=74a86fc09670bde4e0140329662de9a577ec3ec48eba557552964c0e101432c1
 
 PKG_LICENSE:=BSD 3-Clause
 PKG_LICENSE_FILES:=LICENSE

+ 2 - 2
gn/src/out/last_commit_position.h

@@ -3,7 +3,7 @@
 #ifndef OUT_LAST_COMMIT_POSITION_H_
 #define OUT_LAST_COMMIT_POSITION_H_
 
-#define LAST_COMMIT_POSITION_NUM 2254
-#define LAST_COMMIT_POSITION "2254 (3f7fb0dd4537)"
+#define LAST_COMMIT_POSITION_NUM 2276
+#define LAST_COMMIT_POSITION "2276 (c15bfa41e526)"
 
 #endif  // OUT_LAST_COMMIT_POSITION_H_

+ 4 - 4
naiveproxy/Makefile

@@ -5,13 +5,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=naiveproxy
-PKG_REAL_VERSION:=138.0.7204.35-1
+PKG_REAL_VERSION:=139.0.7258.62-1
 PKG_VERSION:=$(subst -,.,$(PKG_REAL_VERSION))
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_REAL_VERSION)?
-PKG_HASH:=b2d409ea4118ec4a3cc7abe003bfed35eab2a366655ac16c67e6cf477f4f1ac5
+PKG_HASH:=25f8e5f04cd9a3caaaa5477e5b591162a811b25f0b2301c914fc99814b6c796b
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
 
 PKG_LICENSE:=BSD 3-Clause
@@ -66,13 +66,13 @@ define Download/CLANG
 	HASH:=5f69279b3697166facfc354634157e0a8a32fa6e36864200ad8a8f85add3f3f6
 endef
 
-PGO_VER:=7204-1750182162-e119762f9b8c4eff265cc04443b39939e0b77575-569fd9dc10e73e84c7d4b1c66b5ed02250b14769
+PGO_VER:=7258-1752969416-a528e01185d141ca77542255592e211024c33d34-b4ba555e3de319acd633d70ccd6c1d01f0460a1c
 PGO_FILE:=chrome-linux-$(PGO_VER).profdata
 define Download/PGO_PROF
 	URL:=https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles
 	URL_FILE:=$(PGO_FILE)
 	FILE:=$(PGO_FILE)
-	HASH:=0bb14d8f9c9bd2d7a6c4ed62e60efde77ce20e939bb01e5074b5754aed814273
+	HASH:=875f6573b0ca163e031d96b88f800a811e94e7ec3cc61af671b35a27d269e3c0
 endef
 
 define Build/Prepare

+ 5 - 1
naiveproxy/src/init_env.sh

@@ -19,6 +19,9 @@ case "${target_arch}" in
 "i386")
 	naive_arch="x86"
 	;;
+"loongarch64")
+	naive_arch="loong64"
+	;;
 "x86_64")
 	naive_arch="x64"
 	;;
@@ -51,13 +54,13 @@ treat_warnings_as_errors=false
 
 is_cronet_build=true
 
-enable_base_tracing=false
 use_udev=false
 use_aura=false
 use_ozone=false
 use_gio=false
 use_platform_icu_alternatives=true
 use_glib=false
+is_perfetto_embedder=true
 
 disable_file_support=true
 enable_websockets=false
@@ -70,6 +73,7 @@ include_transport_security_state_preload_list=false
 enable_device_bound_sessions=false
 enable_bracketed_proxy_uris=true
 enable_quic_proxy_support=true
+enable_disk_cache_sql_backend=false
 
 use_nss_certs=false