summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* daemon: Set TCP_NODELAY and TCP_QUICKACK on remote sockets.Ludovic Courtès2017-06-22
| | | | | * nix/nix-daemon/nix-daemon.cc (acceptConnection): Set TCP_NODELAY and TCP_QUICKACK on REMOTE.
* daemon: '--listen' can be passed several times, can specify TCP endpoints.Ludovic Courtès2017-06-22
| | | | | | | | | | | | | | | | * nix/nix-daemon/guix-daemon.cc (DEFAULT_GUIX_PORT): New macro. (listen_options): New variable. (parse_opt): Push back '--listen' options to LISTEN_OPTIONS. (open_unix_domain_socket, open_inet_socket) (listening_sockets): New functions. (main): Use it. Pass SOCKETS to 'run'. * nix/nix-daemon/nix-daemon.cc (matchUser): Remove. (SD_LISTEN_FDS_START): Remove. (acceptConnection): New function. (daemonLoop): Rewrite to take a vector of file descriptors, to select(2) on them, and to call 'acceptConnection'. (run): Change to take a vector of file descriptors. * tests/guix-daemon.sh: Add test.
* store: Define a default port for TCP connections.Ludovic Courtès2017-06-22
| | | | | | * guix/store.scm (%default-guix-port): New variable. (connect-to-daemon)[connect]: Use it when (uri-port uri) is #f. * doc/guix.texi (The Store): Mention the default port number.
* store: Pass a socket type hint to 'getaddrinfo'.Ludovic Courtès2017-06-22
| | | | | * guix/store.scm (open-inet-socket): Pass hints in the 'getaddrinfo' call.
* gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].Leo Famulari2017-06-22
| | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
* gnu: python-drmaa: Update source URL.Ricardo Wurmus2017-06-22
| | | | * gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
* gnu: mbedtls-apache: Update to 2.5.1.Leo Famulari2017-06-22
| | | | * gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
* gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}].Leo Famulari2017-06-22
| | | | | | | See 'Changes.rst' in the source distribution for more information about the security-related changes. * gnu/packages/vpn.scm (openvpn): Update to 2.4.3.
* gnu: Update calibre to 3.0.0.Roel Janssen2017-06-22
| | | | | | * gnu/local.mk: Remove patch. * gnu/packages/ebook.scm (calibre): Update to 3.0.0. * gnu/packages/patches/calibre-dont-load-remote-icons.patch: Remove file.
* gnu: propeller-gcc: Default to version 4.Ricardo Wurmus2017-06-21
| | | | | | | * gnu/packages/embedded.scm (propeller-gcc): Rename this... (propeller-gcc-6): ...to this. (propeller-gcc-4): Inherit from propeller-gcc-6. (propeller-gcc): New alias for propeller-gcc-4.
* gnu: knot: Update to 2.5.1.Tobias Geerinckx-Rice2017-06-21
| | | | | | * gnu/packages/dns.scm (knot): Update to 2.5.1. [inputs]: Add python-2 and python2-lmdb. [arguments]: Adapt #:configure-flags. Add ‘wrap-python-scripts’ phase.
* gnu: Add python-lmdb.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/databases.scm (python-lmdb, python2-lmdb): New variables.
* gnu: lmdb: Expand description.Tobias Geerinckx-Rice2017-06-21
| | | | | * gnu/packages/databases.scm (lmdb)[synopsis]: Capitalise. [description]: Elaborate.
* gnu: python-pycodestyle: Update to 2.3.1.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
* gnu: cracklib: Fix up description.Tobias Geerinckx-Rice2017-06-21
| | | | | * gnu/packages/password-utils.scm (cracklib)[description]: Fix typos, add mark-up, and drop unclear reference to the ancient ‘Crack 5’ tool.
* gnu: libpwquality: Update to 1.4.0.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0.
* gnu: Remove unused python-flake8-2.2.4.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
* gnu: python-hacking: Update to 0.13.0.Tobias Geerinckx-Rice2017-06-21
| | | | | | | | * gnu/packages/openstack.scm (python-hacking): Update to 0.13.0. [arguments]: Re-enable tests. [propagated-inputs]: Use latest python-flake8. [native-inputs]: Add python-eventlet, python-mock, python-reno, and python-testrepository for tests.
* gnu: python-eventlet: Skip failing test phase.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
* gnu: python-vobject: Update to 0.9.4.1.Tobias Geerinckx-Rice2017-06-21
| | | | * gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
* gnu: mpd: Build with the default GCC.Leo Famulari2017-06-21
| | | | * gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
* gnu: opus-tools: Update to 0.1.10.Leo Famulari2017-06-21
| | | | | * gnu/packages/xiph.scm (opus-tools): Update to 0.1.10. [home-page]: Use HTTPS URL.
* gnu: opus: Update to 1.2.Leo Famulari2017-06-21
| | | | | * gnu/packages/xiph.scm (opus): Update to 1.2. [home-page]: Use HTTPS URL.
* gnu: gsl: Update to 2.4.Arun Isaac2017-06-21
| | | | | * gnu/packages/maths.scm (gsl): Update to 2.4. [arguments]: Remove #:parallel-tests?.
* gnu: services: use seconds instead of duration strings.Julien Lepiller2017-06-21
| | | | | | | * gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers instead of duration strings. (verify-knot-policy-configuration): Fix typo. * doc/guix.texi (DNS Services): Update documentation.
* environment: Disable profile collision checks.Ludovic Courtès2017-06-21
| | | | | | | | | | | Reported by Efraim Flashner. This is a followup to a654dc4bcf7c8e205bdefa1a1d5f23444dd22778. * guix/profiles.scm (profile-derivation): Add #:allow-collisions? and honor it. * guix/scripts/environment.scm (inputs->profile-derivation): Pass #:allow-collisions? #f to 'profile-derivation'. * tests/guix-environment.sh: Test "guix environment guix".
* gnu: a2ps: Build reproducibly.Ludovic Courtès2017-06-21
| | | | | * gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New fields.
* services: network-manager: Specify a default value.Ludovic Courtès2017-06-21
| | | | | * gnu/services/networking.scm (network-manager-service-type)[default-value]: New field.
* profiles: Move 'manifest-entry-dependencies' user after definition.Ludovic Courtès2017-06-21
| | | | | | | Reported by Efraim Flashner. * guix/profiles.scm (manifest-transitive-entries): Move after <manifest-entry> definition.
* gnu: efl: Add missing inputs.Efraim Flashner2017-06-21
| | | | | * gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage, libxfixes, libxrender. Remove libxkbfile.
* guix package: '--search-paths' shows search paths from propagated inputs.Ludovic Courtès2017-06-21
| | | | | * guix/scripts/package.scm (process-query) <'search-paths>: Use 'manifest-transitive-entries' instead of 'manifest-entries'.
* profiles: Catch and report collisions in the profile.Ludovic Courtès2017-06-21
| | | | | | | | | | * guix/profiles.scm (&profile-collision-error): New error condition. (manifest-transitive-entries, manifest-entry-lookup, lower-manifest-entry) (check-for-collisions): New procedures. (profile-derivation): Add call to 'check-for-collisions'. * guix/ui.scm (call-with-error-handling): Handle '&profile-collision-error'. * tests/profiles.scm ("collision", "collision of propagated inputs") ("no collision"): New tests.
* guix package: Always upgrade packages that have propagated inputs.Ludovic Courtès2017-06-21
| | | | | * guix/scripts/package.scm (transaction-upgrade-entry): Always upgrade packages that have propagated inputs.
* profiles: Manifest entries keep a reference to their parent entry.Ludovic Courtès2017-06-21
| | | | | | | | | | | * guix/profiles.scm (<manifest-entry>)[parent]: New field. (package->manifest-entry): Add #:parent parameter. Fill out the 'parent' field of <manifest-entry>; pass #:parent in recursive calls. * guix/profiles.scm (sexp->manifest)[sexp->manifest-entry]: New procedure. Use it for version 3. * tests/profiles.scm ("manifest-entry-parent"): New procedure. ("read-manifest")[entry->sexp]: Add 'manifest-entry-parent' to the result.
* profiles: Represent propagated inputs as manifest entries.Ludovic Courtès2017-06-21
| | | | | | | | | | | | | * guix/profiles.scm (package->manifest-entry): Turn DEPS into a list of manifest entries. (manifest->gexp)[entry->gexp]: Call 'entry->gexp' on DEPS. Bump version to 3. (sexp->manifest)[infer-dependency]: New procedure. Use it for versions 1 and 2. Parse version 3. (manifest-inputs)[entry->gexp]: New procedure. Adjust to 'dependencies' being a list of <manifest-entry>. * tests/profiles.scm ("packages->manifest, propagated inputs") ("read-manifest"): New fields.
* gnu: unbound: Do not build static libraries.Ludovic Courtès2017-06-21
| | | | | * gnu/packages/dns.scm (unbound)[arguments]: Add "--disable-static" to #:configure-flags. Suggested by Gregor Giesen <giesen@zaehlwerk.net>.
* gnu: Add python-regex.Roel Janssen2017-06-21
| | | | * gnu/packages/python.scm (python-regex, python2-regex): New variables.
* tests: Add extlinux gpt test.Mathieu Othacehe2017-06-21
| | | | | | | | | * gnu/tests/install.scm (%test-installed-extlinux-os): New exported variable. (%minimal-extlinux-os, %minimal-extlinux-os-source): New variables. (%extlinux-gpt-installation-script): New variable. (run-install)[packages]: New argument. The packages specified are appended to the installation image.
* bootloader: extlinux: Add extlinux-bootloader-gpt.Mathieu Othacehe2017-06-21
| | | | | | | | * gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported variable. (install-extlinux)[mbr]: New argument. (install-extlinux-mbr, install-extlinux-gpt): New variables. (extlinux-bootloader)[installer]: Use install-extlinux-mbr.
* gnu: xmonad: Update to 0.13.Mekeor Melire2017-06-21
| | | | | | * gnu/packages/wm.scm (xmonad): Update to 0.13. [inputs]: Add ghc-directory. (ghc-xmonad-contrib): Update to 0.13.
* gnu: ghc-x11: Update to 1.8.Mekeor Melire2017-06-21
| | | | * gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
* gnu: busybox: Fix indentation.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
* gnu: busybox: Update to 1.26.2.Efraim Flashner2017-06-21
| | | | * gnu/packages/busybox.scm (busybox): Update to 1.26.2.
* gnu: cvs-fast-export: Update to 1.43.Efraim Flashner2017-06-21
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.43. [arguments]: Add phases to not build architecture-specific optimized code and to force python-2. Disable parallel building.
* gnu: openttd: Add 'install-data' phase.Kei Kebreau2017-06-20
| | | | | * gnu/packages/games.scm (openttd)[arguments]: Add it. [native-inputs]: Add openttd-opengfx.
* gnu: Add openttd-opengfx.Kei Kebreau2017-06-20
| | | | * gnu/packages/games.scm (openttd-opengfx): New variable.
* gnu: Add grfcodec.Kei Kebreau2017-06-20
| | | | * gnu/packages/game-development.scm (grfcodec): New variable.
* gnu: Add dos2unix.Kei Kebreau2017-06-20
| | | | * gnu/packages/textutils.scm (dos2unix): New variable.
* gnu: Add nml.Kei Kebreau2017-06-20
| | | | * gnu/packages/game-development.scm (nml): New variable.
* gnu: wine64: Remove redundant description.Ludovic Courtès2017-06-20
| | | | * gnu/packages/wine.scm (wine64)[description]: Remove.