summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-08gnu: icecat: Update to 78.6.1-guix0-preview1 [fixes CVE-2020-16044]....* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to new version. Mark H Weaver
2021-01-09gnu: guile: Update to 3.0.5....* gnu/packages/guile.scm (guile-3.0-latest): Update to 3.0.5. Ludovic Courtès
2021-01-09tests: Run 'tests/offload.scm' only when BUILD_DAEMON_OFFLOAD is true....Fixes: guix build -e '(@ (gnu packages package-management) guix-minimal)' * Makefile.am (SCM_TESTS): Move 'tests/offload.scm' within "if BUILD_DAEMON_OFFLOAD" conditional. Ludovic Courtès
2021-01-08build-systems/emacs: No longer skip patching of files containing NULs....This follows the fix to <https://bugs.gnu.org/30116>. * guix/build/emacs-build-system.scm (patch-el-files) [file-contains-nul-char]: Remove nested procedure. [el-file]: Do no filter out files containing NUL characters. Maxim Cournoyer
2021-01-08utils: Allow text substitution even in the presence of NUL characters....Fixes <https://issues.guix.gnu.org/30116>. Before this change, the presence of a NUL character on a line meant that the (glibc) regexp engine used by Guile would either 1. stop scanning the string or 2. crash with the error "string contains #\\nul character", depending on the locale used. This change works around this limitation by first replacing the NUL character by an unused Unicode code point, doing the substitution, then reverting the replacement. * guix/build/utils.scm (unused-private-use-code-point) (replace-char): New procedures. (substitute): Make use of the above procedures to work around the NUL character regexp engine limitation. * tests/build-utils.scm: Add tests. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Mark H Weaver
2021-01-08gnu: emacs-howm: Update to 1.4.7....* gnu/packages/emacs-xyz.scm (emacs-howm): Update to 1.4.7. Nicolas Goaziou
2021-01-08gnu: emacs-emms: Fix vorbiscomment path....* gnu/packages/emacs-xyz.scm (emacs-emms)[arguments]: Replace call to "vorbiscomment" by its full store path. Pierre Neidhardt
2021-01-08gnu: Add liquidsfz....* gnu/packages/music.scm (liquidsfz): New variable. Ricardo Wurmus
2021-01-08gnu: yoshimi: Update to 1.7.4....* gnu/packages/music.scm (yoshimi): Update to 1.7.4. Ricardo Wurmus
2021-01-08gnu: monero-gui: Update to 0.17.1.9....* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.9. [source]: Fetch submodules. Add snippet to remove embedded monero sources. Guillaume Le Vaillant
2021-01-08gnu: monero: Update to 0.17.1.9....* gnu/packages/finance.scm (monero): Update to 0.17.1.9. Guillaume Le Vaillant
2021-01-08gnu: Add schmutz....* gnu/packages/guile-xyz.scm (schmutz): New variable. Ricardo Wurmus
2021-01-08gnu: rust-pin-utils-0.1: Deduplicate duplicate definitions....* gnu/packages/crates-io.scm (rust-pin-utils-0.1): Combine duplicate definitions. Efraim Flashner
2021-01-08gnu: Add cl-markdown....* gnu/packages/lisp-xyz.scm (cl-markdown, ecl-cl-markdown, sbcl-cl-markdown): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-08gnu: Add cl-dynamic-classes....* gnu/packages/lisp-xyz.scm (cl-dynamic-classes, ecl-dynamic-classes, sbcl-dynamic-classes): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher
2021-01-08gnu: sequoia: Update to 1.0.0....* gnu/packages/sequoia.scm (sequoia): Update to 1.0.0. [arguments]{cargo-inputs}: Add rust-eax, rust-futures-util, rust-sha1collisiondetection, rust-socket2. Update rust-capnp, rust-capnp-rpc, rust-capnpc, rust-futures, rust-http,rust-hyper rust-hyper-tls, rust-tokio, rust-win-crypto-ng. Hartmut Goebel
2021-01-08gnu: rust-socket2: Update to 0.3.19....* gnu/packages/crates-io.scm (rust-socket2): Update to 0.3.19. [arguments]{cargo-inputs}: Remove rust-redox-syscall. Hartmut Goebel
2021-01-08gnu: Replace rust-win-crypto-ng-0.2 by rust-win-crypto-ng-0.4....* gnu/packages/crates-io.scm (rust-win-crypto-ng-0.2): Update to 0.4.0 and rename to (rust-win-crypto-ng-0.4). [arguments]{cargo-inouts}: Add rust-cipher. Hartmut Goebel
2021-01-08gnu: Replace rust-capnpc-0.10 by rust-capnpc-0.13....* gnu/packages/crates-io.scm (rust-capnpc-0.10): Update to 0.13.1 and rename to rust-capnpc-0.13. [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13. Hartmut Goebel
2021-01-08gnu: Replace rust-capnp-rpc-0.10 by rust-capnp-rpc-0.13....* gnu/packages/crates-io.scm (rust-capnp-rpc-0.10): Update to 0.13.1 and rename to rust-capnp-rpc-0.13. [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13. Update rust-capnp-futures to rust-capnp-futures-0.13. Hartmut Goebel
2021-01-08gnu: Replace rust-capnp-futures-0.10 by rust-capnp-futures-0.13....* gnu/packages/crates-io.scm (rust-capnp-futures-0.10): Update to 0.13.2 and rename to (rust-capnp-futures-0.13). [arguments] Add skip-build. {cargo-inputs}: Update rust-capnp to rust-capnp-0.13. Hartmut Goebel
2021-01-08gnu: Replace rust-capnp-0.10 by rust-capnp-0.13....* gnu/packages/crates-io.scm (rust-capnp-0.10): Update to 0.13.6 and rename to rust-capnp-0.13. [arguments] Add skip-build. Hartmut Goebel
2021-01-08gnu: Add rust-pin-utils-0.1....* gnu/packages/crates-io.scm (rust-pin-utils-0.1): New variable. Hartmut Goebel
2021-01-08gnu: Add rust-crypto-mac-0.10....* gnu/packages/crates-io.scm (rust-crypto-mac-0.10): New variable. (rust-crypto-mac-0.8) Inherit from rust-crypto-mac-0.10. Hartmut Goebel
2021-01-08gnu: Add rust-sha1collisiondetection-0.2....* gnu/packages/crates-io.scm (rust-sha1collisiondetection-0.2): New variable. Hartmut Goebel
2021-01-08gnu: Add rust-eax-0.3....* gnu/packages/crates-io.scm (rust-eax-0.3): New variable. Hartmut Goebel
2021-01-08gnu: Add rust-dbl-0.3....* gnu/packages/crates-io.scm (rust-dbl-0.3): New varible. Hartmut Goebel
2021-01-08gnu: Add rust-ctr-0.6....* gnu/packages/crates-io.scm (rust-ctr-0.6): New variable. Hartmut Goebel
2021-01-08gnu: Add rust-cmac-0.5....* gnu/packages/crates-io.scm (rust-cmac-0.5): New variable. Hartmut Goebel
2021-01-08gnu: Add rust-cipher-0.2....* gnu/packages/crates-io.scm (rust-cipher-0.2): New variable. Hartmut Goebel
2021-01-07gnu: linux-libre 4.19: Update to 4.19.165....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.165. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-01-07gnu: linux-libre 5.4: Update to 5.4.87....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.87. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-01-07gnu: linux-libre: Update to 5.10.5....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.5. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-01-07gnu: tzdata-for-tests: Update to 2020d....* gnu/packages/base.scm (tzdata-for-tests): Update to 2020d. [inputs]: Update tzcode. Leo Famulari
2021-01-07gnu: obs: Update to 26.1.1....* gnu/packages/video.scm (obs): Update to 26.1.1. Tobias Geerinckx-Rice
2021-01-07gnu: system-config-printer: Update to 1.5.14....* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.14. Tobias Geerinckx-Rice
2021-01-07gnu: starfighter: Update to 2.4....* gnu/packages/games.scm (starfighter): Update to 2.4. Tobias Geerinckx-Rice
2021-01-07gnu: youtube-viewer: Update to 3.8.1....* gnu/packages/video.scm (youtube-viewer): Update to 3.8.1. Tobias Geerinckx-Rice
2021-01-07gnu: perl-test-file: Update to 1.444....* gnu/packages/perl-check.scm (perl-test-file): Update to 1.444. Tobias Geerinckx-Rice
2021-01-07gnu: gtkwave: Update to 3.3.108....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.108. Tobias Geerinckx-Rice
2021-01-07gnu: ngircd: Update to 26.1....* gnu/packages/messaging.scm (ngircd): Update to 26.1. Tobias Geerinckx-Rice
2021-01-07gnu: vtk: Use more system libraries....* gnu/packages/image-processing.scm (vtk)[source]: Remove more bundled sources in snippet. [arguments]: Add to configure-flags to use more system libraries. [inputs]: Remove libogg. Add double-conversion, eigen, gl2ps, glew, lz4, netcdf, proj.4 and sqlite. Efraim Flashner
2021-01-07gnu: vtk: Sort inputs alphabetically....* gnu/packages/image-processing.scm (vtk)[inputs]: Sort alphabetically. Efraim Flashner
2021-01-07gnu: vtk: Remove some vendored libraries....* gnu/packages/image-processing.scm (vtk)[source]: Add snippet to remove some vendored sources. Efraim Flashner
2021-01-07gnu: tzdata: Update to 2020f....* gnu/packages/base.scm (tzdata): Update to 2020f. [inputs]: Update tzcode. Leo Famulari
2021-01-07gnu: Update copyright line....* gnu/packages/gnome-xyz.scm: Bump year in copyright line. Leo Prikler
2021-01-07gnu: Add materia-theme....* gnu/packages/gnome-xyz.scm (materia-theme): New variable. Leo Prikler
2021-01-07gnu: gnome-xyz.scm: Reorder packages....Make it so that icon themes, shell extensions and GTK themes are grouped in that order. * gnu/packages/gnome-xyz.scm (matcha-theme): Move before numix-gtk-theme. (papirus-icon-theme): Move after moka-icon-theme. Leo Prikler
2021-01-07gnu: Move faba-icon-theme and moka-icon-theme to gnome-xyz.scm...They need to be moved together, as the latter inherits the former. * gnu/packages/gnome.scm (faba-icon-theme, moka-icon-theme): Move from here... * gnu/packages/gnome-xyz.scm (faba-icon-theme, moka-icon-theme): ... to here. Leo Prikler
2021-01-07gnu: arc-icon-theme: Move to gnome-xyz....* gnu/packages/gnome.scm (arc-icon-theme): Move from here... * gnu/packages/gnome-xyz.scm (arc-icon-theme): ... to here. Leo Prikler