me
/
guix
Archived
1
0
Fork 0
Commit Graph

1384 Commits (7a184a00aed417bb86237b76de2710b796352374)

Author SHA1 Message Date
Ludovic Courtès 3a317f7476
Merge branch 'master' into core-updates-frozen 2021-11-17 23:43:14 +01:00
Philip McGrath cb768f3860
gnu: tidy-html: Update to 5.8.0.
* gnu/packages/web.scm (tidy-html): Update to 5.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-17 23:05:58 +01:00
Ludovic Courtès 21332f3b8c
gnu: hpcguix-web: Update to 0.2.0.
* gnu/packages/web.scm (hpcguix-web): Update to 0.2.0.
[arguments]: In 'wrap-program' phase, add guile-zlib to DEPS.
[native-inputs]: Add GUILE.
[inputs]: Add GUILE-ZLIB, GUILE-COMMONMARK, and GUILE-JSON.
[propagated-inputs]: Remove.  These were pointless.
* gnu/services/web.scm (<hpcguix-web-configuration>)[address, port]: New
fields.
* doc/guix.texi (Web Services): Document them.
* gnu/tests/web.scm (%hpcguix-web-os): Add 'address'.
2021-11-15 17:55:50 +01:00
Morgan Smith d402340625
gnu: python-feedparser: Add input
* gnu/packages/web.scm (python-feedparser) [propagated-inputs]: Add
python-sgmllib3k

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-12 23:56:51 +01:00
Maxim Cournoyer fd34e2bc62
gnu: uhttpmock: Use libsoup 2.
* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to
fix build.
2021-11-11 12:18:29 -05:00
Vincent Legoll f1240adb9f
gnu: json-c: Update to 0.15.
* gnu/packages/web.scm (json-c): Update to 0.15.
[source]: Remove obsolete patch 'json-c-CVE-2020-12762.patch'.
* gnu/packages/patches/json-c-CVE-2020-12762.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-11-11 10:31:15 -05:00
Efraim Flashner 1c94392a13
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-11-08 09:06:14 +02:00
Tobias Geerinckx-Rice 9d25ee30b1
gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.4-2791-9385526a9b2d.
2021-11-08 02:15:24 +01:00
Tobias Geerinckx-Rice 805ca61eb9
gnu: nginx: Update to 1.21.4.
* gnu/packages/web.scm (nginx): Update to 1.21.4.
2021-11-08 02:15:24 +01:00
Efraim Flashner bc5155b952
Merge remote-tracking branch 'origin/master' into core-updates-frozen 2021-10-31 14:49:47 +02:00
Tobias Geerinckx-Rice d579df680e
gnu: darkhttpd: Cross-compile.
* gnu/packages/web.scm (darkhttpd)[arguments]: Use CC-FOR-TARGET.
2021-10-26 02:02:48 +02:00
Tobias Geerinckx-Rice e598e46913
gnu: darkhttpd: Update to 1.13.
* gnu/packages/web.scm (darkhttpd): Update to 1.13.
[source]: Use GIT-FETCH and GIT-FILE-NAME.
[arguments]: Don't explicitly return #t from phases.
2021-10-26 02:02:48 +02:00
Tobias Geerinckx-Rice 6b0b6bb4a2
gnu: goaccess: Update to 1.5.2.
* gnu/packages/web.scm (goaccess): Update to 1.5.2.
[arguments]: Don't explicitly return #t from phases.
2021-10-23 23:19:58 +02:00
Ludovic Courtès 2dffe4767c
gnu: Use 'search-input-file' some more.
This patch replaces occurrences of:

  (string-append (assoc-ref %build-inputs "…") "/…")

by:

  (search-input-file %build-inputs "/…")

* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences):  Likewise.
(openrct2-objects):  Likewise.
(mrrescue):  Likewise.
(0ad-data):  Likewise.
(xonotic-data):  Likewise.
(drascula):  Likewise.
(make-lure-package):  Likewise.
(make-queen-package):  Likewise.
(sky):  Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
2021-10-23 23:05:21 +02:00
Tobias Geerinckx-Rice 2f79308872
gnu: Fix ‘this packages’ and some other niggles.
* gnu/packages/crates-io.scm (rust-home-0.5)[description]:
Fix ‘this packages’ typo.
* gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]:
Likewise.
* gnu/packages/python-check.scm (python-pytest-csv)[description]:
Likewise.
* gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise,
and note which language.
* gnu/packages/python-xyz.scm (python-recommonmark)[description]:
Likewise, and work around ‘enabling you’.
2021-10-21 22:08:24 +02:00
Mathieu Othacehe e486b2b674
Merge remote-tracking branch 'signed/master' into core-updates 2021-10-18 14:37:26 +00:00
Tobias Geerinckx-Rice e8d84b626f
gnu: buku: Update to 4.6.
* gnu/packages/web.scm (buku): Update to 4.6.
2021-10-15 17:30:56 +02:00
Marius Bakke 0f77e50139
Merge branch 'master' into core-updates-frozen 2021-10-14 00:01:12 +02:00
Marius Bakke 1961b28445
gnu: perl-uri-fetch: Update to 0.15.
* gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
2021-10-13 23:37:46 +02:00
Mathieu Othacehe a1eca979fb
Merge remote-tracking branch 'origin/master' into core-updates-frozen. 2021-10-12 17:46:23 +00:00
Leo Famulari 2a273e9e22
gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].
This fixes CVE-2021-42013, which refers to the incomplete fix of CVE-2021-41773
in httpd 2.4.50:

https://httpd.apache.org/security/vulnerabilities_24.html

* gnu/packages/web.scm (httpd): Update to 2.4.51.
2021-10-08 19:10:21 -04:00
Leo Famulari f868ed2a75
gnu: Apache httpd: Update to 2.4.50 [Fixes CVE-2021-{41524,41773}].
This update includes an important fix for an actively exploited path traversal
vulnerability (CVE-2021-41773), which allows attackers to access files outside
the "document root":

https://httpd.apache.org/security/vulnerabilities_24.html

* gnu/packages/web.scm (httpd): Update to 2.4.50.
2021-10-05 21:03:40 -04:00
Marius Bakke a7028d4323
gnu: hitch: Provide the 'ps' command for tests.
...otherwise, failing tests would show up as successful.  This is a follow-up
to commit 273380fda2.

* gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
2021-10-05 19:52:30 +02:00
Tobias Geerinckx-Rice f97582dd8a
gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.
2021-10-04 13:31:34 +02:00
Tobias Geerinckx-Rice 6e53b3a8cd
gnu: nginx: Update to 1.21.3.
* gnu/packages/web.scm (nginx): Update to 1.21.3.
2021-10-04 13:31:34 +02:00
Tobias Geerinckx-Rice d6d7e2ec50
gnu: httpd: Update to 2.4.49.
* gnu/packages/web.scm (httpd): Update to 2.4.49.
2021-10-04 13:31:34 +02:00
Tobias Geerinckx-Rice 70c186147f
gnu: stunnel: Don't install installation instructions.
* gnu/packages/web.scm (stunnel)[arguments]: Add a 'prune-documentation
phase.
2021-10-04 13:31:33 +02:00
Tobias Geerinckx-Rice 9ef958d8a2
gnu: stunnel: Update to 5.60.
* gnu/packages/web.scm (stunnel): Update to 5.60.
[arguments]: Don't explicitly return #t from phases.
2021-10-04 13:31:33 +02:00
Marius Bakke 5c3cb22c9b
Merge branch 'master' into core-updates-frozen
Conflicts:
	gnu/packages/bioinformatics.scm
	gnu/packages/chez.scm
	gnu/packages/docbook.scm
	gnu/packages/ebook.scm
	gnu/packages/gnome.scm
	gnu/packages/linux.scm
	gnu/packages/networking.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/tex.scm
	gnu/packages/version-control.scm
	gnu/packages/xml.scm
	guix/build-system/dune.scm
	guix/build-system/go.scm
	guix/build-system/linux-module.scm
	guix/packages.scm
