Age | Commit message (Collapse) | Author |
|
These changes support the guix-data-service-backup-database and
guix-data-service-create-small-backup scripts. These are shell scripts, so
require coreutils from the build environment at runtime as well as binaries
from postgresql, ephemeralpg and optionally util-linux (for ionice and
renice).
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-19.d1c243f.
[arguments]: Add (ice-9 ftw) and (ice-9 match) to #:modules, change the
'install phase to wrap all bin files with some inputs as well.
[inputs]: Add util-linux, include ephemeralpg from native-inputs and switch
postgresql for postgresql-11.
[native-inputs]: Move ephemeralpg to inputs.
|
|
This fixes CVE-2020-1938 ("Ghostcat").
* gnu/packages/web.scm (java-tomcat): Update to 8.5.53.
[properties]: Add cpe-name.
|
|
See <https://lists.gnu.org/archive/html/guix-patches/2020-03/msg00652.html>
where a similar change was found to be sufficient.
* gnu/packages/web.scm (nginx-accept-language-module)[arguments]:
In 'unpack-nginx-sources' phase, extract the compressed tarball using
tar's auto-decompression instead of decompressing manually.
|
|
* gnu/packages/web.scm (varnish): Update to 6.4.0.
|
|
* gnu/packages/web.scm (httrack): Fix Texinfo markup in description.
|
|
|
|
* gnu/packages/web.scm (nginx): Update to 1.17.9.
|
|
* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect.
[description]: Always use two spaces.
|
|
* gnu/packages/web.scm (httrack)[description]: Use texi markup.
|
|
* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
|
|
|
|
* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
|
|
|
|
* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.40.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-18.18eb9df.
(inputs, native-inputs): Switch to using the Guile 3 package variants where
applicable.
|
|
* gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
|
|
|
|
* gnu/packages/web.scm (lighttpd): New variable.
|
|
* gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of PACKAGE/INHERIT.
|
|
|
|
* gnu/packages/web.scm (nghttp2-1.40): New public variable.
|
|
|
|
* gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel.
|
|
* gnu/packages/web.scm (nginx): Update to 1.17.8.
|
|
* gnu/packages/web.scm (wabt)[description]: Mark up more better.
|
|
* gnu/packages/web.scm (perl-cgi): Update to 4.46.
|
|
* gnu/packages/web.scm (perl-http-date): Update to 6.05.
|
|
* gnu/packages/web.scm (perl-lwp-mediatypes): Update to 6.0.4.
[source](uri): Adjust accordingly.
[native-inputs]: Add PERL-TEST-FATAL.
|
|
* gnu/packages/web.scm (librocket): New variable.
|
|
* gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced
in .desktop file to "netsurf-gtk3".
|
|
* gnu/packages/web.scm (libcyaml): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/web.scm (http-parser): Update to 2.9.3.
|
|
|
|
As requested here:
<https://lists.gnu.org/archive/html/guix-devel/2020-02/msg00128.html>.
* .mailmap: Add an entry for Jakob.
* gnu/machine.scm, gnu/machine/digital-ocean.scm, gnu/machine/ssh.scm,
gnu/packages/admin.scm, gnu/packages/i2p.scm, gnu/packages/music.scm,
gnu/packages/web.scm, gnu/tests/reconfigure.scm, guix/scripts/deploy.scm,
guix/scripts/system/reconfigure.scm: Update their e-mail address.
|
|
|
|
* gnu/packages/web.scm (varnish): Update to 6.3.2.
|
|
This would import (srfi srfi-1) and (srfi srfi-26) from the host Guile,
leading to discrepancies among users, and in particular when the host
Guile is 3.0.
Reported by Julien Lepiller <julien@lepiller.eu>
in <https://bugs.gnu.org/39369>.
* gnu/packages/web.scm (cat-avatar-generator): Remove (srfi *) from
#:modules.
|
|
* gnu/packages/web.scm (netsurf-buildsystem, libparserutils, hubbub,
libwapcaplet, libcss, libdom, libsvgtiny, libnsbmp, libnsgif, libnslog,
libnsutils, libnspsl, nsgenbind, netsurf, netsurf-buildsystem)
[source, home-page]: Use https.
|
|
* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+.
[arguments]: Add makeflag to target gtk3.
|
|
Follow-up to commit 31afa654c58cd7aa8bd11a771fa6eabcd766d443.
* gnu/packages/web.scm (netsurf)[arguments]: In 'adjust-welcome' phase, ensure
html entities are parsed and find their way back to the output.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
|
|
* gnu/packages/web.scm (qoauth): New variable.
|
|
* gnu/packages/web.scm (wslay): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms.
|
|
This follows up on commit bed24ecfcd68ca6fbc21f02b477cffff3b4c0450.
Reported-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.
|
|
Tests fail with check@0.13 due to implementation changes.
* gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
|
|
* gnu/packages/web.scm (stunnel): Update to 5.56.
|
|
* gnu/packages/web.scm (sassc/libsass-3.5): New public variable.
* gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.
|
|
* gnu/packages/web.scm (perl-lwp-useragent-cached): New variable.
|