Commit Graph

1005 Commits

Author SHA1 Message Date
Christopher Baines
450a51b335
gnu: guix-data-service: Update to 0.0.1-11.7342280.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-11.7342280.
2019-12-26 10:53:44 +00:00
Gábor Boskovits
32dfde9052
gnu: nginx: Update to 1.17.7.
* gnu/packages/web.scm (nginx): Update to 1.17.7.
2019-12-25 14:22:14 +01:00
Tobias Geerinckx-Rice
da32d7e33e
gnu: hiawatha: Update to 10.10.
* gnu/packages/web.scm (hiawatha): Update to 10.10.
2019-12-24 17:40:59 +01:00
Efraim Flashner
7414698e61
gnu: java-jsoup: Don't use unstable tarball.
* gnu/packages/web.scm (java-jsoup)[source]: Download using git-fetch.
2019-12-24 18:36:45 +02:00
Efraim Flashner
93ab7e8d52
gnu: tidy-html: Don't use unstable tarball.
* gnu/packages/web.scm (tidy-html)[source]: Download using git-fetch.
2019-12-24 18:36:45 +02:00
Efraim Flashner
ed1bbc16cc
gnu: gumbo-parser: Don't use unstable tarball.
* gnu/packages/web.scm (gumbo-parser)[source]: Download using git-fetch.
2019-12-24 18:36:42 +02:00
Christopher Baines
d8de20a3a6
gnu: guix-data-service: Update to 0.0.1-10.5c643e0.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-10.5c643e0.
2019-12-23 22:01:37 +00:00
Christopher Baines
5a947e118f
gnu: guix-data-service: Update to 0.0.1-9.31110ac.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-9.31110ac.
2019-12-22 22:44:04 +00:00
Christopher Baines
27d083433a
gnu: guix-data-service: Update to 0.0.1-8.a019a5e.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-8.a019a5e.
2019-12-16 21:00:46 +00:00
Alex Griffin
d900e1f675
gnu: Add htmlcxx.
* gnu/packages/web.scm (htmlcxx): New variable.
2019-12-14 13:22:54 -06:00
Christopher Baines
9705e40071
gnu: guix-data-service: Update to 0.0.1-7.156b7ee.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-7.156b7ee.
[arguments]: Add guix-data-service-manage-build-servers to the list of
scripts.
2019-12-12 22:11:37 +00:00
Efraim Flashner
c9e676d0b1
Merge remote-tracking branch 'origin/master' into core-updates 2019-12-12 04:10:59 +02:00
Guillaume Le Vaillant
4427417bd7
gnu: websocketpp: Add patch for Boost >= 1.70.
* gnu/packages/patches/websocket-fix-for-boost-1.70.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/web.scm (websocketpp): Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-12-09 18:32:04 +01:00
Marius Bakke
f09ef814d9
gnu: nghttp2: Update to 1.40.0.
* gnu/packages/web.scm (nghttp2): Update to 1.40.0.
[replacement]: Remove.
(nghttp2-1.39.1): Remove variable.
2019-12-05 17:58:58 +01:00
Marius Bakke
9d5aa00906
Merge branch 'master' into core-updates 2019-12-05 17:57:35 +01:00
Pierre Neidhardt
88f06fd015
gnu: Really move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.
* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
  javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
  javascript module instead of lisp.
2019-12-05 16:23:06 +01:00
Tobias Geerinckx-Rice
d9544d91a6
Revert "gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm."
This reverts commit ac1ee30f4f, which
still breaks ‘guix pull’.
2019-12-05 15:38:52 +01:00
Pierre Neidhardt
ac1ee30f4f
gnu: Properly move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.
* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
  javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* guix/build-system/minify.scm (default-uglify-js): Find uglify-js in
  javascript module instead of lisp.