2021-09-17 01:25:52 +02:00
Marius Bakke 2a054d29dc
gnu: varnish-modules: Update to 0.19.0.
* gnu/packages/web.scm (varnish-modules): Update to 0.19.0.
2021-09-16 23:26:58 +02:00
Marius Bakke bb6481af0e
gnu: varnish: Update to 7.0.0.
* gnu/packages/web.scm (varnish): Update to 7.0.0.
[arguments]: Set CC in #:configure-flags.  Rewrite use-absolute-file-names
phase to use named inputs instead of WHICH and patch one more file.  Remove
trailing #t's.
[inputs]: Add BASH-MINIMAL and COREUTILS.  Replace PCRE with PCRE2, and
PYTHON-WRAPPER with PYTHON.
2021-09-16 23:26:58 +02:00
Nicolas Goaziou c8cb76e17e
gnu: castor: Update to 0.8.18.
* gnu/packages/web.scm (castor): Update to 0.8.18.
2021-09-11 22:58:26 +02:00
Ludovic Courtès d9dfbf886d
Merge branch 'master' into core-updates-frozen 2021-09-07 14:19:08 +02:00
Tobias Geerinckx-Rice afc46629c8
gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.2-2764-bc9c5d11b67c.
2021-09-03 23:26:18 +02:00
Tobias Geerinckx-Rice 689dd9c207
gnu: nginx: Update to 1.21.2.
* gnu/packages/web.scm (nginx): Update to 1.21.2.
2021-09-03 23:26:18 +02:00
Pierre Langlois 9f7c4f380f
gnu: esbuild: Disable race detector on 32-bit targets.
* gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE
variable to an empty string to remove the -race option.
2021-09-02 20:47:12 +01:00
Guillaume Le Vaillant 42298953ba
gnu: uhttpmock: Fix tests.
* gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
2021-08-25 18:33:20 +02:00
Mathieu Othacehe c5b06d8f79
gnu: python-feedparser: Update to 6.0.8.
* gnu/packages/web.scm (python-feedparser): Update to 6.0.8.
[propagated-inputs]: Add python-sgmllib3k.
2021-08-14 16:36:20 +02:00
Marius Bakke c4133c43c7
Merge branch 'master' into core-updates-frozen
Conflicts:
	gnu/packages/algebra.scm
	gnu/packages/games.scm
	gnu/packages/golang.scm
	gnu/packages/kerberos.scm
	gnu/packages/mail.scm
	gnu/packages/python.scm
	gnu/packages/ruby.scm
	gnu/packages/scheme.scm
	gnu/packages/tex.scm
	gnu/packages/tls.scm
	gnu/packages/version-control.scm
2021-08-12 00:30:27 +02:00
Marius Bakke e65bcfda22
gnu: rapidjson: Remove unused configure flag.
* gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as
the entry is not honored by the build system and would only affect tests and
examples, which are not installed.
[source](snippet): Remove trailing #t.
2021-08-11 23:19:02 +02:00
Efraim Flashner d30130bcd6
gnu: libcss: Fix building with gcc-10.
* gnu/packages/web.scm (libcss)[source]: Add snippet to initialize the
value of a variable.
2021-08-08 14:46:45 +03:00
Marius Bakke d2e102d4e4
Merge branch 'master' into core-updates-frozen 2021-08-01 23:23:32 +02:00
Marius Bakke b029be2ee0
Merge branch 'master' into core-updates-frozen
Conflicts:
	gnu/packages/bioinformatics.scm
	gnu/packages/cmake.scm
	gnu/packages/curl.scm
	gnu/packages/emacs-xyz.scm
	gnu/packages/gpodder.scm
	gnu/packages/music.scm
	gnu/packages/patches/glibc-bootstrap-system.patch
	gnu/packages/python-xyz.scm
	gnu/packages/shells.scm
	gnu/packages/statistics.scm
2021-07-29 22:34:57 +02:00
Maxim Cournoyer e81228166e
gnu: web: Move libyaml and libcyaml to (gnu packages serialization).
Files to be adjusted were searched with the following command:

 $ git ls-files | xargs grep -l -E ',libc?yaml' | \
       xargs grep -L '(gnu packages serialization)'

* gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to...
* gnu/packages/serialization.scm: ... here.
2021-07-29 22:03:33 -04:00
Jack Hill 00c55e856f
gnu: Add nginx-rtmp-module.
* gnu/packages/web.scm (nginx-rtmp-module): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-07-29 21:54:55 +02:00
Leo Famulari d89a529760
gnu: Remove cadaver.
As discussed in <https://bugs.gnu.org/46602>, cadaver does not support a
current release of OpenSSL.

