summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Expand)AuthorAgeFilesLines
* 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> Sarah Morgensen2021-07-271-1/+2
* 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> Sarah Morgensen2021-07-271-3/+5
* 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> Sarah Morgensen2021-07-271-6/+1
* 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> Sarah Morgensen2021-07-271-3/+3
* 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> Sarah Morgensen2021-07-251-3/+4
* 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. Tobias Geerinckx-Rice2021-07-251-2/+2
* 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". Ludovic Courtès2021-07-231-80/+77
* gnu: monolith: Update to 2.6.1.•••* gnu/packages/web.scm (monolith): Update to 2.6.1. Nicolas Goaziou2021-07-051-4/+3
* 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> Matthew James Kraai2021-07-041-2/+3
* gnu: goaccess: Update to 1.5.1.•••* gnu/packages/web.scm (goaccess): Update to 1.5.1. Tobias Geerinckx-Rice2021-06-301-2/+2
* gnu: libzim: Update to 6.3.2.•••* gnu/packages/web.scm (libzim): Update to 6.3.2. Tobias Geerinckx-Rice2021-06-251-2/+2
* 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> Ryan Prior2021-06-191-2/+2
* 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. Arun Isaac2021-06-201-31/+17
* 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. Maxim Cournoyer2021-06-141-5/+5
* 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> Solene Rapenne2021-06-131-2/+2
* gnu: monolith: Update to 2.6.0.•••* gnu/packages/web.scm (monolith): Update to 2.6.0. Nicolas Goaziou2021-06-121-2/+3
* 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. Christopher Baines2021-06-091-0/+4
* gnu: monolith: Update to 2.5.0.•••* gnu/packages/web.scm (monolith): Update to 2.5.0. Nicolas Goaziou2021-06-031-2/+2
* gnu: httpd: Update to 2.4.48.•••* gnu/packages/web.scm (httpd): Update to 2.4.48. Tobias Geerinckx-Rice2021-05-291-2/+2
* gnu: sassc: Update to 3.6.2.•••* gnu/packages/web.scm (sassc): Update to 3.6.2. Tobias Geerinckx-Rice2021-05-271-4/+4
* gnu: nginx: Update to 1.21.0 [fixes CVE-2021-23017].•••* gnu/packages/web.scm (nginx, nginx-documentation): Update to 1.21.0. Leo Famulari2021-05-251-6/+6
* gnu: perl-plack-middleware-removeredundantbody: Update to 0.09.•••* gnu/packages/web.scm (perl-plack-middleware-removeredundantbody): Update to 0.09. Efraim Flashner2021-05-191-2/+2
* 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> la snesne2021-05-141-13/+18
* 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 Julien Lepiller2021-05-091-1/+2
* 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. Julien Lepiller2021-05-091-1/+6
* gnu: tinyproxy: Run tests.•••* gnu/packages/web.scm (tinyproxy)[arguments]: Run the test suite. [native-inputs]: Add perl. Tobias Geerinckx-Rice2021-05-071-1/+4
* gnu: tinyproxy: Update to 1.11.0.•••* gnu/packages/web.scm (tinyproxy): Update to 1.11.0. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: perl-cgi: Update to 4.52.•••* gnu/packages/web.scm (perl-cgi): Update to 4.52. Tobias Geerinckx-Rice2021-05-071-2/+2
* gnu: nginx: Fix cross-compilation.•••* gnu/packages/web.scm (nginx)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2021-05-061-1/+1
* 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. Tobias Geerinckx-Rice2021-05-061-2/+9
* gnu: httpd: Update to 2.4.47.•••* gnu/packages/web.scm (httpd): Update to 2.4.47. Tobias Geerinckx-Rice2021-05-011-2/+2
* 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. Ricardo Wurmus2021-04-281-4/+33
* gnu: krona-tools: Update to 2.8.•••* gnu/packages/web.scm (krona-tools): Update to 2.8. Ricardo Wurmus2021-04-281-3/+3
* 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> Ryan Prior2021-04-251-2/+2
* gnu: nginx-documentation: Update to 1.19.10-2708-f8686d85df53.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.10-2708-f8686d85df53. Tobias Geerinckx-Rice2021-04-201-4/+4
* gnu: nginx: Update to 1.19.10.•••* gnu/packages/web.scm (nginx): Update to 1.19.10. Tobias Geerinckx-Rice2021-04-201-2/+2
* 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> Ryan Prior2021-04-191-2/+2
* 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> Ryan Prior2021-04-131-2/+2
* 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. Julien Lepiller2021-04-121-19/+24
* 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> methuselah-02021-04-121-0/+1
* gnu: Fix build of python2-feedparser.•••This is a followup to commit 506eb97de7041f6bcb6e841201c01e88bedfc9d9. 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. Leo Famulari2021-04-101-1/+22
* gnu: python-feedparser: Update to 6.0.2.•••* gnu/packages/web.scm (python-feedparser): Update to 6.0.2. Brendan Tildesley2021-04-091-3/+3
* 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. Christopher Baines2021-04-091-3/+3
* gnu: libwebsockets: Update to 4.1.6.•••* gnu/packages/web.scm (libwebsockets): Update to 4.1.6. Pierre Langlois2021-04-091-5/+4
* gnu: stunnel: Update to 5.59.•••* gnu/packages/web.scm (stunnel): Update to 5.59. Tobias Geerinckx-Rice2021-04-071-2/+2
* gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.9-2696-f85798c1c70a. Tobias Geerinckx-Rice2021-03-301-4/+4
* gnu: nginx: Update to 1.19.9.•••* gnu/packages/web.scm (nginx): Update to 1.19.9. Tobias Geerinckx-Rice2021-03-301-2/+2
* 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. Christopher Baines2021-03-261-9/+9
* gnu: python2-httpbin: Remove package.•••* gnu/packages/web.scm (python2-httpbin): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> zimoun2021-03-231-3/+0
* gnu: perl-net-http: Update to 6.21.•••* gnu/packages/web.scm (perl-net-http): Update to 6.21. Tobias Geerinckx-Rice2021-03-211-2/+2