summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* nls: Update 'es' translation.Julien Lepiller2021-12-08
|
* gnu: icecat: Update to 91.4.0-guix0-preview1 [security fixes].Mark H Weaver2021-12-07
| | | | | | | | | | | | Includes fixes for CVE-2021-43536, CVE-2021-43537, CVE-2021-43538, CVE-2021-43539, CVE-2021-43541, CVE-2021-43542, CVE-2021-43543, CVE-2021-43545, CVE-2021-43546, and MOZ-2021-0009. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Remove icecat-CVE-2021-43527.patch, which is now included in upstream icecat. Update the gnuzilla commit, base version, and hashes. * gnu/packages/patches/icecat-CVE-2021-43527.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: Add kiwix-tools.Denis 'GNUtoo' Carikli2021-12-07
| | | | | | * gnu/packages/web.scm (kiwix-tools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: dovecot-pigeonhole: Update to 0.5.17.1.Tobias Geerinckx-Rice2021-12-07
| | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.1.
* gnu: dovecot: Update to 2.3.17.1.Tobias Geerinckx-Rice2021-12-07
| | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.17.1.
* gnu: giac: Update to 1.7.0-43.Nicolas Goaziou2021-12-07
| | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-43.
* gnu: make-gccgo: Override empty GOROOT/GCCGOTOOLDIRSarah Morgensen2021-12-07
| | | | | | | gnu/packages/gcc.scm (make-gccgo)[arguments]: Set tool paths (GOROOT and GCCGOTOOLDIR) even if they are already set to "". Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add diffr.jgart2021-12-07
| | | | | | * gnu/packages/rust-apps.scm (diffr): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-diffr-lib-0.1.jgart2021-12-07
| | | | | | * gnu/packages/crates-io.scm (rust-diffr-lib-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add dutree.jgart2021-12-07
| | | | | | * gnu/packages/rust-apps.scm (dutree): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guile-netlink: Update to 1.1.1.Julien Lepiller2021-12-07
| | | | * gnu/packages/guile.scm (guile-netlink): Update to 1.1.1.
* gnu: emacs-csv-mode: Update to 1.17.Nicolas Goaziou2021-12-06
| | | | * gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.17.
* tests: patchwork: Use the default PostgreSQL.Marius Bakke2021-12-06
| | | | | * gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to POSTGRESQL.
* gnu: Go 1.17: Update to 1.17.4.Leo Famulari2021-12-06
| | | | * gnu/packages/golang.scm (go-1.17): Update to 1.17.4.
* gnu: Go 1.16: Update to 1.16.11.Leo Famulari2021-12-06
| | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.11.
* gnu: Syncthing: Update to 1.18.4.Leo Famulari2021-12-06
| | | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.18.4. [arguments]: Build with Go 1.17.
* gnu: go-gopkg-in-yaml-v2: Update to 2.4.0.Efraim Flashner2021-12-06
| | | | * gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0.
* gnu: go-gopkg-in-yaml-v2: Fix test suite on 32-bit systems.Efraim Flashner2021-12-06
| | | | | * gnu/packages/golamg.scm (go-gopkg-in-yaml-v2)[source]: Add snippet to no longer cause integer overflow on 32-bit systems during test suite.
* gnu: go-github-com-golang-snappy: Adjust test-suite on 32-bit systems.Efraim Flashner2021-12-06
| | | | | | | | * gnu/packages/syncthing.scm (go-github-com-golang-snappy)[source]: Add patch to skip a test on 32-bit systems. * gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: openssh: Remove libfido2 dependency on GNU/Hurd.Ludovic Courtès2021-12-06
| | | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Remove LIBFIDO2 when 'hurd-target?'. [arguments]: Likewise for "--with-security-key-builtin".
* ci: Cross-build the 'guix' package.Ludovic Courtès2021-12-06
| | | | * gnu/ci.scm (%core-packages): Add GUIX.
* gnu: Add git-absorb.jgart2021-12-06
| | | | | | * gnu/packages/rust-apps.scm (git-absorb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: poke: Remove generated files.Efraim Flashner2021-12-06
| | | | | * gnu/packages/engineering.scm (poke)[source]: Add snippet to remove generated files.
* gnu: poke: Update to 1.4.Efraim Flashner2021-12-06
| | | | | * gnu/packages/engineering.scm (poke): Update to 1.4. [native-inputs]: Remove clisp, perl, python-2, and python-3.
* gnu: poke: Update metadata.Efraim Flashner2021-12-06
| | | | | | * gnu/packages/engineering.scm (poke)[home-page]: Use GNU home-page. [synopsis]: Use upstream synopsis. [description]: Reflow.
* gnu: perl-math-cephes: Build reproducibly.Ricardo Wurmus2021-12-06
| | | | | * gnu/packages/perl-maths.scm (perl-math-cephes)[source]: Sort result of readdir.
* gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}].Leo Famulari2021-12-05
| | | | * gnu/packages/mail.scm (isync): Update to 1.4.4.
* gnu: Add phonesim.Demis Balbach2021-12-05
| | | | | | * gnu/packages/telephony.scm (phonesim): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add pounce.jgart2021-12-05
| | | | | | * gnu/packages/messaging.scm (pounce): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add python-django-svg-image-form-field.Luis Felipe2021-12-05
| | | | | | | * gnu/packages/django.scm (python-django-svg-image-form-field): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add litterbox.jgart2021-12-05
| | | | | | * gnu/packages/irc.scm (litterbox): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-telega: Update to 0.7.031.Nicolas Goaziou2021-12-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.031.
* gnu: emacs-geiser: Update to 0.19.Nicolas Goaziou2021-12-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.19.
* gnu: Add hex.jgart2021-12-05
| | | | | | * gnu/packages/rust-apps.scm (hex): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add rust-no-color-0.1.jgart2021-12-05
| | | | | | * gnu/packages/crates-io.scm (rust-no-color-0.1): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: font-iosevka: Update to 11.2.0.simendsjo2021-12-05
| | | | | | * gnu/packages/fonts.scm (font-iosevka): Update to 11.2.0 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: sbcl-slynk: Update to 1.0.43-5.0470c02Aleksandr Vityazev2021-12-05
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-5.0470c02. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-sly: Update to 1.0.43-5.0470c02Aleksandr Vityazev2021-12-05
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 1.0.43-5.0470c02. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: trezor-agent: Fix hash.Nicolas Goaziou2021-12-05
| | | | | | | * gnu/packages/finance.scm (trezor-agent): Update hash. Hash was not updated when committing c7c4f8088195a8e6650904de4e16d71b98776a76.
* gnu: python-django-netfields: Update to 1.2.4.Marius Bakke2021-12-05
| | | | * gnu/packages/django.scm (python-django-netfields): Update to 1.2.4.
* gnu: python-django: Update to 3.2.9.Marius Bakke2021-12-05
| | | | * gnu/packages/django.scm (python-django): Update to 3.2.9.
* import: PyPI: Validate GPG signatures when applicable.Marius Bakke2021-12-05
| | | | | | * guix/import/pypi.scm (<distribution>): Fix funny typo. (latest-release): When the distribution has a cryptographic signature, pass it along to UPSTREAM-SOURCE.
* gnu: drbd-utils: Update to 9.19.1.Marius Bakke2021-12-05
| | | | * gnu/packages/cluster.scm (drbd-utils): Update to 9.19.1.
* gnu: emacs-peg: Update to 0.10.3.Nicolas Goaziou2021-12-05
| | | | * gnu/packages/emacs-xyz.scm (emacs-peg): Update to 0.10.3.
* gnu: Add imppgSharlatan Hellseher2021-12-05
| | | | | | * gnu/packages/astronomy.scm: (imppg): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add pqiv.dissent2021-12-05
| | | | | | * gnu/packages/image-viewers.scm (pqiv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add pudb.jgart2021-12-05
| | | | | | * gnu/packages/python-xyz.scm (pudb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: leo: Use GIT-VERSION.Nicolas Goaziou2021-12-05
| | | | | * gnu/packages/web-browsers.scm (leo)[source]: Use `git-version' instead of crafting version string. Also fix indentation.
* gnu: Add leo.jgart2021-12-05
| | | | | | * gnu/packages/web-browsers.scm (leo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: minimap2: Update to 2.23.Efraim Flashner2021-12-05
| | | | * gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.