summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* 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>
| * gnu: java-eclipse-jetty-util: Update to 9.4.39 [security fixes].Julien Lepiller2021-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: nginx: Enable stream module.methuselah-02021-04-12
| | | | | | | | | | | | * gnu/packages/web.scm (nginx)[arguments]: Add --with-stream option in the 'configure phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Fix build of python2-feedparser.Leo Famulari2021-04-10
| | | | | | | | | | | | | | | | | | 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.
| * gnu: python-feedparser: Update to 6.0.2.Brendan Tildesley2021-04-09
| | | | | | | | * gnu/packages/web.scm (python-feedparser): Update to 6.0.2.
| * gnu: guix-data-service: Update to 0.0.1-27.df2a0a7.Christopher Baines2021-04-09
| | | | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-27.df2a0a7.
| * gnu: libwebsockets: Update to 4.1.6.Pierre Langlois2021-04-09
| | | | | | | | * gnu/packages/web.scm (libwebsockets): Update to 4.1.6.
| * gnu: stunnel: Update to 5.59.Tobias Geerinckx-Rice2021-04-07
| | | | | | | | * gnu/packages/web.scm (stunnel): Update to 5.59.
| * gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a.Tobias Geerinckx-Rice2021-03-30
| | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.9-2696-f85798c1c70a.
| * gnu: nginx: Update to 1.19.9.Tobias Geerinckx-Rice2021-03-30
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.19.9.
| * gnu: guix-data-service: Update to 0.0.1-26.410f58c.Christopher Baines2021-03-26
| | | | | | | | | | | | * 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.
* | Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2021-03-24
|\|
| * gnu: python2-httpbin: Remove package.zimoun2021-03-23
| | | | | | | | | | | | * gnu/packages/web.scm (python2-httpbin): Delete. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| * gnu: perl-net-http: Update to 6.21.Tobias Geerinckx-Rice2021-03-21
| | | | | | | | * gnu/packages/web.scm (perl-net-http): Update to 6.21.
| * gnu: python-httpretty: Update to 1.0.5.Efraim Flashner2021-03-21
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (python-httpretty): Update to 1.0.5. [arguments]: Disable tests. Add custom 'check phase. [propagated-inputs]: Remove field. [native-inputs]: Remove python-httplib2, python-mock, python-nose-randomly, python-urllib3. Add python-eventlet.
| * gnu: Add qhttp.Raghav Gururajan2021-03-20
| | | | | | | | | | | | * gnu/packages/web.scm (qhttp): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: varnish-modules: Update to 0.17.1 [fixes CVE-2021-28543].Léo Le Bouter2021-03-16
| | | | | | | | * gnu/packages/web.scm (varnish-modules): Update to 0.17.1.
| * gnu: nginx-documentation: Update to 1.19.8-2673-4398fd0f0341.Tobias Geerinckx-Rice2021-03-13
| | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.8-2673-4398fd0f0341.
| * gnu: nginx: Update to 1.19.8.Tobias Geerinckx-Rice2021-03-13
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.19.8.
| * gnu: monolith: Update to 2.4.1.Nicolas Goaziou2021-03-10
| | | | | | | | * gnu/packages/web.scm (monolith): Update to 2.4.1.
| * gnu: nginx-documentation: Update to 1.19.7.Tobias Geerinckx-Rice2021-03-07
| | | | | | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.7. 2655 eb417a9a089b
| * gnu: nginx: Update to 1.19.7.Tobias Geerinckx-Rice2021-03-07
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.19.7.
* | Merge branch 'master' into core-updatesChristopher Baines2021-03-06
|\|
| * gnu: java-tomcat: Update to 8.5.63 [security fixes].Léo Le Bouter2021-03-02
| | | | | | | | * gnu/packages/web.scm (java-tomcat): Update to 8.5.63.
| * gnu: stunnel: Update to 5.58 [security fixes].Léo Le Bouter2021-03-01
| | | | | | | | * gnu/packages/web.scm (stunnel): Update to 5.58.
| * gnu: http-server: Fix build on i686-linux.Mathieu Othacehe2021-02-24
| | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: esbuild: Update to 0.8.51.Ryan Prior via Guix-patches via2021-02-24
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.51. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: http-parser: Update to 2.9.4-1.ec8b5ee [fixes CVE-2020-8287].Jelle Licht2021-02-24
| | | | | | | | | | | | | | | | | | 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.
| * gnu: esbuild: Update to 0.8.47.Ryan Prior2021-02-18
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.47. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: esbuild: Update to 0.8.46.Ryan Prior2021-02-16
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.46. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: Add pup.Stefan Reichör2021-02-16
| | | | | | | | | | | | * gnu/packages/web.scm (pup): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| * gnu: esbuild: Update to 0.8.44.Ryan Prior via Guix-patches via2021-02-15
| | | | | | | | | | | | * gnu/packages/web.scm (esbuild): Update to 0.8.44. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge branch 'master' into core-updatesDanny Milosavljevic2021-02-11
|\|