summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner2021-10-31
|\
| * gnu: darkhttpd: Cross-compile.Tobias Geerinckx-Rice2021-10-26
| | | | | | | | * gnu/packages/web.scm (darkhttpd)[arguments]: Use CC-FOR-TARGET.
| * gnu: darkhttpd: Update to 1.13.Tobias Geerinckx-Rice2021-10-26
| | | | | | | | | | | | * gnu/packages/web.scm (darkhttpd): Update to 1.13. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't explicitly return #t from phases.
| * gnu: goaccess: Update to 1.5.2.Tobias Geerinckx-Rice2021-10-23
| | | | | | | | | | * gnu/packages/web.scm (goaccess): Update to 1.5.2. [arguments]: Don't explicitly return #t from phases.
| * gnu: Fix ‘this packages’ and some other niggles.Tobias Geerinckx-Rice2021-10-21
| | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-home-0.5)[description]: Fix ‘this packages’ typo. * gnu/packages/emacs-xyz.scm (emacs-ahg, emacs-cwl-mode)[description]: Likewise. * gnu/packages/python-check.scm (python-pytest-csv)[description]: Likewise. * gnu/packages/ocaml.scm (ocaml-syntax-shims)[description]: Likewise, and note which language. * gnu/packages/python-xyz.scm (python-recommonmark)[description]: Likewise, and work around ‘enabling you’.
* | gnu: Use 'search-input-file' some more.Ludovic Courtès2021-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch replaces occurrences of: (string-append (assoc-ref %build-inputs "…") "/…") by: (search-input-file %build-inputs "/…") * doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R Shiny example. * gnu/packages/admin.scm (screenfetch): Use 'search-input-file'. (ufetch): Likewise. (hosts): Likewise. * gnu/packages/backup.scm (dirvish): Likewise. * gnu/packages/code.scm (colormake): Likewise. * gnu/packages/compression.scm (makeself-safeextract): Likewise. * gnu/packages/debug.scm (scanmem): Likewise. * gnu/packages/education.scm (snap): Likewise. (omnitux): Likewise. * gnu/packages/emacs-xyz.scm (epipe): Likewise. * gnu/packages/games.scm (openttd-opensfx): Likewise. (openttd-openmsx): Likewise. (openrct2-title-sequences): Likewise. (openrct2-objects): Likewise. (mrrescue): Likewise. (0ad-data): Likewise. (xonotic-data): Likewise. (drascula): Likewise. (make-lure-package): Likewise. (make-queen-package): Likewise. (sky): Likewise. * gnu/packages/gnome.scm (network-manager): Likewise. * gnu/packages/gnuzilla.scm (icedove): Likewise. * gnu/packages/guile-xyz.scm (guile-shapefile): Likewise. * gnu/packages/hurd.scm (netdde): Likewise. * gnu/packages/javascript.scm (js-context-menu): Likewise. (js-commander): Likewise. (js-xmldom-sre): Likewise. * gnu/packages/kde-frameworks.scm (krunner): Likewise. * gnu/packages/kodi.scm (kodi-cli): Likewise. * gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise. * gnu/packages/linux.scm (e2fsck/static): Likewise. * gnu/packages/markup.scm (markdown): Likewise. * gnu/packages/maths.scm (hdf-java): Likewise. * gnu/packages/multiprecision.scm (libtomcrypt): Likewise. * gnu/packages/networking.scm (batctl): Likewise. * gnu/packages/python-xyz.scm (python-pymediainfo): Likewise. * gnu/packages/shells.scm (fish-foreign-env): Likewise. * gnu/packages/tex.scm (texlive-fonts-iwona): Likewise. * gnu/packages/upnp.scm (miniupnpc): Likewise. * gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise. * gnu/packages/virtualization.scm (qemu): Likewise. * gnu/packages/web.scm (icedtea-web): Likewise. * gnu/packages/wm.scm (stumpish): Likewise.
* | Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe2021-10-18
|\|
| * gnu: buku: Update to 4.6.Tobias Geerinckx-Rice2021-10-15
| | | | | | | | * gnu/packages/web.scm (buku): Update to 4.6.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-10-14
|\|
| * gnu: perl-uri-fetch: Update to 0.15.Marius Bakke2021-10-13
| | | | | | | | * gnu/packages/web.scm (perl-uri-fetch): Update to 0.15.
* | Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe2021-10-12
|\|
| * gnu: Apache HTTPD: Update to 2.4.51 [fixes CVE-2021-42013].Leo Famulari2021-10-08
| | | | | | | | | | | | | | | | | | This fixes CVE-2021-42013, which refers to the incomplete fix of CVE-2021-41773 in httpd 2.4.50: https://httpd.apache.org/security/vulnerabilities_24.html * gnu/packages/web.scm (httpd): Update to 2.4.51.
| * gnu: Apache httpd: Update to 2.4.50 [Fixes CVE-2021-{41524,41773}].Leo Famulari2021-10-05
| | | | | | | | | | | | | | | | | | | | This update includes an important fix for an actively exploited path traversal vulnerability (CVE-2021-41773), which allows attackers to access files outside the "document root": https://httpd.apache.org/security/vulnerabilities_24.html * gnu/packages/web.scm (httpd): Update to 2.4.50.
| * gnu: hitch: Provide the 'ps' command for tests.Marius Bakke2021-10-05
| | | | | | | | | | | | | | ...otherwise, failing tests would show up as successful. This is a follow-up to commit 273380fda2889e5ba4e7fba28b5b104306872c69. * gnu/packages/web.scm (hitch)[native-inputs]: Add PROCPS.
| * gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.21.3-2769-16f6fa718be2.
| * gnu: nginx: Update to 1.21.3.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.21.3.
| * gnu: httpd: Update to 2.4.49.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | * gnu/packages/web.scm (httpd): Update to 2.4.49.
| * gnu: stunnel: Don't install installation instructions.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/web.scm (stunnel)[arguments]: Add a 'prune-documentation phase.
| * gnu: stunnel: Update to 5.60.Tobias Geerinckx-Rice2021-10-04
| | | | | | | | | | * gnu/packages/web.scm (stunnel): Update to 5.60. [arguments]: Don't explicitly return #t from phases.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-09-17
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/chez.scm gnu/packages/docbook.scm gnu/packages/ebook.scm gnu/packages/gnome.scm gnu/packages/linux.scm gnu/packages/networking.scm gnu/packages/python-web.scm gnu/packages/python-xyz.scm gnu/packages/tex.scm gnu/packages/version-control.scm gnu/packages/xml.scm guix/build-system/dune.scm guix/build-system/go.scm guix/build-system/linux-module.scm guix/packages.scm
| * gnu: varnish-modules: Update to 0.19.0.Marius Bakke2021-09-16
| | | | | | | | * gnu/packages/web.scm (varnish-modules): Update to 0.19.0.
| * gnu: varnish: Update to 7.0.0.Marius Bakke2021-09-16
| | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (varnish): Update to 7.0.0. [arguments]: Set CC in #:configure-flags. Rewrite use-absolute-file-names phase to use named inputs instead of WHICH and patch one more file. Remove trailing #t's. [inputs]: Add BASH-MINIMAL and COREUTILS. Replace PCRE with PCRE2, and PYTHON-WRAPPER with PYTHON.
| * gnu: castor: Update to 0.8.18.Nicolas Goaziou2021-09-11
| | | | | | | | * gnu/packages/web.scm (castor): Update to 0.8.18.
* | Merge branch 'master' into core-updates-frozenLudovic Courtès2021-09-07
|\|
| * gnu: nginx-documentation: Update to 1.21.2-2764-bc9c5d11b67c.Tobias Geerinckx-Rice2021-09-03
| | | | | | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.21.2-2764-bc9c5d11b67c.
| * gnu: nginx: Update to 1.21.2.Tobias Geerinckx-Rice2021-09-03
| | | | | | | | * gnu/packages/web.scm (nginx): Update to 1.21.2.
| * gnu: esbuild: Disable race detector on 32-bit targets.Pierre Langlois2021-09-02
| | | | | | | | | | * gnu/packages/web.scm (esbuild)[arguments]: Set the ESBUILD_RACE variable to an empty string to remove the -race option.
| * gnu: Remove cadaver.Leo Famulari2021-07-27
| | | | | | | | | | | | | | As discussed in <https://bugs.gnu.org/46602>, cadaver does not support a current release of OpenSSL. * gnu/packages/web.scm (cadaver): Remove variable.
* | gnu: uhttpmock: Fix tests.Guillaume Le Vaillant2021-08-25
| | | | | | | | * gnu/packages/web.scm (uhttpmock)[arguments]: Add 'set-home-for-tests' phase.
* | gnu: python-feedparser: Update to 6.0.8.Mathieu Othacehe2021-08-14
| | | | | | | | | | * gnu/packages/web.scm (python-feedparser): Update to 6.0.8. [propagated-inputs]: Add python-sgmllib3k.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/algebra.scm gnu/packages/games.scm gnu/packages/golang.scm gnu/packages/kerberos.scm gnu/packages/mail.scm gnu/packages/python.scm gnu/packages/ruby.scm gnu/packages/scheme.scm gnu/packages/tex.scm gnu/packages/tls.scm gnu/packages/version-control.scm
| * gnu: rapidjson: Remove unused configure flag.Marius Bakke2021-08-11
| | | | | | | | | | | | | | * gnu/packages/web.scm (rapidjson)[arguments]: Remove #:configure-flags, as the entry is not honored by the build system and would only affect tests and examples, which are not installed. [source](snippet): Remove trailing #t.
* | gnu: libcss: Fix building with gcc-10.Efraim Flashner2021-08-08
| | | | | | | | | | * gnu/packages/web.scm (libcss)[source]: Add snippet to initialize the value of a variable.
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-08-01
|\|
| * gnu: web: Move libyaml and libcyaml to (gnu packages serialization).Maxim Cournoyer2021-07-29
| | | | | | | | | | | | | | | | | | | | Files to be adjusted were searched with the following command: $ git ls-files | xargs grep -l -E ',libc?yaml' | \ xargs grep -L '(gnu packages serialization)' * gnu/packages/web.scm (libyaml, libyaml+static, libcyaml): Move to... * gnu/packages/serialization.scm: ... here.
| * gnu: Add nginx-rtmp-module.Jack Hill2021-07-29
| | | | | | | | | | | | * gnu/packages/web.scm (nginx-rtmp-module): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* | Merge branch 'master' into core-updates-frozenMarius Bakke2021-07-29
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnu/packages/bioinformatics.scm gnu/packages/cmake.scm gnu/packages/curl.scm gnu/packages/emacs-xyz.scm gnu/packages/gpodder.scm gnu/packages/music.scm gnu/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm
| * gnu: gmnisrv: Fix configuration search path.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | | | | | Look in /etc for configuration files rather than /gnu/store/...-gmnisrv-.../etc. gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set --sysconfdir. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmnisrv: Remove dependency on /etc/mime.types.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | | | | | | | Remove the dependency on /etc/mime.types (fixes #49233). gnu/packages/web.scm (gmnisrv)[arguments]<#:configure-flags>: Set --with-mimedb to directly use mime.types from mailcap. [propagated-inputs]: Move mailcap to... [inputs]: ...here (/etc/mime.types no longer need in profiles). Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmnisrv: Use #:make-flags, and cross-compile.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>{set-variables}: Move 'CC=' to... <#:make-flags>: ...here, and support cross-compilation with (cc-for-target). Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmnisrv: Disable tests using #:tests?.Sarah Morgensen2021-07-27
| | | | | | | | | | | | | | | | gnu/packages/web.scm (gmnisrv)[arguments]<#:phases>: Undelete check phase, and... <#:tests?>: ...disable tests here instead. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: gmnisrv: Update to 0-2.32854b7.Sarah Morgensen2021-07-25
| | | | | | | | | | | | | | | | | | | | Update to latest commit. gmnisrv uses v3 X509 certificates now, and so "requires fresh certificates, which could break clients with strict trust-on-first-use policies." gnu/packages/web.scm (gmnisrv): Update to 0-2.32854b7. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| * gnu: perl-http-cookiejar: Update to 0.012.Tobias Geerinckx-Rice2021-07-25
| | | | | | | | | | | | | | | | | | | | This fixes its build which had started to fail due to a time-bomb: Expires=Wed, 09 Jun 2021 10:18:14 GMT in an examples.t test cookie. * gnu/packages/web.scm (perl-http-cookiejar): Update to 0.012.
| * gnu: hpcguix-web: Update to 0.1.0.Ludovic Courtès2021-07-23
| | | | | | | | | | | | | | | | | | * gnu/packages/web.scm (hpcguix-web): Update to 0.1.0. [arguments]: In 'wrap-program' phase, change "/bin/run" to "/bin/hpcguix-web". [inputs]: Add BASH-MINIMAL. * gnu/services/web.scm (hpcguix-web-shepherd-service): Run "/bin/hpcguix-web".
* | gnu: Use 'search-input-directory' and 'search-input-file' where appropriate.Ludovic Courtès2021-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This changes some of the remaining uses of this idiom: (string-append (assoc-ref inputs "LABEL") "FILE") to one of: (search-input-file inputs "FILE") (search-input-directory inputs "FILE") * gnu/packages/axoloti.scm (axoloti-patcher): Use 'search-input-directory'. (axoloti-patcher-next): Likewise. * gnu/packages/bioinformatics.scm (java-picard): Likewise. * gnu/packages/bootloaders.scm (grub-hybrid): Likewise. (u-boot-puma-rk3399): Likewise. (u-boot-rock64-rk3328): Likewise. (u-boot-firefly-rk3399): Likewise. (u-boot-rockpro64-rk3399): Likewise. (u-boot-pinebook-pro-rk3399): Likewise. * gnu/packages/cran.scm (r-shiny): Likewise. (r-shinytree): Likewise. * gnu/packages/education.scm (anki): Likewise. * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte): Likewise. (emacs-rime): Likewise. * gnu/packages/emulators.scm (dolphin-emu): Likewise. * gnu/packages/games.scm (bsd-games): Likewise. (seahorse-adventures): Likewise. (einstein): Likewise. * gnu/packages/gimp.scm (gimp-fourier): Likewise. * gnu/packages/gnome.scm (gspell): Likewise. * gnu/packages/guile-xyz.scm (guile-libyaml): Likewise. * gnu/packages/java.scm (icedtea-7): Likewise. * gnu/packages/language.scm (nimf): Likewise. * gnu/packages/lxde.scm (spacefm): Likewise. * gnu/packages/mail.scm (claws-mail): Likewise. * gnu/packages/netpbm.scm (netpbm): Likewise. * gnu/packages/networking.scm (blueman): Likewise. * gnu/packages/scheme.scm (scm): Likewise. * gnu/packages/security-token.scm (python-fido2): Likewise. * gnu/packages/syndication.scm (rtv): Likewise. * gnu/packages/tls.scm (acme-client): Likewise. * gnu/packages/web.scm (netsurf): Likewise. * gnu/packages/wine.scm (wine-staging): Likewise. * gnu/packages/wxwidgets.scm (wxwidgets): Likewise.
* | gnu: nghttp2: Update to 1.44.0.Marius Bakke2021-07-23
| | | | | | | | * gnu/packages/web.scm (nghttp2): Update to 1.44.0.
* | Merge branch 'master' into core-updatesLudovic Courtès2021-07-18
|\|
| * gnu: monolith: Update to 2.6.1.Nicolas Goaziou2021-07-05
| | | | | | | | * gnu/packages/web.scm (monolith): Update to 2.6.1.
| * gnu: perl-libwww: Update to 6.55.Matthew James Kraai2021-07-04
| | | | | | | | | | | | * gnu/packages/web.scm (perl-libwww): Update to 6.55. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: goaccess: Update to 1.5.1.Tobias Geerinckx-Rice2021-06-30
| | | | | | | | * gnu/packages/web.scm (goaccess): Update to 1.5.1.