summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-08-25gnu: perl: Add more missing dependencies on Module::Install.Marius Bakke
* gnu/packages/databases.scm (perl-dbix-class, perl-dbix-class-cursor-cached, perl-dbix-class-introspectablem2m, perl-dbix-class-schema-loader)[native-inputs]: Add PERL-MODULE-INSTALL. * gnu/packages/web.scm (perl-catalyst-action-renderview, perl-catalyst-action-rest, perl-catalyst-authentication-store-dbix-class, perl-catalyst-component-instancepercontext, perl-catalyst-model-dbic-schema, perl-catalyst-plugin-authentication, perl-catalyst-plugin-authorization-roles, perl-catalyst-plugin-configloader, perl-catalyst-plugin-session, perl-catalyst-plugin-session-state-cookie, perl-catalyst-plugin-stacktrace, perl-catalyst-plugin-static-simple, perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download, perl-catalyst-view-json, perl-catalystx-script-server-starman, perl-test-www-mechanize, perl-test-www-mechanize-catalyst)[native-inputs]: Likewise. * gnu/packages/xorg.scm (perl-x11-xcb)[native-inputs]: Likewise.
2017-08-25gnu: perl-catalyst-runtime: Update to 5.90115.Marius Bakke
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115. [native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-25gnu: libmikmod: Add fallback source URL, needed for older versions.Mark H Weaver
* gnu/packages/sdl.scm (libmikmod)[source]: Add a fallback source URL where older versions are kept.
2017-08-25download: Remove a SourceForge mirror that never returns 404.Mark H Weaver
* guix/download.scm (%mirrors)[sourceforge]: Remove nbtelecom.dl.sourceforge.net, which never returns 404 responses. This causes download failures due to hash mismatch, effectively preventing secondary source URLs from being queried.
2017-08-24packages: Use Guile 2.0 for grafting.Ludovic Courtès
Works around <https://bugs.gnu.org/28211>. Reported by Marius Bakke <mbakke@fastmail.com>. * guix/packages.scm (guile-2.0): New procedure. (package-derivation, package-cross-derivation): Use it when computing the #:guile argument to 'graft-derivation'.
2017-08-21Merge branch 'master' into core-updatesMarius Bakke
2017-08-21gnu: gnurl: Update to 7.55.1.ng0
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-20gnu: vifm: Update to 0.9.Efraim Flashner
* gnu/packages/vim.scm (vifm): Update to 0.9. [source]: Add alternate uri. [arguments]: Remove build timestamp. Add phase to install vim plugins into vim plugin directory. Patch more shebangs.
2017-08-20gnu: pspp: Update to 1.0.0.Efraim Flashner
* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
2017-08-20gnu: perl-test-trap: Update to 0.3.2.Marius Bakke
* gnu/packages/perl.scm (perl-test-trap): Update to 0.3.2. [source, version]: Remove 'v' prefix from version field.
2017-08-20gnu: perl-test-trap: Add missing dependency on Test::Simple.Marius Bakke
* gnu/packages/perl.scm (perl-test-trap)[native-inputs]: Add PERL-TEST-SIMPLE.
2017-08-20gnu: bundler: Update to 1.15.4.Tobias Geerinckx-Rice
* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
2017-08-20gnu: limnoria: Update to 2017.08.18.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
2017-08-20guix download: Support retrieving local file without the URI scheme.宋文武
* guix/scripts/download.scm (guix-download): Treat the URL argument as a local file path when it fails on 'string->uri'. Call 'fetch' with the processed 'uri' instead of the original URL argument. * tests/guix-download.sh: Adjust accordingly.
2017-08-20gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.Kei Kebreau
* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch, gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
2017-08-20gnu: r-minimal: Work around failure to embed reference to "which".Ricardo Wurmus
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which". [native-inputs]: Move "which" from here... [propagated-inputs]: ...to here.
2017-08-20gnu: powertabeditor: Update to 2.0.0-alpha10.Ricardo Wurmus
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10. [arguments]: Remove "set-target-directories" phase; disable additional tests.
2017-08-20gnu: Add r-annotationfilter.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
2017-08-20gnu: Add gnome-default-applications.Andy Wingo
* gnu/packages/gnome.scm (gnome-default-applications): New public variable. (gnome): Propagate gnome-default-applications so that nautilus is associated with folders, not baobab.
2017-08-20gnu: gnome: Propagate font-dejavu.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to provide a better default for "Monospace". Otherwise the terminal looks horrible and defaults to Nimbus Mono, a Courier-like face.
2017-08-20gnu: gobby: Re-add Gobby 0.4.Andy Wingo
* gnu/packages/gobby.scm (gobby-0.4): New variable.
2017-08-20gnu: gnome: Propagate more packages.Andy Wingo
* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by Debian's "gnome-core" package.
2017-08-20gnu: grub-efi-bootloader: Specialize grub-install invocation.Andy Wingo
* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for EFI systems. * gnu/system/examples/bare-bones.tmpl: Use the newer "bootloader-configuration" syntax. * gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax. Also, use the same label for the LUKS-mapped device and the root partition. Remove unneeded "title" field for the file-system based on LUKS; as noted in the manual, the "title" field is ignored for mapped devices. * gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration, and use grub-efi-bootloader.
2017-08-20gnu: gobby: Update to 0.5.0.Arun Isaac
* gnu/packages/gobby.scm (gobby): Update to 0.5.0. [inputs]: Remove libnet6 and obby. Add libinfinity. Sort. [arguments]: Add move-executable phase.
2017-08-20gnu: Add libinfinity.Arun Isaac
* gnu/packages/gobby.scm (libinfinity): New variable.
2017-08-19gnu: icedtea@3: Update to 3.5.1.Leo Famulari
* gnu/packages/java.scm (icedtea-8): Update to 3.5.1.
2017-08-19gnu: icedtea@2: Update to 2.6.11 [security fixes].Leo Famulari
Fixes CVE-2017-{10053,10067,10074,10081,10087,10089,10090,10096,10101,10102, 10107,10108,10109,10110,10111,10115,10116,10118,10135,10074,10176}. * gnu/packages/java.scm (icedtea-7): Update to 2.6.11.
2017-08-19gnu: libreoffice: Update to 5.3.5.2.Thomas Danckaert
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.5.2.
2017-08-19gnu: perl-www-mechanize: Update source uri.Efraim Flashner
* gnu/packages/web.scm (perl-www-mechanize)[source]: Update to new uri.
2017-08-19pack: Add "none" compressor.Ricardo Wurmus
* guix/scripts/pack.scm (%compressors): Add compressor "none"; prepend extension with ".". (self-contained-tarball, docker-image): Assume compressor extensions start with period. * doc/guix.texi (Invoking guix pack): Document it.
2017-08-19gnu: perl-net-server: Update to 2.009.Marius Bakke
* gnu/packages/web.scm (perl-net-server): Update to 2.009.
2017-08-19gnu: perl-www-mechanize: Update to 1.86.Marius Bakke
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.86. [native-inputs]: Add PERL-TEST-DEEP, PERL-TEST-FATAL, PERL-TEST-OUTPUT and PERL-TEST-WARNINGS. [propagated-inputs]: Add PERL-HTML-TREE.
2017-08-19gnu: perl: Work around more "dotless @INC" build issues.Marius Bakke
* gnu/packages/perl.scm (perl-hash-fieldhash, perl-string-camelcase)[arguments]: Add 'set-perl-search-path' phase.
2017-08-19gnu: perl-moosex-types-datetime: Update to 0.13.Marius Bakke
* gnu/packages/perl.scm (perl-moosex-types-datetime): Update to 0.13.
2017-08-19gnu: perl-plack-middleware-reverseproxy: Provide Module::Install.Marius Bakke
* gnu/packages/web.scm (perl-plack-middleware-reverseproxy)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-19doc: Update Database services in detailed node list.Christopher Baines
This was updated in the Service subsection, but the matching update here was missed. * doc/guix.text (Top): Change database services description.
2017-08-19doc: Mention how to use emacs-debbugs.Arun Isaac
* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs.
2017-08-19maint: Create an ISO9660 installation image in the 'release' target.Danny Milosavljevic
* Makefile.am (GUIXSD_IMAGE_BASE): Adapt target file name. (release): Use file-system-type iso9660. * doc/guix.texi: Document installation from DVD.
2017-08-19gnu: python-netaddr: Update to 0.7.19.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-netaddr): Update to 0.7.19.
2017-08-19gnu: lz4: Update to 1.8.0.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lz4): Update to 1.8.0. Fix typo in comment. [source]: Remove patch. * gnu/packages/patches/lz4-fix-test-failures.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-19gnu: lz4: Use recommended home page.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (lz4)[home-page]: Use lz4.org.
2017-08-19gnu: Remove libgames-support.Tobias Geerinckx-Rice
It was simply the old name (and version) of libgnome-games-support. * gnu/packages/gnome.scm (libgames-support): Remove variable. Move the inherited fields... (libgnome-games-support): ...to here.
2017-08-18gnu: newsbeuter: Fix CVE-2017-12904.Leo Famulari
* gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/syndication.scm (newsbeuter)[source]: Use it.
2017-08-18gnu: python-pygit2: Update to 0.26.0.Marius Bakke
* gnu/packages/python.scm (python-pygit2): Update to 0.26.0. * gnu/packages/patches/python-pygit2-disable-network-tests.patch: Skip one more test. Use unittest.skipIf instead of deleting sections.
2017-08-18gnu: gnome-shell: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3.
2017-08-18gnu: gnome-control-center: Update to 3.24.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.3.
2017-08-18gnu: gnome-keyring: Update to 3.20.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.1.
2017-08-18gnu: libgnome-games-support: Update to 1.2.2.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.2.2.
2017-08-18gnu: gjs: Update to 1.48.6.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (gjs): Update to 1.48.6.
2017-08-18gnu: shotwell: Update to 0.26.3.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (shotwell): Update to 0.26.3.