summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* vm: Create /mnt in the generated ISO image in make-iso9660-image.Christopher Baines2017-09-06
| | | | | | | | This is used in the installation process, as the mountpoint for the target filesystem. * gnu/build/vm.scm (make-iso9660-image): Create /mnt within the generated ISO image.
* vm: Add support for registering closures to make-iso9660-image.Christopher Baines2017-09-06
| | | | | | | | This mimics the functionality in the root-partition-initializer used in creating the QEMU image. This helps when trying to run guix system init from the generated ISO image. * gnu/build/vm.scm (make-iso9660-image): Add support for registering closures.
* gnu: file: Fix CVE-2017-1000249.Efraim Flashner2017-09-05
| | | | | | | | * gnu/packages/file.scm (file)[replacement]: New field. (file/fixed): New variable. * gnu/packages/commencement.scm (file-boot0): Use package/inherit. * gnu/packages/patches/file-CVE-2017-1000249.patch. * gnu/local.mk (dist_patch_DATA): Register it.
* gnu: ruby-coderay: Update to 1.1.2.Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.2.
* gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
* services: web: Fix nginx-service-type's ‘file’ procedure.Tobias Geerinckx-Rice2017-09-05
| | | | | | * gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace references to non-existent ‘config-file’ with ‘file’. * doc/guix.texi (Web Services): Likewise.
* doc: Fix typo in copyright header.Tobias Geerinckx-Rice2017-09-05
| | | | * doc/guix.texi: Move stray ‘@*’ to where it belongs.
* Handle the same HTTP redirects everywhere.Tobias Geerinckx-Rice2017-09-05
| | | | | | | * guix/build/download.scm (http-fetch): Complete the hard-coded list of HTTP redirection status codes. * guix/http-client.scm (http-fetch): Likewise. * guix/scripts/lint.scm (probe-uri): Likewise.
* build: Negate ‘--disable-daemon’ help string.Tobias Geerinckx-Rice2017-09-05
| | | | | | This is a follow-up to commit c9b70836d080150046633edc782fdaaff9fc6d9c. * configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
* gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].Leo Famulari2017-09-05
| | | | | | | | * gnu/packages/patches/tcpdump-CVE-2017-11541.patch, gnu/packages/patches/tcpdump-CVE-2017-11542.patch gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/admin.scm (tcpdump)[source]: Use them.
* gnu: libmediainfo: Adjust build phases.Efraim Flashner2017-09-05
| | | | | * gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build directory before running autogen.
* guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe2017-09-05
| | | | | | | | | When current-processor-count is used without (ice-9 threads) being used, Guile complains with the following warning: Import (ice-9 threads) to have access to `current-processor-count'. * guix/store.scm: Use (ice-9 threads).
* gnu: elogind: Update to 232.3.Ricardo Wurmus2017-09-05
| | | | | | | | * gnu/packages/freedesktop.scm (elogind): Update to 232.3. [home-page]: Use new upstream home page. [arguments]: Disable tests, add new required configure flags; add build phase "autogen". [native-inputs]: Add autoconf, automake, libtool, and python.
* gnu: r-tidyr: Update to 0.7.1.Ricardo Wurmus2017-09-05
| | | | * gnu/packages/statistics.scm (r-tidyr): Update to 0.7.1.
* gnu: r-gdtools: Update to 0.1.6.Ricardo Wurmus2017-09-05
| | | | * gnu/packages/statistics.scm (r-gdtools): Update to 0.1.6.
* gnu: Add r-sparql.Roel Janssen2017-09-05
| | | | * gnu/packages/bioinformatics.scm (r-sparql): New variable.
* gnu: epiphany: Update to 3.24.4.Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.24.4.
* gnu: libvirt: Make selected inputs native-inputs.Tobias Geerinckx-Rice2017-09-05
| | | | | | * gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and python from here... [native-inputs]: ...to here.
* gnu: libvirt: Update to 3.7.0.Tobias Geerinckx-Rice2017-09-05
| | | | | * gnu/packages/virtualization.scm (libvirt): Update to 3.7.0. [native-inputs]: Add libxslt for xsltproc.
* gnu: python-libvirt: Update to 3.7.0.Tobias Geerinckx-Rice2017-09-05
| | | | * gnu/packages/virtualization.scm (python-libvirt): Update to 3.7.0.
* gnu: Use HTTPS for libvirt.org.Tobias Geerinckx-Rice2017-09-05
| | | | | * gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]: Use HTTPS.
* gnu: libidn2: Replace with 2.0.4 [security fixes].Mark H Weaver2017-09-04
| | | | | * gnu/packages/libidn.scm (libidn2)[replacement]: New field. (libidn2-2.0.4): New variable.
* gnu: emacs-tiny: Fix typo.Ludovic Courtès2017-09-04
| | | | * gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
* gnu: Add emacs-minitest.Christopher Baines2017-09-04
| | | | * gnu/packages/emacs.scm (emacs-minitest): New variable.
* vm: Remove redundant conditional in system-disk-image.Christopher Baines2017-09-04
| | | | | * gnu/system/vm.scm (system-disk-image): Remove redundant conditional for #:file-system-type when calling qemu-image.
* gnu: classpath-devel: Fix build after d10092b8491.Marius Bakke2017-09-04
| | | | | * gnu/packages/java.scm (classpath-devel)[arguments]: Actually run 'bootstrap' phase.
* gnu: emacs-browse-at-remote: Simplify 'check' phase.Alex Kost2017-09-04
| | | | | | * gnu/packages/emacs.scm (emacs-browse-at-remote)[native-inputs]: Add 'ert-runner'. [arguments]: Run it in the 'check' phase.
* gnu: gpm: Fix build.Efraim Flashner2017-09-04
| | | | | * gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang during the 'boottstrap phase.
* gnu: quassel: Update package definition.Efraim Flashner2017-09-04
| | | | | | | * gnu/packages/irc.scm (quassel)[source]: Remove bundled scripts. [arguments]: Update comments in 'configure-flags. [inputs]: Remove oxygen-icons. Move extra-cmake-modules and qttools ... [native-inputs]: ... to here.
* gnu: i3-wm: Update to 4.14.Leo Famulari2017-09-04
| | | | * gnu/packages/wm.scm (i3-wm): Update to 4.14.
* gnu: mpd: Update to 0.20.10.Leo Famulari2017-09-04
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.20.10.
* services: Add auto-enable? parameter to the bluetooth-service.Maxim Cournoyer2017-09-04
| | | | | | | | | | | * gnu/services/desktop.scm (bluetooth-configuration): New record. (bluetooth-shepherd-service): Use it. (bluetooth-directory): New method. (bluetooth-service-type): Use it to extend the etc-service-type service. (bluetooth-service): Add `auto-enable?' parameter. * doc/guix.texi (Desktop Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-ghp-import.Oleg Pykhalov2017-09-04
| | | | | | | * gnu/packages/version-control.scm (python-ghp-import, python2-ghp-import): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-tiny.Oleg Pykhalov2017-09-04
| | | | | | * gnu/packages/emacs.scm (emacs-tiny): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: pt-scotch32: use keyword arguments from "scotch32"Paul Garlick2017-09-04
| | | | | | | | *gnu/packages/maths.scm (pt-scotch32) [arguments]: substitute keyword arguments from "scotch32" package, ensuring that the INTSIZE32 macro is set Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: linux-libre: Update to 4.13.Mark H Weaver2017-09-04
| | | | | | | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13. (%linux-libre-hash): Update hash. * gnu/packages/aux-files/linux-libre/4.12-i686.conf, gnu/packages/aux-files/linux-libre/4.12-x86_64.conf: Delete files. * gnu/packages/aux-files/linux-libre/4.13-i686.conf, gnu/packages/aux-files/linux-libre/4.13-x86_64.conf: New files. * Makefile.am (AUX_FILES): Adjust accordingly.
* gnu: weechat: Change to cmake-build-system.Efraim Flashner2017-09-04
| | | | | | | | | | * gnu/packages/irc.scm (weechat)[build-system]: Switch to cmake-build-system. [arguments]: Remove configure-flags, disable tets, remove 'autogen phase. [inputs]: Remove diffutils, libltdl, openssl, cyrus-sasl. Move gettext ... [native-inputs]: ... to here. Remove autoconf, file, autogen, automake, libtool.
* gnu: Put autoconf-related phases immediately after the 'unpack phase.Kei Kebreau2017-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases accordingly. * gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss, htslib-for-sambamba)[arguments]: Likewise. * gnu/packages/ci.scm (cuirass)[arguments]: Likewise. * gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise. * gnu/packages/cpp.scm (libzen)[arguments]: Likewise. * gnu/packages/crypto.scm (opendht)[arguments]: Likewise. * gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise. * gnu/packages/debug.scm (stress-make)[arguments]: Likewise. * gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]: Likewise. * gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise. * gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise. * gnu/packages/engineering.scm (gerbv)[arguments]: Likewise. * gnu/packages/erlang.scm (erlang)[arguments]: Likewise. * gnu/packages/ftp.scm (weex)[arguments]: Likewise. * gnu/packages/gnome.scm (dia)[arguments]: Likewise. * gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise. * gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise. * gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]: Likewise. * gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise. * gnu/packages/irc.scm (weechat)[arguments]: Likewise. * gnu/packages/java.scm (classpath-devel)[arguments]: Likewise. * gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise. * gnu/packages/libusb.scm (hidapi)[arguments]: Likewise. * gnu/packages/linux.scm (gpm)[arguments]: Likewise. * gnu/packages/logging.scm (glog)[arguments]: Likewise. * gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise. * gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp) [arguments]: Likewise. * gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]: Likewise. * gnu/packages/microcom.scm (microcom)[arguments]: Likewise. * gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise. * gnu/packages/parallel.scm (slurm)[arguments]: Likewise. * gnu/packages/pdf.scm (libharu)[arguments]: Likewise. * gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise. * gnu/packages/serialization.scm (msgpack)[arguments]: Likewise. * gnu/packages/shells.scm (scsh)[arguments]: Likewise. * gnu/packages/telephony.scm (libiax2)[arguments]: Likewise. * gnu/packages/textutils.scm (dotconf)[arguments]: Likewise. * gnu/packages/version-control.scm (findnewest)[arguments]: Likewise. * gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
* gnu-maintenance: GNU updater no longer relies on FTP access.Ludovic Courtès2017-09-03
| | | | | | | | | | | Partly fixes <https://bugs.gnu.org/28159>. Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>. * guix/gnu-maintenance.scm (%gnu-file-list-uri): New variable. (ftp.gnu.org-files, latest-gnu-release): New procedures. (%gnu-updater)[pred]: Change to GNU-HOSTED?. [latest]: Change to LATEST-GNU-RELEASE. (%gnu-ftp-updater): New variable.
* memoization: (mlambda () ...) allows for inner 'define'.Ludovic Courtès2017-09-03
| | | | | | | Previously (mlambda () (define foo 2) bar) would trigger a syntax error. * guix/memoization.scm (%mlambda): In the zero-argument case, move BODY... to a lambda to allow for inner 'define' and such.
* build: Fix helpful output for emacs-build-system install phase.Christopher Baines2017-09-03
| | | | | | | | Detecting when no files were installed was broken when switching to use cond. Test with (not (null? ...)) to fix this. * guix/build/emacs-build-system.scm (install): Fix detecting when no files were installed.
* gnu: libmateweather: Update inputs.Efraim Flashner2017-09-03
| | | | | | * gnu/packages/mate.scm (libmateweather)[inputs]: Remove gdk-pixpuf. Move dconf ... [native-inputs]: ... to here.
* gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.ng02017-09-03
| | | | | | | * gnu/packages/mate.scm (mate-desktop)[native-inputs]: Uncomment 'gtk-doc' as input. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mate-themes: Update to 3.22.13.ng02017-09-03
| | | | | | * gnu/packages/mate.scm (mate-themes): Update to 3.22.13. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mate-themes: Update inputs.ng02017-09-03
| | | | | | | | * gnu/packages/mate.scm (mate-themes)[inputs]: Remove gtk+, gtk-engines, murrine. Move gdk-pixbuf ... [native-inputs]: ... to here. Add gtk+@2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.ng02017-09-03
| | | | | | * gnu/packages/mate.scm (mate-icon-theme)[native-inputs]: Remove 'gtk+'. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: mate: Use https.ng02017-09-03
| | | | | | | | | | * gnu/packages/mate.scm (mate-icon-theme)[source, home-page]: Use https. (mate-themes)[source, home-page]: Likewise. (mate-desktop)[source, home-page]: Likewise. (libmateweather)[source, home-page]: Likewise. (mate-menus)[source, home-page]: Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: icecat: Update to 52.3.0-gnu1 and add more upstream fixes.Mark H Weaver2017-09-02
| | | | | | * gnu/packages/gnuzilla.scm (icecat): Update to 52.3.0-gnu1. [source]: Remove outdated patches and add more selected fixes from upstream mozilla-esr52.
* services: '%desktop-services' uses NetworkManager instead of Wicd.Ludovic Courtès2017-09-03
| | | | | | | | | | | | Discussed at <https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00277.html>. * gnu/services/desktop.scm (%desktop-services): Remove call to 'wicd-service'. Add instances of NETWORK-MANAGER-SERVICE-TYPE and WPA-SUPPLICANT-SERVICE-TYPE. * doc/guix.texi (Networking Services): Document 'network-manager-service-type' as being part of '%desktop-services'. (Desktop Services): Replace Wicd with NM.
* gnu: linux-libre@4.9: Update to 4.9.47.Mark H Weaver2017-09-02
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.47.