summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-07-22gnu: xf86-video-r128: Update to 6.11.0.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-r128): Update to 6.11.0. [source]: Use URL-FETCH. [arguments]: Remove. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2018-07-22gnu: ffmpegthumbnailer: New variable.Brendan Tildesley
* gnu/packages/video.scm (ffmpegthumbnailer): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22gnu: sddm: Update to 0.18.0.Stefan Stefanović
* gnu/packages/display-managers.scm (sddm): Update to 0.18.0. * gnu/packages/patches/sddm-fix-build-with-qt-5.11-1024.patch: Remove file. * gnu/local.mk (dist_patch_DATA): Remove it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-07-22gnu: chemistry.scm: Add missing import.Marius Bakke
This is a follow-up to commit eb5ece73a84439d21219a802c0dcb88d54046371. * gnu/packages/chemistry.scm: Import (gnu packages).
2018-07-22gnu: Add u-boot-cubietruck.Julien Lepiller
* gnu/packages/bootloaders.scm (u-boot-cubietruck): New variable.
2018-07-21gnu: minetest: Update to 0.4.17.Kei Kebreau
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.17.
2018-07-21gnu: openbabel: Fix crash when opening NWChem output files.Kei Kebreau
* gnu/packages/patches/openbabel-fix-crash-on-nwchem-output.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/chemistry.scm (openbabel)[source]: Use it.
2018-07-21gnu: youtube-dl: Update to 2018.07.10.Björn Höfling
* gnu/packages/video.scm (youtube-dl): Update to 2018.07.10. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-21gnu: calibre: Update to 3.28.0.Andreas Enge
* gnu/packages/ebook.scm (calibre): Update to 3.28.0.
2018-07-20gnu: libgaiagraphics: Fix typo.Brendan Tildesley
* gnu/packages/geo.scm: (libgaiagraphics)[inputs]: Fix typo. Signed-off-by: Leo Famulari <leo@famulari.name>
2018-07-20gnu: vdirsyncer: Update to 0.16.7.Leo Famulari
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.7.
2018-07-20install: Add service for the loopback device.Ludovic Courtès
Lack of a loopback device prevented the system from building starting from commit 363c946b36a77aa6f0e60b8c93a171d2e649164f. * gnu/system/install.scm (%installation-services): Add 'static-networking-service-type' instance for 'lo'.
2018-07-20gnu: ffmpeg: Update to 4.0.2.Marius Bakke
* gnu/packages/video.scm (ffmpeg): Update to 4.0.2.
2018-07-20gnu: ffmpeg@3.4: Update to 3.4.4.Marius Bakke
* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.4.
2018-07-20gnu: feh: Update to 2.27.1.Marius Bakke
* gnu/packages/image-viewers.scm (feh): Update to 2.27.1.
2018-07-20gnu: gp2c: Update to 0.0.11.Andreas Enge
* gnu/packages/algebra.scm (gp2c): Update to 0.0.11.
2018-07-20gnu: pari-gp: Update to 2.11.0.Andreas Enge
* gnu/packages/algebra.scm (pari-gp): Update to 2.11.0.
2018-07-19gnu: bitcoin-core: Update to 0.16.1.Andreas Enge
* gnu/packages/finance.scm (bitcoin-core): Update to 0.16.1.
2018-07-19gnu: php: Update to 7.2.8.Julien Lepiller
* gnu/packages/php.scm (php): Update to 7.2.8.
2018-07-19gnu: busybox: Update to 1.29.1.Efraim Flashner
* gnu/packages/busybox.scm (busybox): Update to 1.29.1. [arguments]: Add custom phase to change the default value of TASKSET.
2018-07-19gnu: Add r-txtplot.Eric Brown
* gnu/packages/statistics.scm (r-txtplot): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-19gnu: julia: Fix 'llvm' version.Rouby Pierre-Antoine
Fixes a build failure with LLVM 6.0.x. * gnu/packages/julia.scm (julia)[inputs]: Use LLVM-3.9.1 instead of LLVM. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-07-18gnu: linux-libre: Update to 4.17.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.8. (%linux-libre-hash): Update hash. (linux-libre): Remove patch.
2018-07-18gnu: VLC: Update to 3.0.3-1 [fixes CVE-2018-11529].Leo Famulari
* gnu/packages/video.scm (vlc): Update to 3.0.3-1.
2018-07-18gnu: services: Fix openssh service start error.Julien Lepiller
* gnu/services/ssh.scm (openssh-shepherd-service): Require loopback.
2018-07-18gnu: linux-libre: Update to 4.17.7.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.7. (%linux-libre-hash): Update hash. (linux-libre)[source]: Add upstream patch to fix i686.
2018-07-18gnu: httpd: Update to 2.4.34 [fixes CVE-2018-{1333,8011}].Leo Famulari
* gnu/packages/web.scm (httpd): Update to 2.4.34.
2018-07-18gnu: znc: Update to 1.7.1 [fixes CVE-2018-{14055,14056}].Leo Famulari
* gnu/packages/messaging.scm (znc): Update to 1.7.1.
2018-07-18gnu: Add emacs-rust-mode.Rouby Pierre-Antoine
* gnu/packages/emacs.scm (emacs-rust-mode): New variable. Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-07-18gnu: linux-libre@4.14: Update to 4.14.56.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.56. (%linux-libre-4.14-hash): Update hash.
2018-07-18gnu: linux-libre@4.9: Update to 4.9.113.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.113.
2018-07-18gnu: linux-libre@4.4: Update to 4.4.141.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.141.
2018-07-17gnu: Add openbabel.Kei Kebreau
* gnu/packages/chemistry.scm (openbabel): New variable.
2018-07-17gnu: ghostscript: Fix CVE-2018-10194.Leo Famulari
* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field. (ghostscript/fixed): New variable. * gnu/packages/patches/ghostscript-CVE-2018-10194.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-07-17gnu: certbot, python-acme: Update to 0.26.1.Leo Famulari
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.26.1.
2018-07-17gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].Leo Famulari
* gnu/packages/cups.scm (cups-minimal)[replacement]: New field. (cups-minimal-2.2.8): New variable. (cups): Use package/inherit.
2018-07-18gnu: whois: Update to 5.3.2.Marius Bakke
* gnu/packages/networking.scm (whois): Update to 5.3.2.
2018-07-18gnu: rng-tools: Update to 6.3.1.Marius Bakke
* gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
2018-07-18gnu: ffmpeg@2.8: Update to 2.8.15.Marius Bakke
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
2018-07-18gnu: Add bsdiff.Marius Bakke
* gnu/packages/compression.scm (bsdiff): New public variable.
2018-07-18gnu: sfml: Remove all bundled dependencies.Marius Bakke
* gnu/packages/game-development.scm (sfml)[source](snippet): New field. [inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
2018-07-18gnu: Add stb-image-write.Marius Bakke
* gnu/packages/stb.scm (stb-image-write): New public variable.
2018-07-18gnu: Add stb-image.Marius Bakke
* gnu/packages/stb.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
2018-07-18gnu: sfml: Update to 2.5.0.Marius Bakke
* gnu/packages/game-development.scm (sfml): Update to 2.5.0. [arguments]: Specify pkg-config dir in #:configure-flags. [native-inputs]: Add PKG-CONFIG. [inputs]: Move FLAC, FREETYPE, LIBVORBIS and OPENAL ... [propagated-inputs]: ... here. New field.
2018-07-18gnu: physfs: Update to 3.0.1.Marius Bakke
* gnu/packages/game-development.scm (physfs): Update to 3.0.1. [arguments]: Add phase to ensure RUNPATH is set.
2018-07-18gnu: libspiro: Update to 0.5.20150702.Marius Bakke
* gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702. [source]: Change URI to maintained repository. [arguments]: Remove.
2018-07-18gnu: libmodplug: Update to 0.8.9.0.Marius Bakke
* gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
2018-07-18gnu: libmikmod: Update to 3.3.11.1.Marius Bakke
* gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
2018-07-18gnu: libextractor: Update to 1.7.Marius Bakke
* gnu/packages/gnunet.scm (libextractor): Update to 1.7.
2018-07-18gnu: libcue: Update to 2.2.1.Marius Bakke
* gnu/packages/cdrom.scm (libcue): Update to 2.2.1. [arguments]: Add #:configure-flags for building shared library, since the package defaults to static since this version.