summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-23gnu: Add js-respond....* gnu/packages/javascript.scm (js-respond): New variable. Ricardo Wurmus
2017-06-23gnu: Add kentutils....* gnu/packages/bioinformatics.scm (kentutils): New variable. Ricardo Wurmus
2017-06-22gnu: Add retux....* gnu/packages/games.scm (retux): New variable. Kei Kebreau
2017-06-22gnu: isc-dhcp: Update bundled bind to 9.9.10-P1....* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1. Leo Famulari
2017-06-22gnu: higan: Update to 102....* gnu/packages/games.scm (higan): Update to 102. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Rutger Helling
2017-06-22gnu: Add ddate....* gnu/packages/linux.scm (ddate): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> nee
2017-06-22gnu: python-xsge: Update to 2017.06.09....* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09. Kei Kebreau
2017-06-22gnu: python-sge-pygame: Update to 1.5....* gnu/packages/game-development.scm (python-sge-pygame, python2-sge-pygame): Update to 1.5. [inputs]: Add python-uniseg. Kei Kebreau
2017-06-22gnu: Add python-uniseg....* gnu/packages/python.scm (python-uniseg, python2-uniseg): New variables. Kei Kebreau
2017-06-22gnu: emacs-org: Update to 20170622....* gnu/packages/emacs.scm (emacs-org): Update to 20170622 a.k.a. Org 9.0.9. Nicolas Goaziou
2017-06-22gnu: grfcodec: Fix a typo....* gnu/packages/game-development.scm (grfcodec)[description]: Reorder the acronym and its expansion using @dfn. Kei Kebreau
2017-06-22gnu: nml: Fix a typo....* gnu/packages/game-development.scm (nml)[description]: Reorder the acronym and its expansion using @dfn. Delete a duplicated word. Kei Kebreau
2017-06-22gnu: python2-bx-python: Update to 0.7.3....* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3. Ricardo Wurmus
2017-06-22gnu: julia: Update to 0.6.0....* gnu/packages/julia.scm (libuv-julia): Update to 1.9.0-5.52d72a52. (julia): Update to 0.6.0. [arguments]: Remove phase "fix-llvm-flag"; add phase "disable-documentation"; use threaded fftw variant in phase "hardcode-soname-map"; disable "file" tests in phase "disable-broken-tests"; add "USE_LLVM_SHLIB=0" to make flags. [native-inputs]: Add "unicode-data". Ricardo Wurmus
2017-06-22gnu: surfraw: Fix broken symlinks in manpages....* gnu/packages/web.scm (surfraw)[arguments]: Add new 'compress-elvi.1sr' phase. Signed-off-by: Kei Kebreau <kei@openmailbox.org> ng0
2017-06-22gnu: qtsensors: Lengthen test timeout....* gnu/packages/qt.scm (qtsensors)[arguments]: Lengthen test timeout so it passes on slower machines. Efraim Flashner
2017-06-22gnu: Remove unnecessary module import....This is a followup to d2885c83929b66a0cf98e740372bddb7e8787631. * gnu/packages/version-control.scm: Remove needless module import. Ludovic Courtès
2017-06-22daemon: Set TCP_NODELAY and TCP_QUICKACK on remote sockets....* nix/nix-daemon/nix-daemon.cc (acceptConnection): Set TCP_NODELAY and TCP_QUICKACK on REMOTE. Ludovic Courtès
2017-06-22daemon: '--listen' can be passed several times, can specify TCP endpoints....* 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. Ludovic Courtès
2017-06-22store: Define a default port for TCP connections....* 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. Ludovic Courtès
2017-06-22store: Pass a socket type hint to 'getaddrinfo'....* guix/store.scm (open-inet-socket): Pass hints in the 'getaddrinfo' call. Ludovic Courtès
2017-06-22gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538]....* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4. Leo Famulari
2017-06-22gnu: python-drmaa: Update source URL....* gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri. Ricardo Wurmus
2017-06-22gnu: mbedtls-apache: Update to 2.5.1....* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1. Leo Famulari
2017-06-22gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}]....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. Leo Famulari
2017-06-22gnu: Update calibre to 3.0.0....* 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. Roel Janssen
2017-06-21gnu: propeller-gcc: Default to version 4....* 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. Ricardo Wurmus
2017-06-21gnu: knot: Update to 2.5.1....* 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. Tobias Geerinckx-Rice
2017-06-21gnu: Add python-lmdb....* gnu/packages/databases.scm (python-lmdb, python2-lmdb): New variables. Tobias Geerinckx-Rice
2017-06-21gnu: lmdb: Expand description....* gnu/packages/databases.scm (lmdb)[synopsis]: Capitalise. [description]: Elaborate. Tobias Geerinckx-Rice
2017-06-21gnu: python-pycodestyle: Update to 2.3.1....* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1. Tobias Geerinckx-Rice
2017-06-21gnu: cracklib: Fix up description....* gnu/packages/password-utils.scm (cracklib)[description]: Fix typos, add mark-up, and drop unclear reference to the ancient ‘Crack 5’ tool. Tobias Geerinckx-Rice
2017-06-21gnu: libpwquality: Update to 1.4.0....* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0. Tobias Geerinckx-Rice
2017-06-21gnu: Remove unused python-flake8-2.2.4....* gnu/packages/python.scm (python-flake8-2.2.4): Remove variable. Tobias Geerinckx-Rice
2017-06-21gnu: python-hacking: Update to 0.13.0....* 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. Tobias Geerinckx-Rice
2017-06-21gnu: python-eventlet: Skip failing test phase....* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests. Tobias Geerinckx-Rice
2017-06-21gnu: python-vobject: Update to 0.9.4.1....* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1. Tobias Geerinckx-Rice
2017-06-21gnu: mpd: Build with the default GCC....* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5. Leo Famulari
2017-06-21gnu: opus-tools: Update to 0.1.10....* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10. [home-page]: Use HTTPS URL. Leo Famulari
2017-06-21gnu: opus: Update to 1.2....* gnu/packages/xiph.scm (opus): Update to 1.2. [home-page]: Use HTTPS URL. Leo Famulari
2017-06-21gnu: gsl: Update to 2.4....* gnu/packages/maths.scm (gsl): Update to 2.4. [arguments]: Remove #:parallel-tests?. Arun Isaac
2017-06-21gnu: services: use seconds instead of duration strings....* 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. Julien Lepiller
2017-06-21environment: Disable profile collision checks....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". Ludovic Courtès
2017-06-21gnu: a2ps: Build reproducibly....* gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New fields. Ludovic Courtès
2017-06-21services: network-manager: Specify a default value....* gnu/services/networking.scm (network-manager-service-type)[default-value]: New field. Ludovic Courtès
2017-06-21profiles: Move 'manifest-entry-dependencies' user after definition....Reported by Efraim Flashner. * guix/profiles.scm (manifest-transitive-entries): Move after <manifest-entry> definition. Ludovic Courtès
2017-06-21gnu: efl: Add missing inputs....* gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage, libxfixes, libxrender. Remove libxkbfile. Efraim Flashner
2017-06-21guix package: '--search-paths' shows search paths from propagated inputs....* guix/scripts/package.scm (process-query) <'search-paths>: Use 'manifest-transitive-entries' instead of 'manifest-entries'. Ludovic Courtès
2017-06-21profiles: Catch and report collisions in the profile....* 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. Ludovic Courtès
2017-06-21guix package: Always upgrade packages that have propagated inputs....* guix/scripts/package.scm (transaction-upgrade-entry): Always upgrade packages that have propagated inputs. Ludovic Courtès