summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
2022-05-23gnu: Add archivebox.Pradana AUMARS
* gnu/packages/web.scm (archivebox): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-05-17gnu: guix-data-service: Update to 0.0.1-31.198b6ef.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-31.198b6ef.
2022-05-12gnu: quark: Use G-expressions.Arun Isaac
* gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions.
2022-05-08gnu: lighttpd: Update style.Tobias Geerinckx-Rice
* gnu/packages/web.scm (lighttpd)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels.
2022-05-08gnu: lighttpd: Update to 1.4.64.Tobias Geerinckx-Rice
* 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.
2022-05-08gnu: lighttpd: Fix bash reference.Tobias Geerinckx-Rice
* gnu/packages/web.scm (lighttpd)[arguments]: Substitute SEARCH-INPUT-FILE for WHICH. [inputs]: Add bash-minimal. f fix lighttpd xcc
2022-04-25gnu: nginx-lua-module: Fix builder.Christopher Baines
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.
2022-04-25gnu: nginx-rtmp-module: Fix builder.Christopher Baines
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.
2022-04-13gnu: nginx: Update to 1.21.6.Leo Famulari
* gnu/packages/web.scm (nginx): Update to 1.21.6. (nginx-documentation): Update to 1.21.6-2829-1ecf0e0526da.
2022-04-10gnu: jq: Only build with valgrind on supported systems.Efraim Flashner
* gnu/packages/web.scm (jq)[native-inputs]: Only include valgrind on systems which it supports.
2022-04-07gnu: nginx: Build optimized binaries.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Add "-O2 -g" to CFLAGS.
2022-04-07gnu: nginx: Respect #:configure-flags.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Add #:configure-flags. Move default settings out of the 'configure' phase.
2022-04-07gnu: nginx: Use G-expressions.Marius Bakke
* gnu/packages/web.scm (nginx)[arguments]: Rewrite in gexp style. Remove trailing #t's.
2022-03-31gnu: gmid: Update to 1.8.3.cage
* gnu/packages/web.scm (gmid): Update to 1.8.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-03-30gnu: anonip: Update to 1.1.0.Ricardo Wurmus
* 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.
2022-03-29gnu: gmid: Update to 1.8.2.cage
* gnu/packages/web.scm (gmid): Update to 1.8.2. [native-inputs]: Remove which. Signed-off-by: Leo Famulari <leo@famulari.name>
2022-03-12gnu: guix-data-service: Update to 0.0.1-30.27c34a9.Christopher Baines
* 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.
2022-03-07gnu: Add siege.Jelle Licht
* gnu/packages/web.scm (siege): New variable.
2022-02-26gnu: Add gmid.cage
* gnu/packages/networking.scm (gmid): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-02-09gnu: guix-data-service: Update to 0.0.1-29.4a1088c.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-29.4a1088c. [inputs]: Switch to guile-fibers-1.1.
2022-01-28gnu: kiwix-lib: Fix build.Michael Rohleder
* gnu/packages/web.scm (kiwix-lib)[native-inputs]: Add python-wrapper. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-01-27gnu: libzim: Fix build.Michael Rohleder
* gnu/packages/web.scm (libzim)[inputs]: Add python-wrapper. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-01-27gnu: uriparser: Update to 0.9.6.Efraim Flashner
* gnu/packages/web.scm (uriparser): Update to 0.9.6.
2022-01-11gnu: varnish: Remove input labels.Marius Bakke
* gnu/packages/web.scm (varnish)[arguments]: Don't look up inputs by key. [native-inputs]: Remove labels.
2022-01-11gnu: python-feedparser: Enable tests.Vinicius Monego
* 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>
2022-01-10gnu: stunnel: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel)[native-inputs, inputs]: Remove input labels.
2022-01-10gnu: stunnel: Use G-expressions.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel)[arguments]: Rewrite as G-expressions.
2022-01-10gnu: stunnel: Update to 5.61.Tobias Geerinckx-Rice
* gnu/packages/web.scm (stunnel): Update to 5.61. [native-inputs]: Add python. [arguments]: Remove obsolete 'patch-tests phase.
2022-01-09gnu: guix-data-service: Update to 0.0.1-28.f1d8d76.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-28.f1d8d76. [native-inputs]: Adapt style.
2021-12-29gnu: nginx-documentation: Update to 1.21.5-2816-ae1d713a06e2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.5-2816-ae1d713a06e2.
2021-12-29gnu: nginx: Update to 1.21.5.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.21.5.
2021-12-28gnu: Add clearsilver.Ricardo Wurmus
* gnu/packages/web.scm (clearsilver): New variable.
2021-12-20gnu: Apache httpd: Update to 2.4.52 [fixes CVE-2021-{44224,44790}].Leo Famulari
* gnu/packages/web.scm (httpd): Update to 2.4.52.
2021-12-19gnu: buku: Fix build.Liliana Marie Prikler
* gnu/packages/web.scm (buku)[origin]: Drop file-name. [arguments]: Drop sanity-check. [inputs]: Add python-flask.
2021-12-19gnu: wslay: Fix build.Nicolas Goaziou
* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx error. Fixes <https://issues.guix.gnu.org/52661>.
2021-12-13gnu: Further simplify package inputs.Ludovic Courtès
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.)
2021-12-13gnu: Simplify package inputs.Ludovic Courtès
This commit was obtained by running: ./pre-inst-env guix style without any additional argument.
2021-12-13Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-12-11gnu: gmnisrv: Update to 1.0.Nikolay Korotkiy
* gnu/packages/web.scm (gmnisrv): Update to 1.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-08gnu: hitch: Update to 1.7.2.Marius Bakke
* gnu/packages/web.scm (hitch): Update to 1.7.2.
2021-12-07gnu: Add kiwix-tools.Denis 'GNUtoo' Carikli
* gnu/packages/web.scm (kiwix-tools): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-11-27gnu: varnish: Update to 7.0.1.Tobias Geerinckx-Rice
* gnu/packages/web.scm (varnish): Update to 7.0.1.
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-22gnu: http-parser: Update to 1.1.4.Maxim Cournoyer
* gnu/packages/web.scm (http-parser): Update to 1.1.4. [phases]: Delete trailing #t.
2021-11-21gnu: nghttp2: Resurrect cross-building.Jan (janneke) Nieuwenhuizen
* gnu/packages/web.scm (nghttp2)[arguments]: Add "--disable-python-bindings" when cross-building.
2021-11-17Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-17gnu: tidy-html: Update to 5.8.0.Philip McGrath
* gnu/packages/web.scm (tidy-html): Update to 5.8.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-15gnu: hpcguix-web: Update to 0.2.0.Ludovic Courtès
* 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'.