summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-12-05gnu: ghostscript: Incorporate grafted changes.Marius Bakke
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: Remove field. [arguments]: Add "--disable-compile-inits" and "--with-fontpath" in #:configure-flags. [native-inputs]: Add PKG-CONFIG. [inputs]: Add FONTCONFIG and GS-FONTS. (ghostscript/fixed): Remove variable.
2019-12-05gnu: OpenSSL: Incorporate grafted changes.Marius Bakke
* gnu/packages/tls.scm (openssl): Update to 1.1.1d. [replacement]: Remove field. (openssl-1.1.1d): Remove variable.
2019-12-05gnu: curl: Update to 7.67.0.Marius Bakke
* gnu/packages/curl.scm (curl): Update to 7.67.0. [replacement]: Remove field. (curl-7.66.0): Remove variable.
2019-12-05gnu: nghttp2: Update to 1.40.0.Marius Bakke
* gnu/packages/web.scm (nghttp2): Update to 1.40.0. [replacement]: Remove. (nghttp2-1.39.1): Remove variable.
2019-12-05gnu: expat: Do not build static libraries.Marius Bakke
* gnu/packages/xml.scm (expat)[arguments]: New field.
2019-12-05gnu: expat: Remove grafted replacement.Marius Bakke
* gnu/packages/xml.scm (expat): Update to 2.2.9. [replacement]: Remove. (expat-2.2.9): Remove variable.
2019-12-05gnu: avahi: Incorporate grafted changes.Marius Bakke
* gnu/packages/avahi.scm (avahi)[replacement]: Remove. [source](patches): Add avahi-CVE-2018-1000845.patch. [properties]: New field. (avahi/fixed): Remove variable.
2019-12-05gnu: fribidi: Remove defunct replacement.Marius Bakke
* gnu/packages/fribidi.scm (fribidi)[replacement]: Remove. (fribidi/fixed): Remove variable.
2019-12-05gnu: perl: Remove obsolete workaround.Marius Bakke
* gnu/packages/perl.scm (perl)[arguments]: Remove phase "make-shared-objects-writable".
2019-12-05gnu: libjpeg-turbo: Remove graft for 2.0.3.Marius Bakke
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.3. [replacement]: Remove. [source](patches): New field.
2019-12-05Merge branch 'master' into core-updatesMarius Bakke
2019-12-05gnu: Add west.Clément Lassieur
* gnu/packages/embedded.scm (west): New variable.
2019-12-05gnu: Add python-pykwalify.Clément Lassieur
* gnu/packages/python-xyz.scm (python-pykwalify): New variable.
2019-12-05gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt
stumpwm to wm. * 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.
2019-12-05gnu: libimagequant: Update to 2.12.5.Tobias Geerinckx-Rice
* gnu/packages/image.scm (libimagequant): Update to 2.12.5.
2019-12-05gnu: procenv: Update to 0.51.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (procenv): Update to 0.51.
2019-12-05Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to ↵Tobias Geerinckx-Rice
javascript and stumpwm to wm." This reverts commit ac1ee30f4f7f9d0ae2a655676b0e8b9eb90a35dd, which still breaks ‘guix pull’.
2019-12-05gnu: librsvg-next: Use generate-all-checksums.Efraim Flashner
* gnu/packages/gnome.scm (librsvg-next)[arguments]: Use generate-all-checksums instead of manually traversing the directories.
2019-12-05Revert "build-system/linux-module: Accept a #:make-flags keyword."Efraim Flashner
I should've tested this better before pushing the commit. This reverts commit fabd4900d8fb739a55e2dff76dee3a29b2a90bb1.
2019-12-05gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and ↵Pierre Neidhardt
stumpwm to wm. * 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.
2019-12-04gnu: Remove unused module import.Marius Bakke
* gnu/packages/image.scm: Do not import (gnu packages gcc).
2019-12-04gnu: libjpeg-turbo: Fix CVE-2019-13960 and CVE-2019-2201.Marius Bakke
* 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.
2019-12-04gnu: pd: Update to 0.50-2.Tobias Geerinckx-Rice
* gnu/packages/music.scm (pd): Update to 0.50-2.
2019-12-04gnu: libgig: Update to 4.2.0.Tobias Geerinckx-Rice
* gnu/packages/music.scm (libgig): Update to 4.2.0.
2019-12-04gnu: imapfilter: Update to 2.6.16.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (imapfilter): Update to 2.6.16. [arguments]: Remove ‘fix-include-path’ phase.
2019-12-04gnu: mpop: Update to 1.4.6.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (mpop): Update to 1.4.6.
2019-12-04gnu: girara: Fetch sources from git.Tobias Geerinckx-Rice
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.
2019-12-04gnu: emacs-org-contrib: Fix build.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Refer to the updated installation directory.
2019-12-04gnu: emacs-scel: Fix build.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-scel): Refer to the updated installation directory.
2019-12-04gnu: knot: Update to 2.9.1 [fixes CVE-2019-19331].Leo Famulari
* gnu/packages/dns.scm (knot): Update to 2.9.1.
2019-12-04gnu: notmuch: Fix build.Pierre Neidhardt
* gnu/packages/mail.scm (notmuch): Refer to the updated installation directory.
2019-12-04gnu: ffmpeg: Update to 3.4.7.Marius Bakke
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.7.
2019-12-04gnu: feh: Update to 3.3.Marius Bakke
* 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.
2019-12-04Merge branch 'staging'Marius Bakke
2019-12-04gnu: Remove duplicate nlohmann-json-cpp package.Marius Bakke
* 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.
2019-12-04gnu: sunxi-tools: Simplify build.Danny Milosavljevic
* 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.
2019-12-04machine: ssh: <machine-ssh-configuration> can include the host key.Ludovic Courtès
* 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.
2019-12-04ssh: 'open-ssh-session' can be passed the expected host key.Ludovic Courtès
* 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'.
2019-12-04ssh: Always authenticate the server [security fix].Ludovic Courtès
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'.
2019-12-04ssh: Add 'authenticate-server*' and use it for offloading.Ludovic Courtès
* 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.
2019-12-04gnu: bitlbee: Use Python 3.Timotej Lazar
* 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>
2019-12-04services: Add GNOME Keyring service.Leo Prikler
* 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>
2019-12-04substitute: Remove unused procedure.Ludovic Courtès
This became unused with commit a9468b422b6df2349a3f4d1451c9302c3d77011b. * guix/scripts/substitute.scm (assert-valid-signature): Remove.
2019-12-04gnu: ncmpc: Update to 0.36.Leo Famulari
* gnu/packages/mpd.scm (ncmpc): Update to 0.36.
2019-12-04gnu: MPD: Update to 0.21.16.Leo Famulari
* gnu/packages/mpd.scm (mpd): Update to 0.21.16.
2019-12-04gnu: tmux: Update to 3.0a.Leo Famulari
* gnu/packages/tmux.scm (tmux): Update to 3.0a.
2019-12-04services: SSH services: Provide 'ssh' and 'sshd' Shepherd services.Leo Famulari
* gnu/services/ssh.scm (lsh-shepherd-service, dropbear-shepherd-service, openssh-sheperd-service): Add 'ssh' and 'sshd' to provision.
2019-12-04gnu: icecat: Update to 68.3.0-guix0-preview1 [security fixes].Mark H Weaver
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.
2019-12-04gnu: emacs-transient: Refer to the updated installation directory.Clément Lassieur
* gnu/packages/emacs-xyz.scm (emacs-transient)[arguments]: Refer to the updated installation directory.
2019-12-04gnuL librsvg-next: Unvendor some rust crates.Efraim Flashner
* 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.