git: 146afa1cae30 - main - www/code-server: Update to 4.131.0

Jochen Neumeister <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.ports
Message-ID <[email protected]>
The branch main has been updated by joneum:

URL: https://cgit.FreeBSD.org/ports/commit/?id=146afa1cae30f92e4425f74ae187ed7f3460df68

commit 146afa1cae30f92e4425f74ae187ed7f3460df68
Author:     Jochen Neumeister <[email protected]>
AuthorDate: 2026-08-08 18:24:39 +0000
Commit:     Jochen Neumeister <[email protected]>
CommitDate: 2026-08-08 18:34:27 +0000

    www/code-server: Update to 4.131.0
    
    Update to code-server 4.131.0, which bundles VS Code 1.131.0.
    
    Changelog: https://github.com/coder/code-server/releases
    
    Sponsored by:   Netzkommune GmbH
---
 www/code-server/Makefile                           |  4 +-
 www/code-server/distinfo                           | 22 ++++-----
 .../files/patch-ci_build_build-vscode.sh           |  2 +-
 www/code-server/pkg-plist                          | 52 +++++++++++++---------
 4 files changed, 44 insertions(+), 36 deletions(-)

diff --git a/www/code-server/Makefile b/www/code-server/Makefile
index 4fb371673744..8e35d7ab2f53 100644
--- a/www/code-server/Makefile
+++ b/www/code-server/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	code-server
-DISTVERSION=	4.129.0
+DISTVERSION=	4.131.0
 CATEGORIES=	www
 MASTER_SITES=	https://github.com/joneum/FreeBSD-CodeServer/releases/download/code-server-${DISTVERSION}/:code_server \
 		https://github.com/github/copilot-cli/releases/download/v${COPILOT_CLI_VERSION}/:copilot_cli
@@ -51,7 +51,7 @@ PORTDOCS=	README.md
 
 NO_CCACHE=	yes
 
-VSCODE_VERSION=		1.129.0
+VSCODE_VERSION=		1.131.0
 # Copilot CLI SDK, only needed so the VS Code extension build passes.
 # GitHub Copilot is closed-source and not usable on FreeBSD.
 COPILOT_CLI_VERSION=	1.0.70
diff --git a/www/code-server/distinfo b/www/code-server/distinfo
index 78e566a0fdb2..a544d2e05975 100644
--- a/www/code-server/distinfo
+++ b/www/code-server/distinfo
@@ -1,13 +1,13 @@
-TIMESTAMP = 1784381678
-SHA256 (vscode-node-modules-1.129.0.tar.gz) = 71ecd7d965e6f1c61834ef88816bc2f0edf77fd5eeac2884cc48ffb4b9e16db4
-SIZE (vscode-node-modules-1.129.0.tar.gz) = 910905233
-SHA256 (vscode-reh-web-linux-x64-4.129.0.tar.gz) = d2aee2a73ff02c60e22b929a59b9832ef5ed69108e08039719063c3eb6cf8a9f
-SIZE (vscode-reh-web-linux-x64-4.129.0.tar.gz) = 164702387
-SHA256 (code-server-node-modules-4.129.0.tar.gz) = 4f58ad7d26901e15f31a8fb4c9401f5d597802f493979e32f665adaf0a299651
-SIZE (code-server-node-modules-4.129.0.tar.gz) = 18172551
+TIMESTAMP = 1786198265
+SHA256 (vscode-node-modules-1.131.0.tar.gz) = f911d13f444b8ab720093cd80ba22bd4d1e9647c11af788ad9ca305c0d2cb095
+SIZE (vscode-node-modules-1.131.0.tar.gz) = 932543222
+SHA256 (vscode-reh-web-linux-x64-4.131.0.tar.gz) = faa58a31e9bbc7199838ecd863717c9f571dbad873bd9cb683a3e257287d51ac
+SIZE (vscode-reh-web-linux-x64-4.131.0.tar.gz) = 171036780
+SHA256 (code-server-node-modules-4.131.0.tar.gz) = 34940470e78a02aaedee152538bedfe03e506cfae4c0c555105b96aa16fd7f70
+SIZE (code-server-node-modules-4.131.0.tar.gz) = 18797213
 SHA256 (github-copilot-1.0.70-linux-x64.tgz) = cfbd116fe159be289abadf2c2bf18a25a8ab09eeca54a091d4025e1cbcda4709
 SIZE (github-copilot-1.0.70-linux-x64.tgz) = 46346588
