summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python-django-crispy-forms: Update to 1.9.2.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-crispy-forms): Update to 1.9.2.
* gnu: python-django-taggit: Update to 1.3.0.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-taggit): Update to 1.3.0.
* gnu: python-django-extensions: Update to 3.0.6.Marius Bakke2020-09-22
| | | | * gnu/packages/django.scm (python-django-extensions): Update to 3.0.6.
* gnu: python-django-classy-tags: Update to 2.0.0.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django-classy-tags): Update to 2.0.0. [propagated-inputs]: Remove PYTHON-SIX.
* gnu: python-django-simple-math-captcha: Update to 1.0.9.Marius Bakke2020-09-22
| | | | | | | | * gnu/packages/django.scm (python-django-simple-math-captcha): Update to 1.0.9. [source]: Change to GIT-FETCH. [arguments]: Remove #:tests?. Add phases to patch imports and run tests. [native-inputs]: Add PYTHON-MOCK. [propagated-inputs]: Add PYTHON-SIX.
* gnu: python-pytest-django: Update to 3.10.0.Marius Bakke2020-09-22
| | | | | | * gnu/packages/django.scm (python-pytest-django): Update to 3.10.0. [arguments]: Remove #:tests?. Override check phase. [native-inputs]: Add PYTHON-PYTEST-XDIST.
* gnu: python-django: Propagate python-sqlparse.Marius Bakke2020-09-22
| | | | | * gnu/packages/django.scm (python-django)[native-inputs]: Move PYTHON-SQLPARSE ... [propagated-inputs]: ... here.
* gnu: python-django: Update to 3.1.1.Marius Bakke2020-09-22
| | | | | | | | | | | | * gnu/packages/django.scm (python-django): Update to 3.1.1. [arguments]: Remove #:modules. Rename set-tzdir phase to pre-check, and disable one test. Adjust PYTHONPATH patching to preserve all entries. Ensure the test suite runs sequentially. [propagated-inputs]: Add PYTHON-ASGIREF. (python-django-2.2): New public variable. * gnu/packages/mail.scm (python-hyperkitty)[propagated-inptus]: Change from PYTHON-DJANGO to PYTHON-DJANGO-2.2. * gnu/packages/patchutils.scm (patchwork)[propagated-inputs]: Likewise.
* gnu: Add python-asgiref.Marius Bakke2020-09-22
| | | | * gnu/packages/python-web.scm (python-asgiref): New public variable.
* gnu: Remove python2-django-mailman3.Marius Bakke2020-09-22
| | | | | | | | This package depends on Python 2 which is past end-of-life and not supported by newer versions of Django. * gnu/packages/mail.scm (python2-django-mailman3): Remove variable. (python-django-mailman3)[properties]: Remove.
* gnu: Remove pootle.Marius Bakke2020-09-22
| | | | | | | This package depends on Python 2 which is past end-of-life and not supported by newer versions of some of the dependencies. * gnu/packages/django.scm (pootle): Remove variable.
* gnu: python-uritemplate: Update to 3.0.1.Marius Bakke2020-09-22
| | | | * gnu/packages/python-web.scm (python-uritemplate): Update to 3.0.1.
* gnu: icecat: Update to 78.3.0-guix0-preview1 [security-fixes].Mark H Weaver2020-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes fixes for CVE-2020-15673, CVE-2020-15676, CVE-2020-15677, and CVE-2020-15678. * gnu/packages/gnuzilla.scm (mozilla-compare-locales): Update to RELEASE_8_0_0. (all-mozilla-locales): Update to newer versions. (mozilla-patch): Remove vestigial procedure. (%icecat-version, %icecat-build-id): Update to 78.3.0-guix0-preview1. (icecat-source): Update 'upstream-icecat-base-version', 'gnuzilla-commit', and hashes. Reverse order of makeicecat-patch and gnuzilla-fixes-patch. (icecat)[inputs]: Remove libogg, libvorbis, libvpx, icu4c, sqlite, startup-notification, and zlib. Add several "UNBUNDLE-ME!" comments. [native-inputs]: Update 'rust' and 'cargo' dependencies to version 1.41. Update 'rust-cbindgen' dependency to version 0.14. Update 'node' dependency to 10.22. [arguments]<configure-flags>: Change --enable-default-toolkit value to "cairo-gtk3-wayland". Change --with-unsigned-addon-scopes value to "app,system". Add "--allow-addon-sideload". Remove "--enable-startup-notification" and "--disable-gconf". Comment out "--with-system-zlib", "--with-system-bz2", and "--with-system-icu". <phases>: In the 'remove-bundled-libaries' phase, remove "modules/zlib" from the list of directories to delete. Update the 'patch-cargo-checksums' phase to update more modules. (mozilla-68-compare-locales, all-mozilla-68-locales, %icecat-68-version) (icecat-68-source): New variables preserving the previous icecat 68 source. (icedove)[source]: Use 'icecat-68-source'. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to IceCat 78. * gnu/packages/patches/icecat-68-makeicecat.patch: New file containing the previous 'icecat-makeicecat.patch'. * gnu/local.mk: Add 'icecat-68-makeicecat.patch'.
* gnu: sbcl-cl-webkit: Update to 20200922.Pierre Neidhardt2020-09-22
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 20200922.
* Revert "gnu: texlive-latex-psnfss: Ensure that font definition files are ↵Efraim Flashner2020-09-22
| | | | | | | | installed." This reverts commit fdd066833ee88da41fd5c4aa17b05f34e0618b00. This commit causes over 4000 package rebuilds.
* gnu: texlive-latex-psnfss: Ensure that font definition files are installed.Paul Garlick2020-09-22
| | | | | | * gnu/packages/tex.scm (texlive-latex-psnfss): Use simple-texlive-package to install font definition files and documentation.
* gnu: Add emacs-html-to-hiccup.Jesse Dowell2020-09-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-html-to-hiccup): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: mafft: Use HTTPS home page URI.Nicolas Goaziou2020-09-22
| | | | * gnu/packages/bioinformatics.scm (mafft)[home-page, license]: Use HTTPS URI.
* gnu: emacs-elpher: Update to 2.10.2.Simon South2020-09-22
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-elpher): Update to 2.10.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-shx: Update to 1.5.0.Michael Rohleder2020-09-22
| | | | | | | * gnu/packages/emacs-xyz.scm (emacs-shx): Update to 1.5.0. [arguments]: Removed unneeded modify-phases. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add blanket.Vinicius Monego2020-09-22
| | | | | | * gnu/packages/task-management.scm (blanket): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: mkvtoolnix: Update to 50.0.0.Michael Rohleder2020-09-22
| | | | | | | * gnu/packages/video.scm (mkvtoolnix): Update to 50.0.0. [inputs]: Add pcre2. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-lice-el: Update to 0.2-2.482e58a.Michael Rohleder2020-09-22
| | | | | | | | | | | | | | | [[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-09-17T19:44:34+0200 using RSA]] Here is a rebased (to current master) patch. > From bc2163d6da160b58591f77f352cf4ea8543454e2 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Sun, 6 Sep 2020 11:30:57 +0200 Subject: [PATCH] gnu: emacs-lice-el: Update to 0.2-2.482e58a. * gnu/packages/emacs-xyz.scm (emacs-lice-el): Update to 0.2-2.482e58a. [arguments]: Add phase 'patch-template-directory and 'install-templates. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: rust-owning-ref-0.4: Update to 0.4.1.Efraim Flashner2020-09-22
| | | | * gnu/packages/crates-io.scm (rust-owning-ref-0.4): Update to 0.4.1.
* gnu: Add rust-scopeguard-1.Efraim Flashner2020-09-22
| | | | | * gnu/packages/crates-io.scm (rust-scopeguard-1): New variable. (rust-scopeguard-1.0): Inherit from rust-scopeguard-1.
* gnu: Add rust-cloudabi-0.1.Efraim Flashner2020-09-22
| | | | | * gnu/packages/crates-io.scm (rust-cloudabi-0.1): New variable. (rust-cloudabi-0.0): Inherit from rust-cloudabi-0.1.
* gnu: Add rust-gettext-rs-0.5.Efraim Flashner2020-09-22
| | | | | * gnu/packages/crates-io.scm (rust-gettext-rs-0.5): New variable. (rust-gettext-rs-0.4): Inherit from rust-gettext-rs-0.5.
* gnu: Add python-citeproc-py.Konrad Hinsen2020-09-21
| | | | | | * gnu/packages/python-xyz.scm (python-citeproc-py): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-rnc2rng.Konrad Hinsen2020-09-21
| | | | | | * gnu/packages/python-xyz.scm (python-rnc2rng): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gdsl: Replace 'url-fetch' by 'git-fetch'.zimoun2020-09-21
| | | | | | | | | | Fixes <https://debbugs.gnu.org/25913>. * gnu/packages/datastructures.scm (gdsl)[source]: Replace 'url-fetch' by 'git-fetch'. [home-page]: Update. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: samba: Update to 4.12.7 [security fixes].Pierre Langlois2020-09-21
| | | | | | | | Fixes CVE-2020-1472 with 4.12.7. Fixes CVE-2020-10730, CVE-2020-10745, CVE-2020-10760 and CVE-2020-14303 with 4.12.4. * gnu/packages/samba.org (samba): Update to 4.12.7.
* gnu: metapixel: Fix typo in description.Brendan Tildesley2020-09-21
| | | | | | * gnu/packages/image-processing.scm (metapixel)[description]: Fix typo. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: sudo: Update to 1.9.3.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/admin.scm (sudo): Update to 1.9.3.
* gnu: inkscape-1.0: Update to 1.0.1.Boris A. Dekshteyn2020-09-21
| | | | | | * gnu/packages/inkscape.scm (inkscape-1.0): Update to 1.0.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: php: Disable unreliable test.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/php.scm (php)[arguments]: Delete bug73837.phpt.
* services: Docker: Fix typo in configuration.Efraim Flashner2020-09-21
| | | | | | | This is a follow-up to f0a09310e6ff2ed63770cb585c551ba94ce4a9d0. * gnu/services/docker.scm (docker-shepherd-service): Properly reference variables in service definition.
* gnu: Add texlive-caption.Paul Garlick2020-09-21
| | | | * gnu/packages/tex.scm (texlive-caption): New variable.
* gnu: docker: Compile with seccomp enabled.Jesse Dowell2020-09-21
| | | | | | | * gnu/packages/docker.scm (docker)[arguments]: Adjust custom 'configure phase to enable seccomp support. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* services: docker: Fix enable-proxy? option.Jesse Dowell2020-09-21
| | | | | | | | | | | The userland proxy option does not properly disable the userland proxy when set to false. Docker defaults to enabling the userland proxy if the option is unset on the command line. * gnu/services/docker.scm (docker-shepherd-service): Properly handle the 'enable-proxy?' option. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: docker: Synchronize docker dependencies with the current version of docker.Jesse Dowell2020-09-21
| | | | | | | | | | | * gnu/packages/docker.scm (docker-libnetwork): Update to 19.03-1.026aaba. [source]: Follow URI redirection. [arguments]: Adjust import-path accordingly. [home-page]: Same. * gnu/packages/networking.scm (go-sctp): Update to 0.0.0-2.6e2cb13. [arguments]: Skip test suite. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: texlive-microtype: Tweak description.Paul Garlick2020-09-21
| | | | | * gnu/packages/tex.scm (texlive-microtype)[description]: Fill paragraph to standard width.
* gnu: webkitgtk: Update to 2.30.0.Mark H Weaver2020-09-21
| | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.30.0. [arguments]: Add "-DUSE_SYSTEMD=OFF" to the configure flags.
* gnu: Rename 'v' to 'vlang'.Mark H Weaver2020-09-21
| | | | | * gnu/packages/vlang.scm (v, vlang): Rename 'v' to 'vlang', keeping 'v' as a deprecated-package.
* services: base: Improve container related comments.Mathieu Othacehe2020-09-21
| | | | | * gnu/services/base.scm (guix-shepherd-service): Clarify the usage of a container for guix-daemon.
* build: shepherd: Check for container support.Mathieu Othacehe2020-09-21
| | | | | | | Fixes: <https://issues.guix.gnu.org/43533>. * gnu/build/shepherd.scm (fork+exec-command/container): Check if containers are supported before joining PID namespaces.
* gnu: supertuxkart: Sort inputs alphabetically.Efraim Flashner2020-09-21
| | | | * gnu/packages/games.scm (supertuxkart)[inputs]: Sort alphabetically.
* gnu: supertuxkart: Update to 1.2.Raphaël Mélotte2020-09-21
| | | | | | | | | | * gnu/packages/games.scm (supertuxkart): Update to 1.2. [source]: Update snippet, some of the previously bundled libraries are gone. Also update URL. [arguments]: Remove unneeded configure flags. [inputs]: Add sdl2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: eschalot: Cross-compile.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/crypto.scm (eschalot)[arguments]: Use CC-FOR-TARGET.
* gnu: eschalot: Fix build.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0.
* services: dicod: Reduce irony.Tobias Geerinckx-Rice2020-09-21
| | | | * gnu/services/dict.scm (dicod-service): Fix docstring typo.