Efraim Flashner
6ac038ae8b
gnu: perl-plack-middleware-removeredundantbody: Update to 0.09.
...
* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09.
2021-05-19 22:31:48 +03:00
la snesne
905ecd78a7
gnu: rss-bridge: Update to 2020-11-10.
...
* gnu/packages/web.scm (rss-bridge): Update to 2020-11-10.
[build-system]: Switch to copy-build-system.
[arguments]: Adjust to new build system. Add phase "patch-paths".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-05-14 14:47:16 +02:00
Julien Lepiller
cbb704b21e
gnu: java-eclipse-jetty-util-9.2: Fix test failure.
...
* gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2)
[native-inputs]: Add missing test dependencies
2021-05-09 03:47:11 +02:00
Julien Lepiller
64c1a60b11
gnu: java-eclipse-jetty-util-9.2: Fix test failure.
...
* gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add
missing test dependencies.
2021-05-09 03:46:59 +02:00
Tobias Geerinckx-Rice
6b4f87fa69
gnu: tinyproxy: Run tests.
...
* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite.
[native-inputs]: Add perl.
2021-05-07 02:11:00 +02:00
Tobias Geerinckx-Rice
3dc591635e
gnu: tinyproxy: Update to 1.11.0.
...
* gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
2021-05-07 02:10:22 +02:00
Tobias Geerinckx-Rice
1d2b75874a
gnu: perl-cgi: Update to 4.52.
...
* gnu/packages/web.scm (perl-cgi): Update to 4.52.
2021-05-07 02:04:40 +02:00
Tobias Geerinckx-Rice
079ec3f3ee
gnu: nginx: Fix cross-compilation.
...
* gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET.
2021-05-06 13:56:25 +02:00
Tobias Geerinckx-Rice
e0e0178f8e
gnu: nginx: Build http_xslt_module.
...
* gnu/packages/web.scm (nginx)[inputs]: Add libxml2 and libxslt.
[arguments]: Add "--with-http_xslt_module" to the configure flags.
Set up CFLAGS to find libxml2 headers.
2021-05-06 13:56:25 +02:00
Tobias Geerinckx-Rice
2a75ec2863
gnu: httpd: Update to 2.4.47.
...
* gnu/packages/web.scm (httpd): Update to 2.4.47.
2021-05-01 11:29:11 +02:00
Ricardo Wurmus
ffd5bc9600
gnu: krona-tools: Install download scripts.
...
* gnu/packages/web.scm (krona-tools)[inputs]: Add curl and make.
[arguments]: Patch and install update scripts to /share.
2021-04-28 10:18:07 +02:00
Ricardo Wurmus
fe28f395bc
gnu: krona-tools: Update to 2.8.
...
* gnu/packages/web.scm (krona-tools): Update to 2.8.
2021-04-28 10:18:07 +02:00
Ryan Prior
d34371c92b
gnu: esbuild: Update to 0.11.14.
...
* gnu/package/web.scm (esbuild): Update to 0.11.14.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-04-25 15:00:18 -04:00
Tobias Geerinckx-Rice
04b65255b5
gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.
...
* gnu/packages/web.scm (nginx-documentation):
Update to 1.19.10-2708-f8686d85df53.
2021-04-20 03:31:46 +02:00
Tobias Geerinckx-Rice
b0507f685f
gnu: nginx: Update to 1.19.10.
...
* gnu/packages/web.scm (nginx): Update to 1.19.10.
2021-04-20 03:31:46 +02:00
Ryan Prior
3daadd776c
gnu: esbuild: Update to 0.11.12.
...
* gnu/packages/web.scm (esbuild): Update to 0.11.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-19 11:19:22 +03:00
Ryan Prior
85788dd64d
gnu: esbuild: Update to 0.11.9.
...
* gnu/packages/web.scm (esbuild): Update to 0.11.9.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-04-13 14:23:47 +03:00
Julien Lepiller
ac3bf4e4da
gnu: java-eclipse-jetty-util: Update to 9.4.39 [security fixes].
...
Fixes CVE-2021-28165 - jetty server high CPU when client send data length >
17408, CVE-2021-28164 - Normalize ambiguous URIs and CVE-2021-28163 - Exclude
webapps directory from deployment scan.
* gnu/packages/java.scm (java-eclipse-jetty-util): Update to 9.4.39.
(java-eclipse-jetty-util-ajax): New variable.
(java-eclipse-jetty-util, java-eclipse-jetty-io, java-eclipse-jetty-http)
(java-eclipse-jetty-jmx, java-eclipse-jetty-server)
(java-eclipse-jetty-security, java-eclipse-jetty-servlet)
(java-eclipse-jetty-xml, java-eclipse-jetty-webapp): Disable tests.
[native-inputs]: Remove test dependencies.
2021-04-12 15:12:09 +02:00
methuselah-0
f890bf6392
gnu: nginx: Enable stream module.
...
* gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-04-12 12:51:15 +02:00
Leo Famulari
fba9e5fb54
gnu: Fix build of python2-feedparser.
...
This is a followup to commit 506eb97de7
.
Feedparser dropped support for Python 2 in version 6.0.0. The latest
release that works with Python 2 is 5.2.1.
* gnu/packages/web.scm (python2-feedparser): Revert back to version 5.2.1.
2021-04-10 00:35:03 -04:00
Brendan Tildesley
506eb97de7
gnu: python-feedparser: Update to 6.0.2.
...
* gnu/packages/web.scm (python-feedparser): Update to 6.0.2.
2021-04-09 16:09:26 -04:00
Christopher Baines
b12fd63ffd
gnu: guix-data-service: Update to 0.0.1-27.df2a0a7.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-27.df2a0a7.
2021-04-09 11:30:08 +01:00
Pierre Langlois
acd953bd64
gnu: libwebsockets: Update to 4.1.6.
...
* gnu/packages/web.scm (libwebsockets): Update to 4.1.6.
2021-04-09 09:42:23 +01:00
Tobias Geerinckx-Rice
08512512ea
gnu: stunnel: Update to 5.59.
...
* gnu/packages/web.scm (stunnel): Update to 5.59.
2021-04-07 00:55:46 +02:00
Tobias Geerinckx-Rice
8b61b6f512
gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.9-2696-f85798c1c70a.
2021-03-30 22:54:15 +02:00
Tobias Geerinckx-Rice
9abfeefa95
gnu: nginx: Update to 1.19.9.
...
* gnu/packages/web.scm (nginx): Update to 1.19.9.
2021-03-30 22:48:03 +02:00
Christopher Baines
635622e541
gnu: guix-data-service: Update to 0.0.1-26.410f58c.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-26.410f58c.
[inputs]: Use newer PostgreSQL and guile-json packages, and switch to
non-deprecated variants of other packages.
2021-03-26 10:12:24 +00:00
zimoun
7502c13895
gnu: python2-httpbin: Remove package.
...
* gnu/packages/web.scm (python2-httpbin): Delete.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-03-23 21:38:04 -04:00
Tobias Geerinckx-Rice
8ce8ff7db9
gnu: perl-net-http: Update to 6.21.
...
* gnu/packages/web.scm (perl-net-http): Update to 6.21.
2021-03-21 22:13:30 +01:00
Efraim Flashner
9a75728318
gnu: python-httpretty: Update to 1.0.5.
...
* gnu/packages/web.scm (python-httpretty): Update to 1.0.5.
[arguments]: Disable tests. Add custom 'check phase.
[propagated-inputs]: Remove field.
[native-inputs]: Remove python-httplib2, python-mock,
python-nose-randomly, python-urllib3. Add python-eventlet.
2021-03-21 22:18:51 +02:00
Raghav Gururajan
7f7ad800b0
gnu: Add qhttp.
...
* gnu/packages/web.scm (qhttp): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-03-20 17:48:56 +01:00
Léo Le Bouter
82a9538ea0
gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].
...
* gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
2021-03-16 18:41:41 +01:00
Tobias Geerinckx-Rice
cad4aa667c
gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.8-2673-4398fd0f0341.
2021-03-13 01:00:31 +01:00
Tobias Geerinckx-Rice
c325099535
gnu: nginx: Update to 1.19.8.
...
* gnu/packages/web.scm (nginx): Update to 1.19.8.
2021-03-13 01:00:31 +01:00
Nicolas Goaziou
a70216c327
gnu: monolith: Update to 2.4.1.
...
* gnu/packages/web.scm (monolith): Update to 2.4.1.
2021-03-10 23:49:59 +01:00
Tobias Geerinckx-Rice
fa82882301
gnu: nginx-documentation: Update to 1.19.7.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.7.
2655
eb417a9a089b
2021-03-07 14:36:35 +01:00
Tobias Geerinckx-Rice
6b2684c732
gnu: nginx: Update to 1.19.7.
...
* gnu/packages/web.scm (nginx): Update to 1.19.7.
2021-03-07 14:36:35 +01:00
Léo Le Bouter
4bc9a1f4e3
gnu: java-tomcat: Update to 8.5.63 [security fixes].
...
* gnu/packages/web.scm (java-tomcat): Update to 8.5.63.
2021-03-02 02:17:35 +01:00
Léo Le Bouter
d85edd7a95
gnu: stunnel: Update to 5.58 [security fixes].
...
* gnu/packages/web.scm (stunnel): Update to 5.58.
2021-03-01 05:30:55 +01:00
Mathieu Othacehe
b5586c666e
gnu: http-server: Fix build on i686-linux.
...
* gnu/packages/patches/http-parser-fix-assertion-on-armhf.patch: Remove it.
* gnu/local.mk (dist_patch_DATA): Update it.
* gnu/packages/web.scm (http-parser)[source]: Remove a test assertion failing
on i686-linux.
[arguments]: Remove the "assertion.patch" that is merged upstream.
[native-inputs]: Ditto.
[synopsis]: Wrap it.
2021-02-24 16:36:12 +01:00
Ryan Prior via Guix-patches via
0d0c76b946
gnu: esbuild: Update to 0.8.51.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.51.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24 14:11:22 +01:00
Jelle Licht
66fa2d318a
gnu: http-parser: Update to 2.9.4-1.ec8b5ee [fixes CVE-2020-8287].
...
Fixes CVE-2020-8287.
* gnu/packages/web.scm (http-parser): Update to 2.9.4-1.ec8b5ee.
[source]: Add patch to mitigate CVE.
* gnu/packages/patches/patches/http-parser-CVE-2020-8287.patch: New file.
* gnu/local.mk [dist_patch_DATA]: New patch.
2021-02-24 10:29:20 +01:00
Ryan Prior
c319b965e0
gnu: esbuild: Update to 0.8.47.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.47.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-18 20:19:43 +08:00
Ryan Prior
68193bef2e
gnu: esbuild: Update to 0.8.46.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.46.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-16 16:43:29 +08:00
Stefan Reichör
0205cc2982
gnu: Add pup.
...
* gnu/packages/web.scm (pup): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-16 16:14:26 +08:00
Ryan Prior via Guix-patches via
70d16d2835
gnu: esbuild: Update to 0.8.44.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.44.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-15 11:26:02 +01:00
Ryan Prior
ecbcbd5359
gnu: esbuild: Update to 0.8.43.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.43.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-02-11 13:17:08 +02:00
Tobias Geerinckx-Rice
befd9c1281
gnu: lighttpd: Update to 1.4.59.
...
* gnu/packages/web.scm (lighttpd): Update to 1.4.59.
2021-02-07 23:27:15 +01:00
Christopher Baines
09738397e4
gnu: guix-data-service: Update to 0.0.1-25.b7ba8d0.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-25.b7ba8d0.
[source]: Add / to the end of the url, to avoid a lint warning.
[home-page]: Use https for the home page.
2021-02-06 19:13:56 +00:00
Morgan Smith
c852d89755
gnu: Add quark.
...
* gnu/packages/web.scm (quark): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-02 11:05:43 +01:00
Leo Famulari
75b775e81b
Merge branch 'staging'
2021-02-01 14:18:38 -05:00
Christopher Baines
f1fada8ace
gnu: guix-data-service: Update to 0.0.1-24.060df92.
...
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
2021-02-01 08:46:47 +00:00
Ryan Prior
9953c4fa94
gnu: esbuild: Update to 0.8.37.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.37.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-31 13:05:33 +02:00
Nicolas Goaziou
880e6334b7
gnu: rust-dirs-2: Drop minor version from name.
...
* gnu/packages/crates-io.scm (rust-dirs-2): Drop minor version from name.
(rust-dirs-1.0):
(rust-term-0.6):
* gnu/packages/rust-apps.scm (fd):
* gnu/packages/sequoia.scm (sequoia):
* gnu/packages/web.scm (castor): Apply renaming.
2021-01-30 15:34:41 +01:00
Ryan Prior
8a488d6895
gnu: esbuild: Update to 0.8.36.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.36.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-28 20:37:19 +02:00
Leo Famulari
68dd78e2e4
Merge branch 'master' into staging
2021-01-25 15:40:55 -05:00
Ryan Prior
94b7687e3e
gnu: esbuild: Update to 0.8.32.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.32.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-19 17:45:38 +01:00
Tobias Geerinckx-Rice
1fb0c5ac9f
gnu: perl-net-http: Update to 6.20.
...
* gnu/packages/web.scm (perl-net-http): Update to 6.20.
2021-01-14 16:20:44 +01:00
Ryan Prior
458cb25b9e
gnu: esbuild: Update to 0.8.31.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.31.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11 11:38:46 +02:00
Efraim Flashner
6985a1acb3
Merge branch 'master' into staging
2021-01-10 14:30:36 +02:00
Paul Garlick
223d8fb4a0
gnu: ikiwiki: Fix build.
...
* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-yaml-tiny, needed for
po4a versions greater than 0.57.
See https://github.com/mquinson/po4a/issues/265 .
2021-01-04 14:34:00 +00:00
Ryan Prior via Guix-patches via
ad2469ec86
gnu: esbuild: Update to 0.8.29.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.29.
Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-03 20:55:21 -05:00
Tobias Geerinckx-Rice
d7bcee2f83
gnu: buku: Update to 4.5.
...
* gnu/packages/web.scm (buku): Update to 4.5.
2021-01-03 19:39:11 +01:00
Christopher Baines
7323316609
gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.
...
If there's no explicit SSL configuration, the perl-mozilla-ca library acts as
a fallback. Including this as an input fixes the use of HTTPS in things that
use perl-lwp-protocol-https, for example get-iplayer.
* gnu/packages/web.scm (perl-lwp-protocol-https)[propagated-inputs]: Uncomment
perl-mozilla-ca.
2021-01-03 18:10:50 +00:00
Christopher Baines
88c2e72af0
gnu: guix-data-service: Update to 0.0.1-23.e3878fe.
...
This fixes the system test, which broke when the squee update broke the
metrics endpoint.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-23.e3878fe.
2021-01-03 13:15:23 +00:00
Christopher Baines
d3f96ad322
gnu: guix-data-service: Update to 0.0.1-22.bd83906.
...
This fixes some breakages with the "" -> #f change with NULL values in squee,
at least enough to get the package building again.
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-22.bd83906.
2021-01-02 21:11:24 +00:00
Tobias Geerinckx-Rice
3b4bfe8dca
gnu: lighttpd: Update to 1.4.58.
...
* gnu/packages/web.scm (lighttpd): Update to 1.4.58.
2021-01-02 18:54:26 +01:00
Ryan Prior via Guix-patches via
d598e43f03
gnu: esbuild: Update to 0.8.27.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.27.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-30 18:32:36 -05:00
Efraim Flashner
ccb402d9db
Merge remote-tracking branch 'origin/master' into staging
2020-12-30 10:53:39 +02:00
Michael Rohleder
9810ed344f
gnu: kiwix-desktop: Fix program start.
...
Fixes <https://bugs.gnu.org/45404 >.
* gnu/packages/web.scm (kiwix-desktop)[arguments]: Add phase to wrap
QTWEBENGINEPROCESS_PATH.
Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2020-12-29 21:23:22 +01:00
Marius Bakke
a22e75c073
Merge branch 'master' into ungrafting
2020-12-29 17:37:17 +01:00
Nicolas Goaziou
2283baae90
gnu: monolith: Update to 2.4.0.
...
* gnu/packages/web.scm (monolith): Update to 2.4.0.
[arguments]: Add rust-regex Cargo input. Move rust-reqwest from development
to regular Cargo inputs.
2020-12-29 01:12:52 +01:00
Efraim Flashner
999d403ba1
gnu: kiwix-desktop: Add missing input.
...
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
2020-12-26 21:53:46 +02:00
Efraim Flashner
2af49666f5
gnu: kiwix-lib: Update to 9.4.1.
...
* gnu/packages/web.scm (kiwix-lib): Update to 9.4.1.
2020-12-26 21:53:46 +02:00
Efraim Flashner
5364daacc5
gnu: kiwix-desktop: Fix typo.
...
* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which
prevented the 'enable-print-support phase from occurring.
2020-12-26 21:53:46 +02:00
Efraim Flashner
bd200d351a
gnu: libzim: Update to 6.3.0.
...
* gnu/packages/web.scm (libzim): Update to 6.3.0.
[inputs]: Remove zlib.
2020-12-26 21:53:37 +02:00
lsp
4994e1f2bd
gnu: Add uriparser.
...
* gnu/packages/web.scm (uriparser): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23 17:30:14 +01:00
Ryan Prior
3895b477c7
gnu: esbuild: Update to 0.8.26.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.26.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-23 10:51:22 +00:00
Marius Bakke
bbe4ed65ed
Merge branch 'master' into ungrafting
2020-12-21 23:42:10 +01:00
Maxim Cournoyer
159836967b
gnu: python2-pytest-httpbin: Remove package.
...
* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable.
2020-12-20 22:47:00 -05:00
Tobias Geerinckx-Rice
8a352094f6
gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.
...
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.6-2636-a0824dab33ff.
2020-12-20 15:48:25 +01:00
Tobias Geerinckx-Rice
30a9ece4b2
gnu: nginx: Update to 1.19.6.
...
* gnu/packages/web.scm (nginx): Update to 1.19.6.
2020-12-20 15:48:24 +01:00
Tobias Geerinckx-Rice
33c140e0fb
gnu: lighttpd: Update to 1.4.57.
...
* gnu/packages/web.scm (lighttpd): Update to 1.4.57.
2020-12-20 15:48:23 +01:00
Ryan Prior
36e47069d0
gnu: esbuild: Update to 0.8.24.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.24.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-20 14:43:06 +02:00
Marius Bakke
f6f6e1efee
gnu: serf: Build with Python 3.
...
* gnu/packages/patches/serf-python3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (serf)[source](patches): New field.
[arguments]: Remove #:scons.
2020-12-19 22:53:00 +01:00
Jonathan Brielmaier
b358a94e74
gnu: python-internetarchive: Fix typo.
...
* gnu/packages/web.scm (python-internetarchive): Fix typo.
2020-12-16 09:58:34 +01:00
Ryan Prior
980013c503
gnu: esbuild: Update to 0.8.23.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.23.
Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-15 03:09:26 -05:00
Kyle Meyer
7a8a4fd7a7
gnu: python-dnspython: Update to 2.0.0.
...
* gnu/packages/python-xyz.scm (python-dnspython): Update to 2.0.0.
[source]: Download from pypi.
[native-inputs]: Add unzip.
[home-page]: Prefer https.
(python-dnspython-1.16):
(python2-dnspython-1.16): New variables.
* gnu/packages/ebook.scm (calibre):
* gnu/packages/web.scm (linkchecker): Use python2-dnspython-1.16.
* gnu/packages/finance.scm (electrum): Use python-dnspython-1.16.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-14 12:20:06 +01:00
Marius Bakke
a7737f0ead
Merge branch 'master' into ungrafting
2020-12-13 01:10:06 +01:00
Ryan Prior
eee3af86c7
gnu: esbuild: Update to 0.8.21.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.21.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-11 19:06:54 +01:00
Marius Bakke
73817f711b
gnu: qoauth: Fix wrong URL in comment.
...
* gnu/packages/web.scm (qoauth)[arguments]: Adjust comment.
2020-12-10 23:48:42 +01:00
Pierre Neidhardt
5f6a001933
gnu: Add kiwix-desktop.
...
* gnu/packages/web.scm (kiwix-desktop): New variable.
2020-12-09 18:25:32 +01:00
Pierre Neidhardt
acbf47a067
gnu: Add kiwix-lib.
...
* gnu/packages/web.scm (kiwix-lib): New variable.
2020-12-09 18:25:32 +01:00
Pierre Neidhardt
44308c8c5f
gnu: Add libzim.
...
* gnu/packages/web.scm (libzim): New variable.
2020-12-09 18:24:46 +01:00
Efraim Flashner
3eb34c66b4
gnu: nghttp2: Update to 1.41.0 and remove replacement.
...
* gnu/packages/web.scm (nghttp2): Update to 1.41.0.
[replacement]: Remove.
(nghttp2-1.41): Remove.
2020-12-08 17:12:44 +02:00
Efraim Flashner
e9acbe6d81
gnu: json-c: Absorb replacement with security fix.
...
* gnu/packages/web.scm (json-c)[source]: Add patch.
[replacement]: Remove.
(json-c/fixed): Remove.
2020-12-08 17:11:11 +02:00
Marius Bakke
adf0edadef
gnu: qoauth: Minor cosmetic improvements.
...
* gnu/packages/web.scm (qoauth)[arguments]: Add #:tests?. Don't delete
'check' phase. Override 'configure' instead of adding new phase.
2020-12-08 00:45:56 +01:00
Marius Bakke
627b70e3ac
gnu: qoauth: Fix build failure.
...
Fixes <https://bugs.gnu.org/45031 >.
Reported by Distopico <distopico@riseup.net>.
* gnu/packages/web.scm (qoauth)[arguments]: Add phase
'adjust-mkspecs-directory'.
2020-12-08 00:45:56 +01:00
Ryan Prior
6374a25357
gnu: esbuild: Update to 0.8.19.
...
* gnu/packages/web.scm (esbuild): Update to 0.8.19.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-06 23:19:15 +01:00
Nicolas Goaziou
1ab631d4c0
gnu: Add castor.
...
* gnu/packages/web.scm (castor): New variable.
2020-12-05 14:45:16 +01:00