Skip to content

Releases: nerves-project/nerves_system_br

v1.32.3

22 Oct 08:15

Choose a tag to compare

This is a security and bug fix update to 1.32.2.

  • Changes

    • No longer require rng-tools to be installed to prevent the boot process
      from hanging due to low entropy. This is no longer needed and can be removed
      from most Nerves systems and can be removed from erlinit.conf scripts. In
      order to prevent surprises, Nerves system maintainers will need to
      acknowledge its removal via their nerves_defconfig. Instructions included
      with the compilation error.
  • Package updates

v1.32.2

18 Sep 00:36

Choose a tag to compare

This is a security and bug fix update to 1.32.1.

  • Changes

    • Added rpi-libpisp package to support the Raspberry Pi 5's image processor
    • Updated the rpi-libcamera package to check if rpi-libpisp is available
      and enable the pipeline if so.
  • Package updates

v1.31.7

11 Sep 09:52

Choose a tag to compare

This is a bug fix update for 1.31.6. It contains important CVE fixes to Erlang
(especially ssh) and Buildroot packages. Please review the links to see if these
pertain to you.

v1.31.6

19 Aug 00:13

Choose a tag to compare

This is a bug fix update for 1.31.5. It contains many CVE fixes from the Buildroot patch updates and a fix for libcamera support on the Raspberry Pi 5. Previous Raspberry Pis have no changes.

  • Changes

    • Added rpi-libpisp package to support the Raspberry Pi 5's image processor
    • Updated the rpi-libcamera package to check if rpi-libpisp is available and enable the pipeline if so.
  • Package updates

v1.32.1

24 Oct 00:22

Choose a tag to compare

This is a bug fix update for 1.32.0.

v1.31.5

07 Aug 17:26

Choose a tag to compare

This is a bug fix update for 1.31.4.

v1.31.4

20 Jul 14:55

Choose a tag to compare

This is a bug fix update for 1.31.3.

  • Changes

    • Add Erlang patch to use Linux's available memory stat rather than computing
      it from used memory for setting the system_memory_high_watermark alarm.
      This gets rid of the alarm when Linux is caching a lot.
  • Package updates

v1.32.0

24 Oct 00:22

Choose a tag to compare

This is a major Buildroot update to 2025.05 and a major Erlang update to 28.0.1.

The Erlang/OTP 28 update has changes in many areas that affect Elixir libraries.
Please take this opportunity to review and update other dependencies since many
have fixes for OTP 28. Examples include :x509 (OTP's public_key changes) and
:toolshed (OTP's ssh client changes affected running commands).

v1.31.3

19 Jun 23:10

Choose a tag to compare

This is a bug fix update for 1.31.2.

v1.31.2

18 Jun 00:26

Choose a tag to compare

This is a security/bug fix update for 1.31.1. It has the fix to CVE-2025-4748.