summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-12-08gnu: ghostscript: Fix CVE-2020-15900.Marius Bakke
* gnu/packages/patches/ghostscript-CVE-2020-15900.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
2020-12-08gnu: ghostscript: Fix build with FreeType 2.10.4.Marius Bakke
This fixes a build failure from 79b31767d084a2feeb2edcb41ae863a0d534b847. * gnu/packages/patches/ghostscript-freetype-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/ghostscript.scm (ghostscript)[source](patches): Add it.
2020-12-08gnu: node: Update to 10.22.1.Marius Bakke
This follows up on 3eb34c66b42d1fa520a374e9b35a6ce7bd1e8987 which left an unbound "nghttp2-1.41" variable. * gnu/packages/node.scm (node): Update to 10.22.1. (node-10.22): Remove variable. * gnu/packages/gnuzilla.scm (icecat)[native-inputs]: Change from NODE-10.22 to NODE. (icedove)[native-inputs]: Likewise.
2020-12-08gnu: nghttp2: Update to 1.41.0 and remove replacement.Efraim Flashner
* gnu/packages/web.scm (nghttp2): Update to 1.41.0. [replacement]: Remove. (nghttp2-1.41): Remove.
2020-12-08gnu: json-c: Absorb replacement with security fix.Efraim Flashner
* gnu/packages/web.scm (json-c)[source]: Add patch. [replacement]: Remove. (json-c/fixed): Remove.
2020-12-08gnu: openldap: Update to 2.4.50 and remove replacement.Ludovic Courtès
* gnu/packages/openldap.scm (openldap): Update to 2.4.50. [replacement]: Remove. (openldap-2.4.50): Remove.
2020-12-08gnu: curl: Update to 7.71.0 and remove replacement.Ludovic Courtès
* gnu/packages/curl.scm (curl): Update to 7.71.0. [replacement]: Remove.
2020-12-08gnu: libjpeg-turbo: Update to 2.0.5 and remove replacement.Efraim Flashner
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.5. [replacement]: Remove. (libjpeg-turbo/fixed): Remove.
2020-12-08gnu: libspiro: Update to 20200505 and remove replacement.Efraim Flashner
* gnu/packages/fontutils.scm (libspiro): Update to 20200505. [replacement]: Remove. (libspiro-20200505): Remove.
2020-12-08gnu: openssl: Update to 1.1.1g and remove replacement.Ludovic Courtès
* gnu/packages/tls.scm (openssl): Update to 1.1.1g. [replacement]: Remove. (openssl-1.1.1g): Remove.
2020-12-08gnu: gnutls: Update to 3.6.15 and remove replacement.Ludovic Courtès
* gnu/packages/tls.scm (gnutls): Update to 3.6.15. [source]: Add "gnutls-cross.patch". [replacement]: Remove. [native-inputs]: Add GUILE-3.0 when (%current-target-system) is true. (gnutls/fixed): Remove. * gnu/packages/package-management.scm (guix)[propagated-inputs]: Remove reference to 'gnutls/fixed'. * gnu/packages/tls.scm (gnutls/dane): Inherit from gnutls. * gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Remove gnutls/fixed, add gnutls. Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-08gnu: fontconfig: Use 'font-dejavu' and remove replacement.Ludovic Courtès
* gnu/packages/fontutils.scm (fontconfig)[replacement]: Remove. [inputs]: Replace GS-FONTS by FONT-DEJAVU. [arguments]: Adjust accordingly. (fontconfig/font-dejavu): Remove.
2020-12-08gnu: freetype: Update to 2.10.4 and remove replacement.Ludovic Courtès
* gnu/packages/fontutils.scm (freetype): Update to 2.10.4. [replacement]: Remove. (freetype/fixed): Remove.
2020-12-08gnu: glib: Remove replacement with GIO appinfo patch.Ludovic Courtès
* gnu/packages/glib.scm (glib)[replacement]: Remove. [source]: Add "glib-appinfo-watch.patch". (glib-with-gio-patch): Remove.
2020-12-08gnu: libx11: Update to 1.6.10 and remove replacement.Ludovic Courtès
* gnu/packages/xorg.scm (libx11): Update to 1.6.10. [replacement]: Remove. (libx11/fixed): Remove.
2020-12-08gnu: dbus: Remove replacement.Ludovic Courtès
* gnu/packages/glib.scm (dbus)[replacement]: Remove. [source]: Add "dbus-CVE-2020-12049.patch". (dbus/fixed): Remove.
2020-12-08gnu: Add cjson.Ryan Prior
* gnu/packages/javascript.scm (cjson): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add tiny-bignum.Ryan Prior
* gnu/packages/maths.scm (tiny-bignum): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: trezord: Update to 2.0.30.Martin Becze
* gnu/packages/finance.scm (trezord): Update to 2.0.30. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add go-gopkg-in-natefinch-lumberjack.v2.Martin Becze
* gnu/packages/golang.scm (go-gopkg-in-natefinch-lumberjack.v2): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add go-github-com-gorilla-csrf.Martin Becze
* gnu/packages/golang.scm (go-github-com-gorilla-csrf): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add go-github-com-gorilla-securecookie.Martin Becze
* gnu/packages/golang.scm (go-github-com-gorilla-securecookie): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add go-github-com-gorilla-handlers.Martin Becze
* gnu/packages/golang.scm (go-github-com-gorilla-handlers): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: Add go-github-com-felixge-httpsnoop.Martin Becze
* gnu/packages/golang.scm (go-github-com-felixge-httpsnoop): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: go-github-com-gorilla-mux: Update to 1.8.0.Martin Becze
* gnu/packages/golang.scm (go-github-com-gorilla-mux): Update to 1.8.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08gnu: scummvm: Update source URL.Tobias Geerinckx-Rice
* gnu/packages/emulators.scm (scummvm)[source]: Use HTTPS & new subdomain. Reported by Matthew Brooks <matthewfbrooks@mailbox.org>.
2020-12-08gnu: gita: Install shell completions.Michael Rohleder
* gnu/packages/version-control.scm (gita)[arguments]: Add phase install-shell-completions. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-12-08gnu: Add emacs-burly.Ryan Desfosses
* gnu/packages/emacs-xyz.scm (emacs-burly): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-12-08gnu: Add emacs-map.Ryan Desfosses
* gnu/packages/emacs-xyz.scm (emacs-map): New variable. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-12-08gnu: shadowsocks: Build against openssl.Leo Prikler
This patch allows shadowsocks to be used without supplying libopenssl in its configuration. See also https://unix.stackexchange.com/questions/623324/. * gnu/packages/networking.scm (shadowsocks)[inputs]: Add openssl. [#:phases]: Add patch-crypto-paths. Signed-off-by: Marius Bakke <marius@gnu.org>
2020-12-08gnu: qoauth: Minor cosmetic improvements.Marius Bakke
* gnu/packages/web.scm (qoauth)[arguments]: Add #:tests?. Don't delete 'check' phase. Override 'configure' instead of adding new phase.
2020-12-08gnu: qoauth: Fix build failure.Marius Bakke
Fixes <https://bugs.gnu.org/45031>. Reported by Distopico <distopico@riseup.net>. * gnu/packages/web.scm (qoauth)[arguments]: Add phase 'adjust-mkspecs-directory'.
2020-12-08gnu: qca: Correct license.Marius Bakke
* gnu/packages/kde.scm (qca)[license]: Change from LGPL2.1 to LGPL2.1+.
2020-12-08gnu: Add gita.Oleg Pykhalov
* gnu/packages/version-control.scm (gita): New variable.
2020-12-07gnu: imapfilter: Update to 2.7.5.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (imapfilter): Update to 2.7.5.
2020-12-07gnu: grammalecte: Update to 2.0.0.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 2.0.0.
2020-12-07gnu: Add glmark2.Kei Kebreau
* gnu/packages/gl.scm (glmark2): New variable.
2020-12-07doc: Document about xfce4-panel plugins.宋文武
* doc/guix.texi (Desktop Services): Document that xfce4-panel plugin packages should be added to the 'packages' field of OS.
2020-12-07gnu: xfce4-whiskermenu-plugin: Fix installed shell script.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Fix installed shell script. [arguments]: Add phase fix-shell-script to substitute paths to xfce4-panel and gettext. [inputs]: Add gettext-minimal. Co-authored-by: Kei Kebreau <kkebreau@posteo.net> Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2020-12-07gnu: bombadillo: Update to 2.3.3.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (bombadillo): Update to 2.3.3.
2020-12-07gnu: qutebrowser: Update to 1.14.1.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.14.1.
2020-12-07gnu: yapet: Omit duplicate licence files.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet)[arguments]: Set a better --docdir.
2020-12-07gnu: yapet: Update to 2.5.Tobias Geerinckx-Rice
* gnu/packages/password-utils.scm (yapet): Update to 2.5.
2020-12-07gnu: feh: Update to 3.6.1.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 3.6.1.
2020-12-07gnu: libmanette: Update to 0.2.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (libmanette): Update to 0.2.6.
2020-12-07gnu: thermald: Update to 2.4.1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thermald): Update to 2.4.1.
2020-12-07gnu: emacs-moody: Update to 0.5.4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.4.
2020-12-07gnu: Add emacs-modus-themes.André Alexandre Gomes
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): New variable. (emacs-modus-operandi-theme, emacs-modus-vivendi-theme): Deprecate package in favor of emacs-modus-themes. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-12-07ci: Add "evaluation" method.Mathieu Othacehe
* guix/ci.scm (evaluation): New procedure.
2020-12-07ci: Add evaluation field to build record.Mathieu Othacehe
* guix/ci.scm (<build>): Add "evaluation" field.