diff --git a/microsoft-edge/beta/Dockerfile b/microsoft-edge/beta/Dockerfile index 4e318ce5932..fc83281b3f9 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 130.0.2849.43-1 +ENV EDGE_VERSION 130.0.2849.46-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/beta/versions.json b/microsoft-edge/beta/versions.json index 7d9ebcf4bdb..ddff1f929f9 100644 --- a/microsoft-edge/beta/versions.json +++ b/microsoft-edge/beta/versions.json @@ -1,4 +1,4 @@ { - "sha256": "5fe8b12b96a537844c1500e475ffcf2dbedb97aa0da3f427e234b059b199692b", - "version": "130.0.2849.43-1" + "sha256": "912f725aacd1dc4185d7047b6a5db838d7b1d453a81b16707006c0ccc0aa4fbf", + "version": "130.0.2849.46-1" } diff --git a/microsoft-edge/stable/Dockerfile b/microsoft-edge/stable/Dockerfile index 08e5fca1922..afa85707fb7 100644 --- a/microsoft-edge/stable/Dockerfile +++ b/microsoft-edge/stable/Dockerfile @@ -50,7 +50,7 @@ RUN set -eux; \ } | tee /etc/default/microsoft-edge-stable # https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/ -ENV EDGE_VERSION 129.0.2792.89-1 +ENV EDGE_VERSION 130.0.2849.46-1 RUN set -eux; \ apt-get update; \ diff --git a/microsoft-edge/stable/versions.json b/microsoft-edge/stable/versions.json index 554a66f953a..fd764a60013 100644 --- a/microsoft-edge/stable/versions.json +++ b/microsoft-edge/stable/versions.json @@ -1,4 +1,4 @@ { - "sha256": "09bb96c2632b6d0cea6de6eea6fa792a4c783c7fc9ce58608acb73acf4e72643", - "version": "129.0.2792.89-1" + "sha256": "42c721707483a186a48dfe2861721ce344b29e20ae7cd9a31c93eebd16b3752c", + "version": "130.0.2849.46-1" } diff --git a/nolibc/Dockerfile b/nolibc/Dockerfile index 8eaae969bfa..81f59c797dc 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-10-10 -ENV LINUX_VERSION 6.11.3 -ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.3.tar.xz +# 2024-10-17 +ENV LINUX_VERSION 6.11.4 +ENV LINUX_SOURCE_URL https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.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 e5c9dce1e29..1ee2206785f 100644 --- a/nolibc/versions.json +++ b/nolibc/versions.json @@ -1,21 +1,21 @@ { "linux": { "moniker": "stable", - "version": "6.11.3", + "version": "6.11.4", "iseol": false, "released": { - "timestamp": 1728554719, - "isodate": "2024-10-10" + "timestamp": 1729171697, + "isodate": "2024-10-17" }, - "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.3.tar.xz", - "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.3.tar.sign", + "source": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.4.tar.xz", + "pgp": "https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.11.4.tar.sign", "patch": { - "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.3.xz", - "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.2-3.xz" + "full": "https://cdn.kernel.org/pub/linux/kernel/v6.x/patch-6.11.4.xz", + "incremental": "https://cdn.kernel.org/pub/linux/kernel/v6.x/incr/patch-6.11.3-4.xz" }, - "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.3", - "gitweb": "https://git.kernel.org/stable/h/v6.11.3", - "diffview": "https://git.kernel.org/stable/ds/v6.11.3/v6.11.2" + "changelog": "https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.11.4", + "gitweb": "https://git.kernel.org/stable/h/v6.11.4", + "diffview": "https://git.kernel.org/stable/ds/v6.11.4/v6.11.3" }, "arches": { "amd64": {