aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* gnu: nginx: Update to 1.17.5.Marius Bakke2019-10-27
| | | | * gnu/packages/web.scm (nginx): Update to 1.17.5.
* gnu: varnish: Update to 6.3.1 [security fixes].Tobias Geerinckx-Rice2019-10-25
| | | | | | Fixes <https://varnish-cache.org/security/VSV00004.html>. * gnu/packages/web.scm (varnish): Update to 6.3.1.
* gnu: rss-bridge: Update to 2019-09-12.Tobias Geerinckx-Rice2019-10-25
| | | | * gnu/packages/web.scm (rss-bridge): Update to 2019-09-12.
* gnu: guix-data-service: Enable build time tests.Christopher Baines2019-10-22
| | | | | | | | | | Previously the tests were not run, as PostgreSQL wasn't running at build time. Now there's a new target, check-with-tmp-database that uses ephemeralpg to run the tests without relying on an externally managed PostgreSQL service. * gnu/packages/web.scm (guix-data-service)[arguments]: Remove #:tests? #f, and set #:test-target to "check-with-tmp-database". [native-inputs]: Add ephemeralpg.
* gnu: perl-cgi-simple: Update to 1.22.Tobias Geerinckx-Rice2019-10-22
| | | | * gnu/packages/web.scm (perl-cgi-simple): Update to 1.22.
* gnu: guix-data-service: Update to 0.0.1-4.5e2bc7c.Christopher Baines2019-10-18
| | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-4.5e2bc7c.
* gnu: starman: Update to 0.4015.Tobias Geerinckx-Rice2019-10-14
| | | | * gnu/packages/web.scm (starman): Update to 0.4015.
* gnu: nghttp2: Replace with 1.39.2 [fixes CVE-2019-9511, CVE-2019-9513].Marius Bakke2019-10-13
| | | | | * gnu/packages/web.scm (nghttp2-1.39.2): New variable. (nghttp2)[replacement]: New field.
* gnu: fcgiwrap: Fix build with newer GCCs.Tobias Geerinckx-Rice2019-10-09
| | | | * gnu/packages/web.scm (fcgiwrap)[arguments]: Add ‘fix-CFLAGS’ phase.
* Merge branch 'master' into core-updatesRicardo Wurmus2019-10-06
|\
| * gnu: perl-test-tcp: Update to 2.21.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/web.scm (perl-test-tcp): Update to 2.21.
| * gnu: perl-html-form: Update to 6.05.Tobias Geerinckx-Rice2019-10-06
| | | | | | | | * gnu/packages/web.scm (perl-html-form): Update to 6.05.
| * gnu: guix-data-service: Update to 0.0.1-3.8019d2e.Christopher Baines2019-10-05
| | | | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-3.8019d2e.
| * gnu: guix-data-service: Update to 0.0.1-2.e00aabd.Christopher Baines2019-10-01
| | | | | | | | | | * gnu/packages/web.scm (guix-data-service): Update to 0.0.1-2.e00aabd. [arguments]: Add new process-branch-updated-mbox executable to list.
* | Merge branch 'master' into core-updatesMarius Bakke2019-09-27
|\|
| * gnu: nginx: Update to 1.17.4.Marius Bakke2019-09-27
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.17.4.
| * gnu: wabt: Update to 1.0.12.Tobias Geerinckx-Rice2019-09-27
| | | | | | | | * gnu/packages/web.scm (wabt): Update to 1.0.12.
| * gnu: Add guix-data-service.Christopher Baines2019-09-25
| | | | | | | | * gnu/packages/web.scm (guix-data-service): New variable.
| * gnu: varnish: Update to 6.3.0.Marius Bakke2019-09-24
| | | | | | | | | | * gnu/packages/web.scm (varnish): Update to 6.3.0. [arguments]: Patch /bin/sh in one more file.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-24
|\|
| * gnu: Add wabt.Vagrant Cascadian2019-09-19
| | | | | | | | | | | | * gnu/packages/web (wabt): New variable. * gnu/packages/diffoscope (diffoscope)[native-inputs]: Add wabt for tests. [arguments]: Add phase patching wabt into known tools.
* | gnu: perl-catalyst-view-json: Update to 0.37.Ludovic Courtès2019-09-23
| | | | | | | | * gnu/packages/web.scm (perl-catalyst-view-json): Update to 0.37.
* | gnu: perl-catalyst-runtime: Update to 5.90124.Ludovic Courtès2019-09-23
| | | | | | | | | | * gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90124. [propagated-inputs]: Add PERL-PERLIO-UTF8_STRICT.
* | Merge branch 'master' into core-updatesLudovic Courtès2019-09-17
|\|
| * gnu: nghttp2: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-09-11
| | | | | | | | * gnu/packages/web.scm (nghttp2)[source]: Hard-code NAME.
| * gnu: poussetaches: Update to 0.0.2.Arun Isaac2019-09-08
| | | | | | | | * gnu/packages/web.scm (poussetaches): Update to 0.0.2.
* | Merge branch 'master' into core-updatesMark H Weaver2019-09-06
|\|
| * gnu: nginx: Update to 1.17.3 [security fixes].Marius Bakke2019-09-05
| | | | | | | | | | | | This release fixes CVE-2019-9511, CVE-2019-9513, and CVE-2019-9516. * gnu/packages/web.scm (nginx): Update to 1.17.3.
| * gnu: varnish: Update to 6.2.1.Marius Bakke2019-09-05
| | | | | | | | * gnu/packages/web.scm (varnish): Update to 6.2.1.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-29
|\|
| * gnu: Add poussetaches.Arun Isaac2019-08-30
| | | | | | | | * gnu/packages/web.scm (poussetaches): New variable.
* | Merge branch 'master' into core-updatesMark H Weaver2019-08-22
|\|
| * gnu: Apache httpd: Update to 2.4.41 [security fixes].Leo Famulari2019-08-19
| | | | | | | | | | | | Fixes CVE-2019-{5917,10081,10082,10092,10097,10098}]. * gnu/packages/web.scm (httpd): Update to 2.4.41.
| * gnu: rss-bridge: Update to 2019-07-06.Arun Isaac2019-08-19
| | | | | | | | * gnu/packages/web.scm (rss-bridge): Update to 2019-07-06.
| * gnu: Remove python2-internetarchive.Marius Bakke2019-08-15
| | | | | | | | | | | | | | This trivial package fails to build and has no reverse dependencies. * gnu/packages/web.scm (python2-internetarchive): Remove variable. (python-internetarchive)[properties]: Remove.
* | Merge branch 'master' into core-updatesMarius Bakke2019-08-13
|\|
| * gnu: perl-cgi: Update to 4.44.Marius Bakke2019-08-04
| | | | | | | | * gnu/packages/web.scm (perl-cgi): Update to 4.44.
| * gnu: perl-http-message: Update to 6.18.Marius Bakke2019-08-04
| | | | | | | | * gnu/packages/web.scm (perl-http-message): Update to 6.18.
* | Merge branch 'master' into core-updatesMarius Bakke2019-07-31
|\|
| * gnu: netsurf: Add libnslog input.Eric Bavier2019-07-30
| | | | | | | | * gnu/packages/web.scm (netsurf)[inputs]: Add libnslog.
| * gnu: Add libnslog.Eric Bavier2019-07-30
| | | | | | | | * gnu/packages/web.scm (libnslog): New variable.
| * gnu: netsurf: Update to 3.9.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (netsurf)[source]: Update to 3.9. [native-inputs]: Add "xxd" input.
| * gnu: nsgenbind: Update to 0.7.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (nsgenbind)[source]: Update to 0.7. Remove use of "name" in source url.
| * gnu: libnspsl: Update to 0.1.5.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (libnspsl)[source]: Update to 0.1.5. Remove use of "name" in url.
| * gnu: libdom: Update to 0.4.0.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (libdom)[source]: Update to 0.4.0. Remove use of "name" in source url.
| * gnu: libcss: Update to 0.9.0.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (libcss)[source]: Update to 0.9.0. Remove use of "name" in source url.
| * gnu: libwapcaplet: Update to 0.4.2.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (libwapcaplet)[source]: Update to 0.4.2. Remove use of "name" in source url.
| * gnu: hubbub: Update to 0.3.6.Eric Bavier2019-07-30
| | | | | | | | | | * gnu/packages/web.scm (hubbub)[source]: Update to 0.3.6. Remove use of "name" in source url.
| * gnu: nginx: Update to 1.17.2.Marius Bakke2019-07-27
| |
| * gnu: hpcguix-web: Update to f39c90b.Ludovic Courtès2019-07-27
| | | | | | | | | | * gnu/packages/web.scm (hpcguix-web): Update to f39c90b. [propagated-inputs]: Use GUILE-JSON-3 instead of GUILE-JSON-1.