Age | Commit message (Expand) | Author |
2022-05-22 | gnu: toybox: Use #:make-flags....* gnu/packages/busybox.scm (toybox)[arguments]: Add #:make-flags to
replace ad hoc use of environment variables and custom phases.
Remove the 'set-environment-variables and custom 'install phase.
| Tobias Geerinckx-Rice |
2022-05-22 | gnu: toybox: Update to 0.8.7....* gnu/packages/busybox.scm (toybox): Update to 0.8.7.
| Tobias Geerinckx-Rice |
2022-05-22 | gnu: busybox: Update to 1.34.1....* gnu/packages/busybox.scm (busybox): Update to 1.34.1.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: toybox: Use G-expressions....* gnu/packages/busybox.scm (toybox)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-01-06 | gnu: toybox: Update to 0.8.6....* gnu/packages/busybox.scm (toybox): Update to 0.8.6.
| Tobias Geerinckx-Rice |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
| Ludovic Courtès |
2021-11-30 | gnu: toybox: Update to 0.8.5....* 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.
| Tobias Geerinckx-Rice |
2021-05-04 | gnu: busybox: Update to 1.33.1....* 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.
| Tobias Geerinckx-Rice |
2021-03-19 | gnu: busybox: Update to 1.33.0....* gnu/packages/busybox.scm (busybox): Update to 1.33.0.
| Léo Le Bouter |
2021-03-19 | gnu: busybox: Fix CVE-2021-28831....* 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.
| Léo Le Bouter |
2021-01-14 | gnu: busybox: Update to 1.32.1....* gnu/packages/busybox.scm (busybox): Update to 1.32.1.
| Tobias Geerinckx-Rice |
2020-12-11 | gnu: toybox: Cross compile....* gnu/packages/busybox.scm (toybox)[arguments]: Use cc-for-target.
| Efraim Flashner |
2020-12-11 | gnu: busybox: Update to 1.32.0....* 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.
| Efraim Flashner |
2020-06-30 | gnu: busybox: Accept make-flags....* 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.
| Danny Milosavljevic |
2020-06-14 | gnu: busybox: Update to 1.31.1....* 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.
| Danny Milosavljevic |
2020-06-14 | gnu: busybox: Make build reproducible....* gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]:
New phase.
| Danny Milosavljevic |
2020-05-20 | gnu: toybox: Update to 0.8.3....* gnu/packages/busybox.scm (toybox): Update to 0.8.3.
| Tobias Geerinckx-Rice |
2019-12-01 | gnu: toybox: Update to 0.8.2....* gnu/packages/busybox.scm (toybox): Update to 0.8.2.
| Tobias Geerinckx-Rice |
2019-06-17 | gnu: busybox: Don't install to usr....* gnu/packages/busybox.scm (busybox)[arguments]: Add a custom phase
to prevent installing to %PREFIX/usr.
| Efraim Flashner |
2019-06-17 | gnu: toybox: Don't install files to usr....* gnu/packages/busybox.scm (toybox)[arguments]: Add custom phase to
remove any files installed in $PREFIX/usr.
| Efraim Flashner |
2019-06-06 | gnu: toybox: Update to 0.8.1....* gnu/packages/busybox.scm (toybox): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2019-02-17 | gnu: toybox: Update to 0.8.0....* gnu/packages/busybox.scm (toybox): Update to 0.8.0.
| Tobias Geerinckx-Rice |
2018-12-12 | gnu: Add toybox....* gnu/packages/busybox.com (toybox): New variable.
| Efraim Flashner |
2018-09-18 | gnu: busybox: Update to 1.29.3....* gnu/packages/busybox.scm (busybox): Update to 1.29.3.
| Tobias Geerinckx-Rice |
2018-07-19 | gnu: busybox: Update to 1.29.1....* gnu/packages/busybox.scm (busybox): Update to 1.29.1.
[arguments]: Add custom phase to change the default value of TASKSET.
| Efraim Flashner |
2018-06-22 | gnu: busybox: Return #t from all phases....* gnu/packages/busybox.scm (busybox)[arguments]: Substitute INVOKE for
SYSTEM*.
| Tobias Geerinckx-Rice |
2017-06-21 | gnu: busybox: Fix indentation....* gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
| Efraim Flashner |
2017-06-21 | gnu: busybox: Update to 1.26.2....* gnu/packages/busybox.scm (busybox): Update to 1.26.2.
| Efraim Flashner |
2017-06-20 | gnu: Move contents of zip module into compression module....* 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.
| Arun Isaac |
2016-12-25 | gnu: busybox: Update to 1.26.0....* gnu/packages/busybox.scm (busybox): Update to 1.26.0.
[arguments]: Enable previously broken grep test.
| Efraim Flashner |
2016-06-30 | gnu: busybox: Use 'modify-phases'....* gnu/packages/busybox.scm (busybox)[arguments]: Use 'modify-phases'.
| Efraim Flashner |
2016-06-30 | gnu: busybox: Update to 1.25.0....* gnu/packages/busybox.scm (busybox): Update to 1.25.0.
[native-inputs]: Add which.
| Efraim Flashner |
2015-11-13 | gnu: 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-15 | gnu: busybox: Parameterize reference to /gnu/store....* gnu/packages/busybox.scm (busybox): Call %store-directory instead of
referencing "/gnu/store" directly.
| Taylan Ulrich Bayırlı/Kammer |
2014-11-19 | gnu: busybox - whitespace changes only....* gnu/packages/busybox.scm: Adjust formatting of description field.
| John Darrington |
2014-06-13 | gnu: Add busybox....* gnu/packages/busybox.scm: New file.
* gnu-system.am: Add gnu/packages/busybox.scm.
| John Darrington |