Packages
nerves_system_vultr
0.29.0
0.31.0
0.30.5
0.30.4
0.30.3
0.30.2
0.30.1
0.30.0
0.29.0
0.28.3
0.28.2
0.28.1
0.28.0
0.27.1
0.27.0
0.26.1
0.26.0
0.25.1
0.25.0
0.24.1
0.24.0
0.23.0
0.22.1
0.22.0
0.21.1
0.21.0
0.20.2
0.20.1
0.20.0
0.19.2
0.19.1
0.19.0
0.18.2
0.18.1
0.18.0
0.17.3
0.17.2
0.17.1
0.17.0
retired
0.16.0
0.15.4
0.15.3
0.15.2
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.2
0.13.1
0.13.0
0.12.1
0.12.0
0.11.0
0.10.4
0.10.3
0.10.2
0.10.1
0.10.0
0.9.2
0.9.1
0.9.0
0.8.2
0.8.1
0.8.0
0.7.2
0.7.1
0.7.0
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.4.2
0.4.1
0.4.0
0.3.0
0.2.1
0.2.0
Nerves System - Vultr
Current section
80 Versions
Jump to
Current section
80 Versions
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…