summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* gnu: Add archivebox.Pradana AUMARS2022-05-23
| | | | | | * gnu/packages/web.scm (archivebox): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guix-data-service: Update to 0.0.1-31.198b6ef.Christopher Baines2022-05-17
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
* gnu: quark: Use G-expressions.Arun Isaac2022-05-12
| | | | * gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions.
* gnu: lighttpd: Update style.Tobias Geerinckx-Rice2022-05-08
| | | | | | * gnu/packages/web.scm (lighttpd)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels.
* gnu: lighttpd: Update to 1.4.64.Tobias Geerinckx-Rice2022-05-08
| | | | | | * gnu/packages/web.scm (lighttpd): Update to 1.4.64. [arguments]: Add a new 'skip-failing-tests phase. [inputs]: Substitute pcre2 for pcre & pcre:bin.
* gnu: lighttpd: Fix bash reference.Tobias Geerinckx-Rice2022-05-08
| | | | | | | | * gnu/packages/web.scm (lighttpd)[arguments]: Substitute SEARCH-INPUT-FILE for WHICH. [inputs]: Add bash-minimal. f fix lighttpd xcc
* gnu: nginx-lua-module: Fix builder.base-for-series-12188base-for-series-12183Christopher Baines2022-04-25
| | | | | | | | Probably broken by the changes to the nginx package in 4079cd9ba33b0d2cd23897899dfc66836797e4d2. * gnu/packages/web.scm (nginx-lua-module)[arguments]: Make the modify-phases part a gexp, and move #:configure-flags to the end of the list.
* gnu: nginx-rtmp-module: Fix builder.Christopher Baines2022-04-25
| | | | | | | | Probably broken by changes to the nginx package in 4079cd9ba33b0d2cd23897899dfc66836797e4d2 . * gnu/packages/web.scm (nginx-rtmp-module)[arguments]: Make the modify-phases part a gexp, and move #:configure-flags to the end of the list.
* gnu: nginx: Update to 1.21.6.Leo Famulari2022-04-13
| | | | | * gnu/packages/web.scm (nginx): Update to 1.21.6. (nginx-documentation): Update to 1.21.6-2829-1ecf0e0526da.
* gnu: jq: Only build with valgrind on supported systems.Efraim Flashner2022-04-10
| | | | | * gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on systems which it supports.
* gnu: nginx: Build optimized binaries.Marius Bakke2022-04-07
| | | | * gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
* gnu: nginx: Respect #:configure-flags.Marius Bakke2022-04-07
| | | | | * gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase.
* gnu: nginx: Use G-expressions.Marius Bakke2022-04-07
| | | | | * gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style. Remove trailing #t's.
* gnu: gmid: Update to 1.8.3.cage2022-03-31
| | | | | | * gnu/packages/web.scm (gmid): Update to 1.8.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: anonip: Update to 1.1.0.Ricardo Wurmus2022-03-30
| | | | | | | * gnu/packages/web.scm (anonip): Update to 1.1.0. [source]: Fetch from git. [arguments]: Run tests with pytest. [native-inputs]: Add python-pytest and python-pytest-cov.
* gnu: gmid: Update to 1.8.2.cage2022-03-29
| | | | | | | * gnu/packages/web.scm (gmid): Update to 1.8.2. [native-inputs]: Remove which. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: guix-data-service: Update to 0.0.1-30.27c34a9.Christopher Baines2022-03-12
| | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-30.27c34a9. [inputs]: Add bash-minimal, move some inputs to ... [propagated-inputs]: ... here.
* gnu: Add siege.Jelle Licht2022-03-07
| | | | * gnu/packages/web.scm (siege): New variable.
* gnu: Add gmid.cage2022-02-26
| | | | | | | * gnu/packages/networking.scm (gmid): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: guix-data-service: Update to 0.0.1-29.4a1088c.Christopher Baines2022-02-09
| | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c. [inputs]: Switch to guile-fibers-1.1.
* gnu: kiwix-lib: Fix build.Michael Rohleder2022-01-28
| | | | | | * gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: libzim: Fix build.Michael Rohleder2022-01-27
| | | | | | * gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: uriparser: Update to 0.9.6.Efraim Flashner2022-01-27
| | | | * gnu/packages/web.scm (uriparser): Update to 0.9.6.
* gnu: varnish: Remove input labels.Marius Bakke2022-01-11
| | | | | * gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key. [native-inputs]: Remove labels.
* gnu: python-feedparser: Enable tests.Vinicius Monego2022-01-11
| | | | | | | | | * gnu/packages/web.scm (python-feedparser)[source]: Make some cosmetic changes. [arguments]: Remove #:tests?. Override 'check phase. [home-page]: Don't break line. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: stunnel: Remove input labels.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/web.scm (stunnel)[native-inputs, inputs]: Remove input labels.
* gnu: stunnel: Use G-expressions.Tobias Geerinckx-Rice2022-01-10
| | | | | * gnu/packages/web.scm (stunnel)[arguments]: Rewrite as G-expressions.
* gnu: stunnel: Update to 5.61.Tobias Geerinckx-Rice2022-01-10
| | | | | | * gnu/packages/web.scm (stunnel): Update to 5.61. [native-inputs]: Add python. [arguments]: Remove obsolete 'patch-tests phase.
* gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.Christopher Baines2022-01-09
| | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76. [native-inputs]: Adapt style.
* gnu: nginx-documentation: Update to 1.21.5-2816-ae1d713a06e2.Tobias Geerinckx-Rice2021-12-29
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.21.5-2816-ae1d713a06e2.
* gnu: nginx: Update to 1.21.5.Tobias Geerinckx-Rice2021-12-29
| | | | * gnu/packages/web.scm (nginx): Update to 1.21.5.
* gnu: Add clearsilver.Ricardo Wurmus2021-12-28
| | | | * gnu/packages/web.scm (clearsilver): New variable.
* gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].Leo Famulari2021-12-20
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.52.
* gnu: buku: Fix build.Liliana Marie Prikler2021-12-19
| | | | | | * gnu/packages/web.scm (buku)[origin]: Drop file-name. [arguments]: Drop sanity-check. [inputs]: Add python-flask.
* gnu: wslay: Fix build.Nicolas Goaziou2021-12-19
| | | | | | | * gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx error. Fixes <https://issues.guix.gnu.org/52661>.
* gnu: Further simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | | This is the result of running: ./pre-inst-env guix style --input-simplification=safe and manually undoing changes on a dozen of packages to reduce rebuilds (derivations for emacs, icecat, and libreoffice are unchanged.)
* gnu: Simplify package inputs.Ludovic Courtès2021-12-13
| | | | | | | | This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-13
|\
| * gnu: gmnisrv: Update to 1.0.Nikolay Korotkiy2021-12-11
| | | | | | | | | | | | * gnu/packages/web.scm (gmnisrv): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-10
|\|
| * gnu: hitch: Update to 1.7.2.Marius Bakke2021-12-08
| | | | | | | | * gnu/packages/web.scm (hitch): Update to 1.7.2.
| * gnu: Add kiwix-tools.Denis 'GNUtoo' Carikli2021-12-07
| | | | | | | | | | | | * gnu/packages/web.scm (kiwix-tools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\|
| * gnu: varnish: Update to 7.0.1.Tobias Geerinckx-Rice2021-11-27
| | | | | | | | * gnu/packages/web.scm (varnish): Update to 7.0.1.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\|
| * gnu: tidy-html: Update to 5.8.0.Philip McGrath2021-11-17
| | | | | | | | | | | | * gnu/packages/web.scm (tidy-html): Update to 5.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | gnu: http-parser: Update to 1.1.4.Maxim Cournoyer2021-11-22
| | | | | | | | | | * gnu/packages/web.scm (http-parser): Update to 1.1.4. [phases]: Delete trailing #t.
* | gnu: nghttp2: Resurrect cross-building.Jan (janneke) Nieuwenhuizen2021-11-21
| | | | | | | | | | * gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings" when cross-building.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-17
|\|
| * gnu: hpcguix-web: Update to 0.2.0.Ludovic Courtès2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | * 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'.