me
/
guix
Archived
1
0
Fork 0
Commit Graph

1006 Commits (f4879d1fa0a10a02f686015c4906456ad829571c)

Author SHA1 Message Date
Christopher Baines 664692c6fc
gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-4.5e2bc7c.
2019-10-18 18:48:28 +01:00
Marius Bakke b95d1b3289
Merge branch 'master' into staging 2019-10-18 18:10:47 +02:00
Mathieu Othacehe c206f1914e
Merge remote-tracking branch 'signed/master' into core-updates 2019-10-14 10:03:19 +02:00
Tobias Geerinckx-Rice a201b0973e
gnu: starman: Update to 0.4015.
* gnu/packages/web.scm (starman): Update to 0.4015.
2019-10-14 00:32:31 +02:00
Marius Bakke 378ebc048c
Merge branch 'master' into staging 2019-10-13 23:04:06 +02:00
Marius Bakke cb867883ea
gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].
* gnu/packages/web.scm (nghttp2-1.39.2): New variable.
(nghttp2)[replacement]: New field.
2019-10-13 22:49:16 +02:00
Björn Höfling d99e7ee0f2
gnu: java-tomcat: Update to 8.5.46.
* gnu/packages/web.scm (java-tomcat): Update to 8.5.46.
2019-10-13 22:35:05 +02:00
Björn Höfling 39775121c4
gnu: java-tomcat: Build the full Tomcat package.
Currently java-tomcat uses the "package" build-target. In that way, it is
built like a library, with only the jar files. This commit will change the
build-target to "deploy" in order to build the full tomcat package.

* gnu/packages/web.scm (java-tomcat)[source]: Remove bat-files in snippet.
[inputs]: Remove java-eclipse-jdt-core, add java-commons-daemon, java-ecj.
[native-inputs]: Remove.
[arguments]: Use "deploy" build-target, add phases 'modify-deploy,
'symlink-commons-daemon,  'symlink-java-ecj, change 'install phase.
2019-10-13 22:35:05 +02:00
Björn Höfling 53ba191b3b
gnu: Remove dependencies on java-tomcat, use servlet API instead.
These packages are using java-tomcat as a dependency where they
actually only need a servlet API.

* gnu/packages/maven.scm (maven-wagon-tck-http)[inputs]: Remove java-tomcat,
  add java-javaee-servletapi.
  (maven-wagon-http)[native-inputs]: Same here.
* gnu/packages/web.scm (java-eclipse-jetty-util)[inputs]: Same here.
  (java-eclipse-jetty-http-test-classes)[inputs]: Same here.
  (java-eclipse-jetty-security)[inputs]: Same here.
  (java-eclipse-jetty-servlet)[inputs]: Same here.
  (java-eclipse-jetty-webapp-9.2)[inputs]: Same here.
2019-10-13 22:35:04 +02:00
Mathieu Othacehe 4d14902b94
Merge branch 'master' into core-updates 2019-10-10 17:32:24 +02:00
Tobias Geerinckx-Rice 8325e1f8c4
gnu: fcgiwrap: Fix build with newer GCCs.
* gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase.
2019-10-09 19:21:05 +02:00
Ricardo Wurmus e08902d3cb
Merge branch 'master' into core-updates 2019-10-06 22:02:20 +02:00
Tobias Geerinckx-Rice d71bbfea54
gnu: perl-test-tcp: Update to 2.21.
* gnu/packages/web.scm (perl-test-tcp): Update to 2.21.
2019-10-06 04:46:53 +02:00
Tobias Geerinckx-Rice d1b0e1fd6d
gnu: perl-html-form: Update to 6.05.
* gnu/packages/web.scm (perl-html-form): Update to 6.05.
2019-10-06 04:46:52 +02:00
Christopher Baines 6760b26330
gnu: guix-data-service: Update to 0.0.1-3.8019d2e.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-3.8019d2e.
2019-10-05 11:18:10 +01:00
Christopher Baines f27c6c16be
gnu: guix-data-service: Update to 0.0.1-2.e00aabd.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-2.e00aabd.
[arguments]: Add new process-branch-updated-mbox executable to list.
2019-10-01 19:37:39 +01:00
Marius Bakke e7f62a41b2
Merge branch 'master' into core-updates 2019-09-27 19:11:27 +02:00
Marius Bakke b48eb1e934
gnu: nginx: Update to 1.17.4.
* gnu/packages/web.scm (nginx): Update to 1.17.4.
2019-09-27 18:57:38 +02:00
Tobias Geerinckx-Rice e6010e8920
gnu: wabt: Update to 1.0.12.
* gnu/packages/web.scm (wabt): Update to 1.0.12.
2019-09-27 12:28:43 +02:00
Christopher Baines 1683e4863a
gnu: Add guix-data-service.
* gnu/packages/web.scm (guix-data-service): New variable.
2019-09-25 08:35:27 +01:00
Marius Bakke d8fbfbf523
gnu: varnish: Update to 6.3.0.
* gnu/packages/web.scm (varnish): Update to 6.3.0.
[arguments]: Patch /bin/sh in one more file.
2019-09-24 20:12:56 +02:00
Ludovic Courtès 11da634a6e
Merge branch 'master' into core-updates 2019-09-24 10:11:38 +02:00
Pierre-Moana Levesque 8e8855f9aa
gnu: nghttp2: Fix cross-compilation.
* gnu/packages/web.scm (nghttp2)[arguments]: In set-timezone-directory
phase, search in both inputs and native-inputs.
2019-09-24 08:14:13 +02:00
Mathieu Othacehe 078784ce7c
gnu: http-parser: Fix cross-compilation.
* gnu/packages/web.scm (http-parser)[arguments]: Set CC and AR variables in
Makefile in order to fix cross-compilation.
2019-09-24 08:12:55 +02:00
Ludovic Courtès e5efdbce21
gnu: perl-catalyst-view-json: Update to 0.37.
* gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37.
2019-09-23 11:40:53 +02:00
Ludovic Courtès 624ed47d41
gnu: perl-catalyst-runtime: Update to 5.90124.
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124.
[propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
2019-09-23 11:40:08 +02:00
Vagrant Cascadian 4d83157cd8
gnu: Add wabt.
* gnu/packages/web (wabt): New variable.
* gnu/packages/diffoscope (diffoscope)[native-inputs]: Add wabt for tests.
  [arguments]: Add phase patching wabt into known tools.
2019-09-19 11:39:52 -07:00
Ludovic Courtès 9ff87bb996
Merge branch 'master' into core-updates 2019-09-17 16:27:15 +02:00
Tobias Geerinckx-Rice 97e53dccc0
gnu: nghttp2: Don't use NAME in source URI.
* gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.
2019-09-11 22:56:04 +02:00
Arun Isaac 9d280ef2a8
gnu: poussetaches: Update to 0.0.2.
* gnu/packages/web.scm (poussetaches): Update to 0.0.2.
2019-09-08 00:02:59 +05:30
Mark H Weaver 65542a8852
Merge branch 'master' into core-updates 2019-09-06 20:46:00 -04:00
Marius Bakke 9bf589867b
gnu: nginx: Update to 1.17.3 [security fixes].
This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516.

* gnu/packages/web.scm (nginx): Update to 1.17.3.
2019-09-05 00:21:43 +02:00
Marius Bakke 56ac8ca3c8
gnu: varnish: Update to 6.2.1.
* gnu/packages/web.scm (varnish): Update to 6.2.1.
2019-09-05 00:21:43 +02:00
Mark H Weaver 0481289cbc
Merge branch 'master' into core-updates 2019-08-29 17:19:18 -04:00
Arun Isaac 0f3624f8bc
gnu: Add poussetaches.
* gnu/packages/web.scm (poussetaches): New variable.
2019-08-30 00:34:10 +05:30
Mark H Weaver 893c2df00d
Merge branch 'master' into core-updates 2019-08-22 15:53:27 -04:00
Leo Famulari eaca4d5f86
gnu: Apache httpd: Update to 2.4.41 [security fixes].
Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}].

