summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: nginx: Build optimized binaries.•••* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS. Marius Bakke2022-04-071-1/+2
* gnu: nginx: Respect #:configure-flags.•••* gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase. Marius Bakke2022-04-071-39/+39
* gnu: nginx: Use G-expressions.•••* gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style. Remove trailing #t's. Marius Bakke2022-04-071-72/+68
* gnu: gmid: Update to 1.8.3.•••* gnu/packages/web.scm (gmid): Update to 1.8.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> cage2022-03-311-2/+2
* gnu: anonip: Update to 1.1.0.•••* 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. Ricardo Wurmus2022-03-301-5/+18
* gnu: gmid: Update to 1.8.2.•••* gnu/packages/web.scm (gmid): Update to 1.8.2. [native-inputs]: Remove which. Signed-off-by: Leo Famulari <leo@famulari.name> cage2022-03-291-4/+3
* gnu: guix-data-service: Update to 0.0.1-30.27c34a9.•••* 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. Christopher Baines2022-03-121-8/+10
* gnu: Add siege.•••* gnu/packages/web.scm (siege): New variable. Jelle Licht2022-03-071-0/+30
* gnu: Add gmid.•••* gnu/packages/networking.scm (gmid): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> cage2022-02-261-0/+47
* gnu: guix-data-service: Update to 0.0.1-29.4a1088c.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c. [inputs]: Switch to guile-fibers-1.1. Christopher Baines2022-02-091-4/+4
* gnu: kiwix-lib: Fix build.•••* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder2022-01-281-1/+3
* gnu: libzim: Fix build.•••* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder2022-01-271-1/+2
* gnu: uriparser: Update to 0.9.6.•••* gnu/packages/web.scm (uriparser): Update to 0.9.6. Efraim Flashner2022-01-271-21/+18
* gnu: varnish: Remove input labels.•••* gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key. [native-inputs]: Remove labels. Marius Bakke2022-01-111-11/+8
* gnu: python-feedparser: Enable tests.•••* 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> Vinicius Monego2022-01-111-6/+11
* gnu: stunnel: Remove input labels.•••* gnu/packages/web.scm (stunnel)[native-inputs, inputs]: Remove input labels. Tobias Geerinckx-Rice2022-01-101-7/+7
* gnu: stunnel: Use G-expressions.•••* gnu/packages/web.scm (stunnel)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-01-101-17/+18
* gnu: stunnel: Update to 5.61.•••* gnu/packages/web.scm (stunnel): Update to 5.61. [native-inputs]: Add python. [arguments]: Remove obsolete 'patch-tests phase. Tobias Geerinckx-Rice2022-01-101-10/+4
* gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76. [native-inputs]: Adapt style. Christopher Baines2022-01-091-9/+9
* gnu: nginx-documentation: Update to 1.21.5-2816-ae1d713a06e2.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.21.5-2816-ae1d713a06e2. Tobias Geerinckx-Rice2021-12-291-4/+4
* gnu: nginx: Update to 1.21.5.•••* gnu/packages/web.scm (nginx): Update to 1.21.5. Tobias Geerinckx-Rice2021-12-291-2/+2
* gnu: Add clearsilver.•••* gnu/packages/web.scm (clearsilver): New variable. Ricardo Wurmus2021-12-281-0/+86
* gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].•••* gnu/packages/web.scm (httpd): Update to 2.4.52. Leo Famulari2021-12-201-2/+2
* gnu: buku: Fix build.•••* gnu/packages/web.scm (buku)[origin]: Drop file-name. [arguments]: Drop sanity-check. [inputs]: Add python-flask. Liliana Marie Prikler2021-12-191-3/+6
* gnu: wslay: Fix build.•••* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx error. Fixes <https://issues.guix.gnu.org/52661>. Nicolas Goaziou2021-12-191-1/+9
* gnu: Further simplify package inputs.•••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.) Ludovic Courtès2021-12-131-12/+8
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-830/+620
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-12-131-33/+31
|\
| * gnu: gmnisrv: Update to 1.0.•••* gnu/packages/web.scm (gmnisrv): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Nikolay Korotkiy2021-12-111-33/+31
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-12-101-2/+39
|\|
| * gnu: hitch: Update to 1.7.2.•••* gnu/packages/web.scm (hitch): Update to 1.7.2. Marius Bakke2021-12-081-2/+2
| * gnu: Add kiwix-tools.•••* gnu/packages/web.scm (kiwix-tools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name> Denis 'GNUtoo' Carikli2021-12-071-0/+37
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-051-2/+2
|\|
| * gnu: varnish: Update to 7.0.1.•••* gnu/packages/web.scm (varnish): Update to 7.0.1. Tobias Geerinckx-Rice2021-11-271-2/+2
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-231-2/+2
|\|
| * 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> Philip McGrath2021-11-171-2/+2
* | gnu: http-parser: Update to 1.1.4.•••* gnu/packages/web.scm (http-parser): Update to 1.1.4. [phases]: Delete trailing #t. Maxim Cournoyer2021-11-221-4/+3
* | gnu: nghttp2: Resurrect cross-building.•••* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings" when cross-building. Jan (janneke) Nieuwenhuizen2021-11-211-2/+5
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-171-8/+9
|\|
| * 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'. Ludovic Courtès2021-11-151-8/+9
| * 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> Morgan Smith2021-11-121-0/+2
* | gnu: uhttpmock: Use libsoup 2.•••* gnu/packages/web.scm (uhttpmock)[inputs]{libsoup}: Downgrade to libsoup 2 to fix build. Maxim Cournoyer2021-11-111-1/+1
* | 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> Vincent Legoll2021-11-111-3/+2
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-11-081-7/+7
|\|
| * gnu: nginx-documentation: Update to 1.21.4-2791-9385526a9b2d.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.21.4-2791-9385526a9b2d. Tobias Geerinckx-Rice2021-11-081-4/+4
| * gnu: nginx: Update to 1.21.4.•••* gnu/packages/web.scm (nginx): Update to 1.21.4. Tobias Geerinckx-Rice2021-11-081-3/+3
* | Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-311-15/+15
|\|
| * gnu: darkhttpd: Cross-compile.•••* gnu/packages/web.scm (darkhttpd)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2021-10-261-1/+2
| * 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. Tobias Geerinckx-Rice2021-10-261-9/+9
| * 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. Tobias Geerinckx-Rice2021-10-231-4/+3