summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-05-13gnu: freeglut: Fix build with GCC 10.Marius Bakke
* gnu/packages/patches/freeglut-gcc-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (freeglut)[source](patches): New field.
2021-05-13gnu: Fix references to unbound variables.Marius Bakke
This is a follow-up to f03426420497cd9839f5fb3cb547dbecd8d6053b which introduced new packages that refer to variables that no longer exist. * gnu/packages/python-xyz.scm (python-fastjsonschema)[native-inputs]: Change from PYTHON-PYTEST-6 to PYTHON-PYTEST. (python-nbconvert)[native-inputs]: Change from TEXLIVE-UNION to TEXLIVE-UPDMAP.CFG. * gnu/packages/shells.scm (nushell)[arguments]: Remove #:rust.
2021-05-13gnu: libidn2: Update to 2.3.1.Efraim Flashner
* gnu/packages/libidn.scm (libidn2): Update to 2.3.1. [native-inputs]: Remove lzip.
2021-05-09gnu: ghostscript: Update to 9.54.0.Marius Bakke
* gnu/packages/patches/ghostscript-freetype-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ghostscript.scm (ghostscript): Update to 9.54.0. [source](patches): Remove obsolete patch.
2021-05-09gnu: RHash: Update to 1.4.1.Marius Bakke
* gnu/packages/crypto.scm (rhash): Update to 1.4.1.
2021-05-09gnu: CMake: Update to 3.20.2.Marius Bakke
* gnu/packages/cmake.scm (%common-disabled-tests): Don't disable BootstrapTest. (cmake-bootstrap): Update to 3.20.2. [source](modules, snippet): Move from here ... (cmake-minimal)[source]: ... to here. * gnu/packages/patches/mariadb-cmake-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/databases.scm (mariadb)[source](patches): Add it.
2021-05-09gnu: nghttp2: Update to 1.43.0.Marius Bakke
* gnu/packages/web.scm (nghttp2): Update to 1.43.0. [native-inputs]: Add PYTHON.
2021-05-09gnu: kmod: Update to 28.Marius Bakke
* gnu/packages/linux.scm (kmod): Update to 28. [native-inputs]: Add ZSTD.
2021-05-09gnu: libcap: Update to 2.49.Marius Bakke
* gnu/packages/linux.scm (libcap-2.31): Rename to ... (libcap): ... this: Update to 2.49. [arguments]: Adjust substitution. (libcap/next): Remove variable. * gnu/packages/avahi.scm (avahi)[inputs]: Change from LIBCAP/NEXT to LIBCAP. * gnu/packages/base.scm (coreutils)[inputs]: Likewise.
2021-05-09gnu: libksba: Update to 1.5.1.Marius Bakke
* gnu/packages/gnupg.scm (libksba): Update to 1.5.1.
2021-05-09gnu: libassuan: Update to 2.5.5.Marius Bakke
* gnu/packages/gnupg.scm (libassuan): Update to 2.5.5.
2021-05-09gnu: libgpg-error: Update to 1.42.Marius Bakke
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.42.
2021-05-09gnu: expat: Update to 2.3.0.Marius Bakke
* gnu/packages/xml.scm (expat): Update to 2.3.0.
2021-05-09gnu: util-linux: Update to 2.36.2.Marius Bakke
* gnu/packages/linux.scm (util-linux): Update to 2.36.2.
2021-05-09gnu: sqlite: Update to 3.35.5.Marius Bakke
* gnu/packages/sqlite.scm (sqlite): Update to 3.35.5.
2021-05-09gnu: mit-krb5: Update to 1.19.1.Marius Bakke
* gnu/packages/patches/mit-krb5-hurd.patch: Adjust for 1.19.1. * gnu/packages/patches/mit-krb5-qualify-short-hostnames.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/kerberos.scm (mit-krb5): Update to 1.19.1. [source](patches): Remove obsolete patch. [arguments]: Remove trailing #t's and one obsolete subtitution.
2021-05-09gnu: icu4c: Update to 69.1.Marius Bakke
* gnu/packages/icu4c.scm (icu4c): Update to 69.1.
2021-05-09gnu: libfaketime: Update to 0.9.9.Marius Bakke
* gnu/packages/check.scm (libfaketime): Update to 0.9.9. [arguments]: Use CC-FOR-TARGET. Remove obsolete compiler flag and trailing #t's.
2021-05-09gnu: linux-libre-headers: Update to 5.10.35.Marius Bakke
* gnu/packages/linux.scm (linux-libre-headers-5.4.20): Rename to ... (linux-libre-headers-5.10.35): ... this. Update to 5.10.35. (linux-libre-headers): Adjust accordingly.
2021-05-09gnu: perl: Update to 5.32.1.Marius Bakke
* gnu/packages/perl.scm (perl): Update to 5.32.1.
2021-05-09gnu: bison: Update to 3.7.6.Marius Bakke
* gnu/packages/bison.scm (bison): Update to 3.7.6.
2021-05-09gnu: bash: Update to 5.1.8.Marius Bakke
* gnu/packages/bash.scm (patch-url): Adjust for 5.1. (%patch-series-5.0): Rename to ... (%patch-series-5.1): Add the 5.1 patches. (bash): Update to 5.1 and and adjust for renamed variable. * gnu/packages/gawk.scm (gawk)[arguments]: Adjust test that fails with the new Bash.
2021-05-09gnu: elfutils: Omit static libraries.Marius Bakke
* gnu/packages/elf.scm (elfutils)[arguments]: Add "--disable-static" to #:configure-flags.
2021-05-09gnu: elfutils: Update to 0.183.Marius Bakke
* gnu/packages/elf.scm (elfutils): Update to 0.183.
2021-05-09gnu: Python: Update to 3.9.5.Marius Bakke
* gnu/packages/python.scm (python-3.9): Update to 3.9.5.
2021-05-09gnu: glib: Disable SELinux support.Marius Bakke
* gnu/packages/glib.scm (glib)[propagated-inputs]: Remove SELINUX. [arguments]: Add "-Dselinux=false" to #:configure-flags.
2021-05-09gnu: python-urllib3: Remove replacement package.Marius Bakke
* gnu/packages/python-web.scm (python-urllib3): Update to 1.26.4. [replacement]: Remove. (python-urllib3/fixed): Remove variable.
2021-05-09gnu: PostgreSQL: Remove replacement package.Marius Bakke
* gnu/packages/databases.scm (postgresql-13): Update to 13.2. [replacement]: Remove. (postgresql-13.2): Remove variable.
2021-05-09gnu: OpenLDAP: Remove replacement package.Marius Bakke
* gnu/packages/openldap.scm (openldap): Update to 2.4.57. [replacement]: Remove. (openldap-2.4.57): Remove variable.
2021-05-09gnu: MariaDB: Incorporate grafted changes.Marius Bakke
* gnu/packages/databases.scm (mariadb)[replacement]: Remove. [source](patches): New field. (mariadb/fixed): Remove variable.
2021-05-09gnu: unzip: Incorporate grafted changes.Marius Bakke
* gnu/packages/compression.scm (unzip)[replacement]: Remove. [source](patches): Add patches from UNZIP/FIXED. (unzip/fixed): Remove variable.
2021-05-09gnu: c-ares: Remove replacement package.Marius Bakke
* gnu/packages/adns.scm (c-ares): Update to 1.17.1. [arguments]: New field. (c-ares/fixed): Remove variable.
2021-05-09gnu: cURL: Update to 7.76.1.Marius Bakke
* gnu/packages/curl.scm (curl): Update to 7.76.1. [replacement]: Remove. (curl/fixed): Remove variable.
2021-05-09gnu: Remove obsolete patches.Marius Bakke
These patches were pulled in via merges from 'master', but have no use on 'core-updates'. * gnu/packages/patches/python-3.8-CVE-2021-3177.patch, gnu/packages/patches/python-3.9-fix-tests.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm
2021-05-09gnu: cross-kernel-headers: Fix build.Marius Bakke
This fixes a regression introduced in 0e2251fcf8189a4f642074d3aa898221b29c3a55, as "make headers_check" does not actually build the headers in newer versions, instead "make headers_install" built them as a side effect. * gnu/packages/cross-base.scm (cross-kernel-headers)[arguments]: Adjust build phase to call the correct Make target. While at it, migrate to MODIFY-PHASES.
2021-05-09gnu: certbot, python-acme: Update to 1.15.0.Leo Famulari
* gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
2021-05-09gnu: ExifTool: Fix CVE-2021-22204Leo Famulari
* gnu/packages/patches/perl-image-exiftool-CVE-2021-22204.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/photo.scm (perl-image-exiftool)[source]: Use it.
2021-05-09gnu: xfce4-panel: Update to 4.16.3.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09gnu: thunar: Update to 4.16.8.Michael Rohleder
* gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2021-05-09gnu: Add emacs-multitran.Alexandr Vityazev
gnu/packages/emacs-xyz.scm (emacs-multitran): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-05-09gnu: icedove: Update to 78.10.1.Jonathan Brielmaier
* gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
2021-05-09gnu: emacs-clojure-mode: Update to 5.13.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.13.0. [arguments]<#:phases>: Remove fix, now applied upstream.
2021-05-08gnu: linux-libre@5.12: Update arm64 config to support Pinebook Pro.Vagrant Cascadian
* gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add configurations to support video, audio, USB-C and battery on Pinebook Pro.
2021-05-08gnu: linux-libre@5.12: Default to schedutil cpufreq governor on armVagrant Cascadian
and arm64. This has been the recommended default for arm and arm64 since v5.9 (upstream commit f259eab3ea0e7ed73db91f6358274dd3a9a27d79). * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf: Enable CONFIG_CPU_FREQ_DEFAULT_GOV_SCHEDUTIL, disable CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE.
2021-05-09gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2) [native-inputs]: Add missing test dependencies
2021-05-09gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller
* gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add missing test dependencies.
2021-05-08gnu: linux-libre 4.19: Update to 4.19.190.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.190. (linux-libre-4.19-pristine-source): Update hash. (deblob-scripts-4.19): Update hash.
2021-05-08gnu: linux-libre 5.4: Update to 5.4.117.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.117. (linux-libre-5.4-pristine-source): Update hash. (deblob-scripts-5.4): Update hash.
2021-05-08gnu: linux-libre 5.10: Update to 5.10.35.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.35. (linux-libre-5.10-pristine-source): Update hash. (deblob-scripts-5.10): Update hash.