summaryrefslogtreecommitdiff
path: root/gnu/packages/busybox.scm
AgeCommit message (Collapse)Author
2021-11-30gnu: toybox: Update to 0.8.5.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.5. [arguments]: Add a new 'fix-or-skip-broken-tests phase. Don't explicitly return #t from the other phases.
2021-05-04gnu: busybox: Update to 1.33.1.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox): Update to 1.33.1. [source]: Remove upstreamed patch. * gnu/packages/patches/busybox-CVE-2021-28831.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-03-19gnu: busybox: Update to 1.33.0.Léo Le Bouter
* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
2021-03-19gnu: busybox: Fix CVE-2021-28831.Léo Le Bouter
* gnu/packages/patches/busybox-CVE-2021-28831.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/busybox.scm (busybox): Apply it.
2021-01-14gnu: busybox: Update to 1.32.1.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox): Update to 1.32.1.
2020-12-11gnu: toybox: Cross compile.Efraim Flashner
* gnu/packages/busybox.scm (toybox)[arguments]: Use cc-for-target.
2020-12-11gnu: busybox: Update to 1.32.0.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.32.0. [source]: Remove patch. * gnu/packates/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it.
2020-06-30gnu: busybox: Accept make-flags.Danny Milosavljevic
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[configure]: Accept MAKE-FLAGS and use them. [check]: Accept MAKE-FLAGS and use them. [install]: Accept MAKE-FLAGS and use them.
2020-06-14gnu: busybox: Update to 1.31.1.Danny Milosavljevic
* gnu/packages/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/busybox.scm (busybox): Update to 1.31.1. [source]: Use patch. [arguments]<#:phases>[check]: Fix test.
2020-06-14gnu: busybox: Make build reproducible.Danny Milosavljevic
* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]: New phase.
2020-05-20gnu: toybox: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.3.
2019-12-01gnu: toybox: Update to 0.8.2.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
2019-06-17gnu: busybox: Don't install to usr.Efraim Flashner
* gnu/packages/busybox.scm (busybox)[arguments]: Add a custom phase to prevent installing to %PREFIX/usr.
2019-06-17gnu: toybox: Don't install files to usr.Efraim Flashner
* gnu/packages/busybox.scm (toybox)[arguments]: Add custom phase to remove any files installed in $PREFIX/usr.
2019-06-06gnu: toybox: Update to 0.8.1.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
2019-02-17gnu: toybox: Update to 0.8.0.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (toybox): Update to 0.8.0.
2018-12-12gnu: Add toybox.Efraim Flashner
* gnu/packages/busybox.com (toybox): New variable.
2018-09-18gnu: busybox: Update to 1.29.3.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox): Update to 1.29.3.
2018-07-19gnu: busybox: Update to 1.29.1.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.29.1. [arguments]: Add custom phase to change the default value of TASKSET.
2018-06-22gnu: busybox: Return #t from all phases.Tobias Geerinckx-Rice
* gnu/packages/busybox.scm (busybox)[arguments]: Substitute INVOKE for SYSTEM*.
2017-06-21gnu: busybox: Fix indentation.Efraim Flashner
* gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
2017-06-21gnu: busybox: Update to 1.26.2.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.26.2.
2017-06-20gnu: Move contents of zip module into compression module.Arun Isaac
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
2016-12-25gnu: busybox: Update to 1.26.0.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.26.0. [arguments]: Enable previously broken grep test.
2016-06-30gnu: busybox: Use 'modify-phases'.Efraim Flashner
* gnu/packages/busybox.scm (busybox)[arguments]: Use 'modify-phases'.
2016-06-30gnu: busybox: Update to 1.25.0.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.25.0. [native-inputs]: Add which.
2015-11-13gnu: Adjust formatting as recommended by 'guix lint'.宋文武
* gnu/packages/aidc.scm (barcode, qrencode), gnu/packages/bash.scm (bash, bash-completion), gnu/packages/busybox.scm (busybox), gnu/packages/cdrom.scm (cdparanoia), gnu/packages/cmake.scm (cmake), gnu/packages/conkeror.scm (conkeror), gnu/packages/cook.scm (cook), gnu/packages/curl.scm (curl), gnu/packages/docbook.scm (docbook-xsl), gnu/packages/enlightenment.scm (enlightenment), gnu/packages/games.scm (abbaye), gnu/packages/geeqie.scm (exiv2), gnu/packages/gimp.scm (gegl), gnu/packages/gl.scm (glu, freeglut, ftgl), gnu/packages/glib.scm (glib), gnu/packages/gnome.scm (orbit2, gconf, geocode-glib), gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base), gnu/packages/linux.scm (util-linux), gnu/packages/lisp.scm (gcl, ecl), gnu/packages/maths.scm (gnuplot, hdf5), gnu/packages/ssh.scm (dropbear), gnu/packages/web.scm (json-c): Remove tabulations and trailing white spaces or reformat to fit within 80 columns. * gnu/packages/audio.scm (aubio), gnu/packages/emacs.scm (emacs-s), gnu/packages/engineering.scm (geda-gaf), gnu/packages/games.scm (dosbox), gnu/packages/gnome.scm (gusb), gnu/packages/gtk.scm (gtk+), gnu/packages/guile.scm (guile-wisp), gnu/packages/hurd.scm (hurd-headers), gnu/packages/wm.scm (i3-wm): Adjust synopsis or description.
2015-05-15gnu: busybox: Parameterize reference to /gnu/store.Taylan Ulrich Bayırlı/Kammer
* gnu/packages/busybox.scm (busybox): Call %store-directory instead of referencing "/gnu/store" directly.
2014-11-19gnu: busybox - whitespace changes only.John Darrington
* gnu/packages/busybox.scm: Adjust formatting of description field.
2014-06-13gnu: Add busybox.John Darrington
* gnu/packages/busybox.scm: New file. * gnu-system.am: Add gnu/packages/busybox.scm.