2019-12-05 13:48:47 +01:00
Marius Bakke
33b59c1a3e
Merge branch 'staging' 2019-12-04 20:12:41 +01:00
Tobias Geerinckx-Rice
c7164ad65f
gnu: fcgi: Update to 2.4.2.
* gnu/packages/web.scm (fcgi): Update to 2.4.2.
[source]: Use GIT-FETCH and GIT-FILE-NAME.  Remove obsolete patches.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/fcgi-2.4.0-gcc44-fixes.patch,
gnu/packages/patches/fcgi-2.4.0-poll.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2019-12-01 00:49:15 +01:00
Tobias Geerinckx-Rice
e00d5b6bbf
gnu: xinetd: Update to 2.3.15.4 [fix build].
* gnu/packages/web.scm (xinetd): Update to 2.3.15.4.
[source]: Switch to openSUSE (and Debian) maintenance fork.
Remove obsolete patches.
[native-inputs]: Add automake, autoconf, libtool, and pkg-config.
[home-page]: Update.
* gnu/packages/patches/xinetd-CVE-2013-4342.patch,
gnu/packages/patches/xinetd-fix-fd-leak.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2019-11-29 06:08:18 +01:00
Ricardo Wurmus
076527c354
Revert "gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm."
This reverts commit abf43a67d5 as it broke "guix pull".
2019-11-28 21:09:24 +01:00
Pierre Neidhardt
abf43a67d5
gnu: Move lisp libraries to lisp-xyz, uglify-js to javascript and stumpwm to wm.
* gnu/local.mk: Include lisp-xyz.scm.
* gnu/packages/lisp-xyz.scm: New file.
* gnu/packages/lisp.scm: Move all lisp libraries to lisp-xyz.scm, uglify-js to
  javascript.scm and stumpwm to wm.scm.
* gnu/packages/javascript.scm: Add uglify-js.
* gnu/packages/wm.scm: Add stumpwm.
* gnu/packages/bioinformatics.scm: Find uglify-js in javascript.scm.
* gnu/packages/machine-learning.scm: Depend on lisp-xyz.scm instead of lisp.scm.
* gnu/packages/web.scm: Find uglify-js in javascript.scm.
* gnu/packages/web-browsers.scm: Depend on lisp-xyz.scm instead of lisp.scm.
2019-11-28 19:36:12 +01:00
Marius Bakke
0897ad7fac
Merge branch 'master' into staging 2019-11-28 00:38:25 +01:00
Christopher Baines
ab6bddbc68
gnu: guix-data-service: Update to 0.0.1-6.af13248.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-6.af13248.
2019-11-26 07:21:15 +00:00
Oleg Pykhalov
dd39f16ee6
gnu: jo: Update to 1.3.
* gnu/packages/web.scm (jo): Update to 1.3.
2019-11-24 05:14:52 +03:00
Tobias Geerinckx-Rice
af6533d442
gnu: perl-apache-logformat-compiler: Update to 0.36.
* gnu/packages/web.scm (perl-apache-logformat-compiler): Update to 0.36.
2019-11-23 15:40:09 +01:00
Marius Bakke
b60d2bfff9
Merge branch 'master' into staging 2019-11-21 22:44:15 +01:00
Marius Bakke
7c8695ae8a
gnu: nginx: Update to 1.17.6.
* gnu/packages/web.scm (nginx): Update to 1.17.6.
2019-11-21 22:41:45 +01:00
Christopher Baines
ce16a026d0
gnu: guix-data-service: Update to 0.0.1-5.23f60a6.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-5.23f60a6.
2019-11-21 20:05:52 +00:00
Christopher Baines
a1136b6de0
gnu: guix-data-service: Fix build.
Use the new EMACSLOADPATH, rather than setting GUIX_ENVIRONMENT. This also
allows changing emacs-no-x to emacs-minimal.

