1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-15 23:05:20 +02:00
Commit Graph

1192 Commits

Author SHA1 Message Date
Maxim Cournoyer
01f0707207 Merge branch 'staging' into 'core-updates'.
Conflicts:

	gnu/local.mk
	gnu/packages/cmake.scm
	gnu/packages/curl.scm
	gnu/packages/gl.scm
	gnu/packages/glib.scm
	gnu/packages/guile.scm
	gnu/packages/node.scm
	gnu/packages/openldap.scm
	gnu/packages/package-management.scm
	gnu/packages/python-xyz.scm
	gnu/packages/python.scm
	gnu/packages/tls.scm
	gnu/packages/vpn.scm
	gnu/packages/xorg.scm
2021-01-13 23:45:53 -05: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
Marius Bakke
ffffb2dfa9 gnu: perl-uri: Update to 5.05.
* gnu/packages/web.scm (perl-uri): Update to 5.05.
2020-12-20 17:20:20 +01:00
Marius Bakke
2191d88d1b gnu: perl-io-socket-ssl: Update to 2.068.
* gnu/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.068.
[source](patches): Remove.
2020-12-20 17:20:20 +01: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
Nicolas Goaziou
58e1d0e642 gnu: monolith: Make description more neutral.
* gnu/packages/web.scm (monolith)[description]: Make description more neutral.
2020-12-03 09:08:05 +01:00
Nicolas Goaziou
3526028223 gnu: Add monolith.
* gnu/packages/web.scm (monolith): New variable.
2020-12-02 23:45:02 +01:00
Tobias Geerinckx-Rice
74e6b3a859 gnu: lighttpd: Update to 1.4.56.
* gnu/packages/web.scm (lighttpd): Update to 1.4.56.
2020-12-01 20:55:42 +01:00
Ricardo Wurmus
5eede29da4 gnu: Add libyaml+static.
* gnu/packages/web.scm (libyaml+static): New variable.
2020-12-01 13:30:35 +01:00
Ryan Prior
8c3caf9c5d gnu: esbuild: Update to 0.8.16.
* gnu/packages/web.scm (esbuild): Update to 0.8.16.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-11-29 21:21:07 +02:00
Christopher Baines
ff01206345 Merge remote-tracking branch 'origin/master' into core-updates 2020-11-29 17:34:18 +00:00