summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: mes: Update to 0.16.Jan Nieuwenhuizen2018-06-26
| | | | * gnu/packages/mes.scm (mes): Update to 0.16.
* gnu: mescc-tools: Update to 0.5.Jan Nieuwenhuizen2018-06-26
| | | | * gnu/packages/mes.scm (mescc-tools): Update to 0.5.
* gnu: emacs-guix: Update to 0.4.1.Alex Kost2018-06-26
| | | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.4.1. [home-page]: Update for the new home.
* gnu: git-annex: Update to 6.20180626 [fixes CVE-2018-{10857,10859}]Leo Famulari2018-06-26
| | | | * gnu/packages/version-control.scm (git-annex): Update to 6.20180626.
* gnu: libtiff: Fix CVE-2018-{8905,10963}.Leo Famulari2018-06-26
| | | | | | | | * gnu/packages/patches/libtiff-CVE-2018-8905.patch, gnu/packages/patches/libtiff-CVE-2018-10963.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/image.scm (libtiff)[replacement]: New field. (libtiff/fixed): New variable.
* gnu: Add gcc@8.Marius Bakke2018-06-26
| | | | | | * gnu/packages/patches/gcc-8-strmov-store-file-names.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/gcc.scm (gcc-8): New public variable.
* bootloader: grub-efi: Identify as "GuixSD" instead of "grub".Marius Bakke2018-06-26
| | | | * gnu/bootloader/grub.scm (install-grub-efi): Pass "--bootloader-id" to grub-install.
* bootloader: grub-efi: Support EFI directories relative to MOUNT-POINT.Marius Bakke2018-06-26
| | | | | * gnu/bootloader/grub.scm (install-grub-efi): When MOUNT-POINT/EFI-DIR exists, install there rather than EFI-DIR directly.
* vm: 'make-iso9660-image' makes 'grub.cfg' a GC root.Ludovic Courtès2018-06-26
| | | | | * gnu/build/vm.scm (make-iso9660-image): Add call to 'register-bootcfg-root'.
* vm: 'make-iso9660-image' no longer includes unreferenced store items.Ludovic Courtès2018-06-26
| | | | | | | Fixes <https://bugs.gnu.org/31757>. * gnu/build/vm.scm (make-iso9660-image): Invoke 'grub-mkrescue' in 'open-pipe*'. Use '-path-list -' instead of passing "gnu/store=…".
* vm: Don't try to modify the bind-mounted store.Ludovic Courtès2018-06-26
| | | | | | | | | Previously 'guix system disk-image --file-system-type=iso9660' would fail because 'register-closure' would try to reset timestamps/ownership on the bind-mounted store, which fails with EPERM. * gnu/build/vm.scm (make-iso9660-image): Pass #:reset-timestamps? to 'register-closure'.
* gnu: java-commons-collections: Fix java8 errors.Gábor Boskovits2018-06-26
| | | | | | * gnu/packages/java.scm (java-commons-collections)[source]: Add patch. * gnu/packages/patches/java-commons-collections-fix-java8.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: python-zope-testing: Update to 4.6.2.Tobias Geerinckx-Rice2018-06-26
| | | | | | * gnu/packages/python-web.scm (python-zope-testing): Update to 4.6.2. [native-inputs]: Remove python-zope-exceptions. [propagated-inputs]: Remove python-zope-interface.
* gnu: python-pynacl: Update to 1.2.1.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.1.
* gnu: python-pathpy: Update to 11.0.1.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/python.scm (python-pathpy): Update to 11.0.1.
* gnu: stunnel: Update to 5.47.Tobias Geerinckx-Rice2018-06-26
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.47. [native-inputs]: Add iproute, netcat, and procps. [arguments]: Add ‘patch-output-directories’ and ‘patch-tests’ phases.
* gnu: newsboat: Update to 2.12.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/syndication.scm (newsboat): Update to 2.12.
* gnu: newsboat: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/syndication.scm (newsboat)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: transfig: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/xfig.scm (transfig)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: python2-django-mailman3: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (python2-django-mailman3)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: glog: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/logging.scm (glog)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: epic5: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/irc.scm (epic5)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: irssi: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/irc.scm (irssi)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: Use HTTPS for nodejs.org.Tobias Geerinckx-Rice2018-06-26
| | | | * gnu/packages/node.scm (node)[source, home-page]: Use HTTPS.
* gnu: node: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/node.scm (node)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: gpxsee: Use INVOKE.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/gps.scm (gpxsee)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: go@1.9: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/golang.scm (go-1.9)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: go@1.4: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/golang.scm (go-1.4)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: yosys: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/fpga.scm (yosys)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: libsigrok: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/electronics.scm (libsigrok)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: knot: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/backup.scm (knot)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: unbound: Use INVOKE.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/dns.scm (unbound)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dnscrypt-wrapper: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/dns.scm (dnscrypt-wrapper)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dnscrypt-proxy: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/dns.scm (dnscrypt-proxy)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: obnam: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/backup.scm (obnam)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: borg: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/backup.scm (borg)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: rsnapshot: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/backup.scm (rsnapshot)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: par2cmdline: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/backup.scm (par2cmdline)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: rsound: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/audio.scm (rsound)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: portaudio: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/audio.scm (portaudio)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: rtmidi: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/audio.scm (rtmidi)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: libharu: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/pdf.scm (libharu)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: python-pypdf2: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/pdf.scm (python-pypdf2)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: sendmail: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (sendmail)[arguments]: Substitute INVOKE for SYSTEM*. Return #t rather than undefined from phases.
* gnu: dovecot-libsodium-plugin: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (dovecot-libsodium-plugin)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: libetpan: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (libetpan)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: notmuch: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (notmuch)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: offlineimap: Return #t from all phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (offlineimap)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dovecot-trees: Return #t from phases.Tobias Geerinckx-Rice2018-06-26
| | | | | * gnu/packages/mail.scm (dovecot-trees)[arguments]: Substitute INVOKE for SYSTEM*.
* gnu: dovecot-trees: Fix build with dovecot 2.3.Tobias Geerinckx-Rice2018-06-26
| | | | | | | * gnu/packages/mail.scm (dovecot-trees)[source]: Add patch. * gnu/packages/patches/dovecot-trees-support-dovecot-2.3.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.