Age | Commit message (Expand) | Author |
2018-05-21 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-21 | gnu: procps: Update to 3.3.14....* gnu/packages/linux.scm (procps): Update to 3.3.14.
[arguments]: Remove obsolete phase 'disable-strtod-test' because the change has
been upstreamed.
| Leo Famulari |
2018-05-21 | gnu: curl: Update replacement to 7.60.0 [Fixes CVE-2018-{1000300,1000301}]....* gnu/packages/curl.scm (curl)[replacement]: Update to 7.60.0.
(curl-7.59.0): Replace with ...
(curl-7.60.0): ... new variable.
| Leo Famulari |
2018-05-21 | gnu: BIND: Update to 9.12.1-P2 [fixes CVE-2018-{5736,5737}]....* gnu/packages/dns.scm (isc-bind): Update to 9.12.1-P2.
| Leo Famulari |
2018-05-21 | gnu: pius: Really add the patch file....* gnu/packages/patches/pius.patch: New file.
This is a follow-up to commit a92d97266dffcd1ab5c40a379005a7db1fc3dad4.
| Andreas Enge |
2018-05-21 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-05-21 | gnu: linux-libre: Update to 4.16.10....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.10.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-05-21 | gnu: linux-libre@4.14: Update to 4.14.42....* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.42.
(%linux-libre-4.14-hash): Update hash.
| Mark H Weaver |
2018-05-21 | gnu: linux-libre@4.9: Update to 4.9.101....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.101.
| Mark H Weaver |
2018-05-21 | gnu: pius: Fix incompatibility with newer GnuPG versions....* gnu/packages/gnupg.scm (pius)[source]: Add patch.
* gnu/packages/patches/pius.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Andreas Enge |
2018-05-21 | gnu: pius: Add input python2-sip....* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from
the pius Python script.
| Andreas Enge |
2018-05-21 | gnu: aria2: Update to 1.34.0....* gnu/packages/bittorrent.scm (aria2): Update to 1.34.0.
| Efraim Flashner |
2018-05-21 | profiles: Add hook to generate "gschemas.compiled"....* guix/profiles.scm (glib-schemas): New procedure.
(%default-profile-hooks): Add it.
| Danny Milosavljevic |
2018-05-21 | gnu: Add can-utils....* gnu/packages/networking.scm (can-utils): New variable.
| Danny Milosavljevic |
2018-05-21 | gnu: linux-libre: Enable build for aarch64-linux....* gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux.
(linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux.
* gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file.
* Makefile.am (AUX_FILES): Add 4.16-arm64.conf.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian |
2018-05-20 | gnu: linux-libre: Use "make dtbs_install" to install device tree files....* gnu/packages/linux.scm (make-linux-libre):
Use "make dtbs_install" to install device tree files.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vagrant Cascadian |
2018-05-20 | gnu: Add vigra-c....* gnu/packages/image.scm (vigra-c): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-05-20 | gnu: Add python-glob2....* gnu/packages/python.scm (python-glob2, python2-glob2): New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fis Trivial |
2018-05-20 | gnu: Add ghc-bytes....* gnu/packages/haskell.scm (ghc-bytes): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tonton |
2018-05-20 | gnu: Add ghc-semigroupoids-5.2.2....* gnu/packages/haskell.scm (ghc-semigroupoids-5.2.2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tonton |
2018-05-20 | services: connman: Add polkit hooks for connman....* gnu/services/networking.scm (connman-service-type): Extend the
polkit-service-type with actions from connman.
| Efraim Flashner |
2018-05-20 | services: openntpd: Add openntpd to the system profile....* gnu/services/networking.scm (openntpd-service-type): Extend the
profile-service-type and add openntpd to the system profile.
| Efraim Flashner |
2018-05-20 | services: dbus: Search more directories for '.service' files....* gnu/services/dbus.scm (system-service-directory): Remove one level of
directories when searching for '.service' files.
| Efraim Flashner |
2018-05-20 | services: connman: Add default configuration to the connman-service-type....* gnu/services/networking.scm (connman-service-type)[default-value]: New
field.
| Efraim Flashner |
2018-05-20 | services: Add Enlightenment desktop service....* gnu/services/desktop.scm (<enlightenment-desktop-configuration>,
enlightenment-desktop-service-type): New variables.
* doc/guix.texi (Desktop Services): Document the service.
* NEWS: Mention it.
| Efraim Flashner |
2018-05-20 | gnu: enlightenment: Fix setuid program locations....* gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-05-19 | gnu: Add guile-sparql....* gnu/packages/guile.scm (guile-sparql): New variable.
| Roel Janssen |
2018-05-19 | guix-install.sh: Fix chk_require exiting without warning....* etc/guix-install.sh (chk_require): Because of the set -e option, Bash was
exiting when the command `command -v "$c" &>/dev/null' was running on its
own. Instead, we now test the command and accumulate warning messages in a
single statement by chaining the command with a logical OR.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Maxim Cournoyer |
2018-05-19 | gnu: xss-lock: New variable....* gnu/packages/xdisorg.scm (xss-lock): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-05-19 | gnu: Add zyre....* gnu/packages/networking.scm (zyre): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tonton |
2018-05-19 | gnu: libsignal-protocol-c: Update to 2.3.2....* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: dash: Update to 0.5.10.2....* gnu/packages/shells.scm (dash): Update to 0.5.10.2.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: emacs-guix: Update to 0.4....* gnu/packages/emacs.scm (emacs-guix): Update to 0.4.
[propagated-inputs]: Add 'emacs-edit-indirect' (new dependency).
[arguments]: Add "--with-editindirect-lispdir" configure flag.
| Alex Kost |
2018-05-19 | gnu: xterm: Update to 333....* gnu/packages/xorg.scm (xterm): Update to 333.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: f-seq: Factorise ‘install’ phase....* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Let-bind more.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: r-amap: Update to 0.8-16....* gnu/packages/cran.scm (r-amap): Update to 0.8-16.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: r-modelr: Update to 0.1.2....* gnu/packages/cran.scm (r-modelr): Update to 0.1.2.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-io-compress: Update to 2.081....* gnu/packages/compression.scm (perl-io-compress): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-compress-raw-bzip2: Update to 2.081....* gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-compress-raw-zlib: Update to 2.081....* gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: qjackrcd: Use INVOKE....* gnu/packages/audio.scm (qjackrcd)[arguments]: Substitute INVOKE for
SYSTEM*.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: cava: Update to 0.6.1....* gnu/packages/audio.scm (cava): Update to 0.6.1.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: gsm: Update to 1.0.18....* gnu/packages/audio.scm (gsm): Update to 1.0.18.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: fluidsynth: Update to 1.1.11....* gnu/packages/audio.scm (fluidsynth): Update to 1.1.11.
| Tobias Geerinckx-Rice |
2018-05-19 | uuid: 'uuid' returns #f when 'string->uuid' returns #f....* gnu/system/uuid.scm (uuid): When STR is not a literal, return #f when
'string->uuid' returns #f.
* tests/uuid.scm ("uuid, dynamic value"): New test.
| Ludovic Courtès |
2018-05-19 | file-systems: Do not export <file-system>....* gnu/system/file-systems.scm (<file-system>): Do not export.
* gnu/system.scm (operating-system-root-file-system): Use an accessor
instead of 'match'.
| Ludovic Courtès |
2018-05-19 | tests: Skip 'tests/guix-pack.sh' when networking is missing....The test could fail because "static-binaries.tar.xz" is missing, for
instance.
* tests/guix-pack.sh: Require a network connection to be on the safe
side. This reverts part of 47a60325ca650e8fc1a291c8655b4297f4de8deb.
| Ludovic Courtès |
2018-05-19 | tests: Adjust to new "unbound variable" messages....This is a followup to 2d2f98efb36db3f003d950a004806234962b4f4d.
* tests/guix-system.sh: Adjust regexps to match "error:".
| Ludovic Courtès |
2018-05-18 | system: Add u-boot-pine64-plus installer....* gnu/bootloader/u-boot.scm (u-boot-pine64-plus-bootloader):
New exported variable.
* gnu/system/install.scm (pine64-plus-installation-os):
New exported variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Vagrant Cascadian |
2018-05-18 | services: cgit: Make project-list permit a file-object....Instead of having the service manage the list, it's useful to be able to point
this at an existing file, for example, when using cgit together with gitolite.
* gnu/services/cgit.scm (project-list?): New procedure.
(serialize-project-list): Handle file-object values.
(<cgit-configuration>): Change the predicate for project-list to allow lists
and file-objects.
| Christopher Baines |