Skip to content

Commit

Permalink
Update nolibc to linux 6.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Dec 9, 2024
1 parent b92d821 commit 29c4695
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions nolibc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 10 additions & 10 deletions nolibc/versions.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 29c4695

Please sign in to comment.