Browse Source

Merge pull request #1545 from zxlhhyccc/patch-73

naiveproxy: update to 129.0.6668.81-2
coolsnowwolf 1 year ago
parent
commit
ab22961921
2 changed files with 14 additions and 9 deletions
  1. 7 7
      naiveproxy/Makefile
  2. 7 2
      naiveproxy/src/init_env.sh

+ 7 - 7
naiveproxy/Makefile

@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=naiveproxy
-PKG_VERSION:=128.0.6613.40-3
+PKG_VERSION:=129.0.6668.81-2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=3c2beaedf5c1f0a909dc3986caf59bcc3829c2a659c2a8f9d1e55daeb4faa7bb
+PKG_HASH:=c66ac95b0a685fb84f931a267873979cd59708e8966fb9764c53fe2deb24227e
 
 PKG_LICENSE:=BSD 3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -55,22 +55,22 @@ ifneq ($(CONFIG_CCACHE),)
   export naive_ccache_flags=cc_wrapper="$(CCACHE)"
 endif
 
-CLANG_VER:=19-init-14561-gecea8371-3000
+CLANG_VER:=20-init-1009-g7088a5ed-10
 CLANG_FILE:=clang-llvmorg-$(CLANG_VER).tar.xz
 define Download/CLANG
 	URL:=https://commondatastorage.googleapis.com/chromium-browser-clang/Linux_x64
 	URL_FILE:=$(CLANG_FILE)
 	FILE:=$(CLANG_FILE)
-	HASH:=01286e19596f8297700fb82a186753504d660582d7dc36546b369fdd9ba01f33
+	HASH:=32ac9d9864a6bd99242f1a97778b3a074ac1151ce3eca369903f2ef5337c787a
 endef
 
-PGO_VER:=6613-1723571743-978bf352c6598979c1835e8a17c4382c57186e27-bfa8880547ba8b84e6f5efee6db486daf237d00d
-PGO_FILE:=chrome-linux-$(PGO_VER).profdata
+PGO_VER:=1723053597-b7a6f793b48020befd6a1e60819840a456c519b3-98f747673cbba839fedf299e6c76ac032fad32f0
+PGO_FILE:=chrome-linux-main-$(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:=696e479cdaff02a446ca3446b32790c89144156a35df90c90b1806d2ace429b4
+	HASH:=f4df544116e10c5495148ee9afedbb07f4ee2659e461dbf0f69755b8d338ceec
 endef
 
 define Build/Prepare

+ 7 - 2
naiveproxy/src/init_env.sh

@@ -41,12 +41,16 @@ is_official_build=true
 exclude_unwind_tables=true
 enable_resource_allowlist_generation=false
 symbol_level=0
+
 is_clang=true
 use_sysroot=false
 
 fatal_linker_warnings=false
 treat_warnings_as_errors=false
 
+is_cronet_build=true
+chrome_pgo_phase=2
+
 enable_base_tracing=false
 use_udev=false
 use_aura=false
@@ -55,16 +59,17 @@ use_gio=false
 use_gtk=false
 use_platform_icu_alternatives=true
 use_glib=false
-enable_js_protobuf=false
 
 disable_file_support=true
 enable_websockets=false
 use_kerberos=false
+disable_file_support=true
+disable_zstd_filter=false
 enable_mdns=false
 enable_reporting=false
 include_transport_security_state_preload_list=false
-use_nss_certs=false
 enable_device_bound_sessions=false
+use_nss_certs=false
 
 enable_backup_ref_ptr_support=false
 enable_dangling_raw_ptr_checks=false