summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-12-03gnu: git: Fix gitweb.•••* gnu/packages/version-control.scm (git)[inputs]: Add perl-cgi. [arguments]: Wrap "gitweb.cgi" with PERL5LIB. Ricardo Wurmus
2016-12-03gnu: Add grantlee.•••* gnu/packages/qt.scm (grantlee): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert
2016-12-03gnu: Add libksysguard.•••* gnu/packages/kde.scm (libksysguard): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Thomas Danckaert
2016-12-03gnu: icecat: Update to 45.5.1-gnu1.•••* gnu/packages/gnuzilla.scm (icecat): Update to 45.5.1-gnu1. [source]: Remove temporary URI for 45.3 beta. Fix URI computation. Remove outdated patches. Add more cherry-picked bug fixes from upstream mozilla-esr45. Use 'list' instead of quasiquote in 'patches' field. Mark H Weaver
2016-12-03doc: Use @file to mark file names.•••* doc/guix.texi: Use @file where appropriate. John Darrington
2016-12-03gnu: Add Kerberos client service.•••* doc/guix.texi (Kerberos Services)[Krb5 Service]: New subsubheading. * gnu/services/kerberos.scm (krb5-service-type): New variable. * gnu/services/configuration.scm (configuration-field-serializer, configuration-field-getter): Export variables. John Darrington
2016-12-03gnu: Add fcgiwrap.•••* gnu/packages/web.scm (fcgiwrap): New variable. Ricardo Wurmus
2016-12-03gnu: Add fcgi.•••* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch: New file. * gnu/packages/patches/fcgi-2.4.0-poll.patch: New file. * gnu/local.mk (dist_patch_DATA): Register patches. * gnu/packages/web.scm (fcgi): New variable. Ricardo Wurmus
2016-12-03gnu: linux-libre: Update to 4.8.12.•••* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.12. Mark H Weaver
2016-12-03gnu: linux-libre@4.4: Update to 4.4.36.•••* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.36. Mark H Weaver
2016-12-03gnu: linux-libre@4.1: Update to 4.1.36.•••* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.36. Mark H Weaver
2016-12-03doc: Remove obsolete bit about networking in VMs.•••* doc/guix.texi (Running GuixSD in a VM): Remove "the boot will fail" wording since that is no longer true since commit 6129dd8b5989f77b2976c68ecdf1f7dbfa63ec46. Ludovic Courtès
2016-12-03gnu: guix: Update development snapshot.•••* gnu/packages/package-management.scm (guix-devel): Update to 463fb7d. Ludovic Courtès
2016-12-03gnu: python-cryptography: Update to 1.6.•••* gnu/packages/python.scm (python-cryptography, python2-cryptography): Update to 1.6. (python-cryptography-vectors, python2-cryptography-vectors): Update to 1.6. Leo Famulari
2016-12-02gnu: tzdata: Update to 2016j.•••* gnu/packages/base.scm (tzdata): Update to 2016j. [source]: Use HTTPS URL. [home-page]: Use HTTPS URL. Leo Famulari
2016-12-02gnu: dblatex: Update comment.•••* gnu/packages/docbook.scm (dblatex)[arguments]: Detail comment about why the use of setuptools needs to be disabled. Hartmut Goebel
2016-12-02gnu: python-numpy: Fix inputs.•••This fixes 2efabc5589dc641dce75702b99253a3fb40bb2eb, where some inputs have been changed to propagated-inputs, but the propagated-inputs are still extended from inputs and the inputs are not extended at all. * gnu/packages/python.scm (python-numpy, python2-numpy)[inputs]: Extend from python-numpy-bootstrap's package-inputs. [propagated-inputs]: Extend from python-numpy-bootstrap's package-propagated-inputs. Hartmut Goebel
2016-12-02gnu: python2-ipython: Fix inputs.•••This fixes e62600feb6a3aca2304925ed8c0bb5a9060e38dd, where the inputs have been changed to native-inputs, but still extended from inputs. * gnu/packages/python.scm (python2-ipython)[native-inputs]: Extend from python-ipython's package-native-inputs. Hartmut Goebel
2016-12-02gnu: python-numpydoc: Correct inputs.•••This does what 213d1745c6adbfd274b1edc575529e026b0ab743 was supposed to do. * gnu/packages/python.scm (python-numpydoc, python-numpydoc) Change first of the duplicate [native-inputs] definitions to [propagated-inputs]. Hartmut Goebel
2016-12-02gnu: calibre: Do not use python setuptools for building.•••* gnu/packages/ebook.scm (calibre)[arguments]: Set #:use-setuptools? to false. Hartmut Goebel
2016-12-02gnu: file-system-shepherd-service: Use mount-file-system.•••* gnu/services/base.scm (file-system-shepherd-service): Use mount-file-system instead of manually mounting the file system. John Darrington
2016-12-02gnu: Add dnscrypt-proxy.•••* gnu/packages/dns.scm (dnscrypt-proxy): New variable. Marius Bakke
2016-12-02gnu: Add dnscrypt-wrapper.•••* gnu/packages/dns.scm (dnscrypt-wrapper): New variable. Marius Bakke
2016-12-02gnu: virt-manager: Do not use python setuptools for building.•••* gnu/packages/qemu.scm (virt-manager)[arguments]: Set #use-setuptools? to #f. Marius Bakke
2016-12-02gnu: bluez: Update to 5.43.•••* gnu/packages/linux.scm (bluez): Update to 5.43. Marius Bakke
2016-12-02gnu: mesa: Update to 13.0.2.•••* gnu/packages/gl.scm (mesa): Update to 13.0.2. [inputs]: Remove eudev. [native-inputs]: Move 'mesa-wayland-egl-symbols-check-mips.patch' to ... [source]: ... here. [arguments]: Don't apply patch. Remove udev substitution. Marius Bakke
2016-12-02gnu: dblatex: Update to 0.3.9.•••* gnu/packages/docbook.scm (dblatex): Update to 0.3.9. Marius Bakke
2016-12-02gnu: libsigc++: Update to 2.10.0.•••* gnu/packages/glib.scm (libsigc++): Update to 2.10.0. Marius Bakke
2016-12-02gnu: go-1.7: Update to 1.7.4 [security fixes].•••* gnu/packages/golang.scm (go-1.7): Update to 1.7.4. Leo Famulari
2016-12-01gnu: vtk: Build with more system libraries.•••* gnu/packages/vtk.scm (vtk)[inputs]: Add expat, freetype, hdf5, jpeg, png, tiff, jsoncpp, libogg, libtheora, and zlib. [arguments]: Use #:build-type keyword. Add cmake flags for system libraries. Eric Bavier
2016-12-01gnu: vtk: Upgrade to 7.1.0.•••* gnu/packages/vtk.scm (vtk): Upgrade to 7.1.0. [source]: Remove patches. Use version-major+minor. * gnu/packages/patches/vtk-mesa-10.patch: Delete patch. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier
2016-12-01gnu: jsoncpp: Build shared libraries.•••* gnu/packages/serialization.scm (jsoncpp)[arguments]: New field. Eric Bavier
2016-12-01gnu: netcdf: Upgrade to 4.4.1.1.•••* gnu/packages/maths.scm (netcdf, netcdf-parallel-openmpi): Upgrade to 4.4.1.1. [source]: Adjust patch name, add netcdf-tst_h_par.patch * gnu/packages/patches/netcdf-config.date.patch: Rename to... * gnu/packages/patches/netcdf-date-time.patch: ...this. Adjust for latest source. * gnu/packages/patches/netcdf-tst_h_par.patch: New patch. * gnu/local.mk (dist_patch_DATA): Adjust patches. Eric Bavier
2016-12-02gnu: offlineimap: Update to 7.0.12.•••* gnu/packages/mail.scm (offlineimap): Update to 7.0.12. Efraim Flashner
2016-12-01gnu: dblatex: Do not use python setuptools for building.•••* gnu/packages/docbook.scm (dblatex)[arguments]: Set #:use-setuptools? to false. Marius Bakke
2016-12-01offload: Do not abort when a machine is unreachable.•••* guix/scripts/offload.scm (machine-load): Wrap 'open-ssh-session' call in 'false-if-exception'; return +inf.0 if it returns #f. Ludovic Courtès
2016-12-01offload: Gracefully report connection failures.•••* guix/scripts/offload.scm (open-ssh-session): Check the return value of 'connect!'. Call 'leave' when it's not 'ok. Ludovic Courtès
2016-12-01store: Increase buffering for the '%stderr-write' upcall.•••* guix/store.scm (process-stderr) <%stderr-write>: Pass #:buffer-size to 'dump-port'. Ludovic Courtès
2016-12-01daemon: Buffer data sent to clients by the 'export-path' RPC.•••Before that we'd have STDERR_WRITE round trips for very small amounts of data, ranging from a few bytes for the metadata of nars to the size of one file being exported. With this change, something like: guix archive --export /gnu/store/5rrsbaghh5ix1vjcicsl60gsxilhjnf2-coreutils-8.25 | dd of=/dev/null reports a throughput of 35 MB/s instead of 25 MB/s before. * nix/nix-daemon/nix-daemon.cc (TunnelSink): Inherit from 'BufferedSink' rather than 'Sink'. Rename 'operator ()' to 'write'. (performOp) <wopExportPath>: Add 'sink.flush' call. Ludovic Courtès
2016-12-01offload: Warn about the lack of zlib support.•••* guix/scripts/offload.scm (guix-offload): Print a warning when 'zlib-support?' returns false. Ludovic Courtès
2016-12-01offload: Remove redundant call to 'topologically-sorted' in 'send-file'.•••* guix/scripts/offload.scm (send-files): Remove call to 'topologically-sorted'. Ludovic Courtès
2016-12-01gnu: Add uget.•••* gnu/packages/bittorrent.scm (uget): New variable. Tomáš Čech
2016-12-01gnu: ardour: Update to 5.5.•••* gnu/packages/audio.scm (ardour): Update to 5.5. David Thompson
2016-12-01gnu: python-gst: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (python-gst): Update to 1.10.2. Efraim Flashner
2016-12-01gnu: gst-libav: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.2. Efraim Flashner
2016-12-01gnu: gst-plugins-ugly: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.2. Efraim Flashner
2016-12-01gnu: gst-plugins-bad: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.2. Efraim Flashner
2016-12-01gnu: gst-plugins-good: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.2. [source]: Remove patches. * gnu/packages/patches/gst-plugins-good-fix-crashes.patch, gnu/packages/patches/gst-plugins-good-fix-invalid-read.patch, gnu/packages/patches/gst-plugins-good-fix-signedness.patch, gnu/packages/patches/gst-plugins-good-flic-bounds-check.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Efraim Flashner
2016-12-01gnu: gst-plugins-base: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.2. Efraim Flashner
2016-12-01gnu: gstreamer: Update to 1.10.2.•••* gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.2. Efraim Flashner