summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-05-13gnu: Add Robocut.Ludovic Courtès
* gnu/packages/printers.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-05-13packages: 'find-packages-by-name' properly honors version prefixes.Ludovic Courtès
Fixes <https://bugs.gnu.org/28446>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/packages.scm (find-packages-by-name): Use 'version-prefix?' instead of 'string-prefix?'.
2018-05-13utils: Add 'version-prefix?'.Ludovic Courtès
* guix/utils.scm (version-prefix?): New procedure. * tests/utils.scm ("version-prefix?"): New test.
2018-05-13gnu: hypre: Add missing dependency on Perl.Ludovic Courtès
Previously the test suite would fail to run 'ppmquant', though it would silently ignore it. * gnu/packages/maths.scm (hypre)[native-inputs]: Add PERL.
2018-05-12gnu: Go 1.10: Update to 1.10.2.Leo Famulari
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
2018-05-12gnu: Go 1.9: Update to 1.9.6.Leo Famulari
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
2018-05-12gnu: make-u-boot-package: Install "u-boot".Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
2018-05-12gnu: Add u-boot-cubieboard.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-cubieboard): New variable.
2018-05-12gnu: gst-plugins-ugly: Remove libmad from the build environment.Leo Famulari
Libmad is not used by gst-plugins-ugly since 1.12.0. * gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove libmad.
2018-05-12gnu: MPD: Remove unecessary dependency on libmad.Leo Famulari
MPD already depends on FFmpeg, which uses LAME for MP3 decoding. gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
2018-05-12gnu: libreoffice: Update to 5.4.7.1.Leo Famulari
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
2018-05-12gnu: wine-staging: Update to 3.8.Rutger Helling
* gnu/packages/wine.scm (wine-staging): Update to 3.8.
2018-05-12gnu: wine-staging-patchset-data: Update to 3.8.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
2018-05-12gnu: gnome-disk-utility: Update to 3.28.2.Rutger Helling
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
2018-05-12gnu: xpra: Update to 2.3.Rutger Helling
* gnu/packages/xorg.scm (xpra): Update to 2.3.
2018-05-12hydra: Switch back to "-" instead of "@" in package job names.Ludovic Courtès
Fixes a regression introduced in ede121de426f9c56820852888a0b370f0ccbce49. Reported by Mark H Weaver <mhw@netris.org>. * build-aux/hydra/gnu-system.scm (job-name): Pass "-" as the second argument to 'package-full-name'.
2018-05-12gnu: u-boot-versatilepb: Remove package.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
2018-05-12gnu: u-boot-pine64-plus: Use bundled dtc.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases> [set-environment]: Use bundled dtc.
2018-05-12gnu: make-u-boot-package: Print errors to (current-error-port).Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to (current-error-port).
2018-05-12gnu: make-u-boot-package: Sort printed configurations.Danny Milosavljevic
* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed configurations.
2018-05-12gnu: u-boot: Add our dtc.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
2018-05-12gnu: u-boot: Update to 2018.05.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-12gnu: linux-libre: Update to 4.16.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.8. (%linux-libre-hash): Update hash.
2018-05-12gnu: linux-libre@4.14: Update to 4.14.40.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.40. (%linux-libre-4.14-hash): Update hash.
2018-05-12gnu: linux-libre@4.9: Update to 4.9.99.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
2018-05-12bootloader: extlinux: Fix menu support with u-boot.Vagrant Cascadian
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in generated extlinux.conf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-12gnu: diamond: Update to 0.9.22.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
2018-05-11gnu: diffoscope: Update to 94.Ludovic Courtès
* gnu/packages/package-management.scm (diffoscope): Update to 94.
2018-05-11gnu: eog-plugins: Update to 3.26.2.Ludovic Courtès
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
2018-05-11gnu: arpack-ng-openmpi: Fix build.Ludovic Courtès
* gnu/packages/maths.scm (arpack-ng-openmpi)[arguments]: Inherit arguments from ARPACK-NG. Previously the 'configure' phase would fail due to the lack of a 'configure' script.
2018-05-11pack: 'guix pack -S xxx' no longer adds entries twice to the tarball.Ludovic Courtès
* guix/scripts/pack.scm (self-contained-tarball)[build](symlink->directives): Do not add a 'directory' directive for "/". Previously, as soon as we were using '-S /bin=bin' or similar, we would add every entry a second time in the tarball; this would translate as hard links in the tarball, which tar < 1.30 sometimes fails to extract. Pass symlinks defined in DIRECTIVES to 'tar'.
2018-05-11pack: Relocatable wrapper now properly maps the current UID/GID.Ludovic Courtès
* gnu/packages/aux-files/run-in-namespace.c (write_id_map) (disallow_setgroups): New functions. (main): Use 'clone' via 'syscall' instead of 'fork' followed by 'unshare'. Add calls to 'disallow_setgroups' and 'write_id_map' in the parent process.
2018-05-11guix: Fix typo.Julien Lepiller
* guix/scripts/lint.scm: Fix typo.
2018-05-11system: Add u-boot-novena installer.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot-novena): New variable. * gnu/bootloader/u-boot.scm (u-boot-novena-bootloader): New exported variable. * gnu/system/install.scm (novena-installation-os): New exported variable.
2018-05-11system: Add wandboard installer.Vagrant Cascadian
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader): New exported variable. * gnu/system/install.scm (wandboard-installation-os): New exported variable.
2018-05-11system: Add mx6cuboxi installer.Vagrant Cascadian
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader): New exported variable. * gnu/system/install.scm (mx6cuboxi-installation-os): New exported variable.
2018-05-11gnu: Update emacs-org, emacs-org-contrib.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13. [description]: Tiny rewording. (emacs-org-contrib): Update to 20180507.
2018-05-11gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183 and the remaining 1 of 10 changesets for CVE-2018-5150.
2018-05-11gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver
Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155, CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178, and 9/10 changesets for CVE-2018-5150. * gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE assignments. * gnu/packages/patches/icecat-bug-1452075.patch: Rename to... * gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this. * gnu/local.mk (dist_patch_DATA): Rename it.
2018-05-11gnu: Add python-duniterpy.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-duniterpy): New variable.
2018-05-11gnu: Add python-aiohttp.Nicolas Goaziou
* gnu/packages/python-web.scm (python-aiohttp): New variable.
2018-05-11gnu: Add python-libnacl.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-libnacl): New variable.
2018-05-11gnu: Add python-yarl.Nicolas Goaziou
* gnu/packages/python-web.scm (python-yarl): New variable.
2018-05-11gnu: Add python-aiodns.Nicolas Goaziou
* gnu/packages/python-web.scm (python-aiodns): New variable.
2018-05-11gnu: Add python-multidict.Nicolas Goaziou
* gnu/packages/python.scm (python-multidict): New variable.
2018-05-11gnu: Add python-pylibscrypt.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
2018-05-11gnu: Add python-base58.Nicolas Goaziou
* gnu/packages/python-crypto.scm (python-base58): New variable.
2018-05-11gnu: Add python-idna-ssl.Nicolas Goaziou
* gnu/packages/python.scm (python-idna-ssl): New variable.
2018-05-11gnu: Add python-async-timeout.Nicolas Goaziou
* gnu/packages/python.scm (python-async-timeout): New variable.
2018-05-11gnu: Add python-pycares.Nicolas Goaziou
* gnu/packages/python-web.scm (python-pycares): New variable.