Current section

80 Versions

Jump to

Compare versions

9 files changed
+105 additions
-87 deletions
  @@ -12,6 +12,23 @@ follows:
12 12 releases, and Linux kernel updates. They're also made to fix bugs and add
13 13 features to the build infrastructure.
14 14
15 + ## v0.29.0
16 +
17 + This is a major Erlang and Buildroot update. This updates from Erlang/OTP 27 to
18 + Erlang/OTP 28.
19 +
20 + * Changes
21 + * Remove unneeded call to `rngd` and the `rng-tools` package. This was
22 + formerly needed to provide entropy to Linux during initialization.
23 +
24 + * Package updates
25 + * [nerves_system_br v1.32.3 release notes](https://github.com/nerves-project/nerves_system_br/releases/tag/v1.32.3)
26 + * Linux 6.12.54
27 +
28 + * Updated dependencies
29 + * [Erlang/OTP 28.1.1](https://erlang.org/download/OTP-28.1.1.README.md)
30 + * [Buildroot 2025.05.2](https://lore.kernel.org/buildroot/7bed9b2e-a9d3-476b-84d6-61134e2f726f@rnout.be/T/)
31 +
15 32 ## v0.28.3
16 33
17 34 This is an important security/bug fix that addresses Erlang CVEs for the ssh
  @@ -12,7 +12,7 @@ configuration and should be useful for other cloud server images.
12 12 | CPU | Intel |
13 13 | Memory | 512 MB+ DRAM |
14 14 | Storage | Virtio (/dev/vda) |
15 - | Linux kernel | 6.6 |
15 + | Linux kernel | 6.12 |
16 16 | IEx terminal | VNC display - tty0 |
17 17 | Hardware I/O | None |
18 18 | Ethernet | Yes |
  @@ -42,7 +42,7 @@ SPDX-License-Identifier = "GPL-2.0-or-later"
42 42 # Linux kernel derived or related files
43 43 [[annotations]]
44 44 path = [
45 - "linux-6.6.defconfig",
45 + "linux-6.12.defconfig",
46 46 ]
47 47 precedence = "override"
48 48 SPDX-FileCopyrightText = "Various"
  @@ -1 +1 @@
1 - 0.28.3
1 + 0.29.0
  @@ -3,7 +3,7 @@
3 3 {<<"REUSE Compliance">>,
4 4 <<"https://api.reuse.software/info/github.com/nerves-project/nerves_system_vultr">>}]}.
5 5 {<<"name">>,<<"nerves_system_vultr">>}.
6 - {<<"version">>,<<"0.28.3">>}.
6 + {<<"version">>,<<"0.29.0">>}.
7 7 {<<"description">>,<<"Nerves System - Vultr">>}.
8 8 {<<"elixir">>,<<"~> 1.17">>}.
9 9 {<<"app">>,<<"nerves_system_vultr">>}.
  @@ -16,7 +16,7 @@
16 16 <<"fwup-ops.conf">>,<<"fwup.conf">>,<<"grub.cfg">>,
17 17 <<"LICENSES/CC-BY-4.0.txt">>,<<"LICENSES/CC0-1.0.txt">>,
18 18 <<"LICENSES/GPL-2.0-only.txt">>,<<"LICENSES/GPL-2.0-or-later.txt">>,
19 - <<"linux-6.6.defconfig">>,<<"mix.exs">>,<<"nerves_defconfig">>,
19 + <<"linux-6.12.defconfig">>,<<"mix.exs">>,<<"nerves_defconfig">>,
20 20 <<"post-build.sh">>,<<"post-createfs.sh">>,<<"README.md">>,<<"REUSE.toml">>,
21 21 <<"VERSION">>]}.
22 22 {<<"licenses">>,[<<"GPL-2.0-only">>,<<"GPL-2.0-or-later">>]}.
  @@ -29,7 +29,7 @@
29 29 [{<<"name">>,<<"nerves_system_br">>},
30 30 {<<"app">>,<<"nerves_system_br">>},
31 31 {<<"optional">>,false},
32 - {<<"requirement">>,<<"1.31.7">>},
32 + {<<"requirement">>,<<"1.32.3">>},
33 33 {<<"repository">>,<<"hexpm">>}],
34 34 [{<<"name">>,<<"nerves_toolchain_x86_64_nerves_linux_musl">>},
35 35 {<<"app">>,<<"nerves_toolchain_x86_64_nerves_linux_musl">>},
Loading more files…