summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libcap: Update to 2.49.Marius Bakke2021-05-09
| | | | | | | | | * 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.
* gnu: libksba: Update to 1.5.1.Marius Bakke2021-05-09
| | | | * gnu/packages/gnupg.scm (libksba): Update to 1.5.1.
* gnu: libassuan: Update to 2.5.5.Marius Bakke2021-05-09
| | | | * gnu/packages/gnupg.scm (libassuan): Update to 2.5.5.
* gnu: libgpg-error: Update to 1.42.Marius Bakke2021-05-09
| | | | * gnu/packages/gnupg.scm (libgpg-error): Update to 1.42.
* gnu: expat: Update to 2.3.0.Marius Bakke2021-05-09
| | | | * gnu/packages/xml.scm (expat): Update to 2.3.0.
* gnu: util-linux: Update to 2.36.2.Marius Bakke2021-05-09
| | | | * gnu/packages/linux.scm (util-linux): Update to 2.36.2.
* gnu: sqlite: Update to 3.35.5.Marius Bakke2021-05-09
| | | | * gnu/packages/sqlite.scm (sqlite): Update to 3.35.5.
* gnu: mit-krb5: Update to 1.19.1.Marius Bakke2021-05-09
| | | | | | | | | * 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.
* gnu: icu4c: Update to 69.1.Marius Bakke2021-05-09
| | | | * gnu/packages/icu4c.scm (icu4c): Update to 69.1.
* gnu: libfaketime: Update to 0.9.9.Marius Bakke2021-05-09
| | | | | * gnu/packages/check.scm (libfaketime): Update to 0.9.9. [arguments]: Use CC-FOR-TARGET. Remove obsolete compiler flag and trailing #t's.
* gnu: linux-libre-headers: Update to 5.10.35.Marius Bakke2021-05-09
| | | | | | * 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.
* gnu: perl: Update to 5.32.1.Marius Bakke2021-05-09
| | | | * gnu/packages/perl.scm (perl): Update to 5.32.1.
* gnu: bison: Update to 3.7.6.Marius Bakke2021-05-09
| | | | * gnu/packages/bison.scm (bison): Update to 3.7.6.
* gnu: bash: Update to 5.1.8.Marius Bakke2021-05-09
| | | | | | | | | * 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.
* gnu: elfutils: Omit static libraries.Marius Bakke2021-05-09
| | | | | * gnu/packages/elf.scm (elfutils)[arguments]: Add "--disable-static" to #:configure-flags.
* gnu: elfutils: Update to 0.183.Marius Bakke2021-05-09
| | | | * gnu/packages/elf.scm (elfutils): Update to 0.183.
* gnu: Python: Update to 3.9.5.Marius Bakke2021-05-09
| | | | * gnu/packages/python.scm (python-3.9): Update to 3.9.5.
* gnu: glib: Disable SELinux support.Marius Bakke2021-05-09
| | | | | * gnu/packages/glib.scm (glib)[propagated-inputs]: Remove SELINUX. [arguments]: Add "-Dselinux=false" to #:configure-flags.
* gnu: python-urllib3: Remove replacement package.Marius Bakke2021-05-09
| | | | | | * gnu/packages/python-web.scm (python-urllib3): Update to 1.26.4. [replacement]: Remove. (python-urllib3/fixed): Remove variable.
* gnu: PostgreSQL: Remove replacement package.Marius Bakke2021-05-09
| | | | | | * gnu/packages/databases.scm (postgresql-13): Update to 13.2. [replacement]: Remove. (postgresql-13.2): Remove variable.
* gnu: OpenLDAP: Remove replacement package.Marius Bakke2021-05-09
| | | | | | * gnu/packages/openldap.scm (openldap): Update to 2.4.57. [replacement]: Remove. (openldap-2.4.57): Remove variable.
* gnu: MariaDB: Incorporate grafted changes.Marius Bakke2021-05-09
| | | | | | * gnu/packages/databases.scm (mariadb)[replacement]: Remove. [source](patches): New field. (mariadb/fixed): Remove variable.
* gnu: unzip: Incorporate grafted changes.Marius Bakke2021-05-09
| | | | | | * gnu/packages/compression.scm (unzip)[replacement]: Remove. [source](patches): Add patches from UNZIP/FIXED. (unzip/fixed): Remove variable.
* gnu: c-ares: Remove replacement package.Marius Bakke2021-05-09
| | | | | | * gnu/packages/adns.scm (c-ares): Update to 1.17.1. [arguments]: New field. (c-ares/fixed): Remove variable.
* gnu: cURL: Update to 7.76.1.Marius Bakke2021-05-09
| | | | | | * gnu/packages/curl.scm (curl): Update to 7.76.1. [replacement]: Remove. (curl/fixed): Remove variable.
* gnu: Remove obsolete patches.Marius Bakke2021-05-09
| | | | | | | | | 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.
* Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: certbot, python-acme: Update to 1.15.0.Leo Famulari2021-05-09
| | | | | | | | * gnu/packages/tls.scm (python-acme, certbot): Update to 1.15.0.
| * gnu: ExifTool: Fix CVE-2021-22204Leo Famulari2021-05-09
| | | | | | | | | | | | * 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.
| * gnu: xfce4-panel: Update to 4.16.3.Michael Rohleder2021-05-09
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: thunar: Update to 4.16.8.Michael Rohleder2021-05-09
| | | | | | | | | | | | * gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| * gnu: Add emacs-multitran.Alexandr Vityazev2021-05-09
| | | | | | | | | | | | gnu/packages/emacs-xyz.scm (emacs-multitran): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: icedove: Update to 78.10.1.Jonathan Brielmaier2021-05-09
| | | | | | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.10.1.
| * gnu: emacs-clojure-mode: Update to 5.13.0.Nicolas Goaziou2021-05-09
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.13.0. [arguments]<#:phases>: Remove fix, now applied upstream.
| * gnu: linux-libre@5.12: Update arm64 config to support Pinebook Pro.Vagrant Cascadian2021-05-08
| | | | | | | | | | | | * gnu/packages/aux-files/linux-libre/5.11-arm64.conf: Add configurations to support video, audio, USB-C and battery on Pinebook Pro.
| * gnu: linux-libre@5.12: Default to schedutil cpufreq governor on armVagrant Cascadian2021-05-08
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | | | | | | * gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2) [native-inputs]: Add missing test dependencies
| * gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | | | | | | * gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add missing test dependencies.
| * gnu: linux-libre 4.19: Update to 4.19.190.Leo Famulari2021-05-08
| | | | | | | | | | | | * 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.
| * gnu: linux-libre 5.4: Update to 5.4.117.Leo Famulari2021-05-08
| | | | | | | | | | | | * 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.
| * gnu: linux-libre 5.10: Update to 5.10.35.Leo Famulari2021-05-08
| | | | | | | | | | | | * 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.
| * gnu: linux-libre: Update to 5.11.19.Leo Famulari2021-05-08
| | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.19. (linux-libre-5.11-pristine-source): Update hash. (deblob-scripts-5.11): Update hash.
| * gnu: Add linux-libre 5.12.2.Leo Famulari2021-05-08
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/linux.scm (linux-libre-5.12-version, deblob-scripts-5.12, linux-libre-5.12-pristine-source, linux-libre-5.12-source, linux-libre-headers-5.12, linux-libre-5.12): New variables. * gnu/packages/aux-files/linux-libre/5.12-arm.conf, gnu/packages/aux-files/linux-libre/5.12-arm64.conf, gnu/packages/aux-files/linux-libre/5.12-i686.conf, gnu/packages/aux-files/linux-libre/5.12-x86_64.conf: New files. * Makefile.am (AUX_FILES): Add them.
| * gnu: cozy: Update to 0.9.4.Vinicius Monego2021-05-08
| | | | | | | | | | | | * gnu/packages/ebook.scm (cozy): Update to 0.9.4. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: Add emacs-cwl-mode.Arun Isaac2021-05-08
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-cwl-mode): New variable.
| * gnu: Add emacs-evil-tex.Xinglu Chen2021-05-08
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-evil-tex): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: emacs-pyim: Update to 3.7.3.Arun Isaac2021-05-08
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.7.3.
| * gnu: wine: Update to 6.8.Leo Prikler2021-05-08
| | | | | | | | * gnu/packages/wine.scm (wine): Update to 6.8.
| * services: configuration: Export 'no-serialization' syntactic keyword.Ludovic Courtès2021-05-08
| | | | | | | | | | | | This is a followup to 3f9a12dc082b20426fc740416601b69ea1897193. * gnu/services/configuration.scm (no-serialization): New variable.
| * gnu: volctl: Comment on the license.Ludovic Courtès2021-05-08
| | | | | | | | * gnu/packages/gtk.scm (volctl): Comment on the license.