Age | Commit message (Expand) | Author |
2017-04-15 | scripts: system: Rename grub? and install-grub? to bootloader? and install-b...•••* guix/scripts/system.scm (perform-action): Rename grub? to bootloader,
(%options): rename install-grub? to install-bootloader?,
(%default-options): ditto,
(process-action): reindent and rename grub? to bootloader?.
| Mathieu Othacehe |
2017-04-15 | system: Rename (internal) grub-device to fs->boot-device.•••* gnu/system.scm (grub-device): Rename to...
(fs->boot-device): ... this.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Adapt.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | vm: Reword grub.cfg to bootcfg.•••* gnu/build/vm.scm (register-grub.cfg-root): Reword grub.cfg to bootcfg,
(initialize-hard-disk): ditto,
* gnu/system/vm.scm (system-disk-image): ditto,
(system-qemu-image): ditto,
(system-qemu-image/shared-store): ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | system: Rename operating-system-grub.cfg to operating-system-bootcfg.•••* gnu/system.scm (operating-system-grub.cfg): Rename to...
(operating-system-bootcfg): ... this.
* gnu/system/vm.scm (system-disk-image): Use operating-system-bootcfg.
(system-qemu-image): Use operating-system-bootcfg.
(system-qemu-image/shared-store): Use operating-system-bootcfg.
* guix/scripts/system.scm (perform-action): Use operating-system-bootcfg.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | scripts: system: Back out operating-system-bootcfg change.•••Follow-up to 475e2ce211ac05a814c1f1bc2b9648baa17ad369.
* guix/scripts/system.scm (perform-action): Back out operating-system-bootcfg
change.
| Danny Milosavljevic |
2017-04-15 | gnu: wireshark: Update to 2.2.6.•••* gnu/packages/networking.scm (wireshark): Update to 2.2.6.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Nicolas Goaziou |
2017-04-15 | scripts: system: Move save-load-path-excursion and save-environment-excursion...•••* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Danny Milosavljevic |
2017-04-15 | system: Rename kernel->grub-label to kernel->boot-label.•••* gnu/system.scm (kernel->grub-label): Rename to kernel->boot-label.
(operating-system-grub.cfg): Adapt.
(operating-system-parameters-file): Ditto.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | scripts: system: Move save-load-path-excursion and save-environment-excursion...•••* guix/scripts/system.scm (save-load-path-excursion,
save-environment-excursion): Move definitions to the top of the file.
It allows to use them in the whole file.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Mathieu Othacehe |
2017-04-15 | gnu: Add orca.•••* gnu/packages/gnome.scm (orca): New package.
| 宋文武 |
2017-04-15 | gnu: Add python-pyatspi.•••* gnu/packages/gnome.scm (python-pyatspi): New package.
| 宋文武 |
2017-04-15 | gnu: speech-dispatcher: Add more inputs.•••* gnu/packages/speech.scm (speech-dispatcher)[inputs]: Add espeak,
pulseaudio and python.
| 宋文武 |
2017-04-14 | gnu: samba: Update to 4.5.8.•••This fixes a regression introduced by the security fixes for CVE-2017-2619.
* gnu/packages/samba.scm (samba): Update to 4.5.8.
| Leo Famulari |
2017-04-14 | gnu: mutt: Update to 1.8.1.•••* gnu/packages/mail.scm (mutt): Update to 1.8.1.
[source]: Use HTTPS URL.
| Leo Famulari |
2017-04-14 | gnu: gpgme: Update to 1.9.0.•••* gnu/packages/gnupg.scm (gpgme): Update to 1.9.0.
| Leo Famulari |
2017-04-14 | gnu: ncmpc: Update to 0.27.•••* gnu/packages/mpd.scm (ncmpc): Update to 0.27.
| Leo Famulari |
2017-04-14 | gnu: libmpdclient: Update to 2.11.•••* gnu/packages/mpd.scm (libmpdclient): Update to 2.11.
| Leo Famulari |
2017-04-14 | gnu: mysql: Update to 5.7.18.•••* gnu/packages/databases.scm (mysql): Update to 5.7.18.
| Leo Famulari |
2017-04-14 | gnu: youtube-dl: Update to 2017.04.14.•••* gnu/packages/video.scm (youtube-dl): Update to 2017.04.14.
| Tobias Geerinckx-Rice |
2017-04-14 | gnu: dub: Flesh out synopsis & description.•••* gnu/packages/ldc.scm (dub)[synopsis, description]: Actually explain what
dub is and does.
| Tobias Geerinckx-Rice |
2017-04-14 | build: Download aarch64 bootstrap binaries from alpha.gnu.org.•••* build-aux/download.scm (file-name->uri): Remove flashner.co.il URL.
* gnu/packages/package-management.scm (boot-guile-uri): Likewise.
| Ludovic Courtès |
2017-04-14 | gnu: emacs-company: Enable tests.•••* gnu/packages/emacs.scm (emacs-company)[arguments]: Add a 'check' phase.
| Arun Isaac |
2017-04-14 | build: Stop building gnu/build/svg.scm.•••* Makefile.am (EXTRA_DIST): Add gnu/build/svg.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove gnu/build/svg.scm.
It fixes the following build warnings:
gnu/build/svg.scm:36:12: warning: possibly unbound variable `cairo-create'
gnu/build/svg.scm:36:26: warning: possibly unbound variable `cairo-image-surface-create'
gnu/build/svg.scm:38:4: warning: possibly unbound variable `cairo-scale'
gnu/build/svg.scm:39:4: warning: possibly unbound variable `cairo-set-source-surface'
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | build-system/cargo: Remove store reference.•••* guix/build/cargo-build-system.scm (generate-checksums): Remove store
reference from comment. This comment was matching
assert-no-store-file-names regexp in Makefile.am.
Also, edit procedure docstring to precise that DIR-NAME is a store
directory.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | build: Remove build-aux/hydra/demo-os.scm from EXTRA_DIST.•••* Makefile.am (EXTRA_DIST): Remove build-aux/hydra/demo-os.scm. The
file was removed of guix in this commit
a3a27745013f3e5a287de3bf0187b2f72beb6965.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Mathieu Othacehe |
2017-04-14 | gnu: Add guile-syntax-highlight.•••* gnu/packages/guile.scm (guile-syntax-highlight): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| David Thompson |
2017-04-14 | gnu: julia: Update to 0.5.1.•••* gnu/packages/julia.scm (julia): Update to 0.5.1.
| Ricardo Wurmus |
2017-04-14 | gnu: Add emacs-cdlatex.•••* gnu/packages/emacs.scm (emacs-cdlatex): New variable.
| Arun Isaac |
2017-04-14 | gnu: mafft: Update to 7.310.•••* gnu/packages/bioinformatics.scm (mafft): Update to 7.310.
| Ben Woodcroft |
2017-04-13 | gnu: Add fillets-ng.•••* gnu/packages/games.scm (fillets-ng): New variable.
| Ricardo Wurmus |
2017-04-13 | gnu: Add teeworlds.•••* gnu/packages/games.scm (teeworlds): New variable.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
| Ricardo Wurmus |
2017-04-13 | gnu: Add bam.•••* gnu/packages/build-tools.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus |
2017-04-14 | gnu: password-store: Update to 1.7.1.•••* gnu/packages/password-utils.scm (password-store): Update to 1.7.1.
[source]: Remove "password-store-gnupg-compat.patch".
* gnu/packages/patches/password-store-gnupg-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Arun Isaac |
2017-04-13 | gnu: php: Update to 7.1.4.•••* gnu/packages/php.scm (php): Update to 7.1.4.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Julien Lepiller |
2017-04-13 | gnu: postgresql: Update to 9.6.2.•••* gnu/packages/databases.scm (postgresql): Update to 9.6.2.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-zenburn-theme: Update to 2.5.•••* gnu/packages/emacs.scm (emacs-zenburn-theme): Update to 2.5.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-flycheck: Update to 30.•••* gnu/packages/emacs.scm (emacs-flycheck): Update to 30.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-clojure-mode: Update to 5.4.0.•••* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.4.0.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: emacs-company: Update to 0.9.3.•••* gnu/packages/emacs.scm (emacs-company): Update to 0.9.3.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Vasile Dumitrascu |
2017-04-13 | gnu: Add libxls.•••* gnu/packages/xml.scm (libxls): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Catonano |
2017-04-13 | gnu: Add kiki.•••* gnu/packages/games.scm (kiki): New variable.
* gnu/packages/patches/kiki-level-selection-crash.patch,
gnu/packages/patches/kiki-makefile.patch,
gnu/packages/patches/kiki-missing-includes.patch,
gnu/packages/patches/kiki-portability-64bit.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Add them.
| Ricardo Wurmus |
2017-04-13 | gnu: Add freeglut-2.8.•••* gnu/packages/gl.scm (freeglut-2.8): New variable.
| Ricardo Wurmus |
2017-04-13 | gnu: linux-libre: Update to 4.10.10.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2017-04-13 | gnu: linux-libre@4.9: Update to 4.9.22.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.22.
| Mark H Weaver |
2017-04-13 | gnu: linux-libre@4.4: Update to 4.4.61.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.61.
| Mark H Weaver |
2017-04-12 | gnu: libsndfile: Update to 1.0.28 [fixes CVE-2017-{7585,7586,7741,7742}].•••* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: New field.
(libsndfile-1.0.28): New variable.
| Leo Famulari |
2017-04-12 | gnu: libsamplerate: Update to 0.1.9 [fixes CVE-2017-7697].•••* gnu/packages/pulseaudio.scm (libsamplerate)[replacement]: New field.
(libsamplerate-0.1.9): New variable.
| Leo Famulari |
2017-04-12 | gnu: isc-dhcp: Update bundled bind to 9.9.9-P8 [security fixes].•••Fixes CVE-2017-{3136,3137,3138}.
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.9-P8.
| Leo Famulari |
2017-04-12 | gnu: icecat: Add more fixes from mozilla-esr45.•••* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes from the upstream
mozilla-esr45 repository.
| Mark H Weaver |
2017-04-13 | gnu: bind: Update to 9.10.4-P8 [fixes CVE-2017-{3136,3137,3138}].•••* gnu/packages/dns.scm (bind): Update to 9.10.4-P8.
| Marius Bakke |