Commit Graph

21964 Commits (7efd98be87a91f6d1fba20eb119e13d6390b569d)

Author SHA1 Message Date
Rutger Helling 7efd98be87
gnu: Add python-rencode.
* gnu/packages/python.scm (python-rencode): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23 14:16:44 +02:00
Rutger Helling f817b4d903
gnu: Add python2-pyopengl.
* gnu/packages/python.scm (python2-pyopengl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23 14:16:44 +02:00
Rutger Helling 21ab594917
gnu: higan: Update to 103.
* gnu/packages/games.scm (higan): Update to 103.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-23 13:49:25 +05:30
Ricardo Wurmus b37b48f819
gnu: Add js-respond.
* gnu/packages/javascript.scm (js-respond): New variable.
2017-06-23 08:14:41 +02:00
Ricardo Wurmus 94820951d6
gnu: Add kentutils.
* gnu/packages/bioinformatics.scm (kentutils): New variable.
2017-06-23 08:09:33 +02:00
Kei Kebreau 519bfc656c
gnu: Add retux.
* gnu/packages/games.scm (retux): New variable.
2017-06-22 17:22:59 -04:00
Leo Famulari 001f8cdc48
gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
2017-06-22 17:13:37 -04:00
Rutger Helling 0a2de1c296
gnu: higan: Update to 102.
* gnu/packages/games.scm (higan): Update to 102.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22 23:07:09 +02:00
nee 3116c8b5e0
gnu: Add ddate.
* gnu/packages/linux.scm (ddate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22 23:07:09 +02:00
Kei Kebreau cde208da31
gnu: python-xsge: Update to 2017.06.09.
* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09.
2017-06-22 17:00:00 -04:00
Kei Kebreau 8135351403
gnu: 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.
2017-06-22 17:00:00 -04:00
Kei Kebreau fa56c7733d
gnu: Add python-uniseg.
* gnu/packages/python.scm (python-uniseg, python2-uniseg): New
variables.
2017-06-22 17:00:00 -04:00
Nicolas Goaziou 005c4ef85c
gnu: emacs-org: Update to 20170622.
* gnu/packages/emacs.scm (emacs-org): Update to 20170622 a.k.a. Org 9.0.9.
2017-06-22 20:30:04 +02:00
Kei Kebreau 3d77785a10
gnu: grfcodec: Fix a typo.
* gnu/packages/game-development.scm (grfcodec)[description]: Reorder the
acronym and its expansion using @dfn.
2017-06-22 12:38:21 -04:00
Kei Kebreau a7cbe727d4
gnu: nml: Fix a typo.
* gnu/packages/game-development.scm (nml)[description]: Reorder the
acronym and its expansion using @dfn. Delete a duplicated word.
2017-06-22 12:35:33 -04:00
Ricardo Wurmus c1dfe8c30b
gnu: python2-bx-python: Update to 0.7.3.
* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3.
2017-06-22 17:25:40 +02:00
Ricardo Wurmus cc005f9000
gnu: 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".
2017-06-22 17:25:39 +02:00
ng0 e81fd90e2f
gnu: 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>
2017-06-22 10:45:37 -04:00
Efraim Flashner 202afee2da
gnu: qtsensors: Lengthen test timeout.
* gnu/packages/qt.scm (qtsensors)[arguments]: Lengthen test
timeout so it passes on slower machines.
2017-06-22 13:05:09 +03:00
Ludovic Courtès 992a9e59dd
gnu: Remove unnecessary module import.
This is a followup to d2885c8392.

* gnu/packages/version-control.scm: Remove needless module import.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 6efb578a14
daemon: Set TCP_NODELAY and TCP_QUICKACK on remote sockets.
* nix/nix-daemon/nix-daemon.cc (acceptConnection): Set TCP_NODELAY and
TCP_QUICKACK on REMOTE.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 1071f781d9
daemon: '--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.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 5df1395a8d
store: 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.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 7ae97a4c3f
store: Pass a socket type hint to 'getaddrinfo'.
* guix/store.scm (open-inet-socket): Pass hints in the 'getaddrinfo'
call.
2017-06-22 10:59:06 +02:00
Leo Famulari ace6cc12d3
gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
2017-06-22 03:11:34 -04:00
Ricardo Wurmus d92621cf45
gnu: python-drmaa: Update source URL.
* gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
2017-06-22 08:54:44 +02:00
Leo Famulari d9f806710f
gnu: mbedtls-apache: Update to 2.5.1.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
2017-06-22 02:00:12 -04:00
Leo Famulari 688c8c6744
gnu: 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.
2017-06-22 01:00:03 -04:00
Roel Janssen f70f3407ca
gnu: 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.
2017-06-22 00:07:58 +02:00
Ricardo Wurmus bb19b2ebf3
gnu: 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.
2017-06-21 22:47:39 +02:00
Tobias Geerinckx-Rice c7d0444a68
gnu: 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.
2017-06-21 21:59:52 +02:00
Tobias Geerinckx-Rice 07041d95b1
gnu: Add python-lmdb.
* gnu/packages/databases.scm (python-lmdb, python2-lmdb): New variables.
2017-06-21 21:58:39 +02:00
Tobias Geerinckx-Rice fda852ff40
gnu: lmdb: Expand description.
* gnu/packages/databases.scm (lmdb)[synopsis]: Capitalise.
[description]: Elaborate.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 9b8016612c
gnu: python-pycodestyle: Update to 2.3.1.
* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice b1a686bbd0
gnu: 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.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 4a577fef73
gnu: libpwquality: Update to 1.4.0.
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 636437ec50
gnu: Remove unused python-flake8-2.2.4.
* gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 3b66438983
gnu: 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.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 5150d8b4b4
gnu: python-eventlet: Skip failing test phase.
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 0b84a530c8
gnu: python-vobject: Update to 0.9.4.1.
* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
2017-06-21 21:58:37 +02:00
Leo Famulari 7641266b03
gnu: mpd: Build with the default GCC.
* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
2017-06-21 15:15:07 -04:00
Leo Famulari 99d8b07981
gnu: opus-tools: Update to 0.1.10.
* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10.
[home-page]: Use HTTPS URL.
2017-06-21 15:15:07 -04:00
Leo Famulari a8bcc5ffe9
gnu: opus: Update to 1.2.
* gnu/packages/xiph.scm (opus): Update to 1.2.
[home-page]: Use HTTPS URL.
2017-06-21 15:15:00 -04:00
Arun Isaac f885fc0512
gnu: gsl: Update to 2.4.
* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
2017-06-21 23:15:56 +05:30
Julien Lepiller f3853a259b
gnu: 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.
2017-06-21 19:29:57 +02:00
Ludovic Courtès afd06f605b
environment: Disable profile collision checks.
Reported by Efraim Flashner.
This is a followup to a654dc4bcf.

* 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".
2017-06-21 16:53:22 +02:00
Ludovic Courtès cba988ed85
gnu: a2ps: Build reproducibly.
* gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New
fields.
2017-06-21 16:33:51 +02:00
Ludovic Courtès 44fa0dbec7
services: network-manager: Specify a default value.
* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
2017-06-21 14:52:30 +02:00
Ludovic Courtès 2e2b5ad7bb
profiles: Move 'manifest-entry-dependencies' user after definition.
Reported by Efraim Flashner.

* guix/profiles.scm (manifest-transitive-entries): Move after
<manifest-entry> definition.
2017-06-21 11:59:33 +02:00
Efraim Flashner 1804d21017
gnu: efl: Add missing inputs.
* gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage,
libxfixes, libxrender. Remove libxkbfile.
2017-06-21 12:31:10 +03:00