summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-20gnu: Fix the hashes of mutated GitHub archives.Maxim Cournoyer
Fixes <https://bugs.gnu.org/28745>. * gnu/packages/audio.scm (csound): Fix hash. * gnu/packages/engineering.scm (fritzing): Likewise. * gnu/packages/erlang.scm (erlang): Likewise. * gnu/packages/fonts.scm (font-google-material-design-icons): Likewise. * gnu/packages/graphics.scm (ogre): Likewise. * gnu/packages/java.scm (java-plexus-interpolation, antlr3): Likewise. * gnu/packages/serialization.scm (yaml-cpp): Likewise. * gnu/packages/version-control.scm (libgit2): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20gnu: libvirt: Fix CVE-2017-1000256.Leo Famulari
* gnu/packages/patches/libvirt-CVE-2017-1000256.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/virtualization.scm (libvirt)[source]: Use it.
2017-10-20gnu: mysql: Update to 5.7.20.Leo Famulari
* gnu/packages/databases.scm (mysql): Update to 5.7.20.
2017-10-20gnu: webkitgtk: Update to 2.18.1.Leo Famulari
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.1.
2017-10-20gnu: youtube-dl: Update to 2017.10.20.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.20.
2017-10-20gnu: dovecot: Update to 2.2.33.2.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.2.
2017-10-20gnu: ola: Build with protobuf@2.Tobias Geerinckx-Rice
This follows up commit dd12d4aad02fc83e00e7b09d676aa78bcb7dd476. * gnu/packages/protobuf.scm (protobuf-2): New variable. * gnu/packages/lighting.scm (ola)[propagated-inputs]: Use it.
2017-10-20gnu: font-hack: Update to 3.000.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-hack): Update to 3.000. [source]: Download from new account. [license]: Explicitly list all licences.
2017-10-20gnu: Add aegisub.Julien Lepiller
* gnu/packages/video.scm (aegisub): New variable.
2017-10-20gnu: Add ffms2.Julien Lepiller
* gnu/packages/video.scm (aegisub): New variable.
2017-10-20gnu: speexdsp: Fix building on aarch64-linux.Efraim Flashner
* gnu/packages/xiph.scm (speexdsp)[arguments]: On aarch64-linux, disable neon optimisations.
2017-10-20gnu: Add emacs-json-snatcher.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs-json-snatcher): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20gnu: shellcheck: Update to 0.4.6.ng0
* gnu/packages/haskell.scm (shellcheck): Update to 0.4.6. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20gnu: dos2unix: Update to 7.4.0.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
2017-10-20gnu: cowsay: Swap ‘build’ and ‘install’ phases.Tobias Geerinckx-Rice
* gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the ‘install’ phase. Delete the ‘build’ phase, as there's nothing to be built.
2017-10-20gnu: cowsay: Update to 3.04.Tobias Geerinckx-Rice
* gnu/packages/games.scm (cowsay): Update to 3.04. [source]: Download from new location. [home-page]: Point directly to the relevant page. [description]: Correct mark-up and expand slightly.
2017-10-20gnu: colordiff: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
2017-10-20gnu: unbound: Update to 1.6.7.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (unbound): Update to 1.6.7.
2017-10-20gnu: neofetch: Update to 3.3.0.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (neofetch): Update to 3.3.0. [arguments]: Add ‘install’ phase replacement that manually invokes make.
2017-10-20gnu: qtox: Update to 1.12.1.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
2017-10-20gnu: speedtest-cli: Update to 1.0.7.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
2017-10-20gnu: cppcheck: Update to 1.81.Tobias Geerinckx-Rice
* gnu/packages/check.scm (cppcheck): Update to 1.81.
2017-10-19gnu: python-sge-pygame: Update source URL.Kei Kebreau
* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
2017-10-19gnu: musl: Update to 1.1.17.Leo Famulari
* gnu/packages/musl.scm (musl): Update to 1.1.17. [source]: Remove patch. * gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-19download: Download a nar when a VCS checkout fails.Ludovic Courtès
Fixes <https://bugs.gnu.org/28709>. * guix/build/download-nar.scm: New file. * Makefile.am (MODULES): Add it. * guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New variables. [build]: Use MODULES. Add call to 'download-nar'. * guix/git-download.scm (git-fetch): Likewise. * guix/hg-download.scm (hg-fetch): Likewise.
2017-10-19Add (guix progress).Ludovic Courtès
Among other things, this removes (guix utils), (guix ui), (guix config), etc. from the closure of (guix build download), as was the case since 798648515b77507c242752457b4dc17c155bad6e. * guix/utils.scm (<progress-reporter>, call-with-progress-reporter): Move to... * guix/progress.scm: ... here. New file. * Makefile.am (MODULES): Add it. * guix/build/download.scm (current-terminal-columns) (nearest-exact-integer, duration->seconds, seconds->string) (byte-count->string, progress-bar, string-pad-middle) (rate-limited, progress-reporter/file, dump-port*) (time-monotonic): Move to progress.scm. * guix/scripts/download.scm: Adjust accordingly. * guix/scripts/substitute.scm: Likewise.
2017-10-19download: Make 'http-fetch' public.Ludovic Courtès
* guix/build/download.scm (http-fetch): Remove 'file' parameter. Change to return an input port and the content-length. Make public. (url-fetch): Adjust accordingly.
2017-10-19download: Remove old-Guile leftovers.Ludovic Courtès
This is a followup to 36626c556ed75219bce196ac93d148f6b9af984c. * guix/build/download.scm (http-fetch): Rename 'port-or-bv' to 'port'. Assume (port? port) is always true, and remove other branch.
2017-10-19vm: Always use GRUB/i386.Ludovic Courtès
Fixes <https://bugs.gnu.org/28768>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * gnu/system/vm.scm (virtualized-operating-system): Override the 'bootloader' field.
2017-10-19gnu: linux-libre: Update to 4.13.8.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8. (%linux-libre-hash): Update hash.
2017-10-19gnu: linux-libre@4.9: Update to 4.9.57.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
2017-10-19gnu: linux-libre@4.4: Update to 4.4.93.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
2017-10-19gnu: linux-libre@4.1: Update to 4.1.45.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45. Remove patch that is now included upstream.
2017-10-19gnu: yadifa: Update to 2.2.6.Marius Bakke
* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
2017-10-19gnu: Add zathura-pdf-mupdf.Marius Bakke
* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
2017-10-19gnu: qemu: Build with libjpeg-turbo.Marius Bakke
This gets rid of a compile warning since SPICE uses libjpeg-turbo, and reduces the closure size by 0.8MiB. * gnu/packages/virtualization.scm (qemu)[inputs]: Replace LIBJPEG-8 with LIBJPEG-TURBO.
2017-10-19gnu: emacs: Fix Man default C header file search path.Oleg Pykhalov
* gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in the right places. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: speex: Build and install 'speexdec' and 'speexenc'.宋文武
* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'. [inputs]: Add 'speexdsp'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: virt-manager: Fix default URI check.Andy Patterson
Allows virt-manager to connect to qemu://system by default. * gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add 'fix-default-uri. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: virt-manager: Enable statistics graphing support.Andy Patterson
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add python2-pycairo. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: qemu: Add OpenGL support.Andy Patterson
Enables virgl support with spice 0.13+. * gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add --enable-opengl. [inputs]: Add libdrm and libepoxy. (qemu-minimal)[inputs]: Remove libdrm and libepoxy. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: virt-manager: Enable spice-gtk support.Andy Patterson
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: spice-gtk: Enable GObject introspection support.Andy Patterson
Allows virt-manager to use the spice-gtk widget. * gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection. [arguments]<#:configure-flags>: Add --enable-introspection. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: qemu: Enable spice usb redirection support.Andy Patterson
* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New argument. [inputs]: Add usbredir. (qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are set by qemu. [inputs]: Remove usbredir. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19gnu: python-hy: Update to 0.13.0.Ricardo Wurmus
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-19gnu: Order module imports in (gnu packages mate) alphabetically.ng0
* gnu/packages/mate.scm: Order module imports alphabetically. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19gnu: Add dirvish.Christopher Allan Webber
* gnu/packages/backup.scm (dirvish): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19gnu: Add perl-libtime-period.Christopher Allan Webber
* gnu/packages/perl.scm (perl-libtime-period): New variable.
2017-10-19gnu: Add perl-libtime-parsedate.Christopher Allan Webber
* gnu/packages/perl.scm (perl-libtime-parsedate): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-18Revert "gnu: python-pyatspi: Update to 2.26.0."Tobias Geerinckx-Rice
This reverts commit 629f33e233c34235ed74a1b12ac38a3f58a99eea, which breaks orca@3.26.0.