summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gst-libav: Update to 1.10.1.Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gst-libav): Update to 1.10.1.
* gnu: gst-plugins-ugly: Update to 1.10.1.Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gst-plugins-ugly): Update to 1.10.1.
* gnu: gst-plugins-bad: Update to 1.10.1 (Fixes security issues).Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gst-plugins-bad): Update to 1.10.1.
* gnu: gst-plugins-good: Update to 1.10.1.Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gst-plugins-good): Update to 1.10.1.
* gnu: gst-plugins-base: Update to 1.10.1.Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gst-plugins-base): Update to 1.10.1.
* gnu: gstreamer: Update to 1.10.1.Efraim Flashner2016-11-18
| | | | * gnu/packages/gstreamer.scm (gstreamer): Update to 1.10.1.
* guix package: Display newline after generation diffs.Roel Janssen2016-11-17
| | | | * guix/ui.scm (display-profile-content-diff): Display an extra newline.
* services: static-networking: Add netmask.Ludovic Courtès2016-11-17
| | | | | | | | | | | Reported by Mathieu Lirzin and Andreas Enge. * gnu/services/networking.scm (<static-networking>)[netmask]: New field. (static-networking-service-type): Honor it. * gnu/services/networking.scm (static-networking-service): Add #:netmask and honor it. * doc/guix.texi (Networking Services): Adjust accordingly.
* tests: basic: Fix harmless thinko.Ludovic Courtès2016-11-17
| | | | | | | * gnu/tests/base.scm (run-basic-test)["login on tty1"]: Move the file-waiting loop inside the 'marionette-eval' body. Before that, we were waiting for the file to appear on the host, which would never happen, meaning that we were always waiting for 15 seconds.
* syscalls: 'configure-network-interface' has a #:netmask parameter.Ludovic Courtès2016-11-17
| | | | | * guix/build/syscalls.scm (configure-network-interface): Add #:netmask keyword parameter and honor it.
* gnu: mpop: Use 'sourceforge' mirror.Leo Famulari2016-11-17
| | | | | | This is a followup to commit 5837e69936fc9f4df4c0745b7c6e31b5642156fe. * gnu/packages/mail.scm (mpop)[source]: Use 'sourceforge' mirror.
* gnu: mpop: Update to 1.2.6.Arun Isaac2016-11-17
| | | | | | * gnu/packages/mail.scm (mpop): Update to 1.2.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: obs: Update to 0.16.5.Efraim Flashner2016-11-17
| | | | * gnu/packages/video.scm (obs): Update to 0.16.5.
* gnu: aria2: Update to 1.29.0.Efraim Flashner2016-11-17
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.29.0.
* Revert "gnu: icecat: Enable gtk3 support."Mark H Weaver2016-11-16
| | | | | | | | This reverts commit eaf72e218e38c0c908ee30c914ab7d9c0c0389b8. IceCat misbehaves with gtk+3, most notably the scroll bar handles are invisible. Here we revert back to gtk+2 until these problems can be addressed.
* gnu: Add Handbrake.Eric Bavier2016-11-16
| | | | | | * gnu/packages/video.scm (handbrake): New variable. * gnu/packages/patches/handbrake-pkg-config-path.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: libtiff: Fix some buffer overflows.Leo Famulari2016-11-16
| | | | | | * gnu/packages/patches/libtiff-uint32-overflow.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
* gnu: libtiff: Fix CVE-2016-9297.Leo Famulari2016-11-16
| | | | | | * gnu/packages/patches/libtiff-CVE-2016-9297.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/image.scm (libtiff/fixed)[source]: Use it.
* syscalls: Add bindings for SIOCGIFNETMASK and SIOCSIFNETMASK.Ludovic Courtès2016-11-16
| | | | | | | | | * guix/build/syscalls.scm (SIOCGIFNETMASK, SIOCSIFNETMASK): New variables. (set-network-interface-netmask, network-interface-netmask): New procedures. * tests/syscalls.scm ("network-interface-netmask lo") ("set-network-interface-netmask"): New tests.
* syscalls: Use 'define-c-struct' for 'struct ifconf'.Ludovic Courtès2016-11-16
| | | | | | | | * guix/build/syscalls.scm (ifconf-struct): Remove. (%ifconf-struct): New C struct. (network-interface-names): Use 'make-bytevector' and 'write-ifconf!' instead of 'make-c-struct', and 'read-ifconf' instead of 'parse-c-struct'.
* syscalls: C struct writer correctly handles pointer fields.Ludovic Courtès2016-11-16
| | | | * guix/build/syscalls.scm (write-type): Add case for '*.
* gnu: jasper: Update to 1.900.29.Efraim Flashner2016-11-16
| | | | | * gnu/packages/image.scm (jasper): Update to 1.900.29. [inputs]: Add libjpeg.
* gnu: icecat: Remove unneeded patch.Mark H Weaver2016-11-16
| | | | | | | | This is a followup to commit 1a87aa75671ad6567cd57fce0936220862107478. * gnu/packages/gnuzilla.scm (icecat)[sources][patches]: Remove patch for CVE-2016-5296, which is for a bundled copy of pixman that is subsequently deleted by a snippet.
* gnu: perl-dbd-mysql: Update to 4.039 [Fixes CVE-2016-1249].Marius Bakke2016-11-16
| | | | | * gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.039. [source]: Update CPAN URI.
* gnu: ncmpcpp: Update to 0.7.7.Leo Famulari2016-11-16
| | | | * gnu/packages/mpd.scm (ncmpcpp): Update to 0.7.7.
* gnu: shotwell: Update to 0.25.0.1.Leo Famulari2016-11-16
| | | | * gnu/packages/gnome.scm (shotwell): Update to 0.25.0.1.
* gnu: icecat: Add fixes from Firefox ESR 45.5.0.Mark H Weaver2016-11-16
| | | | | | | | | | | | Includes fixes for CVE-2016-5290, CVE-2016-5291, CVE-2016-5297, CVE-2016-9064, and CVE-2016-9066. * gnu/packages/gnuzilla.scm (icecat)[source][patches]: Add fixes for aforementioned CVEs and other selected fixes from Firefox ESR 45.5.0. Note that the first six patches of CVE-2016-5290 and the patch for CVE-2016-9066 were already present, but were labeled by mozilla bug number instead of CVE. * gnu/packages/patches/icecat-CVE-2016-9064.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: pixman: Add fix for CVE-2016-5296.Mark H Weaver2016-11-16
| | | | | | | * gnu/packages/patches/pixman-CVE-2016-5296.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/xdisorg.scm (pixman)[replacement]: New field. (pixman/fixed): New variable.
* download: Use the built-in 'download' builder when available.Ludovic Courtès2016-11-16
| | | | | | | | | | | Fixes <http://bugs.gnu.org/22774>. Reported by Christopher W Carpenter. * guix/download.scm (built-in-builders*, raw-derivation) (built-in-download): New procedures. (in-band-download): New procedure, with code formerly in 'url-fetch'. (url-fetch): Call 'built-in-builders*' and dispatch between 'built-in-download' and 'in-band-download'.
* daemon: Add 'built-in-builders' RPC.Ludovic Courtès2016-11-16
| | | | | | | | | | | | * nix/libstore/builtins.cc (builtinBuilderNames): New function. * nix/libstore/builtins.hh (builtinBuilderNames): New declaration. * nix/libstore/worker-protocol.hh (PROTOCOL_VERSION): Bump to 0x160. (WorkerOp)[wopBuiltinBuilders]: New value. * nix/nix-daemon/nix-daemon.cc (performOp): Handle it. * guix/store.scm (operation-id)[built-in-builders]: New value. * guix/store.scm (read-arg): Add 'string-list'. (built-in-builders): New procedure. * tests/derivations.scm ("built-in-builders"): New test.
* daemon: Add "builtin:download" derivation builder.Ludovic Courtès2016-11-16
| | | | | | | | | | | | | | | | | | | | | | | | | | This ensures that 1) the derivation doesn't change when Guix changes; 2) the derivation closure doesn't contain Guix and its dependencies; 3) we don't have to rely on ugly chroot hacks. Adapted from Nix commit 0a2bee307b20411f5b0dda0c662b1f9bb9e0e131. * nix/libstore/build.cc (DerivationGoal::runChild): Add special case for 'isBuiltin(drv)'. Disable chroot when 'isBuiltin(drv)'. * nix/libstore/builtins.cc, nix/libstore/builtins.hh, nix/scripts/download.in, guix/scripts/perform-download.scm: New files. * guix/ui.scm (show-guix-help)[internal?]: Add 'perform-download'. * nix/local.mk (libstore_a_SOURCES): Add builtins.cc. (libstore_headers): Add builtins.hh. (nodist_pkglibexec_SCRIPTS): Add 'scripts/download'. * config-daemon.ac: Emit 'scripts/download'. * Makefile.am (MODULES): Add 'guix/scripts/perform-download.scm'. * tests/derivations.scm ("unknown built-in builder") ("'download' built-in builder") ("'download' built-in builder, invalid hash") ("'download' built-in builder, not found") ("'download' built-in builder, not fixed-output"): New tests. Co-authored-by: Eelco Dolstra <eelco.dolstra@logicblox.com>
* tests: Move HTTP server to (guix tests http).Ludovic Courtès2016-11-16
| | | | | | | | | | | | | * tests/lint.scm (%http-server-port, %local-url) (%http-server-socket, http-write, %http-server-lock) (%http-server-ready, http-open, stub-http-server) (call-with-http-server, with-http-server): Move to (guix tests http). Adjust tests for %HTTP-SERVER-SOCKET as a promise and %LOCAL-URL as a parameter. * guix/tests/http.scm: New file. * Makefile.am (dist_noinst_DATA): Add it. (GOBJECTS): Add .go files for all of $(dist_noinst_DATA). (make-go): Depend on $(dist_noinst_DATA).
* guix download: Add '-o' option.Ludovic Courtès2016-11-16
| | | | | | | | | | | * guix/scripts/download.scm (download-to-file, download-to-store*): New procedures. (%default-options): Add 'download-proc'. (show-help): Adjust description and document '-o'. (%options): Add '-o'. (guix-download): Remove 'store' variable. Add 'fetch' and define 'path' to as its result. * tests/guix-download.sh: Add test.
* gnu: opensmtpd: Update to 6.0.2p1.宋文武2016-11-16
| | | | | * gnu/packages/mail.scm (opensmtpd): Update to 6.0.2p1. [arguments]: Pass '--with-path-sock=/var/run' to #:configure-flags.
* gnu: linux-libre: Update to 4.8.8.Mark H Weaver2016-11-16
| | | | | * gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash) (linux-libre): Update to 4.8.8.
* gnu: linux-libre@4.4: Update to 4.4.32.Mark H Weaver2016-11-16
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.32.
* gnu: Fix name for ng0.ng02016-11-15
| | | | * gnu/packages/gnupg.scm: Change name in copyright header.
* gnu: Add httptunnel.Tobias Geerinckx-Rice2016-11-15
| | | | * gnu/packages/web.scm (httptunnel): New variable.
* gnu: hisat: Fix typo.Ricardo Wurmus2016-11-15
| | | | | * gnu/packages/bioinformatics.scm (hisat)[arguments]: Fix directory name in install phase.
* gnu: Add pcb-rnd.Ricardo Wurmus2016-11-15
| | | | * gnu/packages/engineering.scm (pcb-rnd): New variable.
* gnu: libmicrohttpd: Update to 0.9.52.Efraim Flashner2016-11-15
| | | | | * gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.52. [home-page]: Use https.
* gnu: octave: Update to 4.2.0.Efraim Flashner2016-11-15
| | | | | | * gnu/packages/maths.scm (octave): Update to 4.2.0. [native-inputs]: Add lzip. [home-page]: Use https.
* gnu: parallel: Update to 20161022.Efraim Flashner2016-11-15
| | | | | * gnu/packages/parallel.scm (parallel): Update to 20161022. [home-page]: Use https.
* gnu: libcdio: Update to 0.94.Efraim Flashner2016-11-15
| | | | | * gnu/packages/cdrom.scm (libcdio): Update to 0.94. [home-page]: Use https.
* gnu: gvpe: Update to 3.0.Efraim Flashner2016-11-15
| | | | * gnu/packages/vpn.scm (gvpe): Update to 3.0.
* gnu: cryptsetup: Update to 1.7.3.Efraim Flashner2016-11-15
| | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.3.
* gnu: python-vcversioner: Update to 2.16.0.0.Efraim Flashner2016-11-15
| | | | | | | | * gnu/packages/python.scm (python-vcversioner): Update to 2.16.0.0. [inputs]: Remove python-setuptools. [properties]: New field. (python2-vcversioner): Use 'strip-python2-variant'. [native-inputs]: Add python2-setuptools.
* gnu: fish: Update to 2.4.0.Tobias Geerinckx-Rice2016-11-15
| | | | * gnu/packages/shells.scm (fish): Update to 2.4.0.
* services: Require wpa-supplicant-service for connman-service.Tomáš Čech2016-11-15
| | | | | * gnu/services/networking.scm (connman-shepherd-service): Add wpa-supplicant among list of requirements.
* services: Add wpa-supplicant-service.Tomáš Čech2016-11-15
| | | | | | * gnu/services/networking.scm (wpa-supplicant-service): New procedure. (wpa-supplicant-service-type): New variable. * doc/guix.texi (Networking Services): Document it.