File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 55include $(TOPDIR ) /rules.mk
66
77PKG_NAME: =naiveproxy
8- PKG_REAL_VERSION: =138 .0.7204.35 -1
8+ PKG_REAL_VERSION: =139 .0.7258.62 -1
99PKG_VERSION: =$(subst -,.,$(PKG_REAL_VERSION ) )
1010PKG_RELEASE: =1
1111
1212PKG_SOURCE: =$(PKG_NAME ) -$(PKG_REAL_VERSION ) .tar.gz
1313PKG_SOURCE_URL: =https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_REAL_VERSION ) ?
14- PKG_HASH: =b2d409ea4118ec4a3cc7abe003bfed35eab2a366655ac16c67e6cf477f4f1ac5
14+ PKG_HASH: =25f8e5f04cd9a3caaaa5477e5b591162a811b25f0b2301c914fc99814b6c796b
1515PKG_BUILD_DIR: =$(BUILD_DIR ) /$(PKG_NAME ) -$(PKG_REAL_VERSION )
1616
1717PKG_LICENSE: =BSD 3-Clause
@@ -66,13 +66,13 @@ define Download/CLANG
6666 HASH:=5f69279b3697166facfc354634157e0a8a32fa6e36864200ad8a8f85add3f3f6
6767endef
6868
69- PGO_VER: =7204-1750182162-e119762f9b8c4eff265cc04443b39939e0b77575-569fd9dc10e73e84c7d4b1c66b5ed02250b14769
69+ PGO_VER: =7258-1752969416-a528e01185d141ca77542255592e211024c33d34-b4ba555e3de319acd633d70ccd6c1d01f0460a1c
7070PGO_FILE: =chrome-linux-$(PGO_VER ) .profdata
7171define Download/PGO_PROF
7272 URL:=https://storage.googleapis.com/chromium-optimization-profiles/pgo_profiles
7373 URL_FILE:=$(PGO_FILE )
7474 FILE:=$(PGO_FILE )
75- HASH:=0bb14d8f9c9bd2d7a6c4ed62e60efde77ce20e939bb01e5074b5754aed814273
75+ HASH:=875f6573b0ca163e031d96b88f800a811e94e7ec3cc61af671b35a27d269e3c0
7676endef
7777
7878define Build/Prepare
Original file line number Diff line number Diff line change @@ -54,13 +54,13 @@ treat_warnings_as_errors=false
5454is_cronet_build=true
5555chrome_pgo_phase=2
5656
57- enable_base_tracing=false
5857use_udev=false
5958use_aura=false
6059use_ozone=false
6160use_gio=false
6261use_platform_icu_alternatives=true
6362use_glib=false
63+ is_perfetto_embedder=true
6464
6565disable_file_support=true
6666enable_websockets=false
@@ -73,6 +73,7 @@ include_transport_security_state_preload_list=false
7373enable_device_bound_sessions=false
7474enable_bracketed_proxy_uris=true
7575enable_quic_proxy_support=true
76+ enable_disk_cache_sql_backend=false
7677
7778use_nss_certs=false
7879
You can’t perform that action at this time.
0 commit comments