Skip to content

Commit 7372b7d

Browse files
committed
naiveproxy: Update to 139.0.7258.62-1
Signed-off-by: Tianling Shen <[email protected]> (cherry picked from commit 4fd887e)
1 parent 0bfccc9 commit 7372b7d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

net/naiveproxy/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=naiveproxy
8-
PKG_REAL_VERSION:=138.0.7204.35-1
8+
PKG_REAL_VERSION:=139.0.7258.62-1
99
PKG_VERSION:=$(subst -,.,$(PKG_REAL_VERSION))
1010
PKG_RELEASE:=1
1111

1212
PKG_SOURCE:=$(PKG_NAME)-$(PKG_REAL_VERSION).tar.gz
1313
PKG_SOURCE_URL:=https://codeload.github.com/klzgrad/naiveproxy/tar.gz/v$(PKG_REAL_VERSION)?
14-
PKG_HASH:=b2d409ea4118ec4a3cc7abe003bfed35eab2a366655ac16c67e6cf477f4f1ac5
14+
PKG_HASH:=25f8e5f04cd9a3caaaa5477e5b591162a811b25f0b2301c914fc99814b6c796b
1515
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_REAL_VERSION)
1616

1717
PKG_LICENSE:=BSD 3-Clause
@@ -66,13 +66,13 @@ define Download/CLANG
6666
HASH:=5f69279b3697166facfc354634157e0a8a32fa6e36864200ad8a8f85add3f3f6
6767
endef
6868

69-
PGO_VER:=7204-1750182162-e119762f9b8c4eff265cc04443b39939e0b77575-569fd9dc10e73e84c7d4b1c66b5ed02250b14769
69+
PGO_VER:=7258-1752969416-a528e01185d141ca77542255592e211024c33d34-b4ba555e3de319acd633d70ccd6c1d01f0460a1c
7070
PGO_FILE:=chrome-linux-$(PGO_VER).profdata
7171
define 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
7676
endef
7777

7878
define Build/Prepare

net/naiveproxy/src/init_env.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ treat_warnings_as_errors=false
5454
is_cronet_build=true
5555
chrome_pgo_phase=2
5656
57-
enable_base_tracing=false
5857
use_udev=false
5958
use_aura=false
6059
use_ozone=false
6160
use_gio=false
6261
use_platform_icu_alternatives=true
6362
use_glib=false
63+
is_perfetto_embedder=true
6464
6565
disable_file_support=true
6666
enable_websockets=false
@@ -73,6 +73,7 @@ include_transport_security_state_preload_list=false
7373
enable_device_bound_sessions=false
7474
enable_bracketed_proxy_uris=true
7575
enable_quic_proxy_support=true
76+
enable_disk_cache_sql_backend=false
7677
7778
use_nss_certs=false
7879

0 commit comments

Comments
 (0)