* gnu/packages/web.scm (cadaver): Remove variable.
2021-07-27 12:34:56 -04:00
Sarah Morgensen e17f063627
gnu: gmnisrv: Fix configuration search path.
Look in /etc for configuration files rather than
/gnu/store/...-gmnisrv-.../etc.

gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set
--sysconfdir.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-27 02:42:39 +05:30
Sarah Morgensen b459c39adb
gnu: gmnisrv: Remove dependency on /etc/mime.types.
Remove the dependency on /etc/mime.types (fixes #49233).

gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set
--with-mimedb to directly use mime.types from mailcap.
[propagated-inputs]: Move mailcap to...
[inputs]: ...here (/etc/mime.types no longer need in profiles).

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-27 02:42:39 +05:30
Sarah Morgensen 3344f70e49
gnu: gmnisrv: Use #:make-flags, and cross-compile.
gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>{set-variables}: Move
'CC=' to...
<#:make-flags>: ...here, and support cross-compilation with (cc-for-target).

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-27 02:42:38 +05:30
Sarah Morgensen 274fcfb251
gnu: gmnisrv: Disable tests using #:tests?.
gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>: Undelete check
phase, and...
<#:tests?>: ...disable tests here instead.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-27 02:42:38 +05:30
Sarah Morgensen a92dfbce30
gnu: gmnisrv: Update to 0-2.32854b7.
Update to latest commit. gmnisrv uses v3 X509 certificates now, and so
"requires fresh certificates, which could break clients with strict
trust-on-first-use policies."

gnu/packages/web.scm (gmnisrv): Update to 0-2.32854b7.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2021-07-25 15:56:02 +05:30
Tobias Geerinckx-Rice 45881ea747
gnu: perl-http-cookiejar: Update to 0.012.
This fixes its build which had started to fail due to a time-bomb:

  Expires=Wed, 09 Jun 2021 10:18:14 GMT

in an examples.t test cookie.

* gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
2021-07-25 01:55:45 +02:00
Ludovic Courtès d468a03a00
gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.
This changes some of the remaining uses of this idiom:

  (string-append (assoc-ref inputs "LABEL") "FILE")

to one of:

  (search-input-file inputs "FILE")
  (search-input-directory inputs "FILE")

* gnu/packages/axoloti.scm (axoloti-patcher): Use
'search-input-directory'.
(axoloti-patcher-next): Likewise.
* gnu/packages/bioinformatics.scm (java-picard): Likewise.
* gnu/packages/bootloaders.scm (grub-hybrid): Likewise.
(u-boot-puma-rk3399): Likewise.
(u-boot-rock64-rk3328): Likewise.
(u-boot-firefly-rk3399): Likewise.
(u-boot-rockpro64-rk3399): Likewise.
(u-boot-pinebook-pro-rk3399): Likewise.
* gnu/packages/cran.scm (r-shiny): Likewise.
(r-shinytree): Likewise.
* gnu/packages/education.scm (anki): Likewise.
* gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Likewise.
(emacs-rime): Likewise.
* gnu/packages/emulators.scm (dolphin-emu): Likewise.
* gnu/packages/games.scm (bsd-games): Likewise.
(seahorse-adventures): Likewise.
(einstein): Likewise.
* gnu/packages/gimp.scm (gimp-fourier): Likewise.
* gnu/packages/gnome.scm (gspell): Likewise.
* gnu/packages/guile-xyz.scm (guile-libyaml): Likewise.
* gnu/packages/java.scm (icedtea-7): Likewise.
* gnu/packages/language.scm (nimf): Likewise.
* gnu/packages/lxde.scm (spacefm): Likewise.
* gnu/packages/mail.scm (claws-mail): Likewise.
* gnu/packages/netpbm.scm (netpbm): Likewise.
* gnu/packages/networking.scm (blueman): Likewise.
* gnu/packages/scheme.scm (scm): Likewise.
* gnu/packages/security-token.scm (python-fido2): Likewise.
* gnu/packages/syndication.scm (rtv): Likewise.
* gnu/packages/tls.scm (acme-client): Likewise.
* gnu/packages/web.scm (netsurf): Likewise.
* gnu/packages/wine.scm (wine-staging): Likewise.
* gnu/packages/wxwidgets.scm (wxwidgets): Likewise.
2021-07-24 16:23:24 +02:00
Marius Bakke b373d17e43
gnu: nghttp2: Update to 1.44.0.
* gnu/packages/web.scm (nghttp2): Update to 1.44.0.
2021-07-23 17:26:45 +02:00
Ludovic Courtès 1665bb0cec
gnu: hpcguix-web: Update to 0.1.0.
* gnu/packages/web.scm (hpcguix-web): Update to 0.1.0.
[arguments]: In 'wrap-program' phase, change "/bin/run" to
"/bin/hpcguix-web".
[inputs]: Add BASH-MINIMAL.
* gnu/services/web.scm (hpcguix-web-shepherd-service): Run
"/bin/hpcguix-web".
2021-07-23 17:02:28 +02:00
Ludovic Courtès 0e47fcced4
Merge branch 'master' into core-updates 2021-07-18 19:50:01 +02:00
Nicolas Goaziou 9ea656c345
gnu: monolith: Update to 2.6.1.
* gnu/packages/web.scm (monolith): Update to 2.6.1.
2021-07-05 09:21:30 +02:00
Matthew James Kraai 739b338ee4
gnu: perl-libwww: Update to 6.55.
* gnu/packages/web.scm (perl-libwww): Update to 6.55.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-07-04 22:17:57 +03:00
Tobias Geerinckx-Rice f85ca243c1
gnu: goaccess: Update to 1.5.1.
* gnu/packages/web.scm (goaccess): Update to 1.5.1.
2021-06-30 21:34:28 +02:00
Tobias Geerinckx-Rice c838235160
gnu: libzim: Update to 6.3.2.
* gnu/packages/web.scm (libzim): Update to 6.3.2.
2021-06-25 00:39:38 +02:00
Tobias Geerinckx-Rice 9dea3f101f
Merge branch 'master' into core-updates
Conflicts:
	gnu/packages/cups.scm
	gnu/packages/python-web.scm
	gnu/packages/web.scm
	guix/build/maven/pom.scm
2021-06-23 18:45:21 +02:00
Ryan Prior cae5f6e54b
gnu: esbuild: Update to 0.12.9.
* gnu/packages/web.scm (esbuild): Update to 0.12.9.

Signed-off-by: Brice Waegeneire <brice@waegenei.re>
2021-06-19 22:53:46 +02:00
Arun Isaac 0a90bea34d
gnu: linkchecker: Update to 10.0.1.
* gnu/packages/web.scm (linkchecker): Update to 10.0.1.
[source]: Remove patches.
[inputs]: Add python-beautifulsoup4. Replace python2-dnspython-1.16,
python2-pyxdg and python2-requests with python-dnspython, python-pyxdg and
python-requests respectively.
[native-inputs]: Replace python2-pytest, python2-miniboa and
python2-parameterized with python-pytest, python-miniboa and
python-parameterized respectively.
[arguments]: Use python 3. Replace check phase instead of deleting the
standard phase and adding a custom one. Use add-installed-pythonpath instead
of setting PYTHONPATH directly. Support disabling of tests with tests?.
[home-page]: Update URI.
* gnu/packages/patches/linkchecker-tests-require-network.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2021-06-20 00:24:11 +05:30
Marius Bakke 6f9a80b331
Merge branch 'master' into core-updates
Note: this merge actually changes the 'curl' and 'python-attrs' derivations,
as part of solving caf4a7a277 and
12964df69a respectively.

4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it
cannot currently be tested.

 Conflicts:
	gnu/local.mk
	gnu/packages/aidc.scm
	gnu/packages/boost.scm
	gnu/packages/curl.scm
	gnu/packages/nettle.scm
	gnu/packages/networking.scm
	gnu/packages/python-xyz.scm
	gnu/packages/tls.scm
2021-06-19 17:38:47 +02:00
Maxim Cournoyer ea0a51071e
gnu: Rename qtbase to qtbase-5.
This change was automated via the following command:

$ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g'
$ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g'
$ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g'
$ git checkout etc    # to clear some spurious changes

This is done so the qtbase package can be upgraded to version 6 in the
following commit.
2021-06-14 00:24:42 -04:00
Solene Rapenne ea0a33e8ee
gnu: goaccess: Update to 1.5.
works fine for me, tested with a huge log file and many parameters.

* gnu/packages/web.scm (goaccess): Update to 1.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-06-13 23:57:44 +02:00
Nicolas Goaziou aab3eb4e3f
gnu: monolith: Update to 2.6.0.
* gnu/packages/web.scm (monolith): Update to 2.6.0.
2021-06-12 23:44:32 +02:00
Christopher Baines 2d31eeecf0
gnu: nginx: Build with support for a few more modules.
I think this is generally useful. Personally, I want the HTTP gzip static and
gunzip ones for serving gzip compressed log files, and I spotted that the HTTP
sub and addition ones are easy to enable as well.

* gnu/packages/web.scm (nginx)[arguments]: Add the following configure flags:
--with-http_gzip_static_module, --with-http_gunzip_module,
--with-http_addition_module, --with-http_sub_module.
2021-06-09 08:54:24 +01:00
Marius Bakke 8d59c262ad
Merge branch 'master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/algebra.scm
	gnu/packages/bioinformatics.scm
	gnu/packages/curl.scm
	gnu/packages/docbook.scm
	gnu/packages/emacs-xyz.scm
	gnu/packages/maths.scm
	gnu/packages/plotutils.scm
	gnu/packages/python-web.scm
	gnu/packages/python-xyz.scm
	gnu/packages/radio.scm
	gnu/packages/readline.scm
	gnu/packages/tls.scm
	gnu/packages/xml.scm
	gnu/packages/xorg.scm
2021-06-06 21:16:32 +02:00
Nicolas Goaziou 08f1400bec
gnu: monolith: Update to 2.5.0.
* gnu/packages/web.scm (monolith): Update to 2.5.0.
2021-06-03 14:24:35 +02:00
Tobias Geerinckx-Rice 34fe60e8b1
gnu: httpd: Update to 2.4.48.
* gnu/packages/web.scm (httpd): Update to 2.4.48.
2021-05-29 17:29:36 +02:00
Tobias Geerinckx-Rice 1ce87b8159
gnu: sassc: Update to 3.6.2.
* gnu/packages/web.scm (sassc): Update to 3.6.2.
2021-05-27 18:20:34 +02:00
Leo Famulari d366557b7b
gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].
* gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0.
2021-05-25 12:44:09 -04:00
Marius Bakke 4ea6852c5f
Merge branch 'master' into core-updates 2021-05-22 17:21:57 +02:00
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
Ludovic Courtès 25487c3fe6
Merge branch 'master' into core-updates 2021-05-15 22:55:24 +02: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
Marius Bakke 9e729d9a2f
gnu: nghttp2: Update to 1.43.0.
* gnu/packages/web.scm (nghttp2): Update to 1.43.0.
[native-inputs]: Add PYTHON.
2021-05-09 23:43:32 +02:00
Marius Bakke f034264204
Merge branch 'master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/bioinformatics.scm
	gnu/packages/django.scm
	gnu/packages/gtk.scm
	gnu/packages/llvm.scm
	gnu/packages/python-web.scm
	gnu/packages/python.scm
	gnu/packages/tex.scm
	guix/build-system/asdf.scm
	guix/build/emacs-build-system.scm
	guix/profiles.scm
2021-05-09 21:29:46 +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
Efraim Flashner fcc39864db
Merge remote-tracking branch 'origin/master' into core-updates
Conflicts:
	gnu/local.mk
	gnu/packages/boost.scm
	gnu/packages/chez.scm
	gnu/packages/compression.scm
	gnu/packages/crates-io.scm
	gnu/packages/docbook.scm
	gnu/packages/engineering.scm
	gnu/packages/gcc.scm
	gnu/packages/gl.scm
	gnu/packages/gtk.scm
	gnu/packages/nettle.scm
	gnu/packages/python-check.scm
	gnu/packages/python-xyz.scm
	gnu/packages/radio.scm
	gnu/packages/rust.scm
	gnu/packages/sqlite.scm
	guix/build-system/node.scm
2021-04-16 14:39:48 +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