Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] vscode: update to 1.67.0
@ 2022-05-05 20:00 atk
  2022-05-05 20:48 ` WIP: " atk
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: atk @ 2022-05-05 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1267 bytes --]

There is a new pull request by atk against master on the void-packages repository

https://github.com/atk/void-packages vscode-1.67.0
https://github.com/void-linux/void-packages/pull/36991

vscode: update to 1.67.0
+ take care of new tracking server

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/36991.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-vscode-1.67.0-36991.patch --]
[-- Type: text/x-diff, Size: 3922 bytes --]

From 0b6404e61deb0f75092f169c37f55f4b886d6f96 Mon Sep 17 00:00:00 2001
From: Alex Lohr <alexthkloss@web.de>
Date: Thu, 5 May 2022 21:58:04 +0200
Subject: [PATCH] vscode: update to 1.67.0

take care of new tracking server
---
 srcpkgs/vscode/patches/product.patch | 4 ++--
 srcpkgs/vscode/patches/ripgrep.patch | 6 +++---
 srcpkgs/vscode/template              | 6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/srcpkgs/vscode/patches/product.patch b/srcpkgs/vscode/patches/product.patch
index 624ca63afcbe..c40fb38c55d9 100644
--- a/srcpkgs/vscode/patches/product.patch
+++ b/srcpkgs/vscode/patches/product.patch
@@ -1,5 +1,5 @@
 diff --git a/product.json b/product.json
-index df18127dcc67..d3006752bd98 100644
+index 30cbf2a9825..d9956271065 100644
 --- a/product.json
 +++ b/product.json
 @@ -27,7 +27,15 @@
@@ -9,7 +9,7 @@ index df18127dcc67..d3006752bd98 100644
 +	"quality": "stable",
 +	"documentationUrl": "https://github.com/microsoft/vscode-docs",
 +	"requestFeatureUrl": "https://github.com/Microsoft/vscode/issues",
- 	"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-webview.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/",
+ 	"webviewContentExternalBaseUrlTemplate": "https://{{uuid}}.vscode-cdn.net/insider/181b43c0e2949e36ecb623d8cc6de29d4fa2bae8/out/vs/workbench/contrib/webview/browser/pre/",
 +	"extensionsGallery": {
 +		"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
 +		"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
diff --git a/srcpkgs/vscode/patches/ripgrep.patch b/srcpkgs/vscode/patches/ripgrep.patch
index 3fdc568a9e54..f87bc5eaab5a 100644
--- a/srcpkgs/vscode/patches/ripgrep.patch
+++ b/srcpkgs/vscode/patches/ripgrep.patch
@@ -5,7 +5,7 @@ during build, which unbreaks build on platforms where MS deos not
 ship a prebuilt ripgrep.
 
 diff --git a/package.json b/package.json
-index de2cf9e04a9b..1995e3bb9a7e 100644
+index 39c3e9f5b10..198dbf3e421 100644
 --- a/package.json
 +++ b/package.json
 @@ -62,7 +62,7 @@
@@ -14,11 +14,11 @@ index de2cf9e04a9b..1995e3bb9a7e 100644
      "@vscode/iconv-lite-umd": "0.7.0",
 -    "@vscode/ripgrep": "^1.14.2",
 +    "@vscode/ripgrep": "https://github.com/atk/void-vscode-ripgrep.git",
-     "@vscode/sqlite3": "5.0.7",
+     "@vscode/sqlite3": "5.0.8",
      "@vscode/sudo-prompt": "9.3.1",
      "@vscode/vscode-languagedetection": "1.0.21",
 diff --git a/remote/package.json b/remote/package.json
-index c7fc7a2e931f..8842b784df2c 100644
+index 936aa5f5bab..152ba516795 100644
 --- a/remote/package.json
 +++ b/remote/package.json
 @@ -6,7 +6,7 @@
diff --git a/srcpkgs/vscode/template b/srcpkgs/vscode/template
index 6d3b3d72d00c..4e6f1c4c215f 100644
--- a/srcpkgs/vscode/template
+++ b/srcpkgs/vscode/template
@@ -1,6 +1,6 @@
 # Template file for 'vscode'
 pkgname=vscode
-version=1.66.2
+version=1.67.0
 revision=1
 _electronver=13.6.7
 _npmver=8.6.0
@@ -12,7 +12,7 @@ maintainer="shizonic <realtiaz@gmail.com>, Alex Lohr <alex.lohr@logmein.com>"
 license="MIT"
 homepage="https://code.visualstudio.com/"
 distfiles="https://github.com/Microsoft/vscode/archive/refs/tags/${version}.tar.gz"
-checksum=1b70f202b570763e85f67abd8693eeb9c88c6a066a4b579aca5c0c42ecb1b47f
+checksum=14039bbb6f16acc36e73c6fca0fcc1728ebda4bb8eca7acec22377da5ea73104
 nocross=yes # x64 build does not cut it, it contains native code
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
@@ -29,7 +29,7 @@ do_configure() {
 
 	# redirect telemetry urls to 0.0.0.0
 	# src: vscodium/undo_telemetry.sh
-	_TELEMETRY_URLS="(dc\.services\.visualstudio\.com)|(vortex\.data\.microsoft\.com)"
+	_TELEMETRY_URLS="(dc\.services\.visualstudio\.com)|(vortex\.data\.microsoft\.com)|(mobile\.events\.data\.microsoft\.com)"
 	_REPLACEMENT="s/$_TELEMETRY_URLS/0\.0\.0\.0/g"
 	grep -rl --exclude-dir=.git -E $_TELEMETRY_URLS | xargs sed -i -E $_REPLACEMENT
 

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2022-07-11 17:45 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 20:00 [PR PATCH] vscode: update to 1.67.0 atk
2022-05-05 20:48 ` WIP: " atk
2022-05-14 17:36 ` cevdetardaharan
2022-05-18 20:44 ` [PR PATCH] [Updated] " atk
2022-05-19  6:32 ` cevdetardaharan
2022-05-19  7:21 ` [PR PATCH] [Updated] " atk
2022-07-06  9:18 ` WIP: vscode: update to 1.67.2 shizonic
2022-07-06  9:27 ` atk
2022-07-06  9:44 ` shizonic
2022-07-06 10:24 ` atk
2022-07-10 19:48 ` paper42
2022-07-10 20:41 ` shizonic
2022-07-10 21:47 ` [PR PATCH] [Updated] " atk
2022-07-10 21:49 ` atk
2022-07-11  3:58 ` vscode: update to 1.69.0 shizonic
2022-07-11  7:37 ` [PR PATCH] [Merged]: " Johnnynator
2022-07-11 11:58 ` negativeExponent
2022-07-11 11:59 ` negativeExponent
2022-07-11 14:15 ` Johnnynator
2022-07-11 14:17 ` negativeExponent
2022-07-11 17:45 ` brxken128

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).