summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-05gnu: nghttp2: Update to 1.40.0....* gnu/packages/web.scm (nghttp2): Update to 1.40.0. [replacement]: Remove. (nghttp2-1.39.1): Remove variable. Marius Bakke
2019-12-05gnu: expat: Do not build static libraries....* gnu/packages/xml.scm (expat)[arguments]: New field. Marius Bakke
2019-12-05gnu: expat: Remove grafted replacement....* gnu/packages/xml.scm (expat): Update to 2.2.9. [replacement]: Remove. (expat-2.2.9): Remove variable. Marius Bakke
2019-12-05gnu: avahi: Incorporate grafted changes....* gnu/packages/avahi.scm (avahi)[replacement]: Remove. [source](patches): Add avahi-CVE-2018-1000845.patch. [properties]: New field. (avahi/fixed): Remove variable. Marius Bakke
2019-12-05gnu: fribidi: Remove defunct replacement....* gnu/packages/fribidi.scm (fribidi)[replacement]: Remove. (fribidi/fixed): Remove variable. Marius Bakke
2019-12-05gnu: perl: Remove obsolete workaround....* gnu/packages/perl.scm (perl)[arguments]: Remove phase "make-shared-objects-writable". Marius Bakke
2019-12-05gnu: libjpeg-turbo: Remove graft for 2.0.3....* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.3. [replacement]: Remove. [source](patches): New field. Marius Bakke
2019-12-05Merge branch 'master' into core-updatesMarius Bakke
2019-12-05gnu: Add west....* gnu/packages/embedded.scm (west): New variable. Clément Lassieur
2019-12-05gnu: Add python-pykwalify....* gnu/packages/python-xyz.scm (python-pykwalify): New variable. Clément Lassieur
2019-12-05gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stum......* gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp. Pierre Neidhardt
2019-12-05gnu: libimagequant: Update to 2.12.5....* gnu/packages/image.scm (libimagequant): Update to 2.12.5. Tobias Geerinckx-Rice
2019-12-05gnu: procenv: Update to 0.51....* gnu/packages/linux.scm (procenv): Update to 0.51. Tobias Geerinckx-Rice
2019-12-05Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascrip......This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which still breaks ‘guix pull’. Tobias Geerinckx-Rice
2019-12-05gnu: librsvg-next: Use generate-all-checksums....* gnu/packages/gnome.scm (librsvg-next)[arguments]: Use generate-all-checksums instead of manually traversing the directories. Efraim Flashner
2019-12-05Revert "build-system/linux-module: Accept a #:make-flags keyword."...I should've tested this better before pushing the commit. This reverts commit fabd4900d8fb739a55e2dff76dee3a29b2a90bb1. Efraim Flashner
2019-12-05gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and st......* gnu/local.mk: Include lisp-xyz.scm. * gnu/packages/lisp-xyz.scm: New file. * gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to javascript.scm and stumpwm to wm.scm. * gnu/packages/javascript.scm: Add uglify-js. * gnu/packages/wm.scm: Add stumpwm. * gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm. * gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm. * gnu/packages/web.scm: Find uglify-js in javascript.scm. * gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm. * guix/build-system/minify.scm (default-uglify-js): Find uglify-js in javascript module instead of lisp. Pierre Neidhardt
2019-12-04gnu: Remove unused module import....* gnu/packages/image.scm: Do not import (gnu packages gcc). Marius Bakke
2019-12-04gnu: libjpeg-turbo: Fix CVE-2019-13960 and CVE-2019-2201....* gnu/packages/patches/libjpeg-turbo-CVE-2019-2201.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image.scm (libjpeg-turbo/fixed): New variable. (libjpeg-turbo)[replacement]: New field. Marius Bakke
2019-12-04gnu: pd: Update to 0.50-2....* gnu/packages/music.scm (pd): Update to 0.50-2. Tobias Geerinckx-Rice
2019-12-04gnu: libgig: Update to 4.2.0....* gnu/packages/music.scm (libgig): Update to 4.2.0. Tobias Geerinckx-Rice
2019-12-04gnu: imapfilter: Update to 2.6.16....* gnu/packages/mail.scm (imapfilter): Update to 2.6.16. [arguments]: Remove ‘fix-include-path’ phase. Tobias Geerinckx-Rice
2019-12-04gnu: mpop: Update to 1.4.6....* gnu/packages/mail.scm (mpop): Update to 1.4.6. Tobias Geerinckx-Rice
2019-12-04gnu: girara: Fetch sources from git....The tarball URI is having server issues. Use the upstream git repository instead until this is resolved. Reported by Marius Bakke <mbakke@fastmail.com>. * gnu/packages/gtk.scm (girara)[source]: Switch to GIT-FETCH. Tobias Geerinckx-Rice
2019-12-04gnu: emacs-org-contrib: Fix build....* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Refer to the updated installation directory. Pierre Neidhardt
2019-12-04gnu: emacs-scel: Fix build....* gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation directory. Pierre Neidhardt
2019-12-04gnu: knot: Update to 2.9.1 [fixes CVE-2019-19331]....* gnu/packages/dns.scm (knot): Update to 2.9.1. Leo Famulari
2019-12-04gnu: notmuch: Fix build....* gnu/packages/mail.scm (notmuch): Refer to the updated installation directory. Pierre Neidhardt
2019-12-04gnu: ffmpeg: Update to 3.4.7....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.7. Marius Bakke
2019-12-04gnu: feh: Update to 3.3....* gnu/packages/patches/feh-fix-tests-for-imlib2-1.6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/image-viewers.scm (feh): Update to 3.3. [source](patches): Remove. Marius Bakke
2019-12-04Merge branch 'staging'Marius Bakke
2019-12-04gnu: Remove duplicate nlohmann-json-cpp package....* gnu/packages/serialization.scm (nlohmann-json-cpp): Move variable ... * gnu/packages/cpp.scm (nlohmann-json-cpp): ... here. Mark as deprecated by JSON-MODERN-CXX. * gnu/packages/jupyter.scm (xeus)[inputs]: Change NLOHMANN-JSON-CPP to JSON-MODERN-CXX. * gnu/packages/video.scm (mkvtoolnix)[inputs]: Likewise. Marius Bakke
2019-12-04gnu: sunxi-tools: Simplify build....* gnu/packages/admin.scm (sunxi-tools-source): New procedure. (sunxi-target-tools): New variable. (sunxi-tools)[source]: Use sunxi-tools-source. [native-inputs]: Remove cross-gcc, cross-libc, cross-libc-static. Add sunxi-target-tools. [arguments]<#:make-flags>: Modify. [arguments]<#:phases>[set-environment-up]: Delete phase. [build-armhf]: Delete phase. [install]: Modify. Danny Milosavljevic
2019-12-04machine: ssh: <machine-ssh-configuration> can include the host key....* gnu/machine/ssh.scm (<machine-ssh-configuration>)[host-key]: New field. (machine-ssh-session): Pass #:host-key to 'open-ssh-session'. * doc/guix.texi (Invoking guix deploy): Document it. Ludovic Courtès
2019-12-04ssh: 'open-ssh-session' can be passed the expected host key....* guix/ssh.scm (open-ssh-session): Add #:host-key parameter. Pass #:knownhosts to 'make-session'. When HOST-KEY is true, call 'authenticate-server*' instead of 'authenticate-server'. Ludovic Courtès
2019-12-04ssh: Always authenticate the server [security fix]....Until now, users of 'open-ssh-session', including "guix deploy" and "GUIX_DAEMON_SOCKET=ssh://…" (but not "guix offload"), would not authenticate the SSH server they're talking to. * guix/ssh.scm (open-ssh-session): Call 'authenticate-server'. Ludovic Courtès
2019-12-04ssh: Add 'authenticate-server*' and use it for offloading....* guix/scripts/offload.scm (host-key->type+key): Remove. (open-ssh-session): Replace server authentication code with a call to 'authenticate-server*'. * guix/ssh.scm (host-key->type+key, authenticate-server*): New procedures. Ludovic Courtès
2019-12-04gnu: bitlbee: Use Python 3....* gnu/packages/messaging.scm (bitlbee)[inputs]: Replace python-2 with python. [arguments]: Set the PYTHON environment variable before configuring. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar
2019-12-04services: Add GNOME Keyring service....* gnu/services/desktop.scm: (<gnome-keyring-configuration>): New record type. (pam-gnome-keyring): New procedure. (gnome-keyring-service-type): New variable. * doc/guix.texi (Desktop Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Leo Prikler
2019-12-04substitute: Remove unused procedure....This became unused with commit a9468b422b6df2349a3f4d1451c9302c3d77011b. * guix/scripts/substitute.scm (assert-valid-signature): Remove. Ludovic Courtès
2019-12-04gnu: ncmpc: Update to 0.36....* gnu/packages/mpd.scm (ncmpc): Update to 0.36. Leo Famulari
2019-12-04gnu: MPD: Update to 0.21.16....* gnu/packages/mpd.scm (mpd): Update to 0.21.16. Leo Famulari
2019-12-04gnu: tmux: Update to 3.0a....* gnu/packages/tmux.scm (tmux): Update to 3.0a. Leo Famulari
2019-12-04services: SSH services: Provide 'ssh' and 'sshd' Shepherd services....* gnu/services/ssh.scm (lsh-shepherd-service, dropbear-shepherd-service, openssh-sheperd-service): Add 'ssh' and 'sshd' to provision. Leo Famulari
2019-12-04gnu: icecat: Update to 68.3.0-guix0-preview1 [security fixes]....Includes fixes for CVE-2019-11745, CVE-2019-17005, CVE-2019-17008, CVE-2019-17009, CVE-2019-17010, CVE-2019-17011, and CVE-2019-17012. * gnu/packages/patches/icecat-gnuzilla-fixes.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update hash for the firefox source tarball. Update to the latest from gnuzilla.git. Don't apply icecat-gnuzilla-fixes.patch. Remove determinism fix in makeicecat that is now upstream. Tweak a status message. (icecat)[arguments]: Add "--with-unsigned-addon-scopes=app" configure flag. * gnu/packages/patches/icecat-makeicecat.patch: Adapt. Mark H Weaver
2019-12-04gnu: emacs-transient: Refer to the updated installation directory....* gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the updated installation directory. Clément Lassieur
2019-12-04gnuL librsvg-next: Unvendor some rust crates....* gnu/packages/gnome.scm (computed-origin-method, librsvg-next-source): New variables. (librsvg-next)[source]: Use computed librsvg-next-source. [arguments]: Import %cargo-build-modules. Enable 'patch-source-shebangs, 'patch-generated-source-shebangs, 'patch-user-bin-file phases. Change custom phase to patch cargo checksums and Cargo.lock. Efraim Flashner
2019-12-04gnu: emacs-emacsql: Fix build....* gnu/packages/emacs-xyz.scm (emacs-emacsql): Refer to the updated installation directory. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer
2019-12-04gnu: emacs-ert-runner: Fix build....* gnu/packages/emacs-xyz.scm (emacs-ert-runner): Refer to the updated installation directory. Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer
2019-12-04gnu: emacs: Use load-path instead of EMACSLOADPATH....This enables the use of the subdirs.el feature of Emacs, where specifying a directory in EMACSLOADPATH translates into a `load-path' variable containing the directory and all its sub-directories. * gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs-autoload-packages): Use `load-path' directly instead of parsing EMACSLOADPATH. Reported-by: Leo Prikler <leo.prikler@student.tugraz.at> Signed-off-by: Clément Lassieur <clement@lassieur.org> Maxim Cournoyer