summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: Detect broken 'equal?' in Guile 2.2.1.Ludovic Courtès2018-01-06
| | | | | | | | Fixes <https://bugs.gnu.org/29903>. Reported by Mathieu Lirzin <mthl@gnu.org>. * m4/guix.m4 (GUIX_ASSERT_SYNTAX_OBJECT_EQUAL): New macro. * configure.ac: Use it.
* publish: Save bandwidth on narinfo 404s.Ludovic Courtès2018-01-06
| | | | | | | | This saves 18 bytes on each 404 narinfo response. * guix/scripts/publish.scm (render-narinfo): Pass #:phrase to 'not-found'. (render-narinfo/cached): Likewise.
* gnu: linux-libre: Update to 4.14.12.Mark H Weaver2018-01-06
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.12. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.75.Mark H Weaver2018-01-06
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.75.
* gnu: linux-libre@4.4: Update to 4.4.110.Mark H Weaver2018-01-06
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.110.
* gnu: stellarium: Update to 0.17.0.Kei Kebreau2018-01-05
| | | | | | | | * gnu/packages/astronomy.scm (stellarium): Update to 0.17.0. [source]: Use new upstream URL. [arguments]: Adjust #:test-target; add #:configure-flags to locate the qtserialport header files and enable the building of tests; remove 'patch-tests' phase.
* gnu: qjackctl: Add support for ALSA MIDI sequencer.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/audio.scm (qjackctl)[inputs]: Add alsa-lib.
* gnu: qjackctl: Update to 0.5.0.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/audio.scm (qjackctl): Update to 0.5.0.
* gnu: qsynth: Update to 0.5.0.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/audio.scm (qsynth): Update to 0.5.0.
* gnu: Add padthv1.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/music.scm (padthv1): New variable.
* gnu: fluidsynth: Update to 1.1.9.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/audio.scm (fluidsynth): Update to 1.1.9.
* gnu: synthv1: Update to 0.8.6.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/music.scm (synthv1): Update to 0.8.6.
* gnu: drumkv1: Update to 0.8.6.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.8.6.
* gnu: samplv1: Update to 0.8.6.Ricardo Wurmus2018-01-05
| | | | * gnu/packages/music.scm (samplv1): Update to 0.8.6.
* gnu: Add nmoldyn.Konrad Hinsen2018-01-05
| | | | | | * gnu/packages/chemistry.scm (nmoldyn): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add domainfinder.Konrad Hinsen2018-01-05
| | | | | | | * gnu/packages/chemistry.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: btrfs-progs: Update to 4.14.1.Tobias Geerinckx-Rice2018-01-05
| | | | * gnu/packages/linux.scm (btrfs-progs): Update to 4.14.1.
* gnu: qjackrcd: Update to 1.2.2.Ricardo Wurmus2018-01-05
| | | | | * gnu/packages/audio.scm (qjackrcd): Update to 1.2.2. [source]: Fetch sources from git.
* gnu: python-click-log: Update to 0.2.1.Leo Famulari2018-01-05
| | | | * gnu/packages/python.scm (python-click-log): Update to 0.2.1.
* gnu: python-click-threading: Update to 0.4.4.Leo Famulari2018-01-05
| | | | * gnu/packages/python.scm (python-click-threading): Update to 0.4.4.
* gnu: log4cpp: Update to 1.1.3.Tobias Geerinckx-Rice2018-01-05
| | | | * gnu/packages/logging.scm (log4cpp): Update to 1.1.3.
* gnu: hdparm: Update to 9.53.Tobias Geerinckx-Rice2018-01-05
| | | | | * gnu/packages/linux.scm (hdparm): Update to 9.53. [description]: Fix @dfn{}.
* gnu: filezilla: Update to 3.29.0.Tobias Geerinckx-Rice2018-01-05
| | | | * gnu/packages/ftp.scm (filezilla): Update to 3.29.0.
* gnu: libfilezilla: Expand description.Tobias Geerinckx-Rice2018-01-05
| | | | | | In theory, this isn't just an FTP client library. In practice, it is. * gnu/packages/ftp.scm (libfilezilla)[description]: Illustrate features.
* gnu: libfileziila: Update to 0.11.2.Tobias Geerinckx-Rice2018-01-05
| | | | * gnu/packages/ftp.scm (libfilezilla): Update to 0.11.2.
* gnu: Add python2-mmtk.Konrad Hinsen2018-01-05
| | | | * gnu/packages/python.scm (python2-mmtk): New public variable.
* gnu: ao-cad: Update and fix for aarch64.Eric Bavier2018-01-04
| | | | | | | | * gnu/packages/patches/ao-cad-aarch64-support.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/engineering.scm (ao-cad)[source]: Use it. Update snapshot to fb288c9. Use VCS helpers for version and file-name. [arguments]: Add 'remove-native-compilation' phase.
* gnu: glog: Disable signal-handler unit tests.Eric Bavier2018-01-04
| | | | * gnu/packages/logging.scm (glog)[arguments]: Add 'disable-signal-tests' phase.
* gnu: surfraw: Point to the correct Perl executable.Mark Meyer2018-01-04
| | | | | | | * gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl in a 'patch-perl' phase. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: GNU Unifont: Update to 10.0.07.Leo Famulari2018-01-04
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
* gnu: Add python2-scientific.Konrad Hinsen2018-01-04
| | | | | | * gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python2-pyro.Konrad Hinsen2018-01-04
| | | | | | * gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: file: Mention libmagic.Leo Famulari2018-01-04
| | | | * gnu/packages/file.scm (file)[description]: Mention libmagic.
* gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen2018-01-04
| | | | | * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
* gnu: tiled: Update to 1.1.0.David Thompson2018-01-04
| | | | * gnu/packages/game-development.scm (tiled): Update to 1.1.0.
* gnu: giac-xcas: Update to 1.4.9-43.Nicolas Goaziou2018-01-04
| | | | * gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-43.
* gnu: Add emacs-evil-quickscope.Arun Isaac2018-01-04
| | | | * gnu/packages/emacs.scm (emacs-evil-quickscope): New variable.
* Revert "gnu: vlc: Enable libdvdread and libdvdcss support."Mark H Weaver2018-01-04
| | | | | This reverts commit d5456444f7032e7bc9168db2b59e548672795b72. It broke 'gnome', via 'gnome-disk-utility'.
* gnu: Add libgeotiff.Björn Höfling2018-01-04
| | | | | | * gnu/packages/geo.scm (libgeotiff): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add fc-host-tools.Danny Milosavljevic2018-01-04
| | | | * gnu/packages/embedded.scm (fc-host-tools): New variable.
* gnu: linux-libre: Update to 4.14.11.Mark H Weaver2018-01-03
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.11. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.74.Mark H Weaver2018-01-03
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.74.
* gnu: linux-libre@4.4: Update to 4.4.109.Mark H Weaver2018-01-03
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.109.
* gnu: newsboat: Update to 2.10.2.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/syndication.scm (newsboat): Update to 2.10.2. [inherit]: Remove inheritance of unmaintained newsbeuter. [native-inputs]: Remove perl. [arguments]: Remove #:make-flags to build on ARM, which should work now. [synopsis, description]: Mash up Newsboat's own description with useful information from its predecessor.
* gnu: newsbeuter, newsboat: Correct licence.Tobias Geerinckx-Rice2018-01-04
| | | | | | See <https://github.com/newsboat/newsboat/issues/34>. * gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
* gnu: json-c: Update to 0.13.Tobias Geerinckx-Rice2018-01-04
| | | | | | | | | * gnu/packages/web.scm (json-c): Update to 0.13. [description]: Add new resolution. (json-c-0.12): New public variable. (hubbub)[inputs]: Use it. * gnu/packages/syndication.scm (newsbeuter)[inputs]: Likewise.
* gnu: vlc: Enable libdvdread and libdvdcss support.Roel Janssen2018-01-04
| | | | | * gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input.
* gnu: ilmbase: Update to 2.2.1.Leo Famulari2018-01-03
| | | | * gnu/packages/graphics.scm (ilmbase): Update to 2.2.1.
* gnu: openexr: Update to 2.2.1 [security fixes].Leo Famulari2018-01-03
| | | | | | Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}. * gnu/packages/graphics.scm (openexr): Update to 2.2.1.
* gnu: fossil: Fix CVE-2017-17459.Leo Famulari2018-01-03
| | | | | | * gnu/packages/patches/fossil-CVE-2017-17459.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (fossil)[source]: Use it.