-SHA256 (coder-code-server-4.129.0-v4.129.0_GH0.tar.gz) = 591572e3f371d3f1ac585f70bbe6d9cff39a4088955ad1b8e40eedf3a6f81c6a
-SIZE (coder-code-server-4.129.0-v4.129.0_GH0.tar.gz) = 779081
-SHA256 (microsoft-vscode-1.129.0_GH0.tar.gz) = ee2eac3025aa8f55855fb063954108f2d79f2d0b27538eba9b6f6514db5de846
-SIZE (microsoft-vscode-1.129.0_GH0.tar.gz) = 46699701
+SHA256 (coder-code-server-4.131.0-v4.131.0_GH0.tar.gz) = 1649b80c321c40f485a80e112bf79931ce26b3adb70b89ba5d1fc6f0a269084d
+SIZE (coder-code-server-4.131.0-v4.131.0_GH0.tar.gz) = 779990
+SHA256 (microsoft-vscode-1.131.0_GH0.tar.gz) = fa2addef0f8f0c23b3b93a08ca0838760b1cf3483104299e2297700c3a2d31cb
+SIZE (microsoft-vscode-1.131.0_GH0.tar.gz) = 47661562
diff --git a/www/code-server/files/patch-ci_build_build-vscode.sh b/www/code-server/files/patch-ci_build_build-vscode.sh
index e2bfed590ee5..1af600950022 100644
--- a/www/code-server/files/patch-ci_build_build-vscode.sh
+++ b/www/code-server/files/patch-ci_build_build-vscode.sh
@@ -23,7 +23,7 @@
    # issues where the browser keeps using outdated code.
    export BUILD_SOURCEVERSION
 -  BUILD_SOURCEVERSION=$(git rev-parse HEAD)
-+  BUILD_SOURCEVERSION="${BUILD_SOURCEVERSION:-4.123.0}"
++  BUILD_SOURCEVERSION="${BUILD_SOURCEVERSION:-$VERSION}"
  
    pushd lib/vscode
  
diff --git a/www/code-server/pkg-plist b/www/code-server/pkg-plist
index 381b9313f070..214fc24ba05f 100644
--- a/www/code-server/pkg-plist
+++ b/www/code-server/pkg-plist
@@ -2830,7 +2830,6 @@
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/dist/utils/UrlUtils.mjs.map
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-browser.cjs
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-browser.cjs.map
-%%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node-CqVflMt1.js
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node.cjs
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node.cjs.map
 %%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index.cjs
@@ -4434,13 +4433,6 @@
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/file.js
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/index.js
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/LICENSE
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/ADVISORY-CVE-2026-14257.md
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/commonjs/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/commonjs/index.js
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/commonjs/package.json
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/esm/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/esm/index.js
-%%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/dist/esm/package.json
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/index.js
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/LICENSE
 %%DATADIR%%/lib/vscode/node_modules/archiver-utils/node_modules/brace-expansion/package.json
@@ -5014,13 +5006,6 @@
 %%DATADIR%%/lib/vscode/node_modules/bluebird/package.json
 %%DATADIR%%/lib/vscode/node_modules/boolbase/index.js
 %%DATADIR%%/lib/vscode/node_modules/boolbase/package.json
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/ADVISORY-CVE-2026-14257.md
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/commonjs/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/commonjs/index.js
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/commonjs/package.json
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/esm/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/esm/index.js
-%%DATADIR%%/lib/vscode/node_modules/brace-expansion/dist/esm/package.json
 %%DATADIR%%/lib/vscode/node_modules/brace-expansion/index.js
 %%DATADIR%%/lib/vscode/node_modules/brace-expansion/LICENSE
 %%DATADIR%%/lib/vscode/node_modules/brace-expansion/package.json
@@ -7954,13 +7939,6 @@
 %%DATADIR%%/lib/vscode/node_modules/readable-stream/readable.js
 %%DATADIR%%/lib/vscode/node_modules/readdir-glob/index.js
 %%DATADIR%%/lib/vscode/node_modules/readdir-glob/LICENSE
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/ADVISORY-CVE-2026-14257.md
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/commonjs/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/commonjs/index.js
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/commonjs/package.json
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/esm/index.d.ts.map
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/esm/index.js
-%%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/dist/esm/package.json
 %%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/index.js
 %%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/LICENSE
 %%DATADIR%%/lib/vscode/node_modules/readdir-glob/node_modules/brace-expansion/package.json
@@ -19476,3 +19454,33 @@
 %%DATADIR%%/src/node/wrapper.ts
 %%DATADIR%%/src/node/wsRouter.ts
 bin/code-server
+%%DATADIR%%/lib/vscode/node_modules/@azure/msal-common/lib/index-node-JVUj78ag.js
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/cjs/ffiRuntimeHost.js
+%%DATADIR%%/lib/vscode/node_modules/@github/copilot-sdk/dist/ffiRuntimeHost.js
+%%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/lib/cp.js
+%%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/lib/index.js
+%%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/lib/native.js
+%%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/package.json
+%%DATADIR%%/lib/vscode/node_modules/@vscode/fs-copyfile/SECURITY.md
+%%DATADIR%%/lib/vscode/node_modules/shell-quote/eslint.config.mjs
+%%DATADIR%%/lib/vscode/node_modules/shell-quote/tsconfig.json
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-insiders-tracking-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-insiders-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-stable-tracking-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-clapping-stable-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-tracking-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-insiders-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-tracking-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-idle-stable-tracking-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-insiders-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-stable-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-love-stable-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-insiders-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-insiders-96.png
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-stable-96.gif
+%%DATADIR%%/lib/vscode/out/vs/workbench/contrib/chat/browser/widget/media/chatPet/buddy-yapping-stable-96.png
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.