summary refs log tree commit diff
AgeCommit message (Collapse)Author
2020-03-14gnu: cube: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/profiling.scm (cube)[home-page]: Use HTTPS.
2020-03-14gnu: talkfilters: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/games.scm (talkfilters)[source]: Hard-code NAME.
2020-03-14gnu: hyperrogue: Update to 11.3a.Tobias Geerinckx-Rice
* gnu/packages/games.scm (hyperrogue): Update to 11.3a.
2020-03-14gnu: openlibm: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
2020-03-14gnu: define dune-*-openmpi packagesFelix Gruber
* gnu/packages/maths.scm (dune-common-openmpi, dune-geometry-openmpi, dune-istl-openmpi, dune-typetree-openmpi, dune-uggrid-openmpi, dune-grid-openmpi, dune-alugrid-openmpi, dune-subgrid-openmpi, dune-localfunctions-openmpi, dune-functions-openmpi, dune-pdelab-openmpi): New variables. (add-openmpi-to-dune-package): New function to add openmpi to the inputs of a dune-* package and replace all dune-* packages in its input with the corresponding dune-*-openmpi package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-14gnu: dune-*: remove openmpi dependencyFelix Gruber
* gnu/packages/maths.scm (dune-*)[inputs]: Remove openmpi dependency. [arguments]: remove code to setup openmpi for tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-03-14gnu: gcc-9: Update to 9.3.0.Efraim Flashner
* gnu/packages/gcc.scm (gcc-9): Update to 9.3.0.
2020-03-14gnu: Add guile3.0-chickadee.Ricardo Wurmus
* gnu/packages/game-development.scm (guile3.0-chickadee): New variable.
2020-03-14gnu: Add guile3.0-opengl.Ricardo Wurmus
* gnu/packages/gl.scm (guile3.0-opengl): New variable.
2020-03-14gnu: Add guile3.0-sdl2.Ricardo Wurmus
* gnu/packages/sdl.scm (guile3.0-sdl2): New variable.
2020-03-14gnu: Add superfamiconvJakub Kądziołka
* gnu/packages/graphics.scm (superfamiconv): New variable.
2020-03-14Merge branch 'staging'Marius Bakke
2020-03-14gnu: libopenshot: Update to 0.2.5.Marius Bakke
* gnu/packages/video.scm (libopenshot): Update to 0.2.5.
2020-03-14gnu: libopenshot-audio: Update to 0.2.0.Marius Bakke
* gnu/packages/audio.scm (libopenshot-audio): Update to 0.2.0.
2020-03-14gnu: cppzmq: Update to 4.6.0.Marius Bakke
* gnu/packages/networking.scm (cppzmq): Update to 4.6.0. [arguments]: Add #:configure-flags.
2020-03-14gnu: GraphicsMagick: Update to 1.3.35.Marius Bakke
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.35.
2020-03-14gnu: suitesparse: Build with cmake-minimal.Marius Bakke
* gnu/packages/maths.scm (suitesparse)[native-inputs]: Change from CMAKE to CMAKE-MINIMAL.
2020-03-14gnu: Add SVT-AV1.Leo Famulari
* gnu/packages/video.scm (svt-av1): New variable.
2020-03-14gnu: hyperestraier: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/search.scm (hyperestraier)[home-page]: Use HTTPS.
2020-03-14gnu: blender: Update to 2.82a.Tobias Geerinckx-Rice
* gnu/packages/graphics.scm (blender): Update to 2.82a.
2020-03-14gnu: cdparanoia: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/cdrom.scm (cdparanoia)[home-page]: Use HTTPS.
2020-03-14gnu: scm: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/scheme.scm (scm)[home-page]: Use HTTPS.
2020-03-14gnu: iodine: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (iodine)[home-page]: Use HTTPS.
2020-03-14gnu: vim-scheme: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/vim.scm (vim-scheme)[home-page]: Use HTTPS.
2020-03-14gnu: ncftp: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/ftp.scm (ncftp)[home-page]: Use HTTPS.
2020-03-14Merge branch 'master' into stagingMarius Bakke
2020-03-14gnu: launchmon: Fix build with GCC 7.Marius Bakke
* gnu/packages/admin.scm (launchmon)[source](modules, snippet): New fields.
2020-03-13doc: Update guidance about Python 2 package variants.Leo Famulari
* doc/contributing.texi (Python Modules): Don't recommend adding Python-2 package variants by default.
2020-03-13gnu: BlueZ: Fix CVE-2020-0556.Leo Famulari
* gnu/packages/patches/bluez-CVE-2020-0556.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/linux.scm (bluez)[replacement]: New field. (bluez/fixed): New variable.
2020-03-13gnu: trio: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/code.scm (trio)[home-page]: Use HTTPS.
2020-03-13gnu: nginx: Update to 1.17.9.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.17.9.
2020-03-13gnu: miredo: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (miredo)[home-page]: Use HTTPS.
2020-03-13gnu: taglib: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/mp3.scm (taglib)[home-page]: Use HTTPS.
2020-03-13gnu: perl-test2-plugin-nowarnings: Run all tests.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test2-plugin-nowarnings) [native-inputs]: Add perl-ipc-run3.
2020-03-13gnu: perl-test2-suite: Correct name.Tobias Geerinckx-Rice
* gnu/packages/perl-check.scm (perl-test2-bundle-extended): Rename to… (perl-test2-suite): …this. [name]: Adjust accordingly. (perl-test2-plugin-nowarnings)[propagated-inputs]: Use new name. * gnu/packages/perl.scm (perl-params-validationcompiler)[native-inputs]: Likewise.
2020-03-13gnu: tegola: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/geo.scm (tegola)[home-page]: Use HTTPS.
2020-03-13gnu: libpipeline: Update to 1.5.2.Tobias Geerinckx-Rice
* gnu/packages/man.scm (libpipeline): Update to 1.5.2.
2020-03-13gnu: libsmpeg: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libsmpeg)[home-page]: Use HTTPS.
2020-03-13gnu: WebKitGTK: Update to 2.28.0 [fixes CVE-2020-10018].Leo Famulari
* gnu/packages/webkit.scm (webkitgtk): Update to 2.28.0.
2020-03-13gnu: Add python-capablerobot-usbhub.Vagrant Cascadian
* gnu/packages/libusb (python-capablerobot-usbhub): New variable.
2020-03-13gnu: Add barrage.Alberto Eleuterio Flores Guerrero
* gnu/packages/games.scm (barrage): New variable.
2020-03-13maint: Add 'etc/release-manifest.scm'.Ludovic Courtès
* etc/release-manifest.scm: New file. * gnu/ci.scm (%cross-targets): Export. * build-aux/check-available-binaries.scm: Remove. * Makefile.am (EXTRA_DIST): Add 'etc/release-manifest.scm' and remove 'build-aux/check-available-binaries.scm'. (assert-binaries-available): Rewrite using 'guix weather -m'.
2020-03-13pack: Do not create a squashfs "recovery file".Ludovic Courtès
Reported by Josh Marshall <Josh.Marshall@jax.org>. * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass "-no-recovery".
2020-03-13pack: Make bit-reproducible squashfs images.Ludovic Courtès
Reported by Josh Marshall <Josh.Marshall@jax.org>. * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Always pass "-all-time", "-mkfs-time", "-force-uid", and "-force-gid" to 'mksquashfs'.
2020-03-13pack: Factorize 'mksquashfs' invocations.Ludovic Courtès
* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): New procedure. Replace instances of (invoke "mksquashfs" ...) with (mksquashfs ...).
2020-03-13weather: '--coverage' filters out non-package objects.Ludovic Courtès
This is a followup to d37b5a1b58824dafbe6f32b1c183661c147c660c. * guix/scripts/weather.scm (guix-weather): Filter PACKAGES passed to 'report-package-coverage'.
2020-03-13weather: Exit with non-zero when coverage is below 100%.Ludovic Courtès
* guix/scripts/weather.scm (report-server-coverage): Return the coverage ratio. (guix-weather): Exit if and only if each server's coverage is 1.
2020-03-13gnu: cadaver: Satisfy 'guix lint'.Efraim Flashner
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect. [description]: Always use two spaces.
2020-03-13gnu: httrack: Use texi markup in description.Efraim Flashner
* gnu/packages/web.scm (httrack)[description]: Use texi markup.
2020-03-13gnu: uim: Use emacs-substitute-variables instead of substitute*.Arun Isaac
* gnu/packages/xorg.scm (uim)[arguments]: In the configure-uim-el phase, use emacs-substitute-variables instead of substitute*.