summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2020-12-20gnu: python-configargparse: Update to 1.2.3....* gnu/packages/python-xyz.scm (python-configargparse): Update to 1.2.3. Maxim Cournoyer
2020-12-20gnu: python2-configargparse: Remove package....* gnu/packages/python-xyz.scm (python2-configargparse): Remove variable. Maxim Cournoyer
2020-12-20gnu: emacs-nov-el: Update to 0.3.3....* gnu/packages/emacs-xyz.scm (emacs-nov-el): Update to 0.3.3. Brett Gilio
2020-12-20gnu: libffi: Add unreleased patch to fix float128 on powerpc64le....Fixes <https://bugs.gnu.org/45252>. * gnu/packages/patches/libffi-float128-powerpc64le.patch: Import patch file from <https://github.com/libffi/libffi/pull/561.patch>. * gnu/packages/libffi.scm (libffi)[arguments]: Apply patch conditionally for powerpc64le-* systems in a phase. [inputs]: Add patch as input conditionally for powerpc64le-* systems. * gnu/local.mk (dist_patch_DATA): Add patch file to build system. Signed-off-by: Chris Marusich <cmmarusich@gmail.com> John Doe
2020-12-21gnu: emacs-js2-mode: Update to 20201220....* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20201220. Nicolas Goaziou
2020-12-21gnu: emacs-diff-hl: Update to 1.8.8....* gnu/packages/emacs-xyz.scm (emacs-diff-hl): Update to 1.8.8. Nicolas Goaziou
2020-12-20gnu: libaom: Update to 2.0.1....* gnu/packages/video.scm (libaom): Update to 2.0.1. Leo Famulari
2020-12-20gnu: straw-viewer: Move youtube-dl to propagated inputs....* gnu/packages/video.scm (straw-viewer)[propagated-inputs]: Add youtube-dl. Brett Gilio
2020-12-20gnu: bear: Update to 3.0.4....* gnu/local.mk (bear-disable-preinstall-tests.patch): Add patch. * gnu/packages/build-tools.scm (bear): Reference patch, and update. Brett Gilio
2020-12-20gnu: spdlog: Update to 1.8.2....* gnu/packages/logging.scm (spdlog): Update to 1.8.2. Brett Gilio
2020-12-20gnu: volk: Update to 2.4.1....* gnu/packages/engineering.scm (volk): Update to 2.4.1. Tobias Geerinckx-Rice
2020-12-20gnu: p11-kit: Fix source hash....(Obviously) the tarball wasn't updated in place, and the .sig did check out, but I forgot to commit it because I'm a bit of an idiot. * gnu/packages/tls.scm (p11-kit)[source]: Update hash. Tobias Geerinckx-Rice
2020-12-20gnu: wireshark: Update to 3.4.2....* gnu/packages/networking.scm (wireshark): Update to 3.4.2. Tobias Geerinckx-Rice
2020-12-20gnu: glib: Increase test timeout on armhf-linux....* gnu/packages/glib.scm (glib)[arguments]: Add phase to adjust test timeouts to account for slower systems. Marius Bakke
2020-12-20gnu: sudo: Update to 1.9.4p2....* gnu/packages/admin.scm (sudo): Update to 1.9.4p2. Tobias Geerinckx-Rice
2020-12-20gnu: pd: Update to 0.51-3....* gnu/packages/music.scm (pd): Update to 0.51-3. Tobias Geerinckx-Rice
2020-12-20gnu: p11-kit: Update to 0.23.22....* gnu/packages/tls.scm (p11-kit): Update to 0.23.22. Tobias Geerinckx-Rice
2020-12-20gnu: john-the-ripper-jumbo: Build with OpenSSL 1.1....* gnu/packages/password-utils.scm (john-the-ripper-jumbo)[inputs]: Change from OPENSSL-1.0 to OPENSSL. Marius Bakke
2020-12-20gnu: rtmpdump: Update to 2.4-0.c5f04a5 [security fixes]....* gnu/packages/networking.scm (rtmpdump): Update to 2.4-0.c5f04a5. [arguments]: Add phase prefer-gnutls. [inputs]: Remove OPENSSL-1.0. Add GNUTLS. Marius Bakke
2020-12-20gnu: kentutils: Build with OpenSSL 1.1....* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Change from OPENSSL-1.0 to OPENSSL. Marius Bakke
2020-12-20gnu: kentutils: Add a file name for the "samtabix" input....* gnu/packages/bioinformatics.scm (kentutils)[native-inputs]: For "samtabix", add a file name on the origin. Marius Bakke
2020-12-20gnu: dtc: Update to 1.6.0....* gnu/packages/bootloaders.scm (dtc): Update to 1.6.0. Marius Bakke
2020-12-20gnu: cppunit: Update to 1.15.1....* gnu/packages/check.scm (cppunit): Update to 1.15.1. Marius Bakke
2020-12-20gnu: xcb-util-errors: Build with Python 3....* gnu/packages/xorg.scm (xcb-util-errors)[native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. Marius Bakke
2020-12-20gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories....This fixes a regression introduced in ce29031a23104928155b498d552fc4140cc03030 where 'mariadb_config' would return libdir and plugindir relative to the location of the 'mariadb_config' program (which lives in a separate output). While at it, fix a couple other wrong references, and a another regression related to test installation. * gnu/packages/databases.scm (mariadb)[arguments]: Patch "mariadb_config.c.in" so that it falls back to old behavior. Patch 'mariadb.pc.in' and 'mariadb_connector_c.cmake' to cope with absolute directory names. In #:configure-flags, don't set INSTALL_MYSQLTESTDIR, but delete the installed tests with a phase. Marius Bakke
2020-12-20gnu: PostgreSQL: Do not embed references to build tools....Fixes <https://bugs.gnu.org/25527>. * gnu/packages/databases.scm (postgresql-13)[arguments]: In #:configure-flags, provide non-absolute references to the build tools. Marius Bakke
2020-12-20gnu: kitty: Update to 0.19.3....* gnu/packages/terminals.scm (kitty): Update to 0.19.3. Tobias Geerinckx-Rice
2020-12-20gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff....* gnu/packages/web.scm (nginx-documentation): Update to 1.19.6-2636-a0824dab33ff. Tobias Geerinckx-Rice
2020-12-20gnu: nginx: Update to 1.19.6....* gnu/packages/web.scm (nginx): Update to 1.19.6. Tobias Geerinckx-Rice
2020-12-20gnu: openvpn: Update to 2.4.10....* gnu/packages/vpn.scm (openvpn): Update to 2.4.10. Tobias Geerinckx-Rice
2020-12-20gnu: lighttpd: Update to 1.4.57....* gnu/packages/web.scm (lighttpd): Update to 1.4.57. Tobias Geerinckx-Rice
2020-12-20gnu: protonvpn-cli: Update to 2.2.6....* gnu/packages/vpn.scm (protonvpn-cli): Update to 2.2.6. Tobias Geerinckx-Rice
2020-12-20gnu: straw-viewer: Update to 0.1.2....* gnu/packages/video.scm (straw-viewer): Update to 0.1.2. Tobias Geerinckx-Rice
2020-12-20gnu: youtube-viewer: Update to 3.8.0....* gnu/packages/video.scm (youtube-viewer): Update to 3.8.0. Tobias Geerinckx-Rice
2020-12-20gnu: youtube-dl: Update to 2020.12.14....* gnu/packages/video.scm (youtube-dl): Update to 2020.12.14. Tobias Geerinckx-Rice
2020-12-20gnu: emacs-helm-selector: Update to 0.5....* gnu/packages/emacs-xyz.scm (emacs-helm-selector): Update to 0.5. Pierre Neidhardt
2020-12-20gnu: esbuild: Update to 0.8.24....* gnu/packages/web.scm (esbuild): Update to 0.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior
2020-12-20gnu: vim: Automatically find vim plugins....* gnu/packages/vim.scm (vim)[arguments]: Add new 'install-guix.vim phase to install vendor specific vimrc. * gnu/packages/aux-files/guix.vim: New file. * Makefile.am (AUX_FILES): Register it. Efraim Flashner
2020-12-20gnu: komikku: Update to 0.24.0....* gnu/packages/gnome.scm (komikku): Update to 0.24.0. [inputs] Replace python-cloudscraper with python-requests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Leo Prikler
2020-12-20gnu: guix: Update to 4f621a2....* gnu/packages/package-management.scm (guix): Update to 4f621a2. Ludovic Courtès
2020-12-19gnu: serf: Build with Python 3....* gnu/packages/patches/serf-python3.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/web.scm (serf)[source](patches): New field. [arguments]: Remove #:scons. Marius Bakke
2020-12-19gnu: python-scipy-documentation: Add a file name for 'scipy-sphinx-theme'....* gnu/packages/python-xyz.scm (python-numpy-documentation)[native-inputs]: Add a file name for the "scipy-sphinx-time" input. Marius Bakke
2020-12-19gnu: perl-pod-simple: Update to 3.42....* gnu/packages/perl.scm (perl-pod-simple): Update to 3.42. Marius Bakke
2020-12-19gnu: llvm: Update download URI....New and old releases are now only available on GitHub. * gnu/packages/llvm.scm (llvm-uri): Remove "releases.llvm.org". Marius Bakke
2020-12-19gnu: perl-json-maybexs: Update to 1.004003....* gnu/packages/perl.scm (perl-json-maybexs): Update to 1.004003. [native-inputs]: Remove PERL-TEST-WITHOUT-MODULE. Add PERL-TEST-NEEDS. Marius Bakke
2020-12-19gnu: perl-cpanel-json-xs: Update to 4.25....* gnu/packages/perl.scm (perl-cpanel-json-xs): Update to 4.25. Marius Bakke
2020-12-19gnu: perl-common-sense: Update to 3.75....* gnu/packages/perl.scm (perl-common-sense): Update to 3.75. Marius Bakke
2020-12-19gnu: ltrace: Build with elfutils instead of libelf....* gnu/packages/linux.scm (ltrace)[inputs]: Change from LIBELF to ELFUTILS. Marius Bakke
2020-12-19gnu: linux-libre: Update to 5.10.1....* gnu/packages/aux-files/linux-libre/5.10-arm.conf, gnu/packages/aux-files/linux-libre/5.10-arm64.conf, gnu/packages/aux-files/linux-libre/5.10-i686.conf, gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them. * gnu/packages/linux.scm (linux-libre-5.10-version, deblob-scripts-5.10, linux-libre-5.10-pristine-source, linux-libre-5.10-source, linux-libre-headers-5.10, linux-libre-5.10): New variables. (linux-libre-version, linux-libre-pristine-source, linux-libre-source, linux-libre, linux-libre-with-bpf): Update to 5.10.1. Leo Famulari
2020-12-19gnu: Add cl-qmynd....* gnu/packages/lisp-xyz.scm (cl-qmynd, ecl-qmynd, sbcl-qmynd): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher