summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* gnu: http-parser: Add support for RFC 3986.Nicolò Balzarotti2020-04-07
| | | | | | | | | Fixes parsing of colon followed by empty port, allowed by RFC 3986 specifications. Fedora is applying it to system http-parser too. * gnu/packages/web.scm (http-parser)[source]: Add patch from Fedora. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.Marius Bakke2020-04-04
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/cdrom.scm (dvdstyler)[native-inputs]: Change from GNU-GETTEXT to GETTEXT-MINIMAL. * gnu/packages/emulators.scm (dolphin-emu)[native-inputs]: Likewise. * gnu/packages/engineering.scm (lepton-eda, kicad, kicad-i18l)[native-inputs]: Likewise. * gnu/packages/games.scm (quadrapassel, edgar)[native-inputs]: Likewise. * gnu/packages/gnome.scm (eog-plugins, workrave, geary)[native-inputs]: Likewise. * gnu/packages/guile-xyz.scm (guile-gi, emacsy)[native-inputs]: Likewise. * gnu/packages/image.scm (gpick)[native-inputs]: Likewise. * gnu/packages/messaging.scm (telegram-purple)[native-inputs]: Likewise. * gnu/packages/music.scm (fmit)[native-inputs]: Likewise. * gnu/packages/package-management.scm (flatpak)[native-inputs]: Likewise. * gnu/packages/patchutils.scm (quilt)[native-inputs]: Likewise. * gnu/packages/photo.scm (hugin)[native-inputs]: Likewise. * gnu/packages/security-token.scm (eid-mw)[native-inputs]: Likewise. * gnu/packages/telephony.scm (jami)[native-inputs]: Likewise. * gnu/packages/texinfo.scm (pinfo)[native-inputs]: Likewise. * gnu/packages/vulkan.scm (vkd3d)[native-inputs]: Likewise. * gnu/packages/web.scm (cadaver)[native-inputs]: Likewise.
* gnu: cadaver: Build with OpenSSL 1.0.Marius Bakke2020-04-04
| | | | * gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0.
* gnu: Add perl-http-lite.Paul Garlick2020-04-03
| | | | * gnu/packages/web.scm (perl-http-lite): New variable.
* gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].Leo Famulari2020-04-02
| | | | * gnu/packages/web.scm (httpd): Update to 2.4.43.
* gnu: guix-data-service: Update to 0.0.1-19.d1c243f.Christopher Baines2020-03-26
| | | | | | | | | | | | | | | 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.
* gnu: java-tomcat: Update to 8.5.53.Björn Höfling2020-03-26
| | | | | | | This fixes CVE-2020-1938 ("Ghostcat"). * gnu/packages/web.scm (java-tomcat): Update to 8.5.53. [properties]: Add cpe-name.
* gnu: nginx-accept-language-module: Simplify decompression phase.Florian Pelz2020-03-20
| | | | | | | | | 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: varnish: Update to 6.4.0.Marius Bakke2020-03-19
| | | | * gnu/packages/web.scm (varnish): Update to 6.4.0.
* gnu: httrack: Fix Texinfo markup in description.Nicolas Goaziou2020-03-17
| | | | * gnu/packages/web.scm (httrack): Fix Texinfo markup in description.
* Merge branch 'master' into stagingMarius Bakke2020-03-14
|\
| * gnu: nginx: Update to 1.17.9.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.17.9.
| * gnu: cadaver: Satisfy 'guix lint'.Efraim Flashner2020-03-13
| | | | | | | | | | * gnu/packages/web.scm (cadaver)[home-page]: Follow redirect. [description]: Always use two spaces.
| * gnu: httrack: Use texi markup in description.Efraim Flashner2020-03-13
| | | | | | | | * gnu/packages/web.scm (httrack)[description]: Use texi markup.
| * gnu: libwebsockets: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-13
| | | | | | | | * gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
* | Merge branch 'master' into stagingMarius Bakke2020-03-10
|\|
| * gnu: polipo: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-09
| | | | | | | | * gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
* | Merge branch 'master' into stagingMarius Bakke2020-03-09
|\|
| * gnu: perl-catalyst-devel: Update to 1.40.Tobias Geerinckx-Rice2020-03-09
| | | | | | | | * gnu/packages/web.scm (perl-catalyst-devel): Update to 1.40.
| * gnu: guix-data-service: Update to 0.0.1-18.18eb9df.Christopher Baines2020-03-08
| | | | | | | | | | | | * 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: jq: Use HTTPS home page.Tobias Geerinckx-Rice2020-03-07
| | | | | | | | * gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
* | Merge branch 'master' into stagingMarius Bakke2020-02-28
|\|
| * gnu: Add lighttpd.Ricardo Wurmus2020-02-28
| | | | | | | | * gnu/packages/web.scm (lighttpd): New variable.
| * gnu: nghttp2@1.40: Do not inherit the replacement field.Marius Bakke2020-02-28
| | | | | | | | * gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of PACKAGE/INHERIT.
* | Merge branch 'master' into stagingMarius Bakke2020-02-26
|\|
| * gnu: nghttp2: Add version 1.40.0.Marius Bakke2020-02-26
| | | | | | | | * gnu/packages/web.scm (nghttp2-1.40): New public variable.
* | Merge branch 'master' into stagingMarius Bakke2020-02-24
|\|
| * gnu: wslay: Fix build.Tobias Geerinckx-Rice2020-02-22
| | | | | | | | * gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel.
| * gnu: nginx: Update to 1.17.8.Tobias Geerinckx-Rice2020-02-17
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.17.8.
| * gnu: wabt: Use Texinfo mark-up.Tobias Geerinckx-Rice2020-02-16
| | | | | | | | * gnu/packages/web.scm (wabt)[description]: Mark up more better.
* | gnu: perl-cgi: Update to 4.46.Marius Bakke2020-02-14
| | | | | | | | * gnu/packages/web.scm (perl-cgi): Update to 4.46.
* | gnu: perl-http-date: Update to 6.05.Marius Bakke2020-02-14
| | | | | | | | * gnu/packages/web.scm (perl-http-date): Update to 6.05.
* | gnu: perl-lwp-mediatypes: Update to 6.04.Marius Bakke2020-02-14
|/ | | | | | * gnu/packages/web.scm (perl-lwp-mediatypes): Update to 6.0.4. [source](uri): Adjust accordingly. [native-inputs]: Add PERL-TEST-FATAL.
* gnu: Add librocket.Pierre Neidhardt2020-02-14
| | | | * gnu/packages/web.scm (librocket): New variable.
* gnu: netsurf: Fix .desktop exec reference.Eric Bavier2020-02-13
| | | | | * gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced in .desktop file to "netsurf-gtk3".
* gnu: Add libcyaml.Alexandros Theodotou2020-02-13
| | | | | | * gnu/packages/web.scm (libcyaml): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: http-parser: Update to 2.9.3.Marius Bakke2020-02-10
| | | | * gnu/packages/web.scm (http-parser): Update to 2.9.3.
* Merge branch 'staging'Marius Bakke2020-02-10
|\
| * Merge branch 'master' into stagingMarius Bakke2020-02-05
| |\
| * \ Merge branch 'master' into stagingMarius Bakke2020-02-03
| |\ \
| * | | gnu: Add qoauth.Hartmut Goebel2020-02-03
| | | | | | | | | | | | | | | | * gnu/packages/web.scm (qoauth): New variable.
* | | | Update e-mail address for Jakob L. Kreuze.Tobias Geerinckx-Rice2020-02-09
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: varnish: Update to 6.3.2.Marius Bakke2020-02-05
| | | | | | | | | | | | * gnu/packages/web.scm (varnish): Update to 6.3.2.
* | | gnu: cat-avatar-generator: Remove imports for (srfi *).Ludovic Courtès2020-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: netsurf: Use https.Efraim Flashner2020-02-04
| | | | | | | | | | | | | | | | | | | | | * 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: netsurf: Build with gtk+-3.Efraim Flashner2020-02-04
| | | | | | | | | | | | | | | * gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+. [arguments]: Add makeflag to target gtk3.
* | | gnu: netsurf: Fix entity parsing.Eric Bavier2020-02-04
| |/ |/| | | | | | | | | | | | | | | 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: Add wslay.Timotej Lazar2020-02-02
| | | | | | | | | | | | * gnu/packages/web.scm (wslay): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* | gnu: netsurf: Curb overzealous substitution.Tobias Geerinckx-Rice2020-01-31
|/ | | | * gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms.
* gnu: sassc/libsass-3.5: Hide.Tobias Geerinckx-Rice2020-01-23
| | | | | | | | This follows up on commit bed24ecfcd68ca6fbc21f02b477cffff3b4c0450. Reported-by: Christopher Baines <mail@cbaines.net> * gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.