Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Releases: nerves-networking/elixir_busybox

v0.1.5

28 May 16:00

Choose a tag to compare

  • Bug fixes
    • Pull upstream patch to remove stime calls that now fail to build with new
      glibc versions.

v0.1.4

22 Nov 16:15

Choose a tag to compare

  • Updates

    • Bump Busybox to 1.31.1. This is the latest stable release.
  • Bug fixes

    • Remove parallel build. This causes issues on Macs and it's not clear why. It
      seems simpler to remove it for now.

v0.1.3

29 Jul 18:14

Choose a tag to compare

  • Bug fixes
    • Fix issue causing Busybox patches to be re-applied on rebuilds
    • Add error messages when packages are missing on OSX

v0.1.2

26 Jun 19:03

Choose a tag to compare

  • Improvements

    • Support sending out the DNS server's IP address with udhcpd
  • Bug fixes

    • Minor tweaks to scripts to make them work on different platforms better
    • Improvements to stubs generated on OSX to make some trivial unit testing
      possible in applications that use this

v0.1.1

19 Jun 12:40

Choose a tag to compare

  • Bug fixes
    • Add run-parts which seems to be called from other utilities

v0.1.0

10 Jun 17:16

Choose a tag to compare

Initial release