Age | Commit message (Expand) | Author |
2017-01-20 | services: network-manager: Use record for configuration....* gnu/services/network-manager.scm (<network-manager-configuration>): New
record type.
(network-manager-shpeherd-service): Change to use the
network-manager-configuration record, rather than a package. Generate a
simple configuration file from the network-manager-configuration record.
(network-manager-service-type): Update extensions to take the
network-manager-configuration rather than a package.
(network-manager-service): Remove function, the network-manager-service-type
can be used instead, and this avoids keeping the function signature and value
coresponding to the service type in sync.
* doc/guix.texi (Networking Services): Remove documentation for the removed
network-manager-service procedure, and add documentation of the
network-manager-service-type variable and network-manager-configuration
record.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Christopher Baines |
2017-01-20 | gnu: obs: Update to 17.0.2....* gnu/packages/video.scm (obs): Update to 17.0.2.
[inputs]: Add alsa-lib, fontconfig, speex.
| Efraim Flashner |
2017-01-19 | gnu: mariadb: Update to 10.1.21 [security fixes]....Fixes CVE-2016-3238 and CVE-2017-{3238,3243,3244,3257,3258,3265,3291,3312,3317,
3318}.
* gnu/packages/databases.scm (mariadb): Update to 10.1.21.
| Leo Famulari |
2017-01-19 | services: Create /var/run/utmpx upon activation....This fixes a bug whereby /var/run/utmpx would never be created, and thus
accounting information would be missing.
* gnu/services.scm (activation-script): Create /var/run/utmpx.
* gnu/tests/base.scm (run-basic-test)["utmpx entry"]: New test.
| Ludovic Courtès |
2017-01-19 | gnu: ansible: Update to 2.2.1 [fixes CVE-2016-9587]....* gnu/packages/admin.scm (ansible): Update to 2.2.1.
| Ludovic Courtès |
2017-01-19 | tests: Add 'nginx-service-type' test....* gnu/tests/web.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès |
2017-01-19 | services: nginx: Add default values for <nginx-configuration> fields....* gnu/services/web.scm (<nginx-configuration>)[nginx, log-directory]
[run-directory, server-blocks, upstream-blocks, file]: Add default
values.
| Ludovic Courtès |
2017-01-19 | services: nginx: Add support for 'location' blocks....* 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>
| Christopher Baines |
2017-01-19 | services: nginx: Add support the 'upstream' module....* 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>
| Christopher Baines |
2017-01-19 | gnu: dnsmasq: Enable dbus support....* 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>
| Christopher Baines |
2017-01-19 | gnu: Add libgig....* gnu/packages/music.scm (libgig): New variable.
| Ricardo Wurmus |
2017-01-19 | gnu: Add Heimdal....* gnu/packages/kerberos.scm (heimdal): New variable.
| Ludovic Courtès |
2017-01-19 | gnu: Move Kerberos implemetations to (gnu packages kerberos)....* 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.
| Ludovic Courtès |
2017-01-18 | gnu: stagit: Update to 0.5....* gnu/packages/version-control.scm (stagit): Update to 0.5.
| ng0 |
2017-01-18 | gnu: qemu: Fix CVE-2017-5525, CVE-2017-5526....* 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.
| Efraim Flashner |
2017-01-18 | gnu: Add python-cram....* gnu/packages/python.scm (python-cram, python2-cram): New variables.
| Marius Bakke |
2017-01-18 | gnu: Add leveldb....* gnu/packages/databases.scm (leveldb): New variable.
| Marius Bakke |
2017-01-18 | gnu: Add mcabber....* gnu/packages/messaging.scm (mcabber): New variable.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
| ng0 |
2017-01-18 | gnu: Add loudmouth....* gnu/packages/messaging.scm (loudmouth): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| ng0 |
2017-01-18 | gnu: Add menumaker....* gnu/packages/wm.scm (menumaker): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| ng0 |
2017-01-18 | gnu: xf86-input-evdev: Update to 2.10.5....* gnu/packages/xorg.scm (xf86-input-evdev): Update to 2.10.5.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-r128: Update to 6.10.2....* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.10.2.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-savage: Update to 2.3.9....* gnu/packages/xorg.scm (xf86-video-savage): Update to 2.3.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-trident: Update to 1.3.8....* gnu/packages/xorg.scm (xf86-video-trident): Update to 1.3.8.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-glint: Update to 1.2.9....* 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.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-nv: Update to 2.1.21....* 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.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-siliconmotion: Update to 1.7.9....* gnu/packages/xorg.scm (xf86-video-siliconmotion): Update to 1.7.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-mga: Update to 1.6.5....* gnu/packages/xorg.scm (xf86-video-mga): Update to 1.6.5.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-sis: Update to 0.10.9....* gnu/packages/xorg.scm (xf86-video-sis): Update to 0.10.9.
| Marius Bakke |
2017-01-18 | gnu: xf86-video-tdfx: Update to 1.4.7....* gnu/packages/xorg.scm (xf86-video-tdfx): Update to 1.4.7.
| Marius Bakke |
2017-01-18 | gnu: multiqc: Add python-nose to inputs....* gnu/packages/bioinformatics.scm (multiqc)[propagated-inputs]: Add
python-nose.
| Ricardo Wurmus |
2017-01-18 | gnu: screen: Update to 4.5.0....* gnu/packages/screen.scm (screen): Update to 4.5.0.
[home-page]: Use https.
| Efraim Flashner |
2017-01-18 | gnu: Add emacs-sx....* gnu/packages/emacs.scm (emacs-sx): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| ng0 |
2017-01-18 | gnu: Add emacs-ag....* gnu/packages/emacs.scm (emacs-ag): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| Christopher Baines |
2017-01-18 | gnu: Add font-wqy-microhei....* gnu/packages/fonts.scm (font-wqy-microhei): New variable.
| Feng Shu |
2017-01-17 | gnu: Add mlmmj....* gnu/packages/mail.scm (mlmmj): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| ng0 |
2017-01-17 | gnu: guile-json: Update to 0.6.0....* gnu/packages/guile.scm (guile-json): Update to 0.6.0.
| Ludovic Courtès |
2017-01-17 | gnu: Add ocaml-ocurl....* gnu/pcakages/ocaml.scm (ocaml-ocurl): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-jsonm....* gnu/packages/ocaml.scm (ocaml-jsonm): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-uutf....* gna/packages/ocaml.scm (ocaml-uutf): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-uchar....* gnu/packages/ocaml.scm (ocaml-uchar): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-ulex....* gnu/packages/ocaml.scm (ocaml-ulex): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-xmlm....* gnu/packages/ocaml.scm (ocaml-xmlm): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-bos....* gnu/packages/ocaml.scm (ocaml-bos): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-fpath....* gnu/packages/ocaml.scm (ocaml-fpath): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add ocaml-logs....* gnu/packages/ocaml.scm (ocaml-logs): New variable.
| Julien Lepiller |
2017-01-17 | gnu: Add r-msnid....* gnu/packages/bioinformatics.scm (r-msnid): New variable.
| Ricardo Wurmus |
2017-01-17 | gnu: Add r-msnbase....* gnu/packages/bioinformatics.scm (r-msnbase): New variable.
| Ricardo Wurmus |
2017-01-17 | gnu: Add r-pcamethods....* gnu/packages/bioinformatics.scm (r-pcamethods): New variable.
| Ricardo Wurmus |
2017-01-17 | gnu: Add r-mzid....* gnu/packages/bioinformatics.scm (r-mzid): New variable.
| Ricardo Wurmus |