summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: babl: Update to 0.1.86.Tobias Geerinckx-Rice2021-03-28
| | | | | * gnu/packages/gimp.scm (babl): Update to 0.1.86. [arguments]: Build with meson@0.55.
* gnu: spdlog: Update to 1.8.5.Tobias Geerinckx-Rice2021-03-28
| | | | * gnu/packages/logging.scm (spdlog): Update to 1.8.5.
* gnu: gnutls: Fix typos in description.Tobias Geerinckx-Rice2021-03-28
| | | | | | * gnu/packages/tls.scm (gnutls)[description]: Fix typos. Reported by genr8 on #guix.
* gnu: gramps: Update to 5.1.3.Tobias Geerinckx-Rice2021-03-28
| | | | * gnu/packages/genealogy.scm (gramps): Update to 5.1.3.
* gnu: autofs: Update to 5.1.7.Tobias Geerinckx-Rice2021-03-28
| | | | | * gnu/packages/file-systems.scm (autofs): Update to 5.1.7. [arguments]: Add a new 'fix-rpath phase.
* gnu: Add xsd.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (xsd): New variable. Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add cli.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (cli): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libxsd-frontend.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/cpp.scm (libxsd-frontend): New variable. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add libcutl.Raghav Gururajan2021-03-27
| | | | | | * gnu/packages/cpp.scm (libcutl): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Add build.Maxim Cournoyer2021-03-27
| | | | | | * gnu/packages/build-tools.scm (build): New variable. Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
* gnu: soci: Propagate inputs.Raghav Gururajan2021-03-27
| | | | | | | * gnu/packages/databases.scm (soci)[inputs]: Move to... [propagated-inputs]: ... here. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: imagemagick: Add more upstream fixes.Mark H Weaver2021-03-27
| | | | | | | | * gnu/packages/patches/imagemagick-ReadDCMImage-fix.patch, gnu/packages/patches/imagemagick-ReadDCMPixels-fix.patch, gnu/packages/patches/imagemagick-WriteTHUMBNAILImage-fix.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/imagemagick.scm (source): Add patches.
* gnu: imagemagick: Fix CVE-2020-27829.Mark H Weaver2021-03-27
| | | | | | * gnu/packages/patches/imagemagick-CVE-2020-27829.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/imagemagick.scm (source): Add patch.
* gnu: imagemagick: Hide 'imagemagick/stable' variant.Mark H Weaver2021-03-27
| | | | | * gnu/packages/imagemagick.scm (imagemagick/stable): Hide it. (imagemagick): Remove inherited 'hidden?' property.
* gnu: imagemagick: Update to 6.9.12-4.Mark H Weaver2021-03-27
| | | | * gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.12-4.
* gnu: Use 'gtk-doc/stable' in native-inputs of selected packages.Mark H Weaver2021-03-27
| | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/calendar.scm (libical), gnu/packages/check.scm (umockdev), gnu/packages/fontutils.scm (libraqm), gnu/packages/freedesktop.scm (appstream, farstream, libglib-testing) (udisks, libfprint, libportal), gnu/packages/geo.scm (memphis, osm-gps-map), gnu/packages/glib.scm (template-glib), gnu/packages/gnome.scm (gupnp-igd, libcloudproviders, libgrss, seed) (gtx, dee, zeitgeist, phodav, gssdp, gupnp, gupnp-dlna, gupnp-av, rygel) (libnma, gdl, libnotify, vte-ng, dconf, libxklavier, libsoup, colord) (geoclue, geocode-glib, amtk, grilo, gvfs, gusb, network-manager) (network-manager-applet, gfbgraph, libunique, cheese, libhandy) (gnome-latex, libgda), gnu/packages/gstreamer.scm (orc), gnu/packages/gtk.scm (at-spi2-core, goocanvas), gnu/packages/language.scm (nimf), gnu/packages/networking.scm (libnice), gnu/packages/video.scm (schroedinger), gnu/packages/virtualization.scm (libosinfo), gnu/packages/webkit.scm (wpewebkit, webkitgtk), gnu/packages/xml.scm (libxmlb)[native-inputs]: Replace 'gtk-doc' with 'gtk-doc/stable'.
* gnu: gtk-doc: Add 'gtk-doc/stable' variant.Mark H Weaver2021-03-27
| | | | * gnu/packages/gtk.scm (gtk-doc/stable): New variable.
* gnu: dblatex: Add 'dblatex/stable' variant.Mark H Weaver2021-03-27
| | | | * gnu/packages/docbook.scm (dblatex/stable): New variable.
* gnu: imagemagick: Add 'imagemagick/stable' variant.Mark H Weaver2021-03-27
| | | | | * gnu/packages/imagemagick.scm (imagemagick/stable): New variable. (imagemagick): This is now an alias to 'imagemagick/stable'.
* gnu: imagemagick: Remove graft.Mark H Weaver2021-03-27
| | | | | | | | | Note that this commit does *not* integrate the fixes that were previously applied via the graft. This commit simply discards those fixes. We will address those security flaws, without grafting, in subsequent commits. * gnu/packages/imagemagick.scm (imagemagick)[replacement]: Remove field. (imagemagick/fixed): Remove variable.
* gnu: Add interception-dual-function-keys.Joseph LaFreniere2021-03-27
| | | | | | * gnu/packages/linux.scm (interception-dual-function-keys): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add interception-tools.Joseph LaFreniere2021-03-27
| | | | | | * gnu/packages/linux.scm (interception-tools): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add mandoc.Ludovic Courtès2021-03-27
| | | | | | * gnu/packages/man.scm (mandoc): New variable. Co-authored-by: Stefan Karrmann <S.Karrmann@web.de>
* http-client: 'http-multiple-get' is tail-recursive again.Ludovic Courtès2021-03-27
| | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/47283>. Commit 205833b72c5517915a47a50dbe28e7024dc74e57 made 'http-multiple-get' non-tail-recursive. Each recursive call would install an exception handler. As the number of iterations grows beyond 1,000, quadratic complexity of 'raise-exception' would show and we'd spend most of our time there. * guix/http-client.scm (false-if-networking-error): New macro. (http-multiple-get): Use it around 'write-request' and 'put-bytevector' calls, and around 'read-response' call, in lieu of the inline 'catch' forms.
* gnu: knot: Update to 3.0.5.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/dns.scm (knot): Update to 3.0.5.
* gnu: gnu-efi: Update to 3.0.13.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/efi.scm (gnu-efi): Update to 3.0.13.
* gnu: pam-mount: Update to 2.18.Tobias Geerinckx-Rice2021-03-27
| | | | | * gnu/packages/admin.scm (pam-mount): Update to 2.18. [inputs]: Replace pcre with pcre2.
* gnu: Add gpart.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/disk.scm (gpart): New public variable.
* gnu: ntl: Update to 11.4.4.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/algebra.scm (ntl): Update to 11.4.4.
* gnu: diffoscope: Update to 171.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 171.
* gnu: gptfdisk: Update to 1.0.7.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/disk.scm (gptfdisk): Update to 1.0.7.
* gnu: git: Update to 2.31.1.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/version-control.scm (git): Update to 2.31.1.
* gnu: facter: Update to 4.0.52.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/admin.scm (facter): Update to 4.0.52.
* gnu: ccls: Update to 0.20201219.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/cpp.scm (ccls): Update to 0.20201219.
* gnu: nnn: Update to 3.6.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/admin.scm (nnn): Update to 3.6.
* gnu: cryptsetup: Update to 2.3.5.Tobias Geerinckx-Rice2021-03-27
| | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 2.3.5.
* gnu: icedove: Update to 78.9.0.Jonathan Brielmaier2021-03-27
| | | | * gnu/packages/gnuzilla.scm (icedove): Update to 78.9.0.
* gnu: cuirass: Update to 1.0.0-5.eb94e7d.Mathieu Othacehe2021-03-27
| | | | * gnu/packages/ci.scm (cuirass): Update to 1.0.0-5.eb94e7d.
* gnu: bcmatroska2: Fetch the sources from git.Raghav Gururajan2021-03-26
| | | | | | * gnu/packages/linphone.scm (bcmatroska2)[source]: Fetch sources from git. [description]: Expound description. [license]: Add the gpl2+ license to the list. Remove broken URLs.
* gnu: bcg729: Enable tests and update home page, license.Raghav Gururajan2021-03-26
| | | | | | | | | | | | | * gnu/packages/linphone.scm (bcg729)[source]: Remove '.git' suffix from URL. [tests?]: Remove argument. [configure-flags]: Enable tests. [phases]{copy-inputs}: New phase. {check}: Override. [native-inputs]: Add perl, test-patterns and unzip. [home-page]: Update. [license]: Upgrade to GPLv3+. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: upx: Fix CVE-2021-20285.Léo Le Bouter2021-03-26
| | | | | | * gnu/packages/patches/upx-CVE-2021-20285.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (upx): Apply patch.
* gnu: Add emacs-cascading-dir-locals.Joseph LaFreniere2021-03-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-cascading-dir-locals): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add emacs-relative-buffers.Joseph LaFreniere2021-03-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-relative-buffers): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust: Add Rust 1.51Jakub Kądziołka2021-03-26
| | | | * gnu/packages/rust.scm (rust-1.51): New variable.
* gnu: cuirass: Fix version generation.Mathieu Othacehe2021-03-26
| | | | * gnu/packages/ci.scm (cuirass)[arguments]: Add a 'fix-version-gen phase.
* gnu: python-pytz: Update to 2021.1.Leo Famulari2021-03-26
| | | | * gnu/packages/time.scm (python-pytz): Update to 2021.1.
* gnu: python-pytzdata: Update to 2020.1.Leo Famulari2021-03-26
| | | | * gnu/packages/time.scm (python-pytzdata): Update to 2020.1.
* gnu: tzdata: Update to 2021a.Vincent Legoll2021-03-26
| | | | | | | * gnu/packages/base.scm (tzdata): Update to 2021a. [inputs]: Update tzcode. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-imenu-list: Bump revision.Nicolas Goaziou2021-03-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-imenu-list): Bump revision. This is a followup to e0495951d5e8544c0f6d2e5a8a83b3c3e419bb3a.
* gnu: emacs-imenu-list: Update to 0.9-0.b502223.Alexandr Vityazev2021-03-26
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.9-0.b502223. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>