* gnu/packages/web.scm (httpd): Update to 2.4.41.
2019-08-19 18:01:12 -04:00
Arun Isaac fd88b8e4e8
gnu: rss-bridge: Update to 2019-07-06.
* gnu/packages/web.scm (rss-bridge): Update to 2019-07-06.
2019-08-19 16:30:59 +05:30
Marius Bakke e3a39ade71
gnu: Remove python2-internetarchive.
This trivial package fails to build and has no reverse dependencies.

* gnu/packages/web.scm (python2-internetarchive): Remove variable.
(python-internetarchive)[properties]: Remove.
2019-08-15 19:40:28 +02:00
Marius Bakke 462ad9f56b
Merge branch 'master' into core-updates 2019-08-13 20:42:06 +02:00
Marius Bakke ec227df31a
gnu: perl-cgi: Update to 4.44.
* gnu/packages/web.scm (perl-cgi): Update to 4.44.
2019-08-04 13:49:56 +02:00
Marius Bakke ff292a77a9
gnu: perl-http-message: Update to 6.18.
* gnu/packages/web.scm (perl-http-message): Update to 6.18.
2019-08-04 13:49:56 +02:00
Marius Bakke 6a2e54236e
Merge branch 'master' into core-updates 2019-07-31 14:28:56 +02:00
Eric Bavier 9e43348e75
gnu: netsurf: Add libnslog input.
* gnu/packages/web.scm (netsurf)[inputs]: Add libnslog.
2019-07-30 22:37:27 -05:00
Eric Bavier 2c618972c0
gnu: Add libnslog.
* gnu/packages/web.scm (libnslog): New variable.
2019-07-30 22:36:44 -05:00
Eric Bavier 33d13088d0
gnu: netsurf: Update to 3.9.
* gnu/packages/web.scm (netsurf)[source]: Update to 3.9.
[native-inputs]: Add "xxd" input.
2019-07-30 19:27:47 -05:00
Eric Bavier 595d4ab163
gnu: nsgenbind: Update to 0.7.
* gnu/packages/web.scm (nsgenbind)[source]: Update to 0.7.  Remove use of
"name" in source url.
2019-07-30 19:27:08 -05:00
Eric Bavier 0a7473f16b
gnu: libnspsl: Update to 0.1.5.
* gnu/packages/web.scm (libnspsl)[source]: Update to 0.1.5.  Remove use of
"name" in url.
2019-07-30 19:26:33 -05:00
Eric Bavier 2dd9b64307
gnu: libdom: Update to 0.4.0.
* gnu/packages/web.scm (libdom)[source]: Update to 0.4.0.  Remove use of
"name" in source url.
2019-07-30 19:25:57 -05:00
Eric Bavier 816edf3380
gnu: libcss: Update to 0.9.0.
* gnu/packages/web.scm (libcss)[source]: Update to 0.9.0.  Remove use of
"name" in source url.
2019-07-30 19:25:23 -05:00
Eric Bavier c033093b8d
gnu: libwapcaplet: Update to 0.4.2.
* gnu/packages/web.scm (libwapcaplet)[source]: Update to 0.4.2.  Remove use of
"name" in source url.
2019-07-30 19:24:49 -05:00
Eric Bavier 33abd52719
gnu: hubbub: Update to 0.3.6.
* gnu/packages/web.scm (hubbub)[source]: Update to 0.3.6.  Remove use of
"name" in source url.
2019-07-30 19:22:25 -05:00
Marius Bakke d5571bc652
gnu: nginx: Update to 1.17.2. 2019-07-27 23:58:49 +02:00
Ludovic Courtès 4b0356590a
gnu: hpcguix-web: Update to f39c90b.
* gnu/packages/web.scm (hpcguix-web): Update to f39c90b.
[propagated-inputs]: Use GUILE-JSON-3 instead of GUILE-JSON-1.
2019-07-27 01:04:57 +02:00
Ludovic Courtès 91f55717ab
gnu: Explicitly refer to 'guile-json-1' when needed.
* gnu/packages/bioinformatics.scm (rcas-web)[inputs]: Change
'guile-json' to 'guile-json-1'.
* gnu/packages/ci.scm (cuirass)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (artanis)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (jupyter-guile-kernel)[inputs]: Likewise.
* gnu/packages/guile-xyz.scm (guile-mastodon)[inputs]: Likewise.
* gnu/packages/mail.scm (mumi)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix)[inputs]: Likewise.
* gnu/packages/package-management.scm (guix-daemon)[inputs]: Likewise.
* gnu/packages/web.scm (hpcguix-web)[inputs]: Likewise.
2019-07-25 00:18:45 +02:00
Marius Bakke ccad0e4d69
Merge branch 'master' into core-updates 2019-07-22 18:58:48 +02:00
Efraim Flashner 1bb4122ce6
gnu: perl-net-http: Update to 6.19.
* gnu/packages/web.scm (perl-net-httpd): Update to 6.19.
2019-07-22 10:14:41 +03:00
Marius Bakke 2ee70a5b11
Merge branch 'master' into core-updates 2019-07-19 01:15:59 +02:00
Jakob L. Kreuze f33ee234e5
gnu: Add websocketpp.
* gnu/packages/web.scm (websocketpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-18 15:36:58 +02:00
Marius Bakke fb9a23a3f3
Merge branch 'master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/python-xyz.scm
	gnu/packages/xml.scm
	guix/gexp.scm
	po/guix/POTFILES.in
2019-07-12 01:03:53 +02:00
Tobias Geerinckx-Rice cf1b1ab007
gnu: perl-html-form: Update to 6.04.
* gnu/packages/web.scm (perl-html-form): Update to 6.04.
2019-07-11 00:27:27 +02:00
Marius Bakke c1f4073ff5
gnu: rapidjson: Fix FTBFS with GCC 7.
* gnu/packages/patches/rapidjson-gcc-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (rapidjson)[source](patches): New field.
2019-07-10 00:29:32 +02:00
Oleg Pykhalov 38a9b4b74e
gnu: python-internetarchive: Update to 1.8.5.
* gnu/packages/web.scm (python-internetarchive)[version]: Update to 1.8.5.
[source](modules, snippet): New fields.
2019-07-09 20:41:14 +03:00
Hartmut Goebel 582de58c69
gnu: Add anonip.
* gnu/packages/web.scm (anonip): New variable.
2019-07-09 13:20:36 +02:00
Marius Bakke f7e25e2ec7
gnu: libpsl: Python is a native input.
* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ...
[native-inputs]: ... here.
2019-07-07 18:55:57 +02:00
Marius Bakke ee3a4d3678
gnu: libpsl: Build against Python 3.
* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07 18:38:19 +02:00
Marius Bakke 4fb9165515
Merge branch 'staging' into core-updates 2019-07-02 20:18:16 +02:00
Marius Bakke 8e92d5465f
gnu: nginx: Update to 1.17.1.
* gnu/packages/web.scm (nginx): Update to 1.17.1.
2019-06-29 23:17:13 +02:00
Ludovic Courtès 5cc1075a76
Merge branch 'master' into core-updates 2019-06-27 23:33:48 +02:00
Efraim Flashner 201a25a311
gnu: perl-uri: Update to 1.76.
* gnu/packages/web.scm (perl-uri): Update to 1.76.
[source]: Use new upstream source.
2019-06-25 21:17:08 +03:00
Efraim Flashner 887ae6175d
gnu: perl-libwww: Update to 6.39.
* gnu/packages/web.scm (perl-libwww): Update to 6.39.
2019-06-25 21:17:04 +03:00
Marius Bakke 6cb1ef9ea2
Merge branch 'staging' into core-updates 2019-06-20 23:38:56 +02:00
Tobias Geerinckx-Rice 1e609b78c7
gnu: stunnel: Update to 5.55.
* gnu/packages/web.scm (stunnel): Update to 5.55.
2019-06-18 06:15:02 +02:00
Marius Bakke e2083575d7
gnu: nghttp2: Update to 1.39.1.
* gnu/packages/web.scm (nghttp2): Update to 1.39.1.
2019-06-15 23:47:34 +02:00
Alex Griffin 1aa2c25560
gnu: ikiwiki: Update to 3.20190228.
* gnu/packages/web.scm (ikiwiki): Update to 3.20190228.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-13 23:06:45 +02:00
Christopher Baines 2916deb91b
gnu: perl-io-socket-ssl: Update to 2.066.
The previous version failed to build, but this updated version does build
successfully.

* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.066.
2019-06-12 17:49:23 +01:00
Marius Bakke 57df83e07d
Merge branch 'staging' into core-updates 2019-05-25 00:25:15 +02:00
Marius Bakke ddb4062784
Merge branch 'master' into staging 2019-05-24 22:44:51 +02:00
Marius Bakke 9d0c291e3e
gnu: Move Sphinx and friends to (gnu packages sphinx).
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport,
python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx,
python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme,
python2-sphinx-rtd-theme, python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed,
python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput,
python-sphinx-repoze-interface, python2-sphinx-repoze-interface,
python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme,
python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme,
python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ...
(gnu):
* gnu/packages/sphinx.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm, gnu/packages/cluster.scm,
gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm,
gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm,
gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm,
gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm,
gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm,
gnu/packages/search.scm, gnu/packages/statistics.scm,
gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm,
gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-24 21:54:31 +02:00
Vagrant Cascadian 4ba51e22c7
gnu: nghttp2: Fix typo "compatibility".
* gnu/packages/web (nghttp2)[description]: Fix typo.
2019-05-22 18:29:58 -07:00
Vagrant Cascadian 1bb5085694
gnu: python-internetarchive: Fix typo "programmatic".
* gnu/packages/web (python-internetarchive)[description]: Fix typo.
2019-05-22 18:29:55 -07:00
Vagrant Cascadian 4765692529
gnu: java-eclipse-jetty-test-helper: Fix typo "This package".
* gnu/packages/web (java-eclipse-jetty-test-helper)[description]: Fix typo.
2019-05-22 18:09:23 -07:00
Marius Bakke 4a85b2575f
gnu: nginx: Update to 1.17.0.
* gnu/packages/web.scm (nginx): Update to 1.17.0.
2019-05-22 15:05:44 +02:00
Tobias Geerinckx-Rice 873ef5b116
gnu: stunnel: Update to 5.54.
* gnu/packages/web.scm (stunnel): Update to 5.54.
2019-05-20 04:16:05 +02:00
Tobias Geerinckx-Rice 8731a4aaff
gnu: jq: Update sources.
* gnu/packages/web.scm (jq)[source]: Update sha256.  Add snippet to
remove newly-bundled onigurama.
2019-05-17 03:05:55 +02:00
Marius Bakke ba2d913192
gnu: Remove python2-httpretty.
This package is severely out of date compared to its Python 3 counterpart and
difficult to upgrade.  Since it has no dependents in Guix and Python 2 is
officially deprecated by the end of this year, just remove it.

* gnu/packages/web.scm (python2-httpretty): Remove variable.
2019-05-15 00:22:52 +02:00
Brendan Tildesley dcfa0acd7b
Correct email and license info for Brendan Tildesley.
* gnu/packages/audio.scm: Correct email and license info.
* gnu/packages/ebook.scm: Correct email and license info.
* gnu/packages/fonts.scm: Correct email and license info.
* gnu/packages/freedesktop.scm: Correct email and license info.
* gnu/packages/gnome.scm: Correct email and license info.
* gnu/packages/linux.scm: Correct email and license info.
* gnu/packages/lxde.scm: Correct email and license info.
* gnu/packages/python-web.scm: Correct email and license info.
* gnu/packages/python-xyz.scm: Correct email and license info.
* gnu/packages/python.scm: Correct email and license info.
* gnu/packages/video.scm: Correct email and license info.
* gnu/packages/web.scm: Correct email and license info.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2019-05-05 17:16:51 +02:00
Marius Bakke 111adbd338
gnu: libpsl: Update to 0.21.0.
* gnu/packages/web.scm (libpsl): Update to 0.21.0.
2019-05-04 16:53:49 +02:00
Marius Bakke 45a3ad2ea6
gnu: nghttp2: Update to 1.38.0.
* gnu/packages/web.scm (nghttp2): Update to 1.38.0.
2019-05-04 16:25:53 +02:00
Brendan Tildesley c2dd07aba5
gnu: web: Change 'l:' prefix to 'license:'.
* gnu/packages/web.scm: Change #:prefix l: to #:prefix license:.

Signed-off-by: Andreas Enge <andreas@enge.fr>
2019-05-03 13:58:21 +02:00
Marius Bakke 3b458d5462
Merge branch 'master' into core-updates 2019-05-01 23:11:41 +02:00
Ludovic Courtès 60ecacdeaa
gnu: linkchecker: Shorten patch file name.
This file name was too long for 'tar', as reported by 'guix lint'.

* gnu/packages/patches/linkchecker-mark-more-tests-that-require-the-network.patch:
Rename to...
* gnu/packages/patches/linkchecker-tests-require-network.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (linkchecker)[source]: Likewise.
2019-04-19 17:46:40 +02:00
Marius Bakke 97b321a69c
gnu: http-parser: Update to 2.9.2.
* gnu/packages/web.scm (http-parser): Update to 2.9.2.
[source](snippet): Remove.
2019-04-16 21:19:34 +02:00
Marius Bakke 76a2430847
gnu: nginx: Update to 1.15.12.
* gnu/packages/web.scm (nginx): Update to 1.15.12.
2019-04-16 21:19:33 +02:00
Ludovic Courtès 90b94761b6
gnu: http-parser: Fix build on i686-linux.
Fixes a regression introduced in
c11fcc6aa2, whereby 'http-parser' would
fail to build on i686.

* gnu/packages/web.scm (http-parser)[source](modules, snippet): New
fields.
2019-04-16 17:48:46 +02:00
Tobias Geerinckx-Rice c11fcc6aa2
gnu: http-parser: Update to 2.9.1.
* gnu/packages/web.scm (http-parser): Update to 2.9.1.
2019-04-16 00:05:04 +02:00
Christopher Baines 41c685f51c
gnu: Add perl-http-tinyish.
* gnu/packages/web.scm (perl-http-tinyish): New variable.
2019-04-14 10:45:57 +01:00
Tobias Geerinckx-Rice e70771f08e
gnu: httrack: Correct licence prefix.
This follows up on commit ed132a57c1.

* gnu/packages/web.scm (httrack)[license]: Use the right prefix.
2019-04-11 14:25:05 +02:00
Nicolas Goaziou ed132a57c1
gnu: Add httrack.
* gnu/packages/web.scm (httrack): New variable.
2019-04-11 14:04:54 +02:00
Tobias Geerinckx-Rice 5e869bde79
gnu: Add python-httpretty.
* gnu/packages/web.scm (python-httpretty): New public variable.
2019-04-11 05:32:48 +02:00
Tobias Geerinckx-Rice 58d20bf01a
gnu: surfraw: Update to 2.3.0.
* gnu/packages/web.scm (surfraw): Update to 2.3.0.
2019-04-11 05:32:48 +02:00
Tobias Geerinckx-Rice 20d509643c
gnu: stunnel: Update to 5.53.
* gnu/packages/web.scm (stunnel): Update to 5.53.
2019-04-11 05:32:48 +02:00
宋文武 b968bf75ef
gnu: Add perl-plack-middleware-deflater.
* gnu/packages/web.scm (perl-plack-middleware-deflater): New variable.
2019-04-10 19:00:18 +08:00
Marius Bakke 6b11da7db2
gnu: nginx: Update to 1.15.11.
* gnu/packages/web.scm (nginx): Update to 1.15.11.
2019-04-09 19:52:08 +02:00
Ludovic Courtès aff0cce917
gnu: Move nss & co. to nss.scm.
* gnu/packages/gnuzilla.scm (nspr, nss): Move to...
* gnu/packages/nss.scm: ... here.  New file.
* gnu/packages/chromium.scm, gnu/packages/disk.scm,
gnu/packages/freedesktop.scm, gnu/packages/gnome.scm,
gnu/packages/gnunet.scm, gnu/packages/java.scm,
gnu/packages/libreoffice.scm, gnu/packages/linux.scm,
gnu/packages/mate.scm, gnu/packages/openldap.scm,
gnu/packages/package-management.scm, gnu/packages/password-utils.scm,
gnu/packages/polkit.scm, gnu/packages/qt.scm,
gnu/packages/sssd.scm, gnu/packages/storage.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/xml.scm: Adjust
accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add nss.scm.
2019-04-04 17:47:02 +02:00
Marius Bakke d7a8612827
gnu: httpd: Update to 2.4.39 [security fixes].
This release fixes CVE-2019-0196, CVE-2019-0197, CVE-2019-0211, CVE-2019-0215,
CVE-2019-0217, and CVE-2019-0220.  See
<https://httpd.apache.org/security/vulnerabilities_24.html> for more information.

* gnu/packages/web.scm (httpd): Update to 2.4.39.
2019-04-04 14:31:44 +02:00
Efraim Flashner 36a4366d79
gnu: Fix descriptions to not use quotes.
* gnu/packages/admin.scm (wpa-supplicant-minimal, mingetty, di),
* gnu/packages/audio.scm (fil-plugins),
* gnu/packages/base.scm (make-ld-wrapper, make-glibc-locales),
* gnu/packages/bioinformatics.scm (r-samtools),
* gnu/packages/chez.scm (chez-mit),
* gnu/packages/commencement.scm (make-gcc-toolchain),
* gnu/packages/compression.scm (fastjar),
* gnu/packages/cran.scm (r-maps, r-rcpp),
* gnu/packages/databases.scm (sparql-query),
* gnu/packages/dunst.scm (dunst),
* gnu/packages/ftp.scm (ncftp),
* gnu/packages/gl.scm (freeglut),
* gnu/packages/haskell-check.scm (ghc-tasty-golden),
* gnu/packages/haskell.scm (ghc-case-insensitive, ghc-text,
ghc-haskell-src, ghc-syb, ghc-deepseq-generics, ghc-network-uri,
ghc-rerebase, ghc-zlib),
* gnu/packages/image.scm (jbig2dec),
* gnu/packages/kde-frameworks.scm (kinit, karchive),
* gnu/packages/linux.scm (wireless-tools, perf, module-init-tools, kbd),
* gnu/packages/lirc.scm (lirc),
* gnu/packages/lisp.scm (uglify-js),
* gnu/packages/mate.scm (mate-netbook),
* gnu/packages/microcom.scm (microcom),
* gnu/packages/music.scm (bristol),
* gnu/packages/networking.scm (perl-geo-ip),
* gnu/packages/patchutils.scm (patches),
* gnu/packages/perl-check.scm (perl-test-more-utf8),
* gnu/packages/perl.scm (perl-log-report-optional, perl-file-which,
perl-io-tty, perl-log-any, perl-digest-sha1, perl-class-load,
perl-regexp-common, perl-module-pluggable, perl-class-modifier),
* gnu/packages/python-xyz.scm (python-backports-abc, python-natsort),
* gnu/packages/samba.scm (iniparser),
* gnu/packages/search.scm (mlocate),
* gnu/packages/spice.scm (spice),
* gnu/packages/statistics.scm (r-dt, r-lubridate, r-estimability,
r-commonmark, r-digest, r-viridislite, r-stringr),
* gnu/packages/tex.scm (texlive-latex-changebar),
* gnu/packages/version-control.scm (subversion),
* gnu/packages/w3m.scm (w3m),
* gnu/packages/web.scm (perl-http-parser,
perl-plack-middleware-reverseproxy),
* gnu/packages/xorg.scm (xkeyboard-config, mkfontdir, xcursor-theme,
mkfontscale, xinit, font-alias)[description]: Use @code instead of quotes.
2019-03-31 20:51:10 +03:00
Ricardo Wurmus d98fb5603b
gnu: hpcguix-web: Fix indentation.
* gnu/packages/web.scm (hpcguix-web): Fix indentation.
2019-03-27 23:11:20 +01:00
Tobias Geerinckx-Rice 5ca9cb1e17
gnu: perl-plack-test-externalserver: Update source URL.
* gnu/packages/web.scm (perl-plack-test-externalserver)[source]:
Update URL.
2019-03-25 13:11:25 +01:00
Marius Bakke 8c14f7f8a7
Merge branch 'staging' into core-updates 2019-03-23 23:16:55 +01:00
Efraim Flashner 38a3f4df8f
gnu: perl-libwww: Update source uri.
This is a follow-up to e4a69686ab.

* gnu/packages/web.scm (perl-libwww)[source]: Update to new upstream uri.
2019-03-23 21:37:51 +02:00
Tobias Geerinckx-Rice 22c31e07a5
gnu: perl-plack-test-externalserver: Update to 0.02.
* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02.
2019-03-23 20:42:47 +01:00
Tobias Geerinckx-Rice 5bbe07a041
gnu: perl-finance-quote: Update to 1.47.
* gnu/packages/web.scm (perl-finance-quote): Update to 1.47.
2019-03-23 20:42:47 +01:00
Tobias Geerinckx-Rice f44678f663
gnu: perl-plack-middleware-removeredundantbody: Update to 0.07.
* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.07.
2019-03-23 20:42:47 +01:00
Tobias Geerinckx-Rice 73125149c1
gnu: perl-test-www-mechanize: Update to 1.52.
* gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.52.
2019-03-23 20:38:29 +01:00
Tobias Geerinckx-Rice 5793d9fdc2
gnu: perl-plack-middleware-reverseproxy: Update to 0.16.
* gnu/packages/web.scm (perl-plack-middleware-reverseproxy): Update to 0.16.
2019-03-23 20:38:29 +01:00
Tobias Geerinckx-Rice b7a3bb101b
gnu: perl-test-tcp: Update to 2.19.
* gnu/packages/web.scm (perl-test-tcp): Update to 2.19.
2019-03-23 20:38:29 +01:00
Tobias Geerinckx-Rice 4035551b49
gnu: perl-cgi-simple: Update to 1.21.
* gnu/packages/web.scm (perl-cgi-simple): Update to 1.21.
2019-03-23 20:38:28 +01:00
Tobias Geerinckx-Rice 1c769c9724
gnu: perl-www-mechanize: Update to 1.91.
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.91.
2019-03-23 20:38:28 +01:00
Tobias Geerinckx-Rice 98db1c9bda
gnu: perl-html-lint: Update to 2.32.
* gnu/packages/web.scm (perl-html-lint): Update to 2.32.
2019-03-23 20:38:28 +01:00
Tobias Geerinckx-Rice e4a69686ab
gnu: perl-libwww: Update to 6.37.
* gnu/packages/web.scm (perl-libwww): Update to 6.37.
2019-03-23 20:38:28 +01:00
Marius Bakke 05109e8ef8
gnu: varnish: Update to 6.2.0.
* gnu/packages/web.scm (varnish): Update to 6.2.0.
[arguments]: Remove obsolete configure flag.  Add substitution for /bin/rm.
2019-03-21 19:23:48 +01:00
Tobias Geerinckx-Rice 6b455f8c55
gnu: perl-plack-middleware-methodoverride: Update to 0.20.
* gnu/packages/web.scm (perl-plack-middleware-methodoverride): Update to 0.20.
2019-03-20 20:42:41 +01:00
Tobias Geerinckx-Rice 84cd5bd7f8
gnu: perl-uri-template: Update to 0.24.
* gnu/packages/web.scm (perl-uri-template): Update to 0.24.
2019-03-20 20:42:41 +01:00
Tobias Geerinckx-Rice 7f5a010b9a
gnu: perl-catalyst-plugin-session: Update to 0.41.
* gnu/packages/web.scm (perl-catalyst-plugin-session): Update to 0.41.
2019-03-19 16:57:47 +01:00
Tobias Geerinckx-Rice 2f67ac377a
gnu: perl-catalyst-action-rest: Update to 1.21.
* gnu/packages/web.scm (perl-catalyst-action-rest): Update to 1.21.
2019-03-19 16:57:47 +01:00
Tobias Geerinckx-Rice 96473656ad
gnu: perl-apache-logformat-compiler: Update to 0.35.
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.35.
[native-inputs]: Replace perl-module-build with
perl-module-build-tiny.
2019-03-19 16:57:47 +01:00
Tobias Geerinckx-Rice c10c9b6765
gnu: geomyidae: Update to 0.34.
* gnu/packages/web.scm (geomyidae): Update to 0.34.
2019-03-19 16:57:46 +01:00
Tobias Geerinckx-Rice e0d6d1d56c
gnu: geomyidae: Update home page.
* gnu/packages/web.scm (geomyidae)[home-page]: Point to relevant Web content.
2019-03-19 16:57:45 +01:00
Tobias Geerinckx-Rice 429947ef62
gnu: geomyidae: Don't use unstable tarball.
* gnu/packages/web.scm (geomyidae)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-03-19 16:57:45 +01:00
ng0 47956fa0c2
Correct name and email address for ng0.
* .mailmap, Makefile.am, doc/guix.de.texi, doc/guix.fr.texi,
doc/guix.texi, etc/completion/fish/guix.fish,
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm, gnu/packages/elixir.scm,
gnu/packages/emacs-xyz.scm, gnu/packages/emacs.scm,
gnu/packages/enlightenment.scm, gnu/packages/erlang.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm, gnu/packages/games.scm,
gnu/packages/gl.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm, gnu/packages/gtk.scm,
gnu/packages/guile-wm.scm,gnu/packages/guile-xyz.scm,
gnu/packages/haskell-check.scm, gnu/packages/haskell-crypto.scm,
gnu/packages/haskell.scm, gnu/packages/image-viewers.scm,
gnu/packages/image.scm, gnu/packages/irc.scm,
gnu/packages/language.scm, gnu/packages/libcanberra.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm, gnu/packages/mail.scm,
gnu/packages/markup.scm, gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm, gnu/packages/music.scm,
gnu/packages/ncurses.scm, gnu/packages/networking.scm,
gnu/packages/nickle.scm, gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-compression.scm, gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm, gnu/packages/python-xyz.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/ruby.scm,
gnu/packages/rust.scm, gnu/packages/scheme.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/ssh.scm, gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm, gnu/packages/tls.scm,
gnu/packages/tor.scm, gnu/packages/version-control.scm,
gnu/packages/video.scm, gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm, gnu/packages/xfce.scm,
gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm, guix/licenses.scm:
Correct name and email address for ng0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2019-03-18 15:05:08 +01:00
Marius Bakke 82924965d7
gnu: rapidjson: Disable CPU optimization.
* gnu/packages/web.scm (rapidjson)[arguments]: Add #:configure-flags.
2019-03-15 15:03:31 +01:00
Marius Bakke df9f515ebc
gnu: rapidjson: Adjust indentation.
* gnu/packages/web.scm (rapidjson): Reindent.  Remove unnecessary splicing in
arguments while at it.
2019-03-15 15:03:31 +01:00
Marius Bakke 19008a22d1
Merge branch 'staging' into core-updates 2019-03-14 16:30:19 +01:00
Marius Bakke 22656b24d8
gnu: rapidjson: Update home page.
* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.
2019-03-14 14:44:01 +01:00
Tobias Geerinckx-Rice dbfb24824b
gnu: stunnel: Update to 5.50.
* gnu/packages/web.scm (stunnel): Update to 5.50.
2019-03-11 02:08:02 +01:00
Tobias Geerinckx-Rice 266cd19eb9
gnu: nginx-documentation: Update to 2019-03-01-2345-7ef11708457e.
* gnu/packages/web.scm (nginx-documentation): Update to 2019-03-01-2345-7ef11708457e.
[arguments]: Simplify substitution.
2019-03-11 02:08:02 +01:00
Tobias Geerinckx-Rice fd46742dd2
gnu: nginx: Update to 1.15.9.
* gnu/packages/web.scm (nginx): Update to 1.15.9.
2019-03-11 02:08:02 +01:00
Marius Bakke e1e89e2628
gnu: nghttp2: Update to 1.37.0.
* gnu/packages/web.scm (nghttp2): Update to 1.37.0.
2019-03-10 18:50:01 +01:00
Marius Bakke b4d7689f92
Merge branch 'staging' into core-updates 2019-03-04 23:05:01 +01:00
Christopher Baines 8c15015779
gnu: sassc: Update and improve the package.
Now that libsass is packaged, change the sassc package to build a dynamically
linked binary. Also update the version, and change the source to the Git
repository, rather than the archives from GitHub.

* gnu/packages/web.scm (sassc): Update to 3.5.0.
[source]: Change to the Git repository.
[arguments]: Tweak to link against libsass.
2019-03-04 20:33:21 +00:00
Christopher Baines 7fe1be1879
gnu: Add libsass.
* gnu/packages/web.scm (libsass): New variable.
2019-03-04 20:33:21 +00:00
Björn Höfling 1c492480ff
gnu: java-eclipse-jetty-http-test-classes: Return #t from all phases.
* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes)[arguments]: Return #t
from 'chdir' phase.
2019-03-01 22:58:55 +01:00
Björn Höfling 176662a19d
gnu: java-eclipse-jetty-test-helper: Return #t from all phases.
* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[arguments]: Return #t
from 'chdir' phase.
2019-03-01 22:58:55 +01:00
Björn Höfling d71cab2b77
gnu: java-tomcat: Update to 8.5.38.
* gnu/packages/web.scm (java-tomcat): Update to 8.38.
2019-03-01 22:58:55 +01:00
Marius Bakke 901236474a
Merge branch 'staging' into core-updates 2019-02-20 17:19:00 +01:00
Tobias Geerinckx-Rice 5cfb647c52
gnu: perl-test-www-mechanize-catalyst: Update to 0.62.
* gnu/packages/web.scm (perl-test-www-mechanize-catalyst): Update to 0.62.
2019-02-19 15:34:10 +01:00
Tobias Geerinckx-Rice 853687cf8f
gnu: uwsgi: Update to 2.0.18.
* gnu/packages/web.scm (uwsgi): Update to 2.0.18.
2019-02-19 15:34:10 +01:00
Tobias Geerinckx-Rice 7317991570
gnu: hiawatha: Update to 10.9.
* gnu/packages/web.scm (hiawatha): Update to 10.9.
[source]: Adjust location of bundled nghttp2.
2019-02-19 09:54:35 +01:00
Tobias Geerinckx-Rice 11bf3b2f03
gnu: hiawatha: Update to 10.8.4.
* gnu/packages/web.scm (hiawatha): Update to 10.8.4.
2019-02-14 03:50:18 +01:00
Marius Bakke cb94d5e161
gnu: Varnish: Update to 6.1.1.
* gnu/packages/web.scm (varnish): Update to 6.1.1.
[native-inputs]: Add PYTHON-SPHINX.
[arguments]: Add "--disable-pcre-jit" to #:configure-flags.
2019-02-14 00:13:06 +01:00
Tobias Geerinckx-Rice 34920d2adf
gnu: websockify: Don't use unstable tarball.
* gnu/packages/web.scm (websockify)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:55 +01:00
Tobias Geerinckx-Rice 2772debc74
gnu: libyajl: Don't use unstable tarball.
* gnu/packages/web.scm (libyajl)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice 3e3414efd4
gnu: rapidjson: Don't use unstable tarball.
* gnu/packages/web.scm (rapidjson)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice 082504addf
gnu: qjson: Don't use unstable tarball.
* gnu/packages/web.scm (qjson)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice 20ab34c16f
gnu: fcgiwrap: Don't use unstable tarball.
* gnu/packages/web.scm (fcgiwrap)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:54 +01:00
Tobias Geerinckx-Rice bff44abb14
gnu: mod-wsgi: Don't use unstable tarball.
* gnu/packages/web.scm (mod-wsgi)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-12 02:33:53 +01:00
Marius Bakke e04780b836
gnu: nghttp2: Update to 1.36.0.
* gnu/packages/web.scm (nghttp2): Update to 1.36.0.
2019-02-10 21:15:43 +01:00
Marius Bakke c3188c9acc
gnu: nghttp2: Remove GCC7 workaround.
* gnu/packages/web.scm (nghttp2)[native-inputs]: Remove GCC-7.
[arguments]: Remove phase 'work-around-bug-30756'.
2019-02-10 21:15:43 +01:00
Tobias Geerinckx-Rice fba9a66095
gnu: xinetd: Don't use unstable tarball.
* gnu/packages/web.scm (xinetd)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-02-10 17:45:38 +01:00
Ludovic Courtès 50a93adc05
Merge branch 'staging' 2019-02-09 15:14:59 +01:00
Tobias Geerinckx-Rice f0e6859310
gnu: jo: Update to 1.2.
* gnu/packages/web.scm (jo): Update to 1.2.
2019-02-04 09:39:11 +01:00
Marius Bakke 0747328e31
Merge branch 'master' into staging 2019-01-31 23:32:56 +01:00
Marius Bakke 0a3849f610
gnu: httpd: Update to 2.4.38.
* gnu/packages/web.scm (httpd): Update to 2.4.38.
2019-01-31 20:57:21 +01:00
Arun Isaac a382860bd4
gnu: rss-bridge: Update to 2019-01-13.
* gnu/packages/web.scm (rss-bridge): Update to 2019-01-13.
[source]: Use git-fetch.
[native-inputs]: Remove gzip and tar.
2019-01-31 16:27:39 +05:30
Ricardo Wurmus 0791437f97
gnu: Move most packages from guile.scm to new module.
* gnu/packages/guile.scm (artanis, guildhall, guile-aspell, guile-bash,
guile-8sync, guile-daemon, guile-dsv, guile-fibers, guile-syntax-highlight,
guile-sjson, guile-colorized, guile-pfds, guile-aa-tree, guile-simple-zmq,
jupyter-guile-kernel, guile-sparql, guile-debbugs, guile-email,
guile-debbugs-next, guile-newt, guile-mastodon, guile-parted, guile-xosd,
guile-dbi, guile-dbd-sqlite3, guile-config, guile-hall, guile-ics, guile-wisp,
guile-sly, g-wrap, guile-miniadapton, guile-reader, guile2.2-reader,
guile-ncurses, guile-ncurses/gpm, guile-lib, guile2.0-lib, guile2.2-lib,
guile-minikanren, guile2.0-minikanren, guile2.2-minikanren, guile-irregex,
guile2.0-irregex, guile2.2-irregex, haunt, guile2.0-haunt, guile2.2-haunt,
guile-redis, guile2.0-redis, guile2.2-redis, guile-commonmark,
guile2.0-commonmark, guile2.2-commonmark, mcron, mcron2): Move these variables
from here...
* gnu/packages/guile-xyz.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/installer.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/ci.scm,
gnu/packages/gtk.scm,
gnu/packages/guile.scm,
gnu/packages/mail.scm,
gnu/packages/package-management.scm,
gnu/packages/skribilo.scm,
gnu/packages/web.scm,
gnu/services/mcron.scm: Update module references.
2019-01-28 14:57:10 +01:00
Christopher Baines dd7bc92afc
gnu: linkchecker: Fix most test failures.
Add a patch to skip more tests that require the network. Along with some other
changes, this gets all but of one of the tests passing.

