Skip to content
Snippets Groups Projects
  1. Mar 03, 2024
  2. Jan 16, 2024
  3. Dec 20, 2023
  4. Nov 09, 2023
  5. Dec 08, 2023
  6. Nov 07, 2023
  7. Nov 02, 2023
  8. Oct 12, 2023
  9. Oct 07, 2023
  10. Oct 06, 2023
  11. Oct 01, 2023
  12. Sep 09, 2023
  13. Sep 13, 2023
  14. Sep 09, 2023
  15. Aug 16, 2023
  16. Aug 05, 2023
  17. Jul 21, 2023
  18. Jul 06, 2023
  19. Jun 28, 2023
  20. Jun 09, 2023
    • Sören Tempel's avatar
      main/busybox: disable BusyBox's ed(1) implementation · 07181862
      Sören Tempel authored and Sören Tempel's avatar Sören Tempel committed
      While ed(1) is mandated by POSIX BusyBox's ed implementation
      is nowhere near POSIX compatible. Furthermore, we found some critical
      bugs in the past which indicate that nobody is really actively using
      this (e.g. #13504). Therefore, I suggest removing Busybox ed for now.
      If you need an ed(1) implementation on your system use main/ed or
      testing/oed instead. I believe it to be preferable to ship no ed
      implementation at all by default instead of shipping a broken one.
      As the current state of BusyBox ed will just be deeply confusing
      to folks familiar with the ed editor.
      
      There is a possibility then some packages now require an explicit
      dependency on the ed package if they use ed as part of their build
      process.
      
      See also: alpine/aports#13504 (comment 213557)
      07181862
  21. May 25, 2023
  22. May 23, 2023
  23. May 22, 2023
  24. May 15, 2023
  25. May 13, 2023
  26. May 05, 2023
  27. Apr 24, 2023
  28. Apr 11, 2023
  29. Apr 07, 2023
  30. Mar 03, 2023
  31. Feb 08, 2023
    • Dominique Martinet's avatar
      main/busybox: fix klogd dependency on logger · 1ffc77a4
      Dominique Martinet authored and Sören Tempel's avatar Sören Tempel committed
      klogd depends on a syslog implementation for its output, but it
      does not have to be 'syslog': syslog, rsyslog and syslog-ng all
      provide a 'logger' virtual target which klogd can depend on.
      
      (regardless of the fact that more sophisticated syslog implementations
      can read from kernel logs directly and probably do not need klogd...)
      1ffc77a4
  32. Jan 24, 2023
    • alice's avatar
      main/busybox: set init.d foregrounding, cleanup · e44921ab
      alice authored and alice's avatar alice committed
      - sets command_background=true and foreground arg for most init.d's
      - s/SVCNAME/RC_SVCNAME for modern varname
      - s|/var/run|/run| as /var/run is symlinked to /run, which is the linux rundir
      e44921ab
  33. Jan 19, 2023
  34. Jan 17, 2023
    • alice's avatar
      main/busybox: disable sha hwaccel · ae2cfdf6
      alice authored
      the flag check for this seems incorrect- it triggers sha_ni use when
      the instructions aren't available, but avx512vl/bw is - Elly on irc
      
      causes failures in github actions, which have avx512 but no sha_no
      ae2cfdf6
  35. Jan 12, 2023
    • Sören Tempel's avatar
      main/busybox: upgrade to 1.36.0 · b376b515
      Sören Tempel authored and Sören Tempel's avatar Sören Tempel committed
      Notable new features:
      
      * HW acceleration for SHA1 and SHA256
      	* Supported upstream for x86 and x86_64
      	* Broken on x86 musl: http://lists.busybox.net/pipermail/busybox/2023-January/090078.html
      * sleep(1) is an ash builtin now
      * Custom helper script can now be supplied for udhcpc6
      	* We still use /usr/share/udhcpc/default.script for both udhcpc and udhcpc6
      	* It seems our default.script is not designed for IPv6 support
      	* It may also be worthwhile to move udhcpc6 to -extra in the future
      * Various bug fixes
      
      New upstream applets:
      
      * seedrng disabled in Alpine as it is provided by OpenRC already
      * tsort (topological sort) disabled in Alpine
      * tree (directory listings) enabled in Alpine
      b376b515
  36. Jan 07, 2023
  37. Dec 24, 2022
Loading