summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: json-c: Fix CVE-2020-12762.Efraim Flashner2020-08-06
| | | | | | | | | | * gnu/packages/web.scm (json-c)[replacement]: New field. (json-c-0.13, json-c-0.12)[source]: Add patch. (json-c/fixed): New variable. * gnu/packages/patches/json-c-CVE-2020-12762.patch, gnu/packages/patches/json-c--0.13-CVE-2020-12762.patch, gnu/packages/patches/json-c--0.12-CVE-2020-12762.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
* gnu: binutils-gold: build with canonical gcc:lib.Efraim Flashner2020-08-06
| | | | | * gnu/packages/base.scm (binutils-gold)[inputs]: Replace gcc:lib with the canonical-package of gcc.
* gnu: go-1.4: Build with canonical gcc:lib.Efraim Flashner2020-08-06
| | | | | * gnu/packages/golang.scm (go-1.4)[inputs]: Replace gcc:lib with the canonical-package of gcc.
* gnu: ghc-c2hs: Enable tests.Efraim Flashner2020-08-06
| | | | * gnu/packages/haskell-xyz.scm (ghc-c2hs)[arguments]: Enable tests.
* gnu: ghc-c2hs: Remove extra input.Efraim Flashner2020-08-06
| | | | * gnu/packages/haskell-xyz.scm (ghc-c2hs)[native-inputs]: Remove gcc.
* gnu: v: Remove unnecessary input.Efraim Flashner2020-08-06
| | | | * gnu/packages/vlang.scm (v)[inputs]: Remove gcc.
* gnu: jami: Always remove contrib tarballs from the sources of Jami.Maxim Cournoyer2020-08-06
| | | | | | | | | | | The origin used as the "sfl-patches" input contained bundled library tarballs, and weighed 217 MiB. After this change, it weighs 3.3 MiB. * gnu/packages/jami.scm (jami-source): Rename #:without-daemon to \#:keep-contrib-patches. Delete the daemon/contrib/tarballs sub-directory even when keeping the patches. Delete extraneous code. (%sfl-patches, %jami-sources): New variables. (pjproject-jami, ffmpeg-jami, libring): Adjust to use the above variables.
* gnu: ruby-chunky-png: Update to 1.3.12.Maxim Cournoyer2020-08-05
| | | | * gnu/packages/ruby.scm (ruby-chunky-png): Update to 1.3.12.
* gnu: pjproject: Update the pkg-config patch.Maxim Cournoyer2020-08-05
| | | | * gnu/packages/patches/pjproject-fix-pkg-config-ldflags.patch: Update patch.
* gnu: perf: Fix build.Jakub Kądziołka2020-08-06
| | | | | | | This is a follow-up to commit 843344273c6a587b8e6c84d8406500fd64d8908a. * gnu/packages/linux.scm (perf)[native-inputs]: Add python-3 for bpf_helpers_doc.py
* ui: Report key-and-arg exceptions correctly.Ludovic Courtès2020-08-05
| | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/42601>. Reported by Jan Wielkiewicz <tona_kosmicznego_smiecia@interia.pl>. Regression introduced in efe037fc5cc3134bbc3ef4e36b49a3f788921b68 whereby errors like 'wrong-type-arg' would be improperly reported: guix environment: error: Wrong type argument in position ~A (expecting ~A): ~S See also commit a07d5e558b5403dad0a59776b950b6b02169c249. * guix/ui.scm (call-with-error-handling): Move 'message-condition?' clause after '&exception-with-kind-and-args' clause.
* gnu: poetry: Fix problems with some dependencies.Tanguy Le Carrour2020-08-05
| | | | | | | | * gnu/packages/python-xyz.scm (poetry) [arguments]: Modify the required versions of python-tomlkit, python-clikit and python-cleo. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: python-cleo: Update to 0.8.1.Tanguy Le Carrour2020-08-05
| | | | | | * gnu/packages/python-xyz.scm (python-cleo): Update to 0.8.1. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
* gnu: linux-libre: Update to 5.4.56.Mark H Weaver2020-08-05
| | | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.56. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update to 5.4.56.
* gnu: linux-libre@5.7: Update to 5.7.13.Mark H Weaver2020-08-05
| | | | | | * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.13. (linux-libre-5.7-pristine-source): Update hash. (deblob-scripts-5.7): Update to 5.7.13.
* gnu: linux-libre@4.19: Update to 4.19.137.Mark H Weaver2020-08-05
| | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.137. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update to 4.19.137.
* gnu: linux-libre@4.14: Update to 4.14.192.Mark H Weaver2020-08-05
| | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.192. (linux-libre-4.14-pristine-source): Update hash. (deblob-scripts-4.14): Update to 4.14.192.
* gnu: sameboy: Update to 0.13.4.Jakub Kądziołka2020-08-05
| | | | * gnu/packages/emulators.scm (sameboy): Update to 0.13.4.
* gnu: linux-libre: Update to 5.7.12.Leo Famulari2020-08-05
| | | | | | | | | | | * gnu/packages/aux-files/linux-libre/5.7-arm.conf, gnu/packages/aux-files/linux-libre/5.7-arm64.conf, gnu/packages/aux-files/linux-libre/5.7-i686.conf, gnu/packages/aux-files/linux-libre/5.7-x86_64.conf: New files. * Makefile.am (AUX_FILES): Update accordingly. * gnu/packages/linux.scm: (linux-libre-5.7): New variable. (linux-libre-version, linux-libre-pristine-source) (linux-libre-source, linux-libre): Point to linux-libre-5.7*.
* gnu: stapler: Update to 1.0.0.Kei Kebreau2020-08-05
| | | | | | | | | * gnu/packages/pdf.scm (stapler): Update to 1.0.0. [source]: Fetch from pypi. [inputs]: Remove python2-pypdf2. [propagated-inputs]: Add python-more-itertools and python-pypdf2. [arguments]: Remove #:python argument. Replace 'fix-pypdf-version-requirement phase with 'fix-more-itertools-version-requirement phase.
* gnu: python-m2crypto: Add swig as native-input.Jelle Licht2020-08-05
| | | | * gnu/packages/python-crypto.scm (python-m2crypto)[native-inputs]: Add swig.
* gnu: hydrogen: Update to 1.0.0.Michael Rohleder2020-08-05
| | | | | | * gnu/packages/music.scm (hydrogen): Update to 1.0.0. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add confclerk.Efraim Flashner2020-08-05
| | | | * gnu/packages/calendar.scm (confclerk): New variable.
* gnu: isync: Update to 1.3.3.Michael Rohleder2020-08-05
| | | | | | * gnu/packages/mail.scm (isync): Update to 1.3.3. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: roffit: Update to 0.12.Michael Rohleder2020-08-05
| | | | | | * gnu/packages/groff.scm (roffit): Update to 0.12. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add paprefs.Michael Rohleder2020-08-05
| | | | | | * gnu/packages/pulseaudio.scm (paprefs): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-lsp-ui: Update to 7.0.Brett Gilio2020-08-04
| | | | * gnu/packages/emacs-xyz.scm (emacs-lsp-ui): Update to 7.0.
* gnu: Add r-iml.Peter Lo2020-08-04
| | | | | | | * gnu/packages/cran.scm (r-iml): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-metrics.Peter Lo2020-08-04
| | | | | | * gnu/packages/cran.scm (r-metrics): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: rust-tokio-test-0.2: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-tokio-test-0.2): Don't skip build.
* gnu: rust-tokio-rustls-0.12: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-tokio-rustls-0.12)[arguments]: Don't skip build. Skip tests that require networking.
* gnu: rust-tokio-macros-0.2: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-tokio-macros-0.2): Don't skip build.
* gnu: rust-http-body-0.3: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-http-body-0.3): Don't skip build.
* gnu: rust-http: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-http-0.2, rust-http-0.1): Don't skip build. (rust-http-0.1)[cargo-development-inputs]: Use correct quickcheck version.
* gnu: rust-bytes: Don't skip build.Jakub Kądziołka2020-08-04
| | | | | | | We already use Rust 1.39. * gnu/packages/crates-io.scm (rust-bytes-0.5, rust-bytes-0.4): Don't skip build.
* gnu: wmnd: Update to 0.4.18.Kei Kebreau2020-08-04
| | | | * gnu/packages/gnustep.scm (wmnd): Update to 0.4.18.
* gnu: mcrl2: Update to 202006.0.Jan (janneke) Nieuwenhuizen2020-08-04
| | | | * gnu/packages/maths.scm (mcrl2): Update to 202006.0.
* gnu: Add r-fastshap.Peter Lo2020-08-04
| | | | | | * gnu/packages/cran.scm (r-fastshap): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-rticles.Rafael Luque Leiva2020-08-04
| | | | | | * gnu/packages/cran.scm (r-rticles): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: r-dae: Update to 3.1-27.Ricardo Wurmus2020-08-04
| | | | * gnu/packages/cran.scm (r-dae): Update to 3.1-27.
* gnu: Add r-dae.Arne Babenhauserheide2020-08-04
| | | | | | | * gnu/packages/cran.scm (r-dae): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net> Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: neofetch: Update to 7.1.0.Michael Rohleder2020-08-04
| | | | | | * gnu/packages/admin.scm (neofetch): Update to 7.1.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add watchexec.Jakub Kądziołka2020-08-04
| | | | * gnu/packages/rust-apps.scm (watchexec): New variable.
* gnu: rust-notify-4: Update to 4.0.15.Jakub Kądziołka2020-08-04
| | | | | | | | * gnu/packages/crates-io.scm (rust-notify-4): Update to 4.0.15. [cargo-inputs]: Remove rust-kernel32-sys-0.2, replace rust-inotify-0.6 with -0.7. [cargo-development-inputs]: Replace rust-tempdir-0.3 with rust-tempfile-3.
* gnu: Add rust-inotify-0.7.Jakub Kądziołka2020-08-04
| | | | | * gnu/packages/crates-io.scm (rust-inotify-0.7): New variable. (rust-inotify-0.6): Inherit from rust-inotify-0.7.
* gnu: rust-clap-2: Update to 2.33.1Jakub Kądziołka2020-08-04
| | | | * gnu/packages/crates-io.scm (rust-clap-2): Update to 2.33.1.
* gnu: Add rust-derive-builder-0.9.Jakub Kądziołka2020-08-04
| | | | | | | * gnu/packages/crates-io.scm (rust-derive-builder-0.9, rust-derive-builder-core-0.9): New variables. (rust-derive-builder-0.5, rust-derive-builder-core-0.2): Inherit from newer versions.
* gnu: Add rust-darling-0.10.Jakub Kądziołka2020-08-04
| | | | | * gnu/packages/crates-io.scm (rust-darling-0.10, rust-darling-core-0.10, rust-darling-macro-0.10): New variables.
* gnu: Add rust-ident-case-1.Jakub Kądziołka2020-08-04
| | | | * gnu/pacages/crates-io.scm (rust-ident-case-1): New variable.
* gnu: rust-syn: Don't include minor version in variable name.Jakub Kądziołka2020-08-04
| | | | | | * gnu/packages/crates-io.scm (rust-syn-1.0): Rename to... (rust-syn-1): ...this. * gnu/packagess/rust-apps.scm (rust-cbindgen): Fixup dependency list.