summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
2021-02-24gnu: http-server: Fix build on i686-linux.Mathieu Othacehe
* 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-24gnu: esbuild: Update to 0.8.51.Ryan Prior via Guix-patches via
* gnu/packages/web.scm (esbuild): Update to 0.8.51. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-24gnu: http-parser: Update to 2.9.4-1.ec8b5ee [fixes CVE-2020-8287].Jelle Licht
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-18gnu: esbuild: Update to 0.8.47.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.47. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-16gnu: esbuild: Update to 0.8.46.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.46. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-16gnu: Add pup.Stefan Reichör
* gnu/packages/web.scm (pup): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2021-02-15gnu: esbuild: Update to 0.8.44.Ryan Prior via Guix-patches via
* gnu/packages/web.scm (esbuild): Update to 0.8.44. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-02-11gnu: esbuild: Update to 0.8.43.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.43. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-02-07gnu: lighttpd: Update to 1.4.59.Tobias Geerinckx-Rice
* gnu/packages/web.scm (lighttpd): Update to 1.4.59.
2021-02-06gnu: guix-data-service: Update to 0.0.1-25.b7ba8d0.Christopher Baines
* 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-02gnu: Add quark.Morgan Smith
* gnu/packages/web.scm (quark): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-02-01Merge branch 'staging'Leo Famulari
2021-02-01gnu: guix-data-service: Update to 0.0.1-24.060df92.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-24.060df92.
2021-01-31gnu: esbuild: Update to 0.8.37.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.37. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-30gnu: rust-dirs-2: Drop minor version from name.Nicolas Goaziou
* 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-28gnu: esbuild: Update to 0.8.36.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.36. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-25Merge branch 'master' into stagingLeo Famulari
2021-01-19gnu: esbuild: Update to 0.8.32.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.32. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-01-14gnu: perl-net-http: Update to 6.20.Tobias Geerinckx-Rice
* gnu/packages/web.scm (perl-net-http): Update to 6.20.
2021-01-11gnu: esbuild: Update to 0.8.31.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-10Merge branch 'master' into stagingEfraim Flashner
2021-01-04gnu: ikiwiki: Fix build.Paul Garlick
* 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-03gnu: esbuild: Update to 0.8.29.Ryan Prior via Guix-patches via
* gnu/packages/web.scm (esbuild): Update to 0.8.29. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-01-03gnu: buku: Update to 4.5.Tobias Geerinckx-Rice
* gnu/packages/web.scm (buku): Update to 4.5.
2021-01-03gnu: perl-lwp-protocol-https: Uncomment perl-mozilla-ca input.Christopher Baines
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-03gnu: guix-data-service: Update to 0.0.1-23.e3878fe.Christopher Baines
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-02gnu: guix-data-service: Update to 0.0.1-22.bd83906.Christopher Baines
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-02gnu: lighttpd: Update to 1.4.58.Tobias Geerinckx-Rice
* gnu/packages/web.scm (lighttpd): Update to 1.4.58.
2020-12-30gnu: esbuild: Update to 0.8.27.Ryan Prior via Guix-patches via
* gnu/packages/web.scm (esbuild): Update to 0.8.27. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-30Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner
2020-12-29gnu: kiwix-desktop: Fix program start.Michael Rohleder
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-29Merge branch 'master' into ungraftingMarius Bakke
2020-12-29gnu: monolith: Update to 2.4.0.Nicolas Goaziou
* 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-26gnu: kiwix-desktop: Add missing input.Efraim Flashner
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add libmicrohttpd.
2020-12-26gnu: kiwix-lib: Update to 9.4.1.Efraim Flashner
* gnu/packages/web.scm (kiwix-lib): Update to 9.4.1.
2020-12-26gnu: kiwix-desktop: Fix typo.Efraim Flashner
* gnu/packages/web.scm (kiwix-desktop)[arguments]: Fix typo which prevented the 'enable-print-support phase from occurring.
2020-12-26gnu: libzim: Update to 6.3.0.Efraim Flashner
* gnu/packages/web.scm (libzim): Update to 6.3.0. [inputs]: Remove zlib.
2020-12-23gnu: Add uriparser.lsp
* gnu/packages/web.scm (uriparser): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-12-23gnu: esbuild: Update to 0.8.26.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.26. Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-21Merge branch 'master' into ungraftingMarius Bakke
2020-12-20gnu: python2-pytest-httpbin: Remove package.Maxim Cournoyer
* gnu/packages/python-web.scm (python2-pytest-httpbin): Remove variable.
2020-12-20gnu: nginx-documentation: Update to 1.19.6-2636-a0824dab33ff.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.19.6-2636-a0824dab33ff.
2020-12-20gnu: nginx: Update to 1.19.6.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.19.6.
2020-12-20gnu: lighttpd: Update to 1.4.57.Tobias Geerinckx-Rice
* gnu/packages/web.scm (lighttpd): Update to 1.4.57.
2020-12-20gnu: esbuild: Update to 0.8.24.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-19gnu: serf: Build with Python 3.Marius Bakke
* 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-16gnu: python-internetarchive: Fix typo.Jonathan Brielmaier
* gnu/packages/web.scm (python-internetarchive): Fix typo.
2020-12-15gnu: esbuild: Update to 0.8.23.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.23. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-12-14gnu: python-dnspython: Update to 2.0.0.Kyle Meyer
* 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-13Merge branch 'master' into ungraftingMarius Bakke