aboutsummaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2017-02-01gnu: libevent: Update to 2.1.8 [security fixes].Marius Bakke
* gnu/packages/libevent.scm (libevent): Update to 2.1.8. [inputs]: Change 'python-wrapper' to 'python-2'. Move 'which' to ... [native-inputs]: ... here. New field. (libevent-2.0): New variable. * gnu/packages/patches/libevent-2.1-dns-tests.patch, gnu/packages/patches/libevent-2.0-evdns-fix-remote-stack-overread.patch gnu/packages/patches/libevent-2.0-evdns-fix-searching-empty-hostnames.patch gnu/packages/patches/libevent-2.0-evutil-fix-buffer-overflow.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/gnuzilla.scm (icecat)[inputs]: Change 'libevent' to 'libevent-2.0'.
2017-01-31gnu: mdadm: Update to 4.0.Ludovic Courtès
* gnu/packages/linux.scm (mdadm): Update to 4.0. [arguments]: Add "CC=gcc" to #:make-flags.
2017-01-31gnu: parallel: Update to 20170122.Ludovic Courtès
* gnu/packages/parallel.scm (parallel): Update to 20170122.
2017-01-31gnu: kbd: Update to 2.0.4.Ludovic Courtès
* gnu/packages/linux.scm (kbd): Update to 2.0.4.
2017-01-31gnu: gdb: Update to 7.12.1.Ludovic Courtès
* gnu/packages/gdb.scm (gdb): Update to 7.12.1.
2017-01-31gnu: xcalc: Update to 1.0.6.Ludovic Courtès
* gnu/packages/xorg.scm (xcalc): Update to 1.0.6.
2017-01-31system: Introduce 'file-systems' Shepherd service.Ludovic Courtès
* gnu/services/base.scm (file-system-shepherd-services): New procedure. (file-system-service-type): Use it as the SHEPHERD-ROOT-SERVICE-TYPE extension. (user-processes-service-type): Change to take a single 'grace-delay' parameter. (user-processes-service): Remove 'file-systems' parameter. Pass GRACE-DELAY as the only value for the service. * gnu/system.scm (essential-services): Adjust accordingly.
2017-01-31file-systems: Do not read superblocks past the end of a device.Ludovic Courtès
Fixes <http://bugs.gnu.org/25573>. Reported by Alex Kost <alezost@gmail.com>. * gnu/build/file-systems.scm (seek*): New procedure. (read-superblock): Use it instead of 'seek' and ensure it returns OFFSET.
2017-01-31gnu: Add r-rhdf5.Raoul Jean Pierre Bonnal
2017-01-31gnu: Add r-tximport.Raoul Jean Pierre Bonnal
2017-01-31gnu: Add ocaml-bin-prot.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-bin-prot): New variable.
2017-01-31gnu: Add ocaml-js-build-tools.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-js-build-tools): New variable.
2017-01-31gnu: Add ocaml-oasis.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-oasis): New variable.
2017-01-31gnu: Add ocaml-fileutils.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-fileutils): New variable.
2017-01-31gnu: Add ocaml-expect.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-expect): New variable.
2017-01-31gnu: Add ocaml-pcre.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-pcre): New variable.
2017-01-31gnu: Add ocaml-batteries.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-batteries): New variable.
2017-01-31gnu: Add omake.Julien Lepiller
* gnu/packages/ocaml.scm (omake): New variable. * gnu/packages/patches/omake-fix-non-determinism.patch: New file. * gnu/local.mk (dist_patch_DATA): New patch.
2017-01-31gnu: Add ocamlify.Julien Lepiller
* gnu/packages/ocaml.scm (ocamlify): New variable.
2017-01-31gnu: Add ocaml-base64.Julien Lepiller
* gnu/packages/ocaml.scm (ocaml-base64): New variable.
2017-01-31gnu: Add xinetd.Thomas Danckaert
* gnu/packages/web.scm (xinetd): New variable. * gnu/packages/patches/xinetd-CVE-2013-4342.patch, gnu/packages/patches/xinetd-fix-fd-leak.patch: New files. * gnu/local.mk (dist_patch_DATA): Add patches. Signed-off-by: Leo Famulari <leo@famulari.name>
2017-01-31gnu: Add neovim.Ricardo Wurmus
* gnu/packages/vim.scm (neovim): New variable.
2017-01-31gnu: Add lua5.2-lpeg.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.2-lpeg): New variable.
2017-01-31gnu: Add lua5.2-bitop.Ricardo Wurmus
* gnu/packages/lua.scm (lua5.2-bitop): New variable.
2017-01-31gnu: Add lua5.2-libmpack.Ricardo Wurmus
* gnu/packages/serialization.scm (lua5.2-libmpack): New variable.
2017-01-31gnu: Add lua-libmpack.Ricardo Wurmus
* gnu/packages/serialization.scm (lua-libmpack): New variable.
2017-01-31gnu: Add libmpack.Ricardo Wurmus
* gnu/packages/serialization.scm (libmpack): New variable.
2017-01-31gnu: gmsh: Update to 2.16.0Paul Garlick
* gnu/packages/maths.scm (gmsh): Update to 2.16.0 Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-01-31gnu: bundler: Update to 1.14.3.Ben Woodcroft
* gnu/packages/ruby.scm (bundler): Update to 1.14.3.
2017-01-31gnu: tor: Add hardening configure-flags.ng0
* gnu/packages/tor.scm (tor)[arguments]: Add '--enable-expensive-hardening', 'enable-gcc-hardening', '--enable-linker-hardening' to configure-flags. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-30gnu: tcpdump: Update to 4.9.0 [security fixes].Leo Famulari
Fixes CVE-2016-{7922,7923,7924,7925,7926,7927,7928,7929,7930,7931,7932,7933 7934,7935,7936,7937,7938,7939,7940,7973,7974,7975,7983,7984,7985,7986,7992,7993, 8574,8575} and CVE-2017-{5202,5203,5204,5205,5341,5342,5482,5483,5484,5485, 5486}. * gnu/packages/admin.scm (tcpdump): Update to 4.9.0. [source]: Add alternate URL and set the file-name.
2017-01-30gnu: libpcap: Update to 1.8.1.Leo Famulari
* gnu/packages/admin.scm (libpcap): Update to 1.8.1.
2017-01-30gnu: bitlbee: Update to 3.5.1 [security fixes].Marius Bakke
* gnu/packages/messaging.scm (bitlbee): Update to 3.5.1. [source]: Remove patches. (%bitlbee-buddy-nick-change-patch): Remove. (%bitlbee-always-use-nicks-patch): Remove.
2017-01-30gnu: Add rocksdb.Marius Bakke
* gnu/packages/databases.scm (rocksdb): New variable.
2017-01-30gnu: xauth: Update to 1.0.10.Marius Bakke
* gnu/packages/xorg.scm (xauth): Update to 1.0.10.
2017-01-30gnu: re2: Update to 2017-01-01.Marius Bakke
* gnu/packages/regex.scm (re2): Update to 2017-01-01. [arguments]: End 'delete-static-library' phase on #t.
2017-01-30gnu: ghc-8: Update to 8.0.2.Federico Beffa
* gnu/packages/haskell.scm (ghc-8): Update to 8.0.2. [arguments]: Remove #:modules, #:imported-modules and phase configure-testsuite. * gnu/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2017-01-30gnu: Add reducelcs.ng0
* gnu/packages/maths.scm (reducelcs): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-01-30gnu: Add r-bsgenome-hsapiens-1000genomes-hs37d5.Roel Janssen
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-1000genomes-hs37d5): New variable.
2017-01-30gnu: Add light.José Miguel Sánchez García
* gnu/packages/linux.scm (light): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-01-30gnu: Add font-awesome.José Miguel Sánchez García
* gnu/packages/fonts.scm (font-awesome): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-30gnu: Add opencascade-oce.Paul Garlick
* gnu/packages/maths.scm (opencascade-oce): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-01-29gnu: Add catimg.ng0
* gnu/packages/image-viewers.scm (catimg): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-01-29gnu: Add dub.Danny Milosavljevic
* gnu/packages/ldc.scm (dub): New variable.
2017-01-29gnu: khal: Update to 0.9.1.Leo Famulari
* gnu/packages/calendar.scm (khal): Update to 0.9.1.
2017-01-29gnu: emacs-org: Update to 20170124.Nicolas Goaziou
* gnu/packages/emacs.scm (emacs-org): Update to 20170124. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-29gnu: wireshark: Update to 2.2.4.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 2.2.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-29gnu: asymptote: Update to 2.39Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.39. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-01-28gnu: vim: Update to 8.0.0257.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim): Update to 8.0.0257.
2017-01-28gnu: Add GNU Freetalk.Clément Lassieur
* gnu/packages/messaging.scm (freetalk): New variable. Signed-off-by: Mathieu Lirzin <mthl@gnu.org>
7cc4549cc109c42e1a65d3d6caf9cab1895f8'>bootloader: extlinux: Fix device tree path....* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel directory to format device tree file path. Mathieu Othacehe 2017-09-11system: Introduce a disjoint UUID type....Conceptually a UUID is just a bytevector. However, there's software out there such as GRUB that relies on the string representation of different UUID types (e.g., the string representation of DCE UUIDs differs from that of ISO-9660 UUIDs, even if they are actually bytevectors of the same length). This new <uuid> record type allows us to preserve information about the type of UUID so we can eventually convert it to a string using the right representation. * gnu/system/uuid.scm (<uuid>): New record type. (bytevector->uuid): New procedure. (uuid): Return calls to 'make-uuid'. (uuid->string): Rewrite using 'match-lambda*' to accept a single 'uuid?' argument. * gnu/bootloader/grub.scm (grub-root-search): Check for 'uuid?' instead of 'bytevector?'. * gnu/system.scm (bootable-kernel-arguments): Check whether ROOT-DEVICE is 'uuid?'. (read-boot-parameters): Use 'bytevector->uuid' when the store device is a bytevector. (read-boot-parameters-file): Check for 'uuid?' instead of 'bytevector?'. (device->sexp): New procedure. (operating-system-boot-parameters-file): Use it for 'root-device' and 'store'. (operating-system-bootcfg): Remove conditional in definition of 'root-device'. * gnu/system/file-systems.scm (file-system->spec): Check for 'uuid?' on DEVICE and take its bytevector. * gnu/system/mapped-devices.scm (open-luks-device): Likewise. * gnu/system/vm.scm (iso9660-image): Call 'uuid-bytevector' for the #:volume-uuid argument. Ludovic Courtès 2017-08-20gnu: grub-efi-bootloader: Specialize grub-install invocation....* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for EFI systems. * gnu/system/examples/bare-bones.tmpl: Use the newer "bootloader-configuration" syntax. * gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax. Also, use the same label for the LUKS-mapped device and the root partition. Remove unneeded "title" field for the file-system based on LUKS; as noted in the manual, the "title" field is ignored for mapped devices. * gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration, and use grub-efi-bootloader. Andy Wingo 2017-08-03vm: Use grub-hybrid's grub-mkrescue....* gnu/system/vm.scm (system-disk-image): Use grub-hybrid's grub-mkrescue. * gnu/bootlader/grub.scm (grub-mkrescue-bootloader): New variable. Danny Milosavljevic 2017-07-28bootloader: Use <menu-entry> for the bootloader side....* gnu/bootloader.scm (menu-entry-device-mount-point): New variable. Export it. (<menu-entry>: New field "device". * gnu/bootloader/grub.scm (grub-confgiuration-file): Handle <menu-entry> entries. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Handle <menu-entry> entries. * gnu/system.scm (menu->entry->boot-parameters): Delete variable. (boot-parameters->menu-entry): New variable. Export it. (operating-system-bootcfg): Make OLD-ENTRIES a list of <menu-entry>. * guix/script/system.scm (reinstall-bootloader): Fix bootcfg usage. (perform-action): Fix bootcfg usage. Danny Milosavljevic 2017-07-15bootloader: Add u-boot....* gnu/bootloader/u-boot.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi: Document it. Danny Milosavljevic 2017-07-02gnu: Switch guile-cairo and dependents to Guile 2.2 again....Fixes <https://bugs.gnu.org/27551>. Reported by Leo Famulari <leo@famulari.name>. This reinstates the following commits: e3ddb1e83 * gnu: guile-cairo: Switch to Guile 2.2. ae5c6ef39 * gnu: guile-gnome: Update to 2.16.5. 0fd8013fc * gnu: guile-rsvg: Update to commit 05c6a2fd. 66b9183c4 * gnu: guile-lib: Switch to Guile 2.2. and adds the following changes: * gnu/bootloader/grub.scm (svg->png): Add 'package->derivation' call for GUILE-2.2. Pass #:guile-for-build to 'gexp->derivation'. * gnu/build/svg.scm (svg->png): Add 'em' and 'ex' to the 'let-values' form to account for all the values returned by 'rsvg-handle-get-dimensions', which Guile 2.2 does not truncate. Ludovic Courtès 2017-06-21bootloader: extlinux: Add extlinux-bootloader-gpt....* gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported variable. (install-extlinux)[mbr]: New argument. (install-extlinux-mbr, install-extlinux-gpt): New variables. (extlinux-bootloader)[installer]: Use install-extlinux-mbr. Mathieu Othacehe 2017-06-08bootloader: Use menu-entry to define custom bootloader entries....* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters, This record is extracted from grub module. * gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use menu-entry->boot-parameters to convert menu-entry records to boot-parameters. * gnu/bootloader/grub.scm (<menu-entry>): Remove. (boot-parameters->menu-entry): Remove. (grub-configuration-file): Use boot-parameters to create configuration entries. * gnu/system.scm (menu-entry->boot-parameters): New exported procedure. Mathieu Othacehe 2017-05-21bootloader: extlinux: Add a warning message on top of generated conf file....* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Warn users about the fact that the configuration file is automatically generated. Mathieu Othacehe 2017-05-18bootloader: extlinux: Remove syslinux-bootloader....* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader that was forgotten in 8ad37ad7b. Mathieu Othacehe 2017-05-18bootloader: extlinux: Remove undefined symbols from export list....* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader, extlinux-configuration, syslinux-configuration. Mathieu Othacehe 2017-05-16bootloader: Add extlinux support....* gnu/bootloader.scm: New file. * gnu/bootloader/extlinux.scm: New file. * gnu/bootloader/grub.scm: New file. * gnu/local.mk: Build new files. * gnu/system.scm: Adapt to new bootloader api. * gnu/scripts/system.scm: Adapt to new bootloader api. * gnu.scm: Remove (gnu system grub) and replace by (gnu bootloader) and (gnu bootloader grub) modules. * gnu/system/grub.scm: Moved content to gnu/bootloader/grub.scm. * gnu/system/vm: Replace (gnu system grub) module by (gnu bootloader). * gnu/tests.scm: Ditto. * gnu/tests/nfs.scm: Ditto. Mathieu Othacehe