summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
2023-01-10gnu: Add vger.Paul A. Patience
* gnu/packages/web.scm (vger): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-28Merge branch 'master' into stagingMarius Bakke
2022-12-12Merge remote-tracking branch 'origin/master' into stagingMaxim Cournoyer
2022-12-13gnu: guix-data-service: Update to 0.0.1-36.7b69611.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-36.7b69611.
2022-12-11gnu: yajl: Improve description.Tobias Geerinckx-Rice
* gnu/packages/web.scm (yajl)[synopsis, description]: Edit. Mark up. Note generator.
2022-12-11gnu: yajl: Remove trailing #t from phases.Tobias Geerinckx-Rice
* gnu/packages/web.scm (yajl)[arguments]: Don't explicitly return #t from phases.
2022-12-11gnu: yajl: Drop custom ‘lib-’ prefix.Tobias Geerinckx-Rice
* gnu/packages/web.scm (yajl): New variable, renamed from… (libyajl): …this one, which is now a DEPRECATED-PACKAGE alias of yajl. Adjust all users.
2022-12-09gnu: Add buku-run.Hilton Chain
* gnu/packages/web.scm (buku-run): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-12-09gnu: gmid: Update to 1.8.6.cage
* gnu/packages/web.scm (gmid): Update to 1.8.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-12-02Merge branch 'master' into stagingMarius Bakke
2022-11-28gnu: Add gojq.kiasoc5
* gnu/packages/web (gojq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-28gnu: Add go-github-com-itchyny-gojq.kiasoc5
* gnu/packages/web (go-github-com-itchyny-gojq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-28gnu: Add go-github-com-itchyny-timefmt-go.kiasoc5
* gnu/packages/web (go-github-com-itchyny-timefmt-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-26Merge branch 'master' into stagingMarius Bakke
2022-11-26gnu: varnish: Update to 7.2.1.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 7.2.1.
2022-11-20gnu: perl-io-socket-ssl: Update to 2.075.Marius Bakke
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.075.
2022-11-20gnu: perl-http-daemon: Update to 6.14.Marius Bakke
* gnu/packages/web.scm (perl-http-daemon): Update to 6.14. [native-inputs]: Add PERL-MODULE-BUILD and PERL-TEST-NEEDS.
2022-11-20gnu: perl-http-message: Update to 6.37.Marius Bakke
* gnu/packages/web.scm (perl-http-message): Update to 6.37. [native-inputs]: Add PERL-TEST-NEEDS.
2022-11-09gnu: gmid: Update to 1.8.5.cage
* gnu/packages/web.scm (gmid): Update to 1.8.5. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-06gnu: guix-data-service: Update to 0.0.1-34.95064d3.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-34.95064d3.
2022-10-30gnu: jo: Update to 1.9.jgart via Guix-patches via
* gnu/packages/web.scm (jo): Update to 1.9. [description]: Use @command{} mark-up. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2022-10-23gnu: jo: Update to 1.7.Tobias Geerinckx-Rice
* gnu/packages/web.scm (jo): Update to 1.7.
2022-10-23gnu: nginx-documentation: Update to 1.23.1-2898-0b7e004b5061.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx-documentation): Update to 1.23.1-2898-0b7e004b5061.
2022-10-23gnu: nginx: Update to 1.23.2.Tobias Geerinckx-Rice
* gnu/packages/web.scm (nginx): Update to 1.23.2.
2022-10-23gnu: rapidjson: Fix powerpc64le-linux build.Tobias Geerinckx-Rice
…by avoiding ‘-march=native’, which is an unnecessary risk even if the result is not installed. * gnu/packages/web.scm (rapidjson)[arguments]: Replace the outdated 'patch-aarch-march-detection phase with an unconditional 'fix-march=native one.
2022-10-18gnu: hpcguix-web: Remove input labels.Ludovic Courtès
* gnu/packages/web.scm (hpcguix-web)[native-inputs, inputs]: Remove labels.
2022-10-17gnu: nginx: Support SSL / TLS for stream proxies.Leo Famulari
* gnu/packages/web.scm (nginx)[arguments]: Add "--with-stream_ssl_module" to #:configure-flags.
2022-10-09gnu: Add go-webring.jgart
* gnu/packages/web.scm (go-webring): New variable. Hi paren, Thanks for the review. I changed everything but the blog stuff because go-webring is not necessarily used in the context of a blog. A webring can stand on it's own without being associated with a blog. A webring can associate websites that are not blogs or Guix channels ;() Here's v2 all best, jgart Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-16Merge branch 'staging' into core-updatesMarius Bakke
2022-09-16gnu: hitch: Update to 1.7.3.Marius Bakke
* gnu/packages/web.scm (hitch): Update to 1.7.3.
2022-09-15Merge branch 'staging' into core-updatesMaxim Cournoyer
Conflicts resolved in: gnu/local.mk gnu/packages/cmake.scm gnu/packages/glib.scm gnu/packages/gnome.scm gnu/packages/gtk.scm gnu/packages/sdl.scm pango-next, vala-next and librsvg-bootstrap were removed in the process.
2022-09-14gnu: stunnel: Update to 5.66.Greg Hogan
* gnu/packages/web.scm (stunnel): Update to 5.66. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-09-14gnu: Add comments to the bottom of a few more package modules.Christopher Baines
This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/crates-graphics.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/crates-gtk.scm: ditto. * gnu/packages/games.scm: ditto. * gnu/packages/music.scm: ditto. * gnu/packages/qt.scm: ditto. * gnu/packages/web.scm: ditto.
2022-09-09Merge branch 'staging' into core-updatesMarius Bakke
2022-09-09gnu: Explicitly use OpenSSL 1.1 in more packages.Marius Bakke
* gnu/packages/rust-apps.scm (rust-cargo-c)[inputs]: Change from OPENSSL to OPENSSL-1.1. * gnu/packages/security-token.scm (opensc)[inputs]: Likewise. * gnu/packages/spice.scm (spice, spice-gtk)[propagated-inputs]: Likewise. * gnu/packages/web.scm (serf)[propagated-inputs]: Likewise.
2022-09-09gnu: serf: Build with the default scons.Marius Bakke
* gnu/packages/web.scm (serf)[arguments]: Remove #:scons.
2022-09-01gnu: perl-io-socket-ssl: Update to 2.074.Marius Bakke
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.074.
2022-08-30gnu: nghttp2: Update to 1.49.0.Marius Bakke
* gnu/packages/web.scm (nghttp2): Update to 1.49.0. * gnu/packages/curl.scm (curl)[source](patches): Add compatibility patch. * gnu/packages/patches/curl-nghttp2-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2022-08-30gnu: nghttp2-for-node: Fix Python version check.Marius Bakke
* gnu/packages/web.scm (nghttp2-for-node)[arguments]: New field.
2022-08-30Merge branch 'staging' into core-updatesMarius Bakke
2022-08-28gnu: nghttp2: Fix conditional openssl:static input.Maxim Cournoyer
This is a follow up to commit 3ab568573e2. * gnu/packages/web.scm (nghttp2)[inputs]: Wrap conditional openssl input in a list.
2022-08-27gnu: scons: Update to 4.4.0.Marius Bakke
* gnu/packages/patches/scons-test-environment.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/build-tools.scm (scons): Update to 4.4.0. [source](patches): New field. [arguments]: Adjust bootstrap for the new version. Enable tests. [native-inputs]: Add PYTHON-WHEEL and PYTHON-PSUTIL. (scons-3): New variable. (scons-python2): Inherit from it. * gnu/packages/web.scm (serf)[arguments]: Stick with SCONS-3 to prevent rebuilds.
2022-08-27gnu: scons: Move to (gnu packages build-tools).Marius Bakke
* gnu/packages/python-xyz.scm (scons, scons-python2): Move from here ... * gnu/packages/build-tools.scm (scons, scons-python2): ... to here. * gnu/packages/direct-connect.scm, gnu/packages/disk.scm, gnu/packages/game-development.scm, gnu/packages/gps.scm, gnu/packages/image.scm, gnu/packages/installers.scm, gnu/packages/web.scm, gnu/packages/xdisorg.scm: Adjust module imports accordingly. * guix/build-system/scons.scm (default-scons): Likewise.
2022-08-27Merge branch 'staging' into core-updatesMarius Bakke
2022-08-19gnu: hitch: Remove input labels.Marius Bakke
* gnu/packages/web.scm (hitch)[native-inputs]: Remove labels.
2022-08-19gnu: varnish: Update to 7.1.1.Marius Bakke
* gnu/packages/web.scm (varnish): Update to 7.1.1.
2022-08-19gnu: varnish: Add release-monitoring-url.Marius Bakke
* gnu/packages/web.scm (varnish)[properties]: New field.
2022-08-11Merge branch 'staging' into core-updatesMarius Bakke
2022-08-13gnu: serf: Add release-monitoring-url.Marius Bakke
* gnu/packages/web.scm (serf)[properties]: New field.
2022-08-13gnu: kiwix-desktop: Add bash-minimal to inputs.Arun Isaac
* gnu/packages/web.scm (kiwix-desktop)[inputs]: Add bash-minimal.