Age | Commit message (Expand) | Author |
2021-12-08 | gnu: Remove go-gopkg.in-check.v1....This package is a duplicate of go-gopkg-in-check-v1 in golang.scm,
has no binaries, and has no dependents, so remove it.
* gnu/packages/check.scm (go-gopkg.in-check.v1): Remove variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Sarah Morgensen |
2021-12-08 | gnu: fzf: Wrap with a compliant find(1)....* gnu/packages/terminals.scm (fzf)[inputs]: Add findutils.
[arguments]: Wrap the ‘fzf’ executable with its /bin directory in $PATH.
Addresses <https://issues.guix.gnu.org/52372>.
| Tobias Geerinckx-Rice |
2021-12-08 | gnu: fastboot: Fix ‘--version’ output....* gnu/packages/android.scm (fastboot)[arguments]: Replace broken
‘git rev-parse’ shell command with the actual package VERSION.
Reported by kwjc on #guix.
| Tobias Geerinckx-Rice |
2021-12-08 | gnu: rtl8821ce-linux-module: Update to 0.0.0-4-ca204c6....Fixes compatibility with linux-libre@5.15:
[…]/source/core/rtw_br_ext.c:20:11: fatal error: net/ipx.h:
No such file or directory
#include <net/ipx.h>
^~~~~~~~~~~
compilation terminated.
* gnu/packages/linux.scm (rtl8821ce-linux-module):
Update to 0.0.0-4-ca204c6.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Zhu Zihao |
2021-12-08 | gnu: monero: Improve check phase....* gnu/packages/finance.scm (monero)[arguments]: Take 'tests?' parameter
into consideration in 'check' phase.
| Guillaume Le Vaillant |
2021-12-08 | gnu: monero-gui: Update to 0.17.3.0....* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.0.
| Guillaume Le Vaillant |
2021-12-08 | gnu: monero: Update to 0.17.3.0....* gnu/packages/finance.scm (monero): Update to 0.17.3.0.
* gnu/packages/patches/monero-use-system-miniupnpc.patch: Update patch.
| Guillaume Le Vaillant |
2021-12-08 | gnu: python-userspacefs: Update to 2.0.4....* gnu/packages/python-xyz.scm (python-userspacefs): Update to 2.0.4.
| Efraim Flashner |
2021-12-08 | gnu: python-dropbox: Update to 11.25.0....* gnu/packages/file-systems.scm (python-dropbox): Update to 11.25.0.
[propagated-inputs]: Remove python-certifi, python-chardet, and python-urllib3.
| Efraim Flashner |
2021-12-08 | gnu: lollypop: Update to 1.4.24....* gnu/packages/gnome.scm (lollypop): Update to 1.4.24.
[native-inputs]: Remove INTLTOOL and ITSTOOL. Add GETTEXT-MINIMAL.
| Marius Bakke |
2021-12-08 | gnu: python-toolz: Update to 0.11.2....* gnu/packages/python-xyz.scm (python-toolz): Update to 0.11.2.
| Marius Bakke |
2021-12-08 | gnu: python-django: Update to 3.2.10 [fixes CVE-2021-4442]....* gnu/packages/django.scm (python-django): Update to 3.2.10.
| Marius Bakke |
2021-12-08 | gnu: python-django@2.2: Update to 2.2.25 [fixes CVE-2021-4442]....* gnu/packages/django.scm (python-django-2.2): Update to 2.2.25.
| Marius Bakke |
2021-12-08 | gnu: hitch: Update to 1.7.2....* gnu/packages/web.scm (hitch): Update to 1.7.2.
| Marius Bakke |
2021-12-07 | gnu: icecat: Update to 91.4.0-guix0-preview1 [security fixes]....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.
| Mark H Weaver |
2021-12-07 | gnu: Add kiwix-tools....* gnu/packages/web.scm (kiwix-tools): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Denis 'GNUtoo' Carikli |
2021-12-07 | gnu: dovecot-pigeonhole: Update to 0.5.17.1....* gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17.1.
| Tobias Geerinckx-Rice |
2021-12-07 | gnu: dovecot: Update to 2.3.17.1....* gnu/packages/mail.scm (dovecot): Update to 2.3.17.1.
| Tobias Geerinckx-Rice |
2021-12-07 | gnu: giac: Update to 1.7.0-43....* gnu/packages/algebra.scm (giac): Update to 1.7.0-43.
| Nicolas Goaziou |
2021-12-07 | gnu: make-gccgo: Override empty GOROOT/GCCGOTOOLDIR...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>
| Sarah Morgensen |
2021-12-07 | gnu: Add diffr....* gnu/packages/rust-apps.scm (diffr): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |
2021-12-07 | gnu: Add rust-diffr-lib-0.1....* gnu/packages/crates-io.scm (rust-diffr-lib-0.1): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |
2021-12-07 | gnu: Add dutree....* gnu/packages/rust-apps.scm (dutree): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| jgart |
2021-12-07 | gnu: guile-netlink: Update to 1.1.1....* gnu/packages/guile.scm (guile-netlink): Update to 1.1.1.
| Julien Lepiller |
2021-12-06 | gnu: emacs-csv-mode: Update to 1.17....* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.17.
| Nicolas Goaziou |
2021-12-06 | tests: patchwork: Use the default PostgreSQL....* gnu/tests/web.scm (patchwork-os)[services]: Change from POSTGRESQL-10 to
POSTGRESQL.
| Marius Bakke |
2021-12-06 | gnu: Go 1.17: Update to 1.17.4....* gnu/packages/golang.scm (go-1.17): Update to 1.17.4.
| Leo Famulari |
2021-12-06 | gnu: Go 1.16: Update to 1.16.11....* gnu/packages/golang.scm (go-1.16): Update to 1.16.11.
| Leo Famulari |
2021-12-06 | gnu: Syncthing: Update to 1.18.4....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.4.
[arguments]: Build with Go 1.17.
| Leo Famulari |
2021-12-06 | gnu: go-gopkg-in-yaml-v2: Update to 2.4.0....* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.4.0.
| Efraim Flashner |
2021-12-06 | gnu: go-gopkg-in-yaml-v2: Fix test suite on 32-bit systems....* 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.
| Efraim Flashner |
2021-12-06 | gnu: go-github-com-golang-snappy: Adjust test-suite on 32-bit systems....* 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.
| Efraim Flashner |
2021-12-06 | gnu: openssh: Remove libfido2 dependency on GNU/Hurd....* gnu/packages/ssh.scm (openssh)[inputs]: Remove LIBFIDO2 when
'hurd-target?'.
[arguments]: Likewise for "--with-security-key-builtin".
| Ludovic Courtès |
2021-12-06 | ci: Cross-build the 'guix' package....* gnu/ci.scm (%core-packages): Add GUIX.
| Ludovic Courtès |
2021-12-06 | gnu: Add git-absorb....* gnu/packages/rust-apps.scm (git-absorb): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-06 | gnu: poke: Remove generated files....* gnu/packages/engineering.scm (poke)[source]: Add snippet to remove
generated files.
| Efraim Flashner |
2021-12-06 | gnu: poke: Update to 1.4....* gnu/packages/engineering.scm (poke): Update to 1.4.
[native-inputs]: Remove clisp, perl, python-2, and python-3.
| Efraim Flashner |
2021-12-06 | gnu: poke: Update metadata....* gnu/packages/engineering.scm (poke)[home-page]: Use GNU home-page.
[synopsis]: Use upstream synopsis.
[description]: Reflow.
| Efraim Flashner |
2021-12-06 | gnu: perl-math-cephes: Build reproducibly....* gnu/packages/perl-maths.scm (perl-math-cephes)[source]: Sort result of
readdir.
| Ricardo Wurmus |
2021-12-05 | gnu: isync: Update to 1.4.4 [fixes CVE-2021-{3657,44143}]....* gnu/packages/mail.scm (isync): Update to 1.4.4.
| Leo Famulari |
2021-12-05 | gnu: Add phonesim....* gnu/packages/telephony.scm (phonesim): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Demis Balbach |
2021-12-05 | gnu: Add pounce....* gnu/packages/messaging.scm (pounce): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-05 | gnu: Add python-django-svg-image-form-field....* gnu/packages/django.scm (python-django-svg-image-form-field): New
variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Luis Felipe |
2021-12-05 | gnu: Add litterbox....* gnu/packages/irc.scm (litterbox): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-05 | gnu: emacs-telega: Update to 0.7.031....* gnu/packages/emacs-xyz.scm (emacs-telega-server): Update to 0.7.031.
| Nicolas Goaziou |
2021-12-05 | gnu: emacs-geiser: Update to 0.19....* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.19.
| Nicolas Goaziou |
2021-12-05 | gnu: Add hex....* gnu/packages/rust-apps.scm (hex): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-05 | gnu: Add rust-no-color-0.1....* gnu/packages/crates-io.scm (rust-no-color-0.1): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| jgart |
2021-12-05 | gnu: font-iosevka: Update to 11.2.0....* gnu/packages/fonts.scm (font-iosevka): Update to 11.2.0
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| simendsjo |
2021-12-05 | gnu: sbcl-slynk: Update to 1.0.43-5.0470c02...* gnu/packages/lisp-xyz.scm (sbcl-slynk): Update to 1.0.43-5.0470c02.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Aleksandr Vityazev |