summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* syscalls: Add utmpx procedures and data structure.Ludovic Courtès2017-01-19
| | | | | | | * guix/build/syscalls.scm (<utmpx-entry>): New record type. (%utmpx): New C struct. (login-type): New bits. (setutxent, endutxent, getutxent, utmpx-entries): New procedures.
* syscalls: Extract 'bytes->string'.Ludovic Courtès2017-01-19
| | | | | * guix/build/syscalls.scm (bytes->string): New procedure. (bytevector->string-list): Use it.
* gnu: ansible: Update to 2.2.1 [fixes CVE-2016-9587].Ludovic Courtès2017-01-19
| | | | * gnu/packages/admin.scm (ansible): Update to 2.2.1.
* import: github: Catch HTTP 403 error during fetch.Mathieu OTHACEHE2017-01-19
| | | | | | | | * guix/import/github.scm (json-fetch*): Catch 403 HTTP error that may be raised if a github token has not been set. Signed-off-by: Mathieu OTHACEHE <m.othacehe@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Add 'nginx-service-type' test.Ludovic Courtès2017-01-19
| | | | | * gnu/tests/web.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* services: nginx: Add default values for <nginx-configuration> fields.Ludovic Courtès2017-01-19
| | | | | | * gnu/services/web.scm (<nginx-configuration>)[nginx, log-directory] [run-directory, server-blocks, upstream-blocks, file]: Add default values.
* services: nginx: Add support for 'location' blocks.Christopher Baines2017-01-19
| | | | | | | | | | | | | * gnu/services/web.scm (<nginx-server-configuration>): Add field 'locations'. (<nginx-location-configuration>): New record type. (<nginx-named-location-configuration>): New record type. (nginx-location-config): New function. (default-nginx-server-config): Include locations. * doc/guix.texi (Web Services): Document the new nginx-location-configuration and nginx-named-location-configuration data types, as well as the changes to the nginx-server-configuration. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: nginx: Add support the 'upstream' module.Christopher Baines2017-01-19
| | | | | | | | | | | | * gnu/services/web.scm (<nginx-upstream-configuration>): New record type. (<nginx-configuration>): Add new field upstream-blocks. (nginx-upstream): New function. (default-nginx-config): Add upstream-list parameter. (nginx-service): Add optional upstream list keyword argument. * doc/guix.texi (Web Services): Document the new nginx-upstream-configuration data type and changes to the nginx function. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: dnsmasq: Enable dbus support.Christopher Baines2017-01-19
| | | | | | | | | | * gnu/pacakges/dns.scm (dnsmasq): Enable dbus support to allow for NetworkManager to use dnsmasq. [native-inputs]: Add pkg-config. [inputs]: Add dbus. [arguments]: Add COPTS="-DHAVE_DBUS" to make-flags. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Add libgig.Ricardo Wurmus2017-01-19
| | | | * gnu/packages/music.scm (libgig): New variable.
* doc: Show how to deploy any version of Guix.Leo Famulari2017-01-18
| | | | | * doc/guix.texi (Invoking guix pull): Give some examples of how to deploy arbitrary Guix versions with the --url option.
* guix environment, build: Allow absolute file names with '--root'.Ludovic Courtès2017-01-19
| | | | | | | | | Reported by Chris Webber. * guix/scripts/build.scm (register-root): If ROOT is absolute, keep it as is. * guix/scripts/environment.scm (register-gc-root): Likewise. * tests/guix-environment.sh (expected): Add test.
* gnu: Add Heimdal.Ludovic Courtès2017-01-19
| | | | * gnu/packages/kerberos.scm (heimdal): New variable.
* gnu: Move Kerberos implemetations to (gnu packages kerberos).Ludovic Courtès2017-01-19
| | | | | | | | | | | | | | * gnu/packages/mit-krb5.scm: Remove. * gnu/packages/shishi.scm: Remove. * gnu/packages/kerberos.scm: New file, from the concatenation of these two. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly. * gnu/packages/admin.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/gnome.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/java.scm, gnu/packages/networking.scm, gnu/packages/nfs.scm, gnu/packages/onc-rpc.scm, gnu/packages/ssh.scm, gnu/packages/web.scm: Adjust accordingly.
* gnu: stagit: Update to 0.5.ng02017-01-18
| | | | * gnu/packages/version-control.scm (stagit): Update to 0.5.
* gnu: qemu: Fix CVE-2017-5525, CVE-2017-5526.Efraim Flashner2017-01-18
| | | | | | | * gnu/packages/qemu.scm (qemu)[source]: Add patches. * gnu/packages/patches/qemu-CVE-2017-5525.patch, gnu/packages/patches/qemu-CVE-2017-5526.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: Add python-cram.Marius Bakke2017-01-18
| | | | * gnu/packages/python.scm (python-cram, python2-cram): New variables.
* gnu: Add leveldb.Marius Bakke2017-01-18
| | | | * gnu/packages/databases.scm (leveldb): New variable.
* gnu: Add mcabber.ng02017-01-18
| | | | | | * gnu/packages/messaging.scm (mcabber): New variable. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add loudmouth.ng02017-01-18
| | | | | | * gnu/packages/messaging.scm (loudmouth): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add menumaker.ng02017-01-18
| | | | | | * gnu/packages/wm.scm (menumaker): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: xf86-input-evdev: Update to 2.10.5.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.5.
* gnu: xf86-video-r128: Update to 6.10.2.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
* gnu: xf86-video-savage: Update to 2.3.9.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.9.
* gnu: xf86-video-trident: Update to 1.3.8.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.8.
* gnu: xf86-video-glint: Update to 1.2.9.Marius Bakke2017-01-18
| | | | | | | * gnu/packages/xorg.scm (xf86-video-glint): Update to 1.2.9. [source]: Remove upstreamed patch. * gnu/packages/patches/xf86-video-glint-remove-mibstore.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: xf86-video-nv: Update to 2.1.21.Marius Bakke2017-01-18
| | | | | | | * gnu/packages/xorg.scm (xf86-video-nv): Update to 2.1.21. [source]: Remove upstreamed patch. * gnu/packages/patches/xf86-video-nv-remove-mibstore.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: xf86-video-siliconmotion: Update to 1.7.9.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.9.
* gnu: xf86-video-mga: Update to 1.6.5.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.5.
* gnu: xf86-video-sis: Update to 0.10.9.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.9.
* gnu: xf86-video-tdfx: Update to 1.4.7.Marius Bakke2017-01-18
| | | | * gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
* gnu: multiqc: Add python-nose to inputs.Ricardo Wurmus2017-01-18
| | | | | * gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Add python-nose.
* gnu: screen: Update to 4.5.0.Efraim Flashner2017-01-18
| | | | | * gnu/packages/screen.scm (screen): Update to 4.5.0. [home-page]: Use https.
* gnu: Add emacs-sx.ng02017-01-18
| | | | | | * gnu/packages/emacs.scm (emacs-sx): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add emacs-ag.Christopher Baines2017-01-18
| | | | | | * gnu/packages/emacs.scm (emacs-ag): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add font-wqy-microhei.Feng Shu2017-01-18
| | | | * gnu/packages/fonts.scm (font-wqy-microhei): New variable.
* gnu: Add mlmmj.ng02017-01-17
| | | | | | * gnu/packages/mail.scm (mlmmj): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Add '--manifest' example using 'specification->package+output'.Ludovic Courtès2017-01-17
| | | | | * doc/guix.texi (Invoking guix package): Add --manifest example using 'specification->package+output'.
* gnu: guile-json: Update to 0.6.0.Ludovic Courtès2017-01-17
| | | | * gnu/packages/guile.scm (guile-json): Update to 0.6.0.
* gnu: Add ocaml-ocurl.Julien Lepiller2017-01-17
| | | | * gnu/pcakages/ocaml.scm (ocaml-ocurl): New variable.
* gnu: Add ocaml-jsonm.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-jsonm): New variable.
* gnu: Add ocaml-uutf.Julien Lepiller2017-01-17
| | | | * gna/packages/ocaml.scm (ocaml-uutf): New variable.
* gnu: Add ocaml-uchar.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-uchar): New variable.
* gnu: Add ocaml-ulex.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-ulex): New variable.
* gnu: Add ocaml-xmlm.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-xmlm): New variable.
* gnu: Add ocaml-bos.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-bos): New variable.
* gnu: Add ocaml-fpath.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-fpath): New variable.
* gnu: Add ocaml-logs.Julien Lepiller2017-01-17
| | | | * gnu/packages/ocaml.scm (ocaml-logs): New variable.
* gnu: Add r-msnid.Ricardo Wurmus2017-01-17
| | | | * gnu/packages/bioinformatics.scm (r-msnid): New variable.
* gnu: Add r-msnbase.Ricardo Wurmus2017-01-17
| | | | * gnu/packages/bioinformatics.scm (r-msnbase): New variable.