summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
...
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: gmnisrv: Fix configuration search path.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: gmnisrv: Remove dependency on /etc/mime.types.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | | | | | | | 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>
| * gnu: gmnisrv: Use #:make-flags, and cross-compile.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | 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>
| * gnu: gmnisrv: Disable tests using #:tests?.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>: Undelete check phase, and... <#:tests?>: ...disable tests here instead. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmnisrv: Update to 0-2.32854b7.Sarah Morgensen2021-07-25
| | | | | | | | | | | | | | | | | | | | 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>
| * gnu: perl-http-cookiejar: Update to 0.012.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | | | | | | | | | | | | | 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.
| * gnu: hpcguix-web: Update to 0.1.0.Ludovic Courtès2021-07-23
| | | | | | | | | | | | | | | | | | * 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".
* | gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | gnu: nghttp2: Update to 1.44.0.Marius Bakke2021-07-23
| | | | | | | | * gnu/packages/web.scm (nghttp2): Update to 1.44.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: monolith: Update to 2.6.1.Nicolas Goaziou2021-07-05
| | | | | | | | * gnu/packages/web.scm (monolith): Update to 2.6.1.
| * gnu: perl-libwww: Update to 6.55.Matthew James Kraai2021-07-04
| | | | | | | | | | | | * gnu/packages/web.scm (perl-libwww): Update to 6.55. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: goaccess: Update to 1.5.1.Tobias Geerinckx-Rice2021-06-30
| | | | | | | | * gnu/packages/web.scm (goaccess): Update to 1.5.1.
| * gnu: libzim: Update to 6.3.2.Tobias Geerinckx-Rice2021-06-25
| | | | | | | | * gnu/packages/web.scm (libzim): Update to 6.3.2.
* | Merge branch 'master' into core-updatesTobias Geerinckx-Rice2021-06-23
|\| | | | | | | | | | | | | | | Conflicts: gnu/packages/cups.scm gnu/packages/python-web.scm gnu/packages/web.scm guix/build/maven/pom.scm
| * gnu: esbuild: Update to 0.12.9.Ryan Prior2021-06-19
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.12.9. Signed-off-by: Brice Waegeneire <brice@waegenei.re>
| * gnu: linkchecker: Update to 10.0.1.Arun Isaac2021-06-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-19
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b 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
| * gnu: Rename qtbase to qtbase-5.Maxim Cournoyer2021-06-14
| | | | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: goaccess: Update to 1.5.Solene Rapenne2021-06-13
| | | | | | | | | | | | | | | | 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>
| * gnu: monolith: Update to 2.6.0.Nicolas Goaziou2021-06-12
| | | | | | | | * gnu/packages/web.scm (monolith): Update to 2.6.0.
| * gnu: nginx: Build with support for a few more modules.Christopher Baines2021-06-09
| | | | | | | | | | | | | | | | | | | | 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.
* | Merge branch 'master' into core-updatesMarius Bakke2021-06-06
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: monolith: Update to 2.5.0.Nicolas Goaziou2021-06-03
| | | | | | | | * gnu/packages/web.scm (monolith): Update to 2.5.0.
| * gnu: httpd: Update to 2.4.48.Tobias Geerinckx-Rice2021-05-29
| | | | | | | | * gnu/packages/web.scm (httpd): Update to 2.4.48.
| * gnu: sassc: Update to 3.6.2.Tobias Geerinckx-Rice2021-05-27
| | | | | | | | * gnu/packages/web.scm (sassc): Update to 3.6.2.
| * gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].Leo Famulari2021-05-25
| | | | | | | | * gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\|
| * gnu: perl-plack-middleware-removeredundantbody: Update to 0.09.Efraim Flashner2021-05-19
| | | | | | | | * gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-05-15
|\|
| * gnu: rss-bridge: Update to 2020-11-10.la snesne2021-05-14
| | | | | | | | | | | | | | | | * 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>
* | gnu: nghttp2: Update to 1.43.0.Marius Bakke2021-05-09
| | | | | | | | | | * gnu/packages/web.scm (nghttp2): Update to 1.43.0. [native-inputs]: Add PYTHON.
* | Merge branch 'master' into core-updatesMarius Bakke2021-05-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | | | | | | * gnu/packages/web.scm (java-eclipse-jetty-http-test-classes-9.2) [native-inputs]: Add missing test dependencies
| * gnu: java-eclipse-jetty-util-9.2: Fix test failure.Julien Lepiller2021-05-09
| | | | | | | | | | * gnu/packages/web.scm (java-eclipse-jetty-util-9.2)[native-inputs]: Add missing test dependencies.
| * gnu: tinyproxy: Run tests.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | | | * gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite. [native-inputs]: Add perl.
| * gnu: tinyproxy: Update to 1.11.0.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/web.scm (tinyproxy): Update to 1.11.0.
| * gnu: perl-cgi: Update to 4.52.Tobias Geerinckx-Rice2021-05-07
| | | | | | | | * gnu/packages/web.scm (perl-cgi): Update to 4.52.
| * gnu: nginx: Fix cross-compilation.Tobias Geerinckx-Rice2021-05-06
| | | | | | | | * gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET.
| * gnu: nginx: Build http_xslt_module.Tobias Geerinckx-Rice2021-05-06
| | | | | | | | | | | | * 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.
| * gnu: httpd: Update to 2.4.47.Tobias Geerinckx-Rice2021-05-01
| | | | | | | | * gnu/packages/web.scm (httpd): Update to 2.4.47.
| * gnu: krona-tools: Install download scripts.Ricardo Wurmus2021-04-28
| | | | | | | | | | * gnu/packages/web.scm (krona-tools)[inputs]: Add curl and make. [arguments]: Patch and install update scripts to /share.
| * gnu: krona-tools: Update to 2.8.Ricardo Wurmus2021-04-28
| | | | | | | | * gnu/packages/web.scm (krona-tools): Update to 2.8.
| * gnu: esbuild: Update to 0.11.14.Ryan Prior2021-04-25
| | | | | | | | | | | | * gnu/package/web.scm (esbuild): Update to 0.11.14. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.Tobias Geerinckx-Rice2021-04-20
| | | | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.10-2708-f8686d85df53.
| * gnu: nginx: Update to 1.19.10.Tobias Geerinckx-Rice2021-04-20
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.19.10.
| * gnu: esbuild: Update to 0.11.12.Ryan Prior2021-04-19
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.11.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-04-16
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * gnu: esbuild: Update to 0.11.9.Ryan Prior2021-04-13
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.11.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>