summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* gnu: CUPS: Update to 2.2.8 [fixes CVE-2018-{4180,4181}].Leo Famulari2018-07-171-1/+15
| | | | | | * gnu/packages/cups.scm (cups-minimal)[replacement]: New field. (cups-minimal-2.2.8): New variable. (cups): Use package/inherit.
* gnu: whois: Update to 5.3.2.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/networking.scm (whois): Update to 5.3.2.
* gnu: rng-tools: Update to 6.3.1.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.3.1.
* gnu: ffmpeg@2.8: Update to 2.8.15.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.15.
* gnu: Add bsdiff.Marius Bakke2018-07-181-0/+37
| | | | * gnu/packages/compression.scm (bsdiff): New public variable.
* gnu: sfml: Remove all bundled dependencies.Marius Bakke2018-07-181-2/+11
| | | | | * gnu/packages/game-development.scm (sfml)[source](snippet): New field. [inputs]: Add STB-IMAGE and STB-IMAGE-WRITE.
* gnu: Add stb-image-write.Marius Bakke2018-07-181-0/+6
| | | | * gnu/packages/stb.scm (stb-image-write): New public variable.
* gnu: Add stb-image.Marius Bakke2018-07-182-0/+98
| | | | | * gnu/packages/stb.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
* gnu: sfml: Update to 2.5.0.Marius Bakke2018-07-181-7/+12
| | | | | | | | * 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.
* gnu: physfs: Update to 3.0.1.Marius Bakke2018-07-181-3/+11
| | | | | * gnu/packages/game-development.scm (physfs): Update to 3.0.1. [arguments]: Add phase to ensure RUNPATH is set.
* gnu: libspiro: Update to 0.5.20150702.Marius Bakke2018-07-181-5/+4
| | | | | | * gnu/packages/fontutils.scm (libspiro): Update to 0.5.20150702. [source]: Change URI to maintained repository. [arguments]: Remove.
* gnu: libmodplug: Update to 0.8.9.0.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/audio.scm (libmodplug): Update to 0.8.9.0.
* gnu: libmikmod: Update to 3.3.11.1.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/sdl.scm (libmikmod): Update to 3.3.11.1.
* gnu: libextractor: Update to 1.7.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.7.
* gnu: libcue: Update to 2.2.1.Marius Bakke2018-07-181-2/+4
| | | | | | * 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.
* gnu: libb2: Update to 0.98.Marius Bakke2018-07-181-34/+27
| | | | | | * gnu/packages/crypto.scm (libb2): Update to 0.98. [source]: Use URL-FETCH. [native-inputs]: Remove.
* gnu: rapidjson: Remove non-free code.Marius Bakke2018-07-181-1/+8
| | | | * gnu/packages/web.scm (rapidjson)[source](snippet, modules): New fields.
* gnu: libusb: Update home page.Marius Bakke2018-07-181-2/+2
| | | | * gnu/packages/libusb.scm (libusb, libusb-compat)[home-page]: Use HTTPS.
* gnu: guix-daemon: Fix file name of 'guix' command.Ludovic Courtès2018-07-181-1/+1
| | | | | | | | Fixes <https://bugs.gnu.org/32183>. Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * gnu/packages/package-management.scm (guix-daemon)[arguments]: In 'install' phase, fix file name of 'guix' command.
* gnu: nethack: Make builds bit-reproducible.Ludovic Courtès2018-07-181-4/+11
| | | | | * gnu/packages/games.scm (nethack)[arguments]: In 'patch-paths' phase, define REPRODUCIBLE_BUILD in config.h and set SOURCE_DATE_EPOCH.
* gnu: Add nethack.Anonymous2018-07-181-0/+119
| | | | | | * gnu/packages/games.scm (nethack): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* build: Remove copy of (srfi srfi-64).Ludovic Courtès2018-07-183-1083/+0
| | | | | | | SRFI-64 was added in Guile 2.0.10 and we require 2.0.13 or newer. * Makefile.am (EXTRA_DIST): Remove srfi/*. * srfi: Remove directory.
* gnu: Add emacs-adoc-modeJack Hill2018-07-171-0/+21
| | | | | | * gnu/packages/emacs.scm (emacs-adoc-mode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add emacs-markup-facesJack Hill2018-07-171-0/+23
| | | | | | * gnu/packages/emacs.scm (emacs-markup-faces): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: php: Update to 7.2.7.Julien Lepiller2018-07-171-3/+9
| | | | * gnu/packages/php.scm (php): Update to 7.2.7.
* gnu: handbrake: Compile with ffmpeg-3.4.Andreas Enge2018-07-171-1/+1
| | | | * gnu/packages/video.scm (handbrake)[inputs]: Replace ffmpeg by ffmpeg-3.4.
* gnu: mplayer: Compile with ffmpeg-3.4.Andreas Enge2018-07-171-1/+1
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Replace ffmpeg by ffmpeg-3.4.
* gnu: octave: Add qhull support.Kei Kebreau2018-07-171-0/+1
| | | | * gnu/packages/maths.scm (octave)[inputs]: Add qhull.
* gnu: Add qhull.Kei Kebreau2018-07-171-0/+31
| | | | * gnu/packages/maths.scm (qhull): New variable.
* gnu: Add luakit.433172018-07-171-0/+68
| | | | | | * gnu/packages/web-browsers.scm (luakit): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: twinkle: Add missing headersJovany Leandro G.C2018-07-173-0/+126
| | | | | | | | | * gnu/packages/patches/twinkle-include-qregexpvalidator-explicity.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/telephony.scm (twinkle)[source]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: elixir: Update to 1.6.6.Nils Gillmann2018-07-171-2/+4
| | | | | | | * gnu/packages/elixir.scm (elixir): Update to 1.6.6. Signed-off-by: Nils Gillmann <gillmann@infotropique.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: erlang: Update to 21.0.Nils Gillmann2018-07-171-3/+4
| | | | | | | * gnu/packages/erlang.scm (erlang): Update to 21.0. Signed-off-by: Nils Gillmann <gillmann@infotropique.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix: Update to 8bbb79c.Ludovic Courtès2018-07-171-3/+3
| | | | * gnu/packages/package-management.scm (guix): Update to 8bbb79c.
* gnu: guix: Build with Guile 2.2.4.Ludovic Courtès2018-07-171-1/+4
| | | | | * gnu/packages/package-management.scm (guix)[inputs]: Switch to GUILE-2.2.4.
* gnu: angband: Update to 4.1.2.Efraim Flashner2018-07-171-6/+7
| | | | | | * gnu/packages/games.scm (angband): Update to 4.1.2. [source]: Parameterize source uri. [arguments]: Use custom 'autogen.sh phase to replace 'bootstrap phase.
* gnu: assimp: Update to 4.1.0.Efraim Flashner2018-07-171-7/+8
| | | | | | * gnu/packages/graphics.scm (assimp): Update to 4.1.0. [source]: Don't use unstable tarball. [home-page]: Update home-page.
* gnu: aspell-dict-en: Update to 2018.04.16-0.Efraim Flashner2018-07-171-2/+2
| | | | * gnu/packages/aspell.scm (aspell-dict-en): Update to 2018.04.16-0.
* gnu: vdirsyncer: Return #t from all phases.Efraim Flashner2018-07-171-16/+18
| | | | | * gnu/packages/dav.scm (vdirsyncer)[arguments]: Substitute invoke for system*.
* gnu: vdirsyncer: Update home-page.Efraim Flashner2018-07-171-1/+1
| | | | | * gnu/packages/dav.scm (vdirsyncer)[home-page]: Update to new upstream home-page.
* gnu: mutt: Update to 1.10.1.Leo Famulari2018-07-161-2/+2
| | | | * gnu/packages/mail.scm (mutt): Update to 1.10.1.
* gnu: libtorrent-rasterbar: Update to 1.1.8.Leo Famulari2018-07-161-2/+2
| | | | * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.8.
* doc: Remove the documentation about Cuirass' load-path.Clément Lassieur2018-07-171-4/+0
| | | | * doc/guix.texi (Continuous Integration): Remove the load-path field.
* gnu: python-cairocffi: Fix loading of shared libraries.Danny Milosavljevic2018-07-163-4/+45
| | | | | | | | | | | Fixes <https://bugs.gnu.org/32170>. * gnu/packages/patches/python-cairocffi-dlopen-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python.scm (python-cairocffi)[inputs]: Add glib, gtk+, pango. [native-inputs]: Add python-pytest. [arguments]: Enable tests. [arguments]<#:phases>[patch-paths]: New phase.
* gnu: python-pyasn1-modules: Update to 0.2.2.Leo Famulari2018-07-161-2/+2
| | | | | * gnu/packages/python.scm (python-pyasn1-modules, python2-pyasn1-modules): Update to 0.2.2.
* gnu: python-pyasn1: Update to 0.4.3.Leo Famulari2018-07-161-2/+2
| | | | * gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.4.3.
* services: cuirass: Remove the LOAD-PATH option.Clément Lassieur2018-07-161-8/+4
| | | | | * gnu/services/cuirass.scm (<cuirass-configuration>, cuirass-shepherd-service): Remove the LOAD-PATH option.
* gnu: cuirass: Update to 7b2f9e0.Clément Lassieur2018-07-161-3/+4
| | | | * gnu/packages/ci.scm (cuirass): Update to 7b2f9e0.
* gnu: Remove leftover patch.Leo Famulari2018-07-162-28/+0
| | | | | * gnu/packages/patches/file-CVE-2017-1000249.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.patch'.
* mailmap: Add a line for Pierre-Antoine.Ludovic Courtès2018-07-161-0/+1
| | | | * .mailmap: Add entry for Pierre-Antoine.