summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: ikiwiki: Update to 3.20200202.3.•••* gnu/packages/web.scm (ikiwiki): Update to 3.20200202.3. Paul Garlick2020-04-291-2/+2
* gnu: ikiwiki: Translate documentation.•••* gnu/packages/web.scm (ikiwiki)[inputs]: Add po4a. [arguments]<#:phases>[patch-Makefile]: Rename to... [arguments]<#:phases>[patch-Makefiles]: ...this. Add build environment paths to the PERL5LIB environment variable that is used by the 'po2wiki' script. Paul Garlick2020-04-291-3/+7
* gnu: ikiwiki: Add missing inputs.•••* gnu/packages/web.scm (ikiwiki)[inputs]: Add perl-authen-passphrase, perl-file-mimeinfo, perl-mail-sendmail and perl-xml-twig. Paul Garlick2020-04-291-1/+5
* gnu: ikiwiki: Propagate some inputs.•••* gnu/packages/web.scm (ikiwiki)[inputs]: Move perl-html-parser, perl-html-scrubber, perl-html-template, perl-json, perl-text-markdown-discount, perl-uri and perl-yaml-libyaml to... [propagated-inputs]: ...here. New field. Paul Garlick2020-04-291-6/+7
* gnu: ikiwiki: Build perl inputs for target architecture.•••* gnu/packages/web.scm (ikiwiki)[native-inputs]: Move perl dependencies ... [inputs]: ...to here. Paul Garlick2020-04-291-4/+4
* gnu: ikiwiki: Fetch sources from git repository.•••* gnu/packages/web.scm (ikiwiki)[source]: Use GIT-FETCH and GIT-FILE-NAME. [source](snippet): New field. [arguments]<#:phases>[set-modification-times]: New phase. Paul Garlick2020-04-291-5/+20
* gnu: hpcguix-web: Use guile3.0-guix.•••* gnu/packages/web.scm (hpcguix-web): Update to latest revision and use guile3.0 inputs. Roel Janssen2020-04-281-7/+7
* gnu: java-eclipse-jetty-test-helper: Don't use unstable tarball.•••* gnu/packages/web.scm (java-eclipse-jetty-test-helper)[source]: Download using git-fetch. Efraim Flashner2020-04-241-4/+6
* Revert "gnu: http-parser: Update to 2.9.4."•••It fails to build on armhf-linux; see <https://bugs.gnu.org/40604>. This reverts commit 62f7f0d636d3b3ff796263ab892ebf53263539fa. Marius Bakke2020-04-131-2/+2
* gnu: http-parser: Update to 2.9.4.•••* gnu/packages/web.scm (http-parser): Update to 2.9.4. Tobias Geerinckx-Rice2020-04-131-2/+2
* gnu: libpsl: Fix grammar "allows to load" to "allowing to load".•••* gnu/packages/web (libpsl): Fix grammar. Vagrant Cascadian2020-04-121-1/+1
* gnu: http-parser: Add support for RFC 3986.•••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> Nicolò Balzarotti2020-04-071-0/+14
* gnu: Replace uses of 'gettext' with 'gettext-minimal'.•••* 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. Marius Bakke2020-04-041-1/+1
* gnu: cadaver: Build with OpenSSL 1.0.•••* gnu/packages/web.scm (cadaver)[inputs]: Change from OPENSSL to OPENSSL-1.0. Marius Bakke2020-04-041-1/+1
* gnu: Add perl-http-lite.•••* gnu/packages/web.scm (perl-http-lite): New variable. Paul Garlick2020-04-031-0/+30
* gnu: Apache httpd: Update to 2.4.43 [fixes CVE-2020-{1927,1934}].•••* gnu/packages/web.scm (httpd): Update to 2.4.43. Leo Famulari2020-04-021-2/+2
* gnu: guix-data-service: Update to 0.0.1-19.d1c243f.•••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. Christopher Baines2020-03-261-13/+24
* gnu: java-tomcat: Update to 8.5.53.•••This fixes CVE-2020-1938 ("Ghostcat"). * gnu/packages/web.scm (java-tomcat): Update to 8.5.53. [properties]: Add cpe-name. Björn Höfling2020-03-261-2/+4
* gnu: nginx-accept-language-module: Simplify decompression phase.•••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. Florian Pelz2020-03-201-15/+5
* gnu: varnish: Update to 6.4.0.•••* gnu/packages/web.scm (varnish): Update to 6.4.0. Marius Bakke2020-03-191-2/+2
* gnu: httrack: Fix Texinfo markup in description.•••* gnu/packages/web.scm (httrack): Fix Texinfo markup in description. Nicolas Goaziou2020-03-171-1/+1
* Merge branch 'master' into stagingMarius Bakke2020-03-141-6/+6
|\
| * gnu: nginx: Update to 1.17.9.•••* gnu/packages/web.scm (nginx): Update to 1.17.9. Tobias Geerinckx-Rice2020-03-131-2/+2
| * gnu: cadaver: Satisfy 'guix lint'.•••* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect. [description]: Always use two spaces. Efraim Flashner2020-03-131-2/+2
| * gnu: httrack: Use texi markup in description.•••* gnu/packages/web.scm (httrack)[description]: Use texi markup. Efraim Flashner2020-03-131-1/+1
| * gnu: libwebsockets: Use HTTPS home page.•••* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-131-1/+1
* | Merge branch 'master' into stagingMarius Bakke2020-03-101-1/+1
|\|
| * gnu: polipo: Use HTTPS home page.•••* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-091-1/+1
* | Merge branch 'master' into stagingMarius Bakke2020-03-091-14/+13
|\|
| * gnu: perl-catalyst-devel: Update to 1.40.•••* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.40. Tobias Geerinckx-Rice2020-03-091-4/+3
| * gnu: guix-data-service: Update to 0.0.1-18.18eb9df.•••* 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. Christopher Baines2020-03-081-9/+9
| * gnu: jq: Use HTTPS home page.•••* gnu/packages/web.scm (jq)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-03-071-1/+1
* | Merge branch 'master' into stagingMarius Bakke2020-02-281-3/+66
|\|
| * gnu: Add lighttpd.•••* gnu/packages/web.scm (lighttpd): New variable. Ricardo Wurmus2020-02-281-1/+64
| * gnu: nghttp2@1.40: Do not inherit the replacement field.•••* gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of PACKAGE/INHERIT. Marius Bakke2020-02-281-2/+2
* | Merge branch 'master' into stagingMarius Bakke2020-02-261-1/+15
|\|
| * gnu: nghttp2: Add version 1.40.0.•••* gnu/packages/web.scm (nghttp2-1.40): New public variable. Marius Bakke2020-02-261-1/+15
* | Merge branch 'master' into stagingMarius Bakke2020-02-241-13/+21
|\|
| * gnu: wslay: Fix build.•••* gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel. Tobias Geerinckx-Rice2020-02-221-1/+4
| * gnu: nginx: Update to 1.17.8.•••* gnu/packages/web.scm (nginx): Update to 1.17.8. Tobias Geerinckx-Rice2020-02-171-2/+2
| * gnu: wabt: Use Texinfo mark-up.•••* gnu/packages/web.scm (wabt)[description]: Mark up more better. Tobias Geerinckx-Rice2020-02-161-10/+15
* | gnu: perl-cgi: Update to 4.46.•••* gnu/packages/web.scm (perl-cgi): Update to 4.46. Marius Bakke2020-02-141-2/+2
* | gnu: perl-http-date: Update to 6.05.•••* gnu/packages/web.scm (perl-http-date): Update to 6.05. Marius Bakke2020-02-141-3/+3
* | gnu: perl-lwp-mediatypes: Update to 6.04.•••* gnu/packages/web.scm (perl-lwp-mediatypes): Update to 6.0.4. [source](uri): Adjust accordingly. [native-inputs]: Add PERL-TEST-FATAL. Marius Bakke2020-02-141-3/+5
|/
* gnu: Add librocket.•••* gnu/packages/web.scm (librocket): New variable. Pierre Neidhardt2020-02-141-0/+43
* gnu: netsurf: Fix .desktop exec reference.•••* gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced in .desktop file to "netsurf-gtk3". Eric Bavier2020-02-131-1/+1
* gnu: Add libcyaml.•••* gnu/packages/web.scm (libcyaml): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Alexandros Theodotou2020-02-131-0/+41
* gnu: http-parser: Update to 2.9.3.•••* gnu/packages/web.scm (http-parser): Update to 2.9.3. Marius Bakke2020-02-101-2/+2
* Merge branch 'staging'Marius Bakke2020-02-101-0/+45
|\
| * Merge branch 'master' into stagingMarius Bakke2020-02-051-38/+45
| |\