The remaining test is broken due to a problem with the Python package in Guix,
which is fixed by [1] which is currently on the core-updates branch. This
patch doesn't work on core-updates due to python2-miniboa not being present.

1: d453b0e11d

* gnu/packages/python.scm (linkchecker)[source]: Add patch.
[native-inputs]: Add more inputs required for the tests.
[arguments]: Enable the tests, move the 'check phase after 'install. Test
using the installed software, and use py.test.
2019-01-25 22:00:05 +00:00
Ludovic Courtès 3e2d4e69c3
Merge branch 'master' into staging 2019-01-20 22:12:10 +01:00
Ricardo Wurmus 44d10b1f72
gnu: Separate Python core packages from the rest.
* gnu/packages/python.scm: Move hundreds of package definitions from here...
* gnu/packages/python-xyz.scm: ...to this new module.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ada.scm,
gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/audio.scm,
gnu/packages/backup.scm,
gnu/packages/benchmark.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/bittorrent.scm,
gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/chemistry.scm,
gnu/packages/cluster.scm,
gnu/packages/compression.scm,
gnu/packages/connman.scm,
gnu/packages/crypto.scm,
gnu/packages/cups.scm,
gnu/packages/databases.scm,
gnu/packages/dav.scm,
gnu/packages/direct-connect.scm,
gnu/packages/disk.scm,
gnu/packages/django.scm,
gnu/packages/dlang.scm,
gnu/packages/docker.scm,
gnu/packages/ebook.scm,
gnu/packages/elf.scm,
gnu/packages/emacs.scm,
gnu/packages/emulators.scm,
gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm,
gnu/packages/finance.scm,
gnu/packages/fltk.scm,
gnu/packages/fontutils.scm,
gnu/packages/freedesktop.scm,
gnu/packages/game-development.scm,
gnu/packages/games.scm,
gnu/packages/geo.scm,
gnu/packages/gl.scm,
gnu/packages/glib.scm,
gnu/packages/gnome.scm,
gnu/packages/gnupg.scm,
gnu/packages/gnuzilla.scm,
gnu/packages/graph.scm,
gnu/packages/graphics.scm,
gnu/packages/graphviz.scm,
gnu/packages/gtk.scm,
gnu/packages/ham-radio.scm,
gnu/packages/image-processing.scm,
gnu/packages/image-viewers.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/julia.scm,
gnu/packages/kde-frameworks.scm,
gnu/packages/key-mon.scm,
gnu/packages/libffi.scm,
gnu/packages/libreoffice.scm,
gnu/packages/libusb.scm,
gnu/packages/lirc.scm,
gnu/packages/logging.scm,
gnu/packages/machine-learning.scm,
gnu/packages/mail.scm,
gnu/packages/mate.scm,
gnu/packages/maths.scm,
gnu/packages/medical.scm,
gnu/packages/messaging.scm,
gnu/packages/monitoring.scm,
gnu/packages/mp3.scm,
gnu/packages/mpd.scm,
gnu/packages/music.scm,
gnu/packages/networking.scm,
gnu/packages/nutrition.scm,
gnu/packages/openldap.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/patchutils.scm,
gnu/packages/pdf.scm,
gnu/packages/photo.scm,
gnu/packages/polkit.scm,
gnu/packages/protobuf.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/qt.scm,
gnu/packages/rdf.scm,
gnu/packages/ruby.scm,
gnu/packages/search.scm,
gnu/packages/selinux.scm,
gnu/packages/serialization.scm,
gnu/packages/shells.scm,
gnu/packages/simulation.scm,
gnu/packages/ssh.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/sync.scm,
gnu/packages/terminals.scm,
gnu/packages/textutils.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm,
gnu/packages/video.scm,
gnu/packages/virtualization.scm,
gnu/packages/vpn.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm,
gnu/packages/wicd.scm,
gnu/packages/xdisorg.scm,
gnu/packages/xorg.scm: Update module references.
2019-01-15 14:46:44 +01:00
Marius Bakke 6764f94317
Merge branch 'master' into staging 2019-01-13 01:40:04 +01:00
Marius Bakke b2e765de4c
gnu: httpd: Update to 2.4.37.
* gnu/packages/web.scm (httpd): Update to 2.4.37.
2019-01-13 01:25:17 +01:00
Marius Bakke 48a51af9d2
gnu: http-parser: Update to 2.9.0.
* gnu/packages/web.scm (http-parser): Update to 2.9.0.
2019-01-13 01:25:15 +01:00
Marius Bakke 304db09257
gnu: http-parser: Download from git.
* gnu/packages/web.scm (http-parser)[source]: Change to GIT-FETCH.
2019-01-13 01:25:15 +01:00
Efraim Flashner 0e28967250
Merge remote-tracking branch 'origin/master' into staging 2019-01-09 10:52:41 +02:00
Ricardo Wurmus e0d3f4bf1a
gnu: Remove reference to (gnu packages statistics).
* gnu/packages/web.scm: Remove obsolete use-module clause.
2019-01-07 15:55:06 +01:00
Ricardo Wurmus 92ce188331
gnu: Move R packages from web.scm to cran.scm.
* gnu/packages/web.scm (r-httpuv, r-jsonlite, r-servr, r-htmltools,
r-htmlwidgets, r-htmltable, r-curl, r-hwriter, r-rjson, r-shiny,
r-shinydashboard, r-shinyfiles, r-crosstalk, r-rook, r-miniui): Move these
from here...
* gnu/packages/cran.scm: ...to here.
2019-01-07 15:05:27 +01:00
Marius Bakke f30830b2e6
Merge branch 'master' into staging 2018-12-22 15:26:30 +01:00
Mark H Weaver b42b5afdf4
gnu: Fix misplaced commas (unquotes).
* gnu/packages/java.scm (ant-bootstrap),
gnu/packages/kde.scm (kdenlive),
gnu/packages/lxqt.scm (lxqt-panel, lxqt-runner),
gnu/packages/mpd.scm (ncmpc),
gnu/packages/opencl.scm (beignet),
gnu/packages/pdf.scm (zathura-pdf-mupdf),
gnu/packages/video.scm (streamlink),
gnu/packages/web-browsers.scm (luakit),
gnu/packages/web.scm (perl-libwww),
gnu/packages/wm.scm (ghc-xmonad-contrib): Fix misplaced commas (unquotes).
2018-12-13 00:08:05 -05:00
Marius Bakke 6521155212
gnu: glib-networking: Update to 2.58.0.
* gnu/packages/gnome.scm (glib-networking): Update to 2.58.0.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Explicitly disable libproxy; add phase to appease tests.
(libgdata, libsoup)[arguments]: Remove phase that sets SSL_CERT_FILE.
* gnu/packages/spice.scm (spice)[arguments]: Likewise.
* gnu/packages/web.scm (uhttpmock)[arguments]: Likewise.
2018-12-12 20:49:14 +01:00
Marius Bakke cc2e0566be
gnu: jansson: Don't build libjansson.a.
* gnu/packages/web.scm (jansson)[arguments]: New field.
2018-12-12 20:49:14 +01:00
Marius Bakke a556679ef4
gnu: jansson: Update to 2.12.
* gnu/packages/web.scm (jansson): Update to 2.12.
[source](uri): Use bzip2 compressed tarball.
2018-12-12 20:49:14 +01:00
Marius Bakke 6a4d56346c
gnu: nghttp2: Update to 1.35.1.
* gnu/packages/web.scm (nghttp2): Update to 1.35.1.
[native-inputs]: Add GCC-7.
[arguments]: Add workaround for <https://bugs.gnu.org/30756>.
2018-12-12 20:49:13 +01:00
Ricardo Wurmus 68464ea259
gnu: sassc: Fix build.
* gnu/packages/web.scm (sassc)[arguments]: Delete bootstrap phase; let
phase end on boolean.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2018-12-06 12:26:30 -05:00
Marius Bakke 4a21d1765d
gnu: nginx: Update to 1.14.2.
* gnu/packages/web.scm (nginx): Update to 1.14.2.
2018-12-06 15:58:18 +01:00
Marius Bakke 25ca46985c
Merge branch 'master' into core-updates 2018-11-29 15:56:49 +01:00
Arun Isaac 5df8f0689d
gnu: rss-bridge: Update to 2018-11-10.
* gnu/packages/web.scm (rss-bridge): Update to 2018-11-10.
2018-11-27 20:21:22 +05:30
Marius Bakke ec8130eb23
Merge branch 'master' into core-updates 2018-11-22 00:10:44 +01:00
Alex Vong 078e2edf1d
gnu: Add json-parser.
* gnu/packages/web.scm (json-parser): New variable.
2018-11-22 03:20:49 +08:00
Marius Bakke 4f70db97a0
Merge branch 'master' into core-updates 2018-11-20 01:14:12 +01:00
Roel Janssen 4db71841ee
gnu: r-shinyfiles: Update to 0.7.2.
* gnu/packages/web.scm (r-shinyfiles): Update to 0.7.2.
2018-11-19 17:20:05 +01:00
Efraim Flashner 774f8bbeb1
gnu: linkchecker: Use 'git-file-name' for the source.
* gnu/packages/web.scm (linkchecker)[source]: Add missing 'file-name'
field.
2018-11-18 11:57:44 +02:00
Marius Bakke 79ee97a144
Merge branch 'master' into core-updates 2018-11-14 21:20:46 +01:00
Ricardo Wurmus 2fef54fd64
gnu: hpcguix-web: Do not re-bootstrap.
* gnu/packages/web.scm (hpcguix-web)[arguments]: Do not run autoreconf after
the bootstrap phase; remove "autoconf" phase to "set-variables"; end phase
with #T.
2018-11-11 12:27:01 +01:00
Marius Bakke 55174e668f
Merge branch 'master' into core-updates 2018-11-07 21:09:57 +01:00
Marius Bakke c6b05bacc0
gnu: nginx: Update to 1.14.1 [security fixes].
This fixes CVE-2018-16843, CVE-2018-16844, and CVE-2018-16845.

* gnu/packages/web.scm (nginx): Update to 1.14.1.
2018-11-06 21:34:30 +01:00
Tobias Geerinckx-Rice c3b8300af3
gnu: jq: Don't use NAME in source URI.
* gnu/packages/web.scm (jq)[source]: Code more hard.
2018-11-06 15:34:36 +01:00
Tobias Geerinckx-Rice 418dd6adb5
gnu: jq: Update to 1.6.
* gnu/packages/web.scm (jq): Update to 1.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/jq-CVE-2015-8863.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-11-06 15:34:36 +01:00
Marius Bakke f4a5faa9dc
Merge branch 'master' into core-updates 2018-11-05 23:56:22 +01:00
Ricardo Wurmus 4633c8e6fc
gnu: r-shinydashboard: Update to 0.7.1.
* gnu/packages/web.scm (r-shinydashboard): Update to 0.7.1.
[propagated-inputs]: Add r-promises.
2018-10-30 21:48:10 +01:00
Ricardo Wurmus 65279cc8f3
gnu: Add r-shinyfiles.
* gnu/packages/web.scm (r-shinyfiles): New variable.
2018-10-30 21:48:10 +01:00