summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add iPXE.series-3514Vincent Legoll2020-04-12
| | | | * gnu/packages/bootloaders.scm (ipxe): New variable.
* gnu: ungoogled-chromium: Update to 81.0.4044.92-0.b484ad4 [security fixes].base-for-series-3514Marius Bakke2020-04-12
| | | | | | | | | | | | | | | | | | | | This release fixes CVE-2020-6430, CVE-2020-6456, CVE-2020-6431, CVE-2020-6432, CVE-2020-6433, CVE-2020-6434, CVE-2020-6435, CVE-2020-6436, CVE-2020-6437, CVE-2020-6438, CVE-2020-6439, CVE-2020-6440, CVE-2020-6441, CVE-2020-6442, CVE-2020-6443, CVE-2020-6444, CVE-2020-6445, CVE-2020-6446, CVE-2020-6447, and CVE-2020-6448. * gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 81. (%chromium-version): Set to 81.0.4044.92. (%ungoogled-revision): Set to b484ad4c0bdb696c86d941798ae6b0e2bd0db35d. (%debian-revision): Set to debian/81.0.4044.92-1. (%chromium-origin, %ungoogled-origin, %debian-origin): Update hashes. (ungoogled-chromium-source): Remove PYTHON-2 from the environment, use PYTHON-WRAPPER instead. Call "remove_bundled_libraries.py" using PYTHON-2 directly. (ungoogled-chromium)[arguments]: Remove "is_cfi=false" from #:configure-flags. Adjust CXXFLAGS to ignore unknown compiler warnings. [inputs]: Change from ICU4C to ICU4C-66.1.
* gnu: icu4c: Add 66.1.Marius Bakke2020-04-12
| | | | * gnu/packages/icu4c.scm (icu-66.1): New public variable.
* gnu: gn: Update to 0.0-1736.ec938dd.Marius Bakke2020-04-12
| | | | | * gnu/packages/build-tools.scm (gn): Update to 0.0-1736.ec938dd. [arguments]: Adjust last_commit_position.h for upstream changes.
* gnu: openttd: Update to 1.10.0.Vincent Legoll2020-04-12
| | | | | | | | The os/dos subdirectory has been removed by upstream commit: fdb804d86bcab8d0529bdf6ca925bed04ad2f047 * gnu/packages/games.scm (openttd)[version]: Update to 1.10.0. [source]: Change uri to cdn.openttd.org, remove snippet & modules.
* gnu: openttd-opengfx: Update to 0.6.0.Vincent Legoll2020-04-12
| | | | | | * gnu/packages/games.scm (openttd-opengfx)[version]: Update to 0.6.0. [source]: Change uri to cdn.openttd.org. [native-inputs]: Add which.
* gnu: mypaint-brushes: Update to 2.0.2.Nicolas Goaziou2020-04-12
| | | | | | | | | * gnu/packages/gimp.scm (mypaint-brushes): Update to 2.0.2. [source, homepage]: Update upstream location. [arguments]: Remove it. [license]: Update license. (mypaint-brushes-1.3): New variable. (gimp)[inputs]: Use new variable.
* build: julia-build-system: Update for new Julia version.nixo2020-04-12
| | | | | | | | | | * guix/build/julia-build-system.scm (generate-load-path): Delete function. (install): Don't set JULIA_LOAD_PATH. (precompile): Set SOURCE_DATE_EPOCH. Update calculating the JULIA_LOAD_PATH. Adjust the 'invoke-julia' command. (check): Set SOURCE_DATE_EPOCH. Adjust JULIA_LOAD_PATH. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia: Use libgit2-0.28.Efraim Flashner2020-04-12
| | | | | * gnu/packages/julia.scm (julia)[inputs]: Replace libgit2 with libgit2-0.28.
* gnu: Add libgit2-0.28.Efraim Flashner2020-04-12
| | | | * gnu/packages/version-control.scm (libgit2-0.28): New variable.
* gnu: emacs-org: Install documentation.Nicolas Goaziou2020-04-12
| | | | | * gnu/packages/emacs-xyz.scm (emacs-org)[arguments]: Add a phase to install info file and refcard.
* gnu: emacs-ebuild-mode: Build and install info file.Nicolas Goaziou2020-04-12
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode)[arguments]: Build and install documentation in a new phase. [native-inputs]: Add "texinfo".
* gnu: emacs-ebuild-mode: Update to 1.50.Michael Rohleder2020-04-12
| | | | | | | | | | | | | [[PGP Signed Part:No public key for 7C7AFFBEFEF2CB25 created at 2020-04-12T07:33:34+0200 using RSA]] * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50. (needs info installation) From cc87b443a6dd94b07d711ec792fe1b6f1ac3e6d4 Mon Sep 17 00:00:00 2001 From: Michael Rohleder <mike@rohleder.de> Date: Sun, 12 Apr 2020 07:19:44 +0200 Subject: [PATCH] gnu: emacs-ebuild-mode: Update to 1.50. * gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.50.
* gnu: emacs-psc-ide: Add a comment about versioning.Nicolas Goaziou2020-04-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-psc-ide): Add a comment about versioning.
* gnu: Add emacs-psc-ide.John Soo2020-04-12
| | | | * gnu/packages/emacs-xyz.scm (emacs-psc-ide): New variable.
* gnu: go-github-com-audriusbutkevicius-pfilter: Update to 0.0.5.Efraim Flashner2020-04-12
| | | | | * gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter) [version]: Correctly identify commit as version tag 0.0.5.
* gnu: Remove duplicate python-prometheus-client.Efraim Flashner2020-04-12
| | | | | | | * gnu/packages/monitoring.scm (python-prometheus-client): Update to 0.7.1. * gnu/packages/python-xyz.scm (python-prometheus-client): Remove variable. * gnu/packages/monitoring.scm: Import (gnu packages monitoring).
* gnu: xfce4-whiskermenu-plugin: Update to 2.4.3.base-for-series-3507Tobias Geerinckx-Rice2020-04-12
| | | | * gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.4.3.
* gnu: xfce4-pulseaudio-plugin: Update to 0.4.3.Tobias Geerinckx-Rice2020-04-12
| | | | | * gnu/packages/xfce.scm (xfce4-pulseaudio-plugin): Update to 0.4.3. [source]: Hard-code NAME.
* gnu: xfce4-clipman-plugin: Update to 1.6.1.Tobias Geerinckx-Rice2020-04-12
| | | | * gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.1.
* gnu: xfce4-screensaver: Update to 0.1.10.Tobias Geerinckx-Rice2020-04-12
| | | | * gnu/packages/xfce.scm (xfce4-screensaver): Update to 0.1.10.
* gnu: xfce4-session: Update to 4.14.2.Tobias Geerinckx-Rice2020-04-12
| | | | | | * gnu/packages/xfce.scm (xfce4-session): Update to 4.14.2. [source]: Hard-code NAME. [description]: Tweak.
* gnu: garcon: Update to 0.7.0.Tobias Geerinckx-Rice2020-04-12
| | | | * gnu/packages/xfce.scm (garcon): Update to 0.7.0.
* gnu: exo: Update to 0.12.11.Tobias Geerinckx-Rice2020-04-12
| | | | * gnu/packages/xfce.scm (exo): Update to 0.12.11.
* gnu: ephemeralpg: Update to 3.0.Tobias Geerinckx-Rice2020-04-12
| | | | | * gnu/packages/databases.scm (ephemeralpg): Update to 3.0. [arguments]: Set #:test-target and use the standard ‘check’ phase.
* gnu: dino: Update to 0.1.0.Arun Isaac2020-04-12
| | | | | | | | * gnu/packages/messaging.scm (dino): Update to 0.1.0. [source]: Replace git repository with release tarball. [arguments]: Remove "-DSHARED_SIGNAL_PROTOCOL=yes" configure flag. Remove unpack-sources phase. [native-inputs]: Remove libsignal-protocol-c-source.
* gnu: gimp-resynthesizer: Don't use unstable tarball.Efraim Flashner2020-04-12
| | | | | | * gnu/packages/gimp.scm (gimp-resynthesizer)[source]: Download using git-fetch. [arguments]: Remove stray tabs.
* gnu: libmypaint: Upgrade to 1.5.1.Efraim Flashner2020-04-11
| | | | * gnu/packages/gimp.scm (libmypaint): Upgrade to 1.5.1.
* gnu: python-genshi: Update to 0.7.3.base-for-series-3503base-for-series-3499Marius Bakke2020-04-11
| | | | * gnu/packages/python-web.scm (python-genshi): Update to 0.7.3.
* gnu: python-dnspython: Update to 1.16.0.Marius Bakke2020-04-11
| | | | * gnu/packages/python-xyz.scm (python-dnspython): Update to 1.16.0.
* gnu: python-flask: Update to 1.1.2.Marius Bakke2020-04-11
| | | | * gnu/packages/python-web.scm (python-flask): Update to 1.1.2.
* gnu: sbcl-burgled-batteries3: Python is a runtime dependency.Marius Bakke2020-04-11
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[native-inputs]: Move PYTHON ... [inputs]: ... here.
* gnu: sbcl-burgled-batteries3: Update to 0.0.0-2.f65f454.Marius Bakke2020-04-11
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3): Update to 0.0.0-2.f65f454. [arguments]: Rewrite phases to use the new BB_PYTHON3_* variables. Add #:modules and #:imported-modules.
* gnu: python-pyqtwebengine: Use 'python-version'.Marius Bakke2020-04-11
| | | | | | * gnu/packages/qt.scm (python-pyqtwebengine)[arguments]: Add (guix build python-build-system) to #:modules. Adjust #:imported-modules accordingly. Rewrite #:phases to use it instead of rolling their own, or hard-coding.
* gnu: python-duniterpy: Update to 0.57.0.base-for-series-3497Nicolas Goaziou2020-04-11
| | | | * gnu/packages/finance.scm (python-duniterpy): Update to 0.57.0.
* gnu: Add tennix.Nicolas Goaziou2020-04-11
| | | | * gnu/packages/games.scm (tennix): New variable.
* gnu: Merge ham-radio and sdr modules into radio module.base-for-series-3495Guillaume Le Vaillant2020-04-11
| | | | | | | | | * gnu/packages/ham-radio.scm: Rename to 'radio.scm'. * gnu/packages/sdr.scm: Remove file. (liquid-dsp): Move to ... * gnu/packages/radio.scm (liquid-dsp): ... here. * gnu/local.mk (GNU_SYSTEM_MODULES): Remove 'ham-radio.scm' and 'sdr.scm'. Add 'radio.scm'.
* gnu: bubblewrap: Update to 0.4.1 [fixes CVE-2020-5291].Tobias Geerinckx-Rice2020-04-11
| | | | | | | | | Relevant only ‘[i]f bubblewrap is installed in setuid mode and the kernel supports unprivileged user namespaces’. Bubblewrap is not setuid by default on Guix System. * gnu/packages/virtualization.scm (bubblewrap): Update to 0.4.1.
* gnu: openconnect: Update to 8.08.Tobias Geerinckx-Rice2020-04-11
| | | | | | * gnu/packages/vpn.scm (openconnect): Update to 8.08. [propagated-inputs]: Use gnutls-3.6.13. * gnu/packages/tls.scm (gnutls-3.6.13): Export it.
* gnu: supertux: Update to 0.6.1.1.Tobias Geerinckx-Rice2020-04-11
| | | | * gnu/packages/games.scm (supertux): Update to 0.6.1.1.
* gnu: syncthing: Update to 1.4.2.Tobias Geerinckx-Rice2020-04-11
| | | | * gnu/packages/syncthing.scm (syncthing): Update to 1.4.2.
* gnu: tig: Update to 2.5.1.Tobias Geerinckx-Rice2020-04-11
| | | | | * gnu/packages/version-control.scm (tig): Update to 2.5.1. [arguments]: #:test-target is correct even if all #:tests? can't run.
* gnu: dbacl: Update to 1.14.1.Tobias Geerinckx-Rice2020-04-11
| | | | | | | | * gnu/packages/textutils.scm (dbacl): Update to 1.14.1. [source]: Add patch to fix build with current glibc. [arguments]: (Try to) bootstrap only once. * gnu/packages/patches/dbacl-include-locale.h.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libdca: Update to 0.0.7.Tobias Geerinckx-Rice2020-04-11
| | | | | * gnu/packages/video.scm (libdca): Update to 0.0.7. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: thunar: Update to 1.8.14.Tobias Geerinckx-Rice2020-04-11
| | | | * gnu/packages/xfce.scm (thunar): Update to 1.8.14.
* gnu: boinc-client: Update to 7.16.6.Tobias Geerinckx-Rice2020-04-10
| | | | * gnu/packages/distributed.scm (boinc-client): Update to 7.16.6.
* gnu: ephemeralpg: Update to 2.9.Tobias Geerinckx-Rice2020-04-10
| | | | | | * gnu/packages/databases.scm (ephemeralpg): Update to 2.9. [arguments]: Remove obsolete work-arounds. [native-inputs]: Add which.
* gnu: ephemeralpg: Use HTTPS home page.Tobias Geerinckx-Rice2020-04-10
| | | | * gnu/packages/databases.scm (ephemeralpg)[source, home-page]: Use HTTPS.
* gnu: crispy-doom: Update to 5.7.2.Tobias Geerinckx-Rice2020-04-10
| | | | * gnu/packages/games.scm (crispy-doom): Update to 5.7.2.
* gnu: r-powerlaw: Update to 0.70.4.Tobias Geerinckx-Rice2020-04-10
| | | | * gnu/packages/cran.scm (r-powerlaw): Update to 0.70.4.