;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu artwork)
  #:use-module (guix packages)
  #:use-module (guix git-download)
  #:export (%artwork-repository))

;;; Commentary:
;;;
;;; Common place for the definition of the Guix artwork repository.
;;;
;;; Code:

(define %artwork-repository
  (let ((commit "4c7f2ce6428a63e202cd2a9474a06f68a946934d"))
    (origin
      (method git-fetch)
      (uri (git-reference
             (url "https://git.savannah.gnu.org/git/guix/guix-artwork.git")
             (commit commit)))
      (file-name (string-append "guix-artwork-" (string-take commit 7)
                                "-checkout"))
      (sha256
       (base32
        "1rl569759q9wm1dxn7nkq3873d2k92giic7aa6jwzwr3n16prc7y")))))

;;; artwork.scm ends here
span>EuAndreh 2021-02-09gnu: eless: Update to 0.6....* gnu/packages/emacs-xyz.scm (eless): Update to 0.6. [inputs]: Add emacs. [arguments]: Move to copy-build-system. Nicolas Goaziou 2021-02-09gnu: postgis: Update to 3.1.1....* gnu/packages/geo.scm (postgis): Update to 3.1.1. [inputs]: Add protobuf-c. Guillaume Le Vaillant 2021-02-09news: Add news entry for local privilege escalation....* etc/news.scm: Add entry. Ludovic Courtès 2021-02-09activation: Do not make setuid programs setgid-root [security]....Fixes <https://bugs.gnu.org/46395>. Reported by Duncan Overbruck <mail@duncano.de>. * gnu/build/activation.scm (activate-setuid-programs): Change TARGET mode to not be setgid. Ludovic Courtès 2021-02-09services: cuirass: Move zabbix argument to the web process....This is a follow-up of 703e5c92eeb38d86455c2b1cace5cad9fc08b349. * gnu/services/cuirass.scm (cuirass-shepherd-service): Move "zabbix-uri" argument to the web process. Mathieu Othacehe 2021-02-09gnu: emacs-openwith: Update to 20120531-0.5fe01de....* gnu/packages/emacs-xyz.scm (emacs-openwith): Update to 20120531-0.5fe01de. [source]: Switch to GitHub URI since Bitbucket's has been deleted. [home-page]: Update URI accordingly. Nicolas Goaziou 2021-02-09gnu: emacs-hercules: Fix typo in description....* gnu/packages/emacs-xyz.scm (emacs-hercules)[description]: Add two spaces after a full stop. Nicolas Goaziou 2021-02-09gnu: emacs-hercules: Remove ".git" suffix from source URI....* gnu/packages/emacs-xyz.scm (emacs-hercules): Remove ".git" suffix. Nicolas Goaziou 2021-02-09gnu: emacs-hercules: Update to 0.3.1....* gnu/packages/emacs-xyz.scm (emacs-hercules): Update to 0.3.1. Nicolas Goaziou 2021-02-09gnu: emacs-jsonnet-mode: Update home page....* gnu/packages/emacs-xyz.scm (emacs-jsonnet-mode): Update home page, since the last one is a redirect to it. Nicolas Goaziou 2021-02-09gnu: emacs-gnuplot: Update to 0.8.0....* gnu/packages/emacs-xyz.scm (emacs-gnuplot): Update to 0.8.0. Nicolas Goaziou 2021-02-09gnu: emacs-pyim: Update to 2.0....* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 2.0. [propagated-inputs]: Add emacs-xr. Nicolas Goaziou 2021-02-08gnu: bootloader: Update install-allwinner64-u-boot....* gnu/bootloader/u-boot.scm (install-allwinner64-u-boot): Update to use a single file to install. Vagrant Cascadian 2021-02-08gnu: connman: Update to 1.39 [fixes CVE-2021-{26675,26676}]....* gnu/packages/connman.scm (connman): Update to 1.39. Leo Famulari 2021-02-08gnu: gnupg: Update to 2.2.27....* gnu/packages/gnupg.scm (gnupg): Update to 2.2.27. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vincent Legoll 2021-02-08gnu: guile-json-4: Update to 4.5.2....* gnu/packages/guile.scm (guile-json-4): Update to 4.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Léo Le Bouter 2021-02-08docker: Pass '--hard-dereference' to 'tar' to ensure reproducible builds....Reported by zimoun at <https://lists.gnu.org/archive/html/guix-devel/2021-02/msg00053.html>. * guix/docker.scm (%tar-determinism-options): Add '--hard-dereference'. Co-authored-by: zimoun <zimon.toutoune@gmail.com> Ludovic Courtès 2021-02-08gnu: emacs-ox-twbs: Update to 1.1.4....* gnu/packages/emacs-xyz.scm (emacs-ox-twbs): Update to 1.1.4. Nicolas Goaziou 2021-02-08gnu: emacs-log4e: Update to 0.3.3....* gnu/packages/emacs-xyz.scm (emacs-log4e): Update to 0.3.3. Nicolas Goaziou 2021-02-08gnu: emacs-ht: Update to 2.3....* gnu/packages/emacs-xyz.scm (emacs-ht): Update to 2.3. Nicolas Goaziou 2021-02-08gnu: emacs-evil-visualstar: Fix version number....* gnu/packages/emacs-xyz.scm (emacs-evil-visualstar): Fix typo in version number. Nicolas Goaziou 2021-02-08gnu: emacs-evil-nerd-commenter: Update to 3.5.3....* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): Update to 3.5.3. [arguments]: Disable tests since they now require internet access. Nicolas Goaziou 2021-02-08gnu: emacs-evil-collection: Update to 0.0.5....* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 0.0.5. Nicolas Goaziou 2021-02-08gnu: emacs-ido-ubiquitous: Update to 4.13....* gnu/packages/emacs-xyz.scm (emacs-ido-ubiquitous): Update to 4.13. Nicolas Goaziou 2021-02-08gnu: emacs-ido-completing-read+: Update to 3.12....* gnu/packages/emacs-xyz.scm (emacs-ido-completing-read+): Update to 3.12. [propagated-inputs]: Add emacs-s. Nicolas Goaziou 2021-02-08gnu: emacs-writeroom: Update to 3.11....* gnu/packages/emacs-xyz.scm (emacs-writeroom): Update to 3.11. Nicolas Goaziou 2021-02-08gnu: emacs-visual-fill-column: Update to 2.2....* gnu/packages/emacs-xyz.scm (emacs-visual-fill-column): Update to 2.2. [source]: Move to a stable URI. Nicolas Goaziou 2021-02-08gnu: emacs-find-file-in-project: Update to 6.0.0....* gnu/packages/emacs-xyz.scm (emacs-find-file-in-project): Update to 6.0.0. Nicolas Goaziou 2021-02-08gnu: emacs-mocker: Update to 0.5.0....* gnu/packages/emacs-xyz.scm (emacs-mocker): Update to 0.5.0. Nicolas Goaziou 2021-02-08gnu: emacs-projectile: Update to 2.3.0....* gnu/packages/emacs-xyz.scm (emacs-projectile): Update to 2.3.0. Nicolas Goaziou 2021-02-08gnu: emacs-tide: Update to 4.0.2....* gnu/packages/emacs-xyz.scm (emacs-tide): Update to 4.0.2. Nicolas Goaziou 2021-02-08gnu: emacs-nodejs-repl: Update to 0.2.4....* gnu/packages/emacs-xyz.scm (emacs-nodejs-repl): Update to 0.2.4. Nicolas Goaziou 2021-02-08gnu: emacs-undohist-el: Update to 0.2.1....* gnu/packages/emacs-xyz.scm (emacs-undohist-el): Update to 0.2.1. [origin]: Remove unnecessary patch. * gnu/packages/patches/emacs-undohist-ignored.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Apply deletion. Nicolas Goaziou 2021-02-08gnu: emacs-posframe: Update to 0.8.5....* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 0.8.5. Nicolas Goaziou 2021-02-08gnu: emulators: Update dolphin-emu to a working version....* gnu/packages/emulators.scm (dolphin-emu): Update to a working commit version. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Manolis Ragkousis 2021-02-08gnu: Add gnome-recipes....* gnu/packages/gnome.scm (gnome-recipes): New variable. Leo Prikler 2021-02-08gnu: hdf5: Update to 1.8.22....Fixes CVE-2018-14033, CVE-2018-11206, CVE-2018-13870, CVE-2018-13869, and CVE-2018-17435 * gnu/packages/maths.scm (hdf5-1.8): Update to 1.8.22. * gnu/packages/patches/hdf5-1.8-mpi-deprecations.patch: Delete upstreamed patch. * gnu/local/mk (dist_patch_DATA): Remove it. Eric Bavier 2021-02-08gnu: Add python-psptool....* gnu/packages/embedded.scm (python-psptool): New variable. Julien Lepiller 2021-02-08gnu: tryton applcations and framework: Update to 5.8.2....* gnu/packages/tryton.scm (trytond, tryton, python-trytond-stock, python-trytond-stock-lot): Update to 5.8.2. (python-proteus, python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock-supply): Update to 5.8.1. Hartmut Goebel 2021-02-08gnu: tryton.scm: Remove unused native inputs....Python is already provided by the python build-system, thus there is not need for listing it a native input. * gnu/packages/tryton.scm (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[native-inputs]: Remove python. Hartmut Goebel 2021-02-08gnu: tryton.scm: Reorder packages....Move proteus near the top, as it is a package to be used by other ications. Sort all "tryton modules" (python-trytond-*) alphabetically. * gnu/packages/tryton.scm (python-proteus): Move behind tryton. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request, python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply): Sort alphabetically. Hartmut Goebel 2021-02-08gnu: tryton: Rephrase synopsis and description....* gnu/packages/tryton.scm (tryton)[synopsis, description] Rephrase. Hartmut Goebel 2021-02-08gnu: Rename "python-trytond" to "trytond"....Trytond is an application, and only python libraries should have the "python-" prefix. * gnu/packages/tryton.scm (python-trytond): Rename to... (trytond): ...this. [synopsis] Rephrase. (python-trytond): Redefine as a deprecated alias. (python-trytond-account, python-trytond-account-invoice, python-trytond-account-invoice-stock, python-trytond-account-product, python-trytond-analytic-account, python-trytond-company, python-trytond-country, python-trytond-currency, python-trytond-party, python-trytond-product, python-trytond-purchase, python-trytond-purchase-request python-trytond-stock, python-trytond-stock-lot, python-trytond-stock-supply)[propagated-inputs]: Rename python-trytond to trytond. Hartmut Goebel 2021-02-08gnu: qgis: Update to 3.16.3....* gnu/packages/geo.scm (qgis): Update to 3.16.3. [inputs]: Add protobuf. [arguments]: Update 'configure-pyqt5-sip-path' and 'check' phases. Guillaume Le Vaillant 2021-02-08gnu: qgis: Disable SAGA....QGIS support for SAGA is currently not working. * gnu/packages/geo.scm (qgis)[inputs]: Remove saga. [arguments]: Remove PATH wrapping for saga. Guillaume Le Vaillant