* gnu/packages/web.scm (guix-data-service)[arguments]: Remove the
'set-GUIX_ENVIRONMENT phase.
[native-inputs]: Replace emacs-with-modules with emacs-minimal and
emacs-htmlize.
2019-11-21 19:45:44 +00:00
Timothy Sample
3c95873a27
gnu: Add libyaml@2.1.
* gnu/packages/web.scm (libyaml-2.1): New variable.
2019-11-20 20:48:36 -05:00
Mathieu Othacehe
154d97abdd
Merge remote-tracking branch master into core-updates 2019-11-16 09:34:27 +01:00
Marius Bakke
f056553c6b
Merge branch 'master' into staging 2019-11-15 20:11:35 +01:00
Julien Lepiller
cfdbf2a5c4
gnu: Add java-signpost-core.
* gnu/packages/web.scm (java-signpost-core): New variable.
2019-11-13 22:47:54 +01:00
Tobias Geerinckx-Rice
b1bbdd7d1a
gnu: perl-http-cookies: Update to 6.06.
* gnu/packages/web.scm (perl-http-cookies): Update to 6.06.
2019-11-12 18:17:37 +01:00
Florian Pelz
edc85fd6da
gnu: Add nginx Accept Language module.
* gnu/packages/web.scm (nginx-accept-language-module): New public variable.
2019-11-07 22:15:10 +00:00
Marius Bakke
998e6cdcd2
Merge branch 'master' into staging 2019-10-30 14:32:53 +01:00
Leo Famulari
561d391ba8
gnu: Go standard library 'x' packages: Consolidate.
* gnu/packages/golang.scm (go-golang-org-x-text, go-golang-org-x-sys, go-golang-org-x-net,
go-golang-org-x-time): New variables.
(go-golang.org-x-crypto-ssh-terminal, go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-crypto-ed25519,
go-golang-org-x-crypto-ripemd160, go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-sha3, go-golang-org-x-text-encoding,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf, go-golang-org-x-net-context,
go-golang-org-x-net-internal-socks, go-golang-org-x-net-internal-socket,
go-golang-org-x-net-internal-iana, go-golang-org-x-net-ipv6,
go-golang-org-x-net-proxy, go-golang-org-x-sys-cpu, go-golang-org-x-sys-unix,
go-golang-org-x-time-rate): Remove variables.
(go-github-com-sirupsen-logrus, go-github-com-docker-distribution,
go-github-com-libp2p-go-libp2p-crypto,
go-github-com-multiformats-go-multihash,
go-github-com-libp2p-go-libp2p-peer,
go-github-com-libp2p-go-libp2p-metrics,
go-github-com-multiformats-go-multiaddr,
go-github-com-multiformats-go-multiaddr-net,
go-github-com-mattn-go-isatty, go-github-com-gdamore-encoding,
go-github-com-gdamore-tcell): Adjust accordingly.
* gnu/packages/docker.scm (docker-libnetwork-cmd-proxy): Likewise.
* gnu/packages/databases.scm (mongo-tools): Likewise.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-api, gx, gx-go): Likewise.
* gnu/packages/web.scm (poussetaches): Likewise.
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf,
go-github.com-howeyc-gopass): Likewise.
(go-golang.org-x-crypto-ssh-terminal): Remove variable.
* gnu/packages/syncthing.scm (syncthing,
go-github-com-oschwald-geoip2-golang,
go-github-com-oschwald-maxminddb-golang,
go-github-com-syncthing-notify): Adjust accordingly.
* gnu/packages/linux.scm (go-netlink): Likewise.
2019-10-29 11:03:12 -04:00
Tobias Geerinckx-Rice
ff68988aa1
gnu: perl-libwww: Update to 6.41.
* gnu/packages/web.scm (perl-libwww): Update to 6.41.
2019-10-29 14:10:18 +01:00
Tobias Geerinckx-Rice
e1e00e87e6
gnu: perl-http-cookies: Update to 6.05.
* gnu/packages/web.scm (perl-http-cookies): Update to 6.05.
2019-10-29 14:10:18 +01:00
Marius Bakke
a557810ac7
Merge branch 'master' into staging 2019-10-27 10:17:14 +01:00
Marius Bakke
2a19c0deb1
gnu: nginx: Update to 1.17.5.
* gnu/packages/web.scm (nginx): Update to 1.17.5.
2019-10-27 10:10:48 +01:00
Tobias Geerinckx-Rice
c9fc03a3aa
gnu: varnish: Update to 6.3.1 [security fixes].
Fixes <https://varnish-cache.org/security/VSV00004.html>.

* gnu/packages/web.scm (varnish): Update to 6.3.1.
2019-10-25 18:08:07 +02:00
Tobias Geerinckx-Rice
78bd9c52ad
gnu: rss-bridge: Update to 2019-09-12.
* gnu/packages/web.scm (rss-bridge): Update to 2019-09-12.
2019-10-25 18:08:05 +02:00
Marius Bakke
4c1918db34
Merge branch 'master' into staging 2019-10-23 20:48:55 +02:00
Christopher Baines
353f5f7aa7
gnu: guix-data-service: Enable build time tests.
Previously the tests were not run, as PostgreSQL wasn't running at build
time. Now there's a new target, check-with-tmp-database that uses ephemeralpg
to run the tests without relying on an externally managed PostgreSQL service.

* gnu/packages/web.scm (guix-data-service)[arguments]: Remove #:tests? #f, and
set #:test-target to "check-with-tmp-database".
[native-inputs]: Add ephemeralpg.
2019-10-22 23:00:59 +01:00
Tobias Geerinckx-Rice
d45b92891a
gnu: perl-cgi-simple: Update to 1.22.
* gnu/packages/web.scm (perl-cgi-simple): Update to 1.22.
2019-10-22 21:43:07 +02:00
Marius Bakke
023522d3a1
Merge branch 'master' into staging 2019-10-21 00:33:43 +02:00
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