Age | Commit message (Expand) | Author |
2020-03-13 | gnu: cadaver: Satisfy 'guix lint'....* gnu/packages/web.scm (cadaver)[home-page]: Follow redirect.
[description]: Always use two spaces.
| Efraim Flashner |
2020-03-13 | gnu: httrack: Use texi markup in description....* gnu/packages/web.scm (httrack)[description]: Use texi markup.
| Efraim Flashner |
2020-03-13 | gnu: libwebsockets: Use HTTPS home page....* gnu/packages/web.scm (libwebsockets)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: polipo: Use HTTPS home page....* gnu/packages/web.scm (polipo)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-03-09 | gnu: perl-catalyst-devel: Update to 1.40....* gnu/packages/web.scm (perl-catalyst-devel): Update to 1.40.
| Tobias Geerinckx-Rice |
2020-03-08 | 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 Baines |
2020-03-07 | gnu: jq: Use HTTPS home page....* gnu/packages/web.scm (jq)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-02-28 | gnu: Add lighttpd....* gnu/packages/web.scm (lighttpd): New variable.
| Ricardo Wurmus |
2020-02-28 | gnu: nghttp2@1.40: Do not inherit the replacement field....* gnu/packages/web.scm (nghttp2-1.40): Use INHERIT instead of PACKAGE/INHERIT.
| Marius Bakke |
2020-02-26 | gnu: nghttp2: Add version 1.40.0....* gnu/packages/web.scm (nghttp2-1.40): New public variable.
| Marius Bakke |
2020-02-22 | gnu: wslay: Fix build....* gnu/packages/web.scm (wslay)[arguments]: Don't build in parallel.
| Tobias Geerinckx-Rice |
2020-02-17 | gnu: nginx: Update to 1.17.8....* gnu/packages/web.scm (nginx): Update to 1.17.8.
| Tobias Geerinckx-Rice |
2020-02-16 | gnu: wabt: Use Texinfo mark-up....* gnu/packages/web.scm (wabt)[description]: Mark up more better.
| Tobias Geerinckx-Rice |
2020-02-14 | gnu: Add librocket....* gnu/packages/web.scm (librocket): New variable.
| Pierre Neidhardt |
2020-02-13 | gnu: netsurf: Fix .desktop exec reference....* gnu/packages/web.scm (netsurf)[arguments]: Update name of binary referenced
in .desktop file to "netsurf-gtk3".
| Eric Bavier |
2020-02-13 | gnu: Add libcyaml....* gnu/packages/web.scm (libcyaml): New variable.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| Alexandros Theodotou |
2020-02-10 | gnu: http-parser: Update to 2.9.3....* gnu/packages/web.scm (http-parser): Update to 2.9.3.
| Marius Bakke |
2020-02-10 | Merge branch 'staging' | Marius Bakke |
2020-02-09 | Update e-mail address for Jakob L. Kreuze....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.
| Tobias Geerinckx-Rice |
2020-02-05 | Merge branch 'master' into staging | Marius Bakke |
2020-02-05 | gnu: varnish: Update to 6.3.2....* gnu/packages/web.scm (varnish): Update to 6.3.2.
| Marius Bakke |
2020-02-05 | gnu: cat-avatar-generator: Remove imports for (srfi *)....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.
| Ludovic Courtès |
2020-02-04 | gnu: netsurf: Use https....* 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.
| Efraim Flashner |
2020-02-04 | gnu: netsurf: Build with gtk+-3....* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+.
[arguments]: Add makeflag to target gtk3.
| Efraim Flashner |
2020-02-04 | gnu: netsurf: Fix entity parsing....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>
| Eric Bavier |
2020-02-03 | Merge branch 'master' into staging | Marius Bakke |
2020-02-03 | gnu: Add qoauth....* gnu/packages/web.scm (qoauth): New variable.
| Hartmut Goebel |
2020-02-02 | gnu: Add wslay....* gnu/packages/web.scm (wslay): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Timotej Lazar |
2020-01-31 | gnu: netsurf: Curb overzealous substitution....* gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms.
| Tobias Geerinckx-Rice |
2020-01-23 | gnu: sassc/libsass-3.5: Hide....This follows up on commit bed24ecfcd68ca6fbc21f02b477cffff3b4c0450.
Reported-by: Christopher Baines <mail@cbaines.net>
* gnu/packages/web.scm (sassc/libsass-3.5)[properties]: Hide package.
| Tobias Geerinckx-Rice |
2020-01-23 | gnu: libnslog: Use check@0.12....Tests fail with check@0.13 due to implementation changes.
* gnu/packages/web.scm (libnslog)[native-inputs]: 'check' -> 'check-0.12'.
| Eric Bavier |
2020-01-20 | gnu: guix-data-service: Update to 0.0.1-17.bf25a8d....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-17.bf25a8d.
| Christopher Baines |
2020-01-20 | gnu: stunnel: Update to 5.56....* gnu/packages/web.scm (stunnel): Update to 5.56.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: arc-theme: Fix build....* gnu/packages/web.scm (sassc/libsass-3.5): New public variable.
* gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.
| Tobias Geerinckx-Rice |
2020-01-17 | gnu: Add perl-lwp-useragent-cached....* gnu/packages/web.scm (perl-lwp-useragent-cached): New variable.
| Eric Bavier |
2020-01-17 | gnu: Use HTTPS for sass-lang.com everywhere....* gnu/packages/ruby.scm (ruby-sass)[home-page]: Use HTTPS.
* gnu/packages/web.scm (sassc)[home-page]: Likewise.
| Tobias Geerinckx-Rice |
2020-01-05 | gnu: guix-data-service: Update to 0.0.1-16.c7e3a1b....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-16.c7e3a1b.
| Christopher Baines |
2020-01-03 | gnu: uglify-js: Move back next to sbcl-cl-uglify-js definition....This fixes the bug which prevented uglify-js from being defined properly, and
cascaded back to all Common Lisp packages.
* gnu/packages/bioinformatics.scm: Replace javascript module with lisp-xyz.
* gnu/packages/cran.scm: Use lisp-xyz module.
* gnu/packages/javascript.scm (uglify-js): Move from here...
* gnu/packages/lisp-xyz.scm: ... To here.
* gnu/packages/web.scm: Replace javascript module with lisp-xyz.
* guix/build-system/minify.scm: Find uglify-js in the lisp-xyz module.
| Pierre Neidhardt |
2020-01-02 | gnu: guix-data-service: Update to 0.0.1-15.4ed1400....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-15.4ed1400.
| Christopher Baines |
2019-12-31 | gnu: guix-data-service: Update to 0.0.1-14.f2343b5....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-14.f2343b5.
| Christopher Baines |
2019-12-30 | gnu: sassc: Update to 3.6.1....* gnu/packages/web.scm (sassc): Update to 3.6.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Riku Viitanen via Guix-patches via |
2019-12-30 | gnu: libsass: Update to 3.6.3....* gnu/packages/web.scm: (libsass): Update to 3.6.3.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Riku Viitanen via Guix-patches via |
2019-12-29 | gnu: guix-data-service: Update to 0.0.1-13.82b797e....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-13.82b797e.
| Christopher Baines |
2019-12-27 | gnu: guix-data-service: Update to 0.0.1-12.f56935a....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-12.f56935a.
| Christopher Baines |
2019-12-26 | gnu: guix-data-service: Update to 0.0.1-11.7342280....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-11.7342280.
| Christopher Baines |
2019-12-25 | gnu: nginx: Update to 1.17.7....* gnu/packages/web.scm (nginx): Update to 1.17.7.
| Gábor Boskovits |
2019-12-24 | gnu: hiawatha: Update to 10.10....* gnu/packages/web.scm (hiawatha): Update to 10.10.
| Tobias Geerinckx-Rice |
2019-12-24 | gnu: java-jsoup: Don't use unstable tarball....* gnu/packages/web.scm (java-jsoup)[source]: Download using git-fetch.
| Efraim Flashner |
2019-12-24 | gnu: tidy-html: Don't use unstable tarball....* gnu/packages/web.scm (tidy-html)[source]: Download using git-fetch.
| Efraim Flashner |
2019-12-24 | gnu: gumbo-parser: Don't use unstable tarball....* gnu/packages/web.scm (gumbo-parser)[source]: Download using git-fetch.
| Efraim Flashner |