From b92d82157ab536319009f52815490c4a3424ed72 Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Mon, 9 Dec 2024 23:27:49 +0000 Subject: [PATCH 1/2] Update microsoft-edge/beta to 132.0.2957.41-1 --- microsoft-edge/beta/Dockerfile | 2 +- microsoft-edge/beta/versions.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/microsoft-edge/beta/Dockerfile b/microsoft-edge/beta/Dockerfile index 9d4f46b2d0d..d6aca969d06 100644 --- a/microsoft-edge/beta/Dockerfile +++ b/microsoft-edge/beta/Dockerfile @@ -50,7 +50,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-beta # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/ -ENV EDGE_VERSION 132.0.2957.26-1 +ENV EDGE_VERSION 132.0.2957.41-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/beta/versions.json b/microsoft-edge/beta/versions.json index 2aa3472e886..79b912ab641 100644 --- a/microsoft-edge/beta/versions.json +++ b/microsoft-edge/beta/versions.json @@ -1,4 +1,4 @@ { - "sha256": "c3eacfbb10944718849cbeabd81735b44a104f731bd731f030bdfed61ad919a2", - "version": "132.0.2957.26-1" + "sha256": "4b3b4aded071c01c2cf17f8a1c73b8cbfc1e983d26bbfd35f5aba4656fc0af4b", + "version": "132.0.2957.41-1" } From 29c4695a7c66303a4b631206ba7679db4bdf4188 Mon Sep 17 00:00:00 2001 From: "Tianon (automated)" Date: Mon, 9 Dec 2024 23:27:48 +0000 Subject: [PATCH 2/2] Update nolibc to linux 6.12.4 --- nolibc/Dockerfile | 6 +++--- nolibc/versions.json | 20 ++++++++++---------- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/nolibc/Dockerfile b/nolibc/Dockerfile index 7c9c4fe7b7a..2742d1aa67e 100644 --- a/nolibc/Dockerfile +++ b/nolibc/Dockerfile @@ -24,9 +24,9 @@ RUN set -eux; \ # https://kernel.org/ # https://kernel.org/releases.json # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/Makefile?h=linux-rolling-stable -# 2024-12-06 -ENV LINUX_VERSION 6.12.3 -ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.3.tar.xz +# 2024-12-09 +ENV LINUX_VERSION 6.12.4 +ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.4.tar.xz # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/log/tools/include/nolibc?h=linux-rolling-stable # https://github.com/gregkh/linux/commits/linux-rolling-stable/tools/include/nolibc # https://github.com/torvalds/linux/commits/master/tools/include/nolibc diff --git a/nolibc/versions.json b/nolibc/versions.json index 3fbdc5fcc98..681879416e7 100644 --- a/nolibc/versions.json +++ b/nolibc/versions.json @@ -1,21 +1,21 @@ { "linux": { "moniker": "stable", - "version": "6.12.3", + "version": "6.12.4", "iseol": false, "released": { - "timestamp": 1733466053, - "isodate": "2024-12-06" + "timestamp": 1733737305, + "isodate": "2024-12-09" }, - "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.3.tar.xz", - "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.3.tar.sign", + "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.4.tar.xz", + "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.4.tar.sign", "patch": { - "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.3.xz", - "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.12.2-3.xz" + "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.12.4.xz", + "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.12.3-4.xz" }, - "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.3", - "gitweb": "https://git.kernel.org/stable/h/v6.12.3", - "diffview": "https://git.kernel.org/stable/ds/v6.12.3/v6.12.2" + "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.12.4", + "gitweb": "https://git.kernel.org/stable/h/v6.12.4", + "diffview": "https://git.kernel.org/stable/ds/v6.12.4/v6.12.3" }, "arches": { "amd64": {