summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* daemon: Add gzip log compression.•••* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_LOG_COMPRESSION): New macro. (options): Mark "disable-log-compression" as hidden and add "log-compression". (parse_opt): Handle GUIX_OPT_LOG_COMPRESSION. * nix/libstore/build.cc (DerivationGoal): Add 'gzLogFile'. (openLogFile): Initialize it when 'logCompression' is COMPRESSION_GZIP. (closeLogFile, handleChildOutput): Honor 'gzLogFile'. * nix/libstore/globals.hh (Settings)[compressLog]: Remove. [logCompression]: New field. (CompressionType): New enum. * nix/libstore/globals.cc (Settings::Settings): Initialize it. (update): Remove '_get' call for 'compressLog'. * nix/local.mk (guix_daemon_LDADD, guix_register_LDADD): Add -lz. * guix/store.scm (log-file): Handle '.gz' log files. * tests/guix-daemon.sh: Add test with '--log-compression=gzip'. * doc/guix.texi (Invoking guix-daemon): Adjust accordingly. * config-daemon.ac: Check for libz and zlib.h. Ludovic Courtès2018-01-079-20/+127
* ssh: Improve error reporting when retrieving files.•••'guix copy --from' now reports messages much more useful than "failed to retrieve files". * guix/ssh.scm (store-export-channel)[export]: Wrap 'use-modules' in 'catch' and 'with-store' in 'guard'. Check for invalid items. Write a status sexp on stdout. (raise-error): New macro. (retrieve-files): Read the initial status sexp and report errors accordingly. Ludovic Courtès2018-01-071-26/+83
* ui: Display hints that come along with '&message' conditions.•••* guix/ui.scm (call-with-error-handling): Add case for message and fix-hint?. Ludovic Courtès2018-01-071-0/+6
* gnu: rosegarden: Use jack-1.•••* gnu/packages/music.scm (rosegarden)[inputs]: Replace jack-2 with jack-1. Ricardo Wurmus2018-01-071-1/+1
* gnu: dssi: Use jack-1.•••* gnu/packages/music.scm (dssi)[inputs]: Replace jack-2 with jack-1. Ricardo Wurmus2018-01-071-1/+1
* gnu: Add muse-sequencer.•••* gnu/packages/music.scm (muse-sequencer): New variable. Ricardo Wurmus2018-01-071-0/+56
* vm: 'vm-image' images refer to the root file system by UUID.•••This avoids the hard-coded "/dev/sda1", which only made sense when the image is run with "qemu-system-x86_64 -hda", not when it's passed to Xen, etc. Reported by Andreas Enge <andreas@enge.fr>. * gnu/system/vm.scm (system-qemu-image): Define 'root-uuid', use it as the 'device' field for "/", and pass it to 'qemu-image'. Ludovic Courtès2018-01-071-3/+15
* gnu: mes: Generalize logic for native-inputs.•••* gnu/packages/mes.scm (mes)[native-inputs]: On all architectures except i686-linux use cross compiler packages. Efraim Flashner2018-01-071-3/+3
* gnu: webkitgtk: Disable SharedArrayBuffers to mitigate Spectre.•••* gnu/packages/patches/webkitgtk-mitigate-spectre.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/webkit.scm (webkitgtk)[source]: Add patch. Mark H Weaver2018-01-073-3/+112
* gnu: icecat: Add more fixes, including Spectre mitigation.•••* gnu/packages/gnuzilla.scm (icecat)[source]: Add more fixes from the upstream mozilla-esr52 repository, plus a backported mitigation for Spectre from Firefox 57.0.4. * gnu/packages/patches/icecat-bug-1427870-spectre-mitigation.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Mark H Weaver2018-01-063-1/+55
* gnu: irssi: Update to 1.0.6 [fixes CVE-2017-{5205,5206,5207,5208}].•••* gnu/packages/irc.scm (irssi): Update to 1.0.6. Leo Famulari2018-01-061-2/+2
* doc: Describe Wayland status.•••* doc/guix.texi (Desktop Services): Add a paragraph about the current status of Wayland in Guix. Rutger Helling2018-01-061-1/+9
* gnu: gdm: Update to 3.26.2.1.•••* gnu/packages/gnome.scm (gdm): Update to 3.26.2.1. Rutger Helling2018-01-061-3/+3
* gnu: gnome-online-accounts: Update to 3.26.2.•••This removes telepathy support, which is actively discouraged upstream: <https://git.gnome.org/browse/gnome-online-accounts/commit/?id=a65ebfe1069>. * gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.26.2. [inputs]: Remove telepathy-glib. Tobias Geerinckx-Rice2018-01-061-3/+2
* gnu: crawl, craw-titles: Update to 0.21.0.•••* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.21.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> nee2018-01-061-2/+2
* build: Detect broken 'equal?' in Guile 2.2.1.•••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. Ludovic Courtès2018-01-062-1/+25
* publish: Save bandwidth on narinfo 404s.•••This saves 18 bytes on each 404 narinfo response. * guix/scripts/publish.scm (render-narinfo): Pass #:phrase to 'not-found'. (render-narinfo/cached): Likewise. Ludovic Courtès2018-01-061-3/+3
* gnu: linux-libre: Update to 4.14.12.•••* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.12. (%linux-libre-hash): Update hash. Mark H Weaver2018-01-061-2/+2
* gnu: linux-libre@4.9: Update to 4.9.75.•••* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.75. Mark H Weaver2018-01-061-2/+2
* gnu: linux-libre@4.4: Update to 4.4.110.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.110. Mark H Weaver2018-01-061-2/+2
* gnu: stellarium: Update to 0.17.0.•••* 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. Kei Kebreau2018-01-051-18/+19
* gnu: qjackctl: Add support for ALSA MIDI sequencer.•••* gnu/packages/audio.scm (qjackctl)[inputs]: Add alsa-lib. Ricardo Wurmus2018-01-051-0/+1
* gnu: qjackctl: Update to 0.5.0.•••* gnu/packages/audio.scm (qjackctl): Update to 0.5.0. Ricardo Wurmus2018-01-051-2/+2
* gnu: qsynth: Update to 0.5.0.•••* gnu/packages/audio.scm (qsynth): Update to 0.5.0. Ricardo Wurmus2018-01-051-2/+2
* gnu: Add padthv1.•••* gnu/packages/music.scm (padthv1): New variable. Ricardo Wurmus2018-01-051-0/+36
* gnu: fluidsynth: Update to 1.1.9.•••* gnu/packages/audio.scm (fluidsynth): Update to 1.1.9. Ricardo Wurmus2018-01-051-2/+2
* gnu: synthv1: Update to 0.8.6.•••* gnu/packages/music.scm (synthv1): Update to 0.8.6. Ricardo Wurmus2018-01-051-2/+2
* gnu: drumkv1: Update to 0.8.6.•••* gnu/packages/music.scm (drumkv1): Update to 0.8.6. Ricardo Wurmus2018-01-051-2/+2
* gnu: samplv1: Update to 0.8.6.•••* gnu/packages/music.scm (samplv1): Update to 0.8.6. Ricardo Wurmus2018-01-051-3/+3
* gnu: Add nmoldyn.•••* gnu/packages/chemistry.scm (nmoldyn): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-051-0/+66
* gnu: Add domainfinder.•••* gnu/packages/chemistry.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-052-0/+54
* gnu: btrfs-progs: Update to 4.14.1.•••* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.1. Tobias Geerinckx-Rice2018-01-051-2/+2
* gnu: qjackrcd: Update to 1.2.2.•••* gnu/packages/audio.scm (qjackrcd): Update to 1.2.2. [source]: Fetch sources from git. Ricardo Wurmus2018-01-051-6/+7
* gnu: python-click-log: Update to 0.2.1.•••* gnu/packages/python.scm (python-click-log): Update to 0.2.1. Leo Famulari2018-01-051-2/+2
* gnu: python-click-threading: Update to 0.4.4.•••* gnu/packages/python.scm (python-click-threading): Update to 0.4.4. Leo Famulari2018-01-051-2/+2
* gnu: log4cpp: Update to 1.1.3.•••* gnu/packages/logging.scm (log4cpp): Update to 1.1.3. Tobias Geerinckx-Rice2018-01-051-2/+3
* gnu: hdparm: Update to 9.53.•••* gnu/packages/linux.scm (hdparm): Update to 9.53. [description]: Fix @dfn{}. Tobias Geerinckx-Rice2018-01-051-5/+5
* gnu: filezilla: Update to 3.29.0.•••* gnu/packages/ftp.scm (filezilla): Update to 3.29.0. Tobias Geerinckx-Rice2018-01-051-2/+2
* gnu: libfilezilla: Expand description.•••In theory, this isn't just an FTP client library. In practice, it is. * gnu/packages/ftp.scm (libfilezilla)[description]: Illustrate features. Tobias Geerinckx-Rice2018-01-051-1/+15
* gnu: libfileziila: Update to 0.11.2.•••* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.2. Tobias Geerinckx-Rice2018-01-051-3/+3
* gnu: Add python2-mmtk.•••* gnu/packages/python.scm (python2-mmtk): New public variable. Konrad Hinsen2018-01-051-0/+41
* gnu: ao-cad: Update and fix for aarch64.•••* 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. Eric Bavier2018-01-043-10/+31
* gnu: glog: Disable signal-handler unit tests.•••* gnu/packages/logging.scm (glog)[arguments]: Add 'disable-signal-tests' phase. Eric Bavier2018-01-041-1/+9
* gnu: surfraw: Point to the correct Perl executable.•••* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl in a 'patch-perl' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Mark Meyer2018-01-041-0/+7
* gnu: GNU Unifont: Update to 10.0.07.•••* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07. Leo Famulari2018-01-041-2/+2
* gnu: Add python2-scientific.•••* gnu/packages/python.scm (python2-scientific): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-041-0/+40
* gnu: Add python2-pyro.•••* gnu/packages/python.scm (python2-pyro): New public variable. Signed-off-by: Leo Famulari <leo@famulari.name> Konrad Hinsen2018-01-041-0/+29
* gnu: file: Mention libmagic.•••* gnu/packages/file.scm (file)[description]: Mention libmagic. Leo Famulari2018-01-041-1/+1
* gnu: vlc: Enable libdvdread and libdvdcss support.•••* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support; (vlc): Add libdvdread as input. Roel Janssen2018-01-041-0/+7
* gnu: tiled: Update to 1.1.0.•••* gnu/packages/game-development.scm (tiled): Update to 1.1.0. David Thompson2018-01-041-2/+2