summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: libreoffice: Update to 5.4.7.1.Leo Famulari2018-05-12
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
* gnu: wine-staging: Update to 3.8.Rutger Helling2018-05-12
| | | | * gnu/packages/wine.scm (wine-staging): Update to 3.8.
* gnu: wine-staging-patchset-data: Update to 3.8.Rutger Helling2018-05-12
| | | | * gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
* gnu: gnome-disk-utility: Update to 3.28.2.Rutger Helling2018-05-12
| | | | * gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
* gnu: xpra: Update to 2.3.Rutger Helling2018-05-12
| | | | * gnu/packages/xorg.scm (xpra): Update to 2.3.
* hydra: Switch back to "-" instead of "@" in package job names.Ludovic Courtès2018-05-12
| | | | | | | | 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'.
* gnu: u-boot-versatilepb: Remove package.Danny Milosavljevic2018-05-12
| | | | * gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
* gnu: u-boot-pine64-plus: Use bundled dtc.Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases> [set-environment]: Use bundled dtc.
* gnu: make-u-boot-package: Print errors to (current-error-port).Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to (current-error-port).
* gnu: make-u-boot-package: Sort printed configurations.Danny Milosavljevic2018-05-12
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed configurations.
* gnu: u-boot: Add our dtc.Danny Milosavljevic2018-05-12
| | | | * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
* gnu: u-boot: Update to 2018.05.Vagrant Cascadian2018-05-12
| | | | | | * gnu/packages/bootloaders.scm (u-boot): Update to 2018.05. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: linux-libre: Update to 4.16.8.Mark H Weaver2018-05-12
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.8. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.40.Mark H Weaver2018-05-12
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.40. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.99.Mark H Weaver2018-05-12
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
* bootloader: extlinux: Fix menu support with u-boot.Vagrant Cascadian2018-05-12
| | | | | | | * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in generated extlinux.conf. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: diamond: Update to 0.9.22.Ben Woodcroft2018-05-12
| | | | * gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
* gnu: diffoscope: Update to 94.Ludovic Courtès2018-05-11
| | | | * gnu/packages/package-management.scm (diffoscope): Update to 94.
* gnu: eog-plugins: Update to 3.26.2.Ludovic Courtès2018-05-11
| | | | * gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
* gnu: arpack-ng-openmpi: Fix build.Ludovic Courtès2018-05-11
| | | | | | * 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.
* pack: 'guix pack -S xxx' no longer adds entries twice to the tarball.Ludovic Courtès2018-05-11
| | | | | | | | | * 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'.
* pack: Relocatable wrapper now properly maps the current UID/GID.Ludovic Courtès2018-05-11
| | | | | | | | * 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.
* guix: Fix typo.Julien Lepiller2018-05-11
| | | | * guix/scripts/lint.scm: Fix typo.
* system: Add u-boot-novena installer.Vagrant Cascadian2018-05-11
| | | | | | | | | * 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.
* system: Add wandboard installer.Vagrant Cascadian2018-05-11
| | | | | | | * gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader): New exported variable. * gnu/system/install.scm (wandboard-installation-os): New exported variable.
* system: Add mx6cuboxi installer.Vagrant Cascadian2018-05-11
| | | | | | | * gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader): New exported variable. * gnu/system/install.scm (mx6cuboxi-installation-os): New exported variable.
* gnu: Update emacs-org, emacs-org-contrib.Nicolas Goaziou2018-05-11
| | | | | | * gnu/packages/emacs.scm (emacs-org): Update to 9.1.13. [description]: Tiny rewording. (emacs-org-contrib): Update to 20180507.
* gnu: icecat: Add more fixes from upstream mozilla-esr52.Mark H Weaver2018-05-11
| | | | | * gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183 and the remaining 1 of 10 changesets for CVE-2018-5150.
* gnu: icecat: Relabel patches to reflect CVE assignments.Mark H Weaver2018-05-11
| | | | | | | | | | | | 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.
* gnu: Add python-duniterpy.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-duniterpy): New variable.
* gnu: Add python-aiohttp.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-aiohttp): New variable.
* gnu: Add python-libnacl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-libnacl): New variable.
* gnu: Add python-yarl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-yarl): New variable.
* gnu: Add python-aiodns.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-aiodns): New variable.
* gnu: Add python-multidict.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-multidict): New variable.
* gnu: Add python-pylibscrypt.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
* gnu: Add python-base58.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-crypto.scm (python-base58): New variable.
* gnu: Add python-idna-ssl.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-idna-ssl): New variable.
* gnu: Add python-async-timeout.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-async-timeout): New variable.
* gnu: Add python-pycares.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python-web.scm (python-pycares): New variable.
* gnu: Add python-async-generator.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/python.scm (python-async-generator): New variable.
* gnu: python-attrs: Update to 17.4.0.Nicolas Goaziou2018-05-11
| | | | | * gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0. [native-inputs]: Add python-sphinx and python-coverage. Reorder inputs.
* services: desktop: Add alsa-service-type.Oleg Pykhalov2018-05-11
| | | | * gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
* gnu: Add snap.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/education.scm (snap): New variable.
* gnu: Add js-filesaver.Nicolas Goaziou2018-05-11
| | | | * gnu/packages/javascript.scm (js-filesaver): New variable.
* gnu: emacs-ewmctrl: Make sure wmctrl is in the right place.Oleg Pykhalov2018-05-11
| | | | | * gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right place.
* gnu: emacs-ewmctrl: Use git helpers.Oleg Pykhalov2018-05-11
| | | | | * gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'. [source]: Use 'git-file-name'.
* gnu: libressl: Update to 2.7.3.Leo Famulari2018-05-11
| | | | * gnu/packages/tls.scm (libressl): Update to 2.7.3.
* services: bitlbee: Add plugins.Pierre-Antoine Rouby2018-05-11
| | | | | | | | * doc/guix.texi (Bitlbee Service): Add plugins. * gnu/services/messaging.scm (<bitlbee-configuration>): Add plugins argument. (bitlbee-shepherd-service): Update config file. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: android-make-stub: Update to 0.6.0.Danny Milosavljevic2018-05-10
| | | | | | * gnu/packages/android.scm (android-make-stub): Update to 0.6.0. * guix/build-system/android-ndk.scm (android-ndk-build): Modify. (lower): Modify.