summaryrefslogtreecommitdiff
path: root/gnu/packages/web.scm
AgeCommit message (Collapse)Author
34 hoursgnu: iter-vitae: Update to 0.3.35.Josep Bigorra
* gnu/packages/web.scm (iter-vitae): Update to 0.3.35. Change-Id: I3a2a3d1cd87ccf389ab2e14473e9b9df7e98b94b Signed-off-by: Andreas Enge <andreas@enge.fr>
2 daysgnu: Add maildir-rank-addr.Philippe SWARTVAGHER
* gnu/packages/web.scm (maildir-rank-addr): New variable. Change-Id: Idc29e3f7d25472ee1e3acf4bf5d892900adb11a2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
14 daysgnu: libwebsockets: Update to 4.4.1.Sergey Trofimov
* gnu/packages/web.scm (libwebsockets): Update to 4.4.1. [arguments]<#:phases>: Correct test ssl cert generation. <#:configure-flags>: Disable tests requiring internet connection. * gnu/packages/web.scm (libwebsockets-for-mosquitto): Adjust the recipe to modify parent's arguments instead of overwriting them. Change-Id: I1b483991dbcef8cb5d90b25f8b9fbc472cc3bebe Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-18gnu: leafnode: Fix build.Zheng Junjie
* gnu/packages/web.scm (leafnode): Fix build. [native-inputs]: Remove automake; add automake-1.16.5. Change-Id: I4f95b41de995614bfaa1e007f7e796ba637221c6 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-07-18gnu: kiwix-desktop: Do not wrap with QTWEBENGINEPROCESS_PATH.宋文武
* gnu/packages/web.scm (kiwix-desktop) [arguments]: Remove wrap-qt-process-path phase. Change-Id: Iaf33c180268358a3b1bf1695b37313f20b410f9d Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail>
2025-07-18gnu: perl-io-socket-ssl: Update to 2.089.Greg Hogan
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.089. Change-Id: I6c9331a509607f87ef07bc272b375ce133d59075 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-07-18gnu: libpsl: Update to 0.21.5.Zheng Junjie
* gnu/packages/web.scm (libpsl): Update to 0.21.5. [native-inputs]: Remove python-wrapper; add python-minimal. Remove label. Change-Id: I47fdbff04bd67df1b01ffe81dc52806ffe3317dd
2025-07-18gnu: uwsgi: Update to 2.0.28; fixes build with gcc-14.Janneke Nieuwenhuizen
* gnu/packages/web.scm (uwsgi): Update to 2.0.28. Change-Id: I8b48fc7164f81906a8ce23b32dd74fbce26ef229
2025-07-18gnu: libdom: Fix build with gcc-14.Janneke Nieuwenhuizen
* gnu/packages/web.scm (netsurf-buildsystem-arguments): Relax gcc-14's strictness. Change-Id: Ie9b2e22fac663246777d8978f88de9ef4b8c5b2a
2025-07-18gnu: json-c-0.13: Fix build with gcc-13.Janneke Nieuwenhuizen
* gnu/packages/web.scm (json-c-0.13)[arguments]: New field to relax gcc-14's strictness. Change-Id: I576160cba32e2a89c33228529579bc26e70a6877
2025-07-18gnu: json-c: Update to 0.18; fixes build with gcc-14.Janneke Nieuwenhuizen
* gnu/packages/web.scm (json-c): Update to 0.18. Change-Id: I46efcb8ba1229bef0ef862b1564d360ab926c4ec
2025-07-18gnu: serf: Update to 1.3.10 and fix build with gcc-14.Janneke Nieuwenhuizen
* gnu/packages/patches/serf-python3.patch: Remove file.N * gnu/local.mk (dist_patch_DATA): Unregister it. * gnu/packages/web.scm (serf): Update to 1.3.10 and remove it. [arguments]: Add CFLAGS to #:scons-flags to relax gcc-14's strictness. Change-Id: I2cb4d9bc7e22ab0bedacbd79b98d33a1b6a27bd0
2025-07-13gnu: nginx-documentation: Update to 1.28.0.Arthur Rodrigues
Change-Id: I3132008984d461d8a07c2ce461f8175eca09961c Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-07-13gnu: nginx: Update to 1.28.0.Arthur Rodrigues
Change-Id: I31bab5d18c546bb2592db464035ca249305c84b4 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-07-10gnu: guix-data-service: Update to 0.0.1-71.683b375.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-71.683b375. Change-Id: I309d89c59a03ed459846ba30156f5422a808a809
2025-07-09gnu: stunnel: Support more systems.Efraim Flashner
* gnu/packages/web.scm (stunnel)[arguments]: Only run the tests when not cross-compiling and when python-cryptography is a native-input. [native-inputs]: Only add the test inputs on systems which are supported by python-cryptography. Change-Id: I6830b77dc600be8e00c1661b801c43e420b12183
2025-07-09gnu: stunnel: Update to 5.75.Ashish SHUKLA
* gnu/packages/web.scm (stunnel): Update to 5.75. [native-inputs]: Add python-cryptography. Change-Id: Ib10b8dce851ba3c19aa45481e2e971d690ef6a8c Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2025-07-06gnu: hiawatha: Update to 11.2.Andreas Enge
* gnu/packages/web.scm (hiawatha): Update to 11.2. [source]: Remove snippet. * gnu/packages/tls.scm (mbedtls-for-hiawatha): Inherit from mbedtls@3 instead of mbedtls-lts@2. Co-authored-by: Gabriel Wicky <gabriel@erlikon.ch> Change-Id: Id1b67ffb91f60df2fad2020a1b752452b364eede
2025-06-29gnu: jq: XFAIL test ‘tests/optionaltest’ on some 32 bit systems.Dariqq
This test requires 64bit time_t. The patch covers systems verified by the author. Other 32bit systems are not checked therefore not included in this patch. * gnu/packages/web.scm (jq)[arguments]: XFAIL tests/optionaltest when building for 32bit arm or x86. Fixes: https://codeberg.org/guix/guix/issues/806 Change-Id: I6b5570750746f68f1bb966a6fb08779ed3bd20da Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-06-29gnu: python-internetarchive: Update to 5.4.0.Vinicius Monego
* gnu/packages/web.scm (python-internetarchive): Update to 5.4.0. [propagated-inputs]: Remove python-backports-csv, python-clint, python-docopt, python-importlib-metadata, python-six. Add python-urllib3. [native-inputs]: Remove python-pytest-capturelog. Change-Id: I5a74b105cba787f92bc7329bccd134d415d48403
2025-06-28gnu: guix-data-service: Update to 0.0.1-70.40212ea.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-70.40212ea. Change-Id: I818a47a6817841149dbb8da0261da5d7bd712d83
2025-06-27gnu: iter-vitae: Update to 0.3.32.Josep Bigorra
* gnu/packages/web.scm (iter-vitae): Update to 0.3.32. Change-Id: I14ea7eb04d951f0b33aa9c559e2a9bcdd5b897cf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-25gnu: Add iter-vitae.Josep Bigorra
* gnu/packages/web.scm (iter-vitae): New variable. Signed-off-by: jgart <jgart@dismail.de>
2025-06-24gnu: guix-data-service: Update to 0.0.1-69.9b79543.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-69.9b79543. Change-Id: I7eeade55c30543da5b98ca82bb69d1f25dc1bad1
2025-06-23gnu: esbuild-node: Deprecate.Jelle Licht
* gnu/packages/web.scm (esbuild-node): Define as deprecated in favor of node-esbuild. Change-Id: I8dbfad0f9338c94a4402cf4481efb68e663f1bd2
2025-06-23gnu: Add node-esbuild.Daniel Khodabakhsh
* gnu/packages/web.scm (node-esbuild): New variable. Change-Id: I9538646b7ea0fa2b88a1844a09e696676552c06b
2025-06-23gnu: yajl: Patch CVE-2023-33460.Nicolas Graves
* gnu/packages/patches/yajl-CVE-2023-33460.patch: Add file. * gnu/local.mk: Record patch. * gnu/packages/web.scm (yajl)[source]: Record patch. Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-23gnu: jq: Add lint-hidden-cve property.Nicolas Graves
* gnu/packages/web.scm (jq)[properties]: Add lint-hidden-cve property. Signed-off-by: Zheng Junjie <z572@z572.online>
2025-06-18gnu: python-feedparser: Update to 6.0.11.Remco van 't Veer
* gnu/packages/web.scm (python-feedparser): Update to 6.0.11. Change-Id: Ib14aa6ee9d206d2479d01d8ec68e86175d28e239 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-10gnu: jq: Use tzdata-for-tests.Efraim Flashner
* gnu/packages/web.scm (jq)[native-inputs]: Replace tzdata with tzdata-for-tests. Change-Id: Ic6a8fe97fb2a2f83529ceff5f5ef73dfaff5ff7d
2025-06-10gnu: jq: Update to 1.8.0.Ashish SHUKLA
* gnu/packages/web.scm (jq): Update to 1.8.0. [source]<snippet>: Update path to vendored oniguruma. [native-inputs]: Add tzdata. Change-Id: Ia5df5eb8188409e5b2d2770f862bc9f2e882940b Reviewed-by: jgart <jgart@dismail.de> Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
2025-06-07gnu: nghttp3: Update to 1.10.1.Tomas Volf
* gnu/packages/web.scm (nghttp3): Update to 1.10.1. Change-Id: Ib249a3c559285931db8c43d345cdff461f5d494f Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-06gnu: Add civetweb.Jake Forster
* gnu/packages/web.scm (civetweb): New variable. Change-Id: Ic560d7bc5486b3c3236e5f13823311dc19e8eaea Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2025-06-02gnu: Add microsocks.Junker
* gnu/packages/web.scm (microsocks): New variable. Change-Id: I93fb88842851c883460953e9a361f28a927996ce Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-06-02gnu: nghttp3: Update to 1.9.0.Tomas Volf
* gnu/packages/web.scm (nghttp3): Update to 1.9.0. Change-Id: Ic9673e83eaec20863e223e46df2d640db836b285 Signed-off-by: Andreas Enge <andreas@enge.fr>
2025-05-31gnu: miniflux: Update to 2.2.9.Rodion Goritskov
* gnu/packages/web.scm (miniflux): Update to 2.2.9. Change-Id: I381b76dd78e80e2bf450ff50fb3c074b460661f3 Signed-off-by: Hilton Chain <hako@ultrarare.space>
2025-05-26gnu: httpd: Update to 2.4.63.arthurhdrodrigues--- via Guix-patches via
* gnu/packages/web.scm (httpd): Update to 2.4.63. Change-Id: I273005b237863a39a1ddf6f25cda7c9129265e47 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-05-26gnu: guix-data-service: Update to 0.0.1-68.dfbfc84.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-68.dfbfc84. Change-Id: I7409bcfcc705201d9659be2d2a140e6e52704f3d
2025-05-26gnu: lighttpd: Update to 1.4.79.André Batista
* gnu/packages/web.scm (lighttpd): Update to 1.4.79. Change-Id: Ia33c07fce6aa833930b7bf3006d8b66efbfd972b Signed-off-by: Zheng Junjie <z572@z572.online>
2025-05-25gnu: guix-data-service: Update to 0.0.1-67.cf912ed.Christopher Baines
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-67.cf912ed. Change-Id: I133f03179e6e6609a89d3dea65ae003e0b16b198
2025-05-18gnu: Add libwebsockets-for-mosquitto.Evgeny Pisemsky
* gnu/packages/web.scm (libwebsockets-for-mosquitto): New variable. Change-Id: Ia8221e1a756e392ed0e8fa9a92e847da436e6215 Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
2025-05-13gnu: Rename valgrind-next to valgrind.Greg Hogan
* gnu/packages/valgrind.scm (valgrind/pinned): Make public. (valgrind): Delete. (valgrind-next): Rename to valgrind. (valgrind/interactive): Inherit from valgrind. * gnu/packages/audio.scm (codec2), * gnu/packages/bootloaders.scm (dtc), * gnu/packages/chromium.scm (ungoogled-chromium), * gnu/packages/crates-io.scm (rust-crabgrind-0.1), * gnu/packages/crates-tls.scm (rust-rustls-pki-types-1), * gnu/packages/file-systems.scm (bindfs), * gnu/packages/gnome.scm (libratbag, gnome-software), * gnu/packages/high-availability.scm (pacemaker), * gnu/packages/linux.scm (multipath-tools), * gnu/packages/machine-learning.scm (python-pytorch), * gnu/packages/mpi.scm (openmpi-4), * gnu/packages/music.scm (stargate), * gnu/packages/perl-check.scm (perl-test-runvalgrind), * gnu/packages/prolog.scm (trealla), * gnu/packages/qt.scm (qtwebengine-5, qt-creator), * gnu/packages/robotics.scm (aseba), * gnu/packages/ruby.scm (ruby-ruby-memcheck), * gnu/packages/spreadsheet.scm (sc-im), * gnu/packages/web.scm (jq): Rename valgrind to valgrind/pinned. Change-Id: I9dec25abce643ef6d815a2cc50414c4f65f1e8d3
2025-05-12gnu: guix-data-service: Update source uri.Christopher Baines
* gnu/packages/web.scm (guix-data-service):[source]: Use Codeberg repository. Change-Id: I529a76b9480e6af18f381871776d4f6b959c5005
2025-05-11gnu: wasm-micro-runtime: Update to 2.2.0.Zheng Junjie
* gnu/packages/web.scm (wasm-micro-runtime): Update to 2.2.0. Change-Id: I0542e986d9ce2559e131f9b137ec30ed60dde636 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-05-09gnu: python-httpretty: Move to python-web.Sharlatan Hellseher
* gnu/packages/web.scm: ... to here. * gnu/packages/python-web.scm (python-httpretty): Move from here ... Change-Id: Idcdf8e2c1dc808f243314a53f03e4ab9b8a0c620
2025-05-09gnu: python-httpretty: Switch to pyproject.Sharlatan Hellseher
* gnu/packages/web.scm (python-httpretty): [build-system]: Switch to pyproject. [arguments] <test-flags>: Move exclude logic here and run only unit tests.. [native-inputs]: Remove python-coverage, python-eventlet, python-httplib2, python-nose, python-pyparsing, python-requests, and python-tornado; add python-mock, python-pytest, python-setuptools, and python-wheel. Change-Id: I8353e3d4d0937ff02202da5fc551ae3cfdf85459
2025-04-28gnu: perl-finance-quote: Update to 1.65.Tomas Volf
* gnu/packages/web.scm (perl-finance-quote): Update to 1.65. Change-Id: Ifea8dfaff03ace0a7338bf9c4a5d52bb74b1db26 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-04-28gnu: miniflux: Update to 2.2.8.Rodion Goritskov
* gnu/packages/web.scm (miniflux): Update to 2.2.8. Change-Id: Ifa7a775de7cbdb44f185fe4f437958351a7718f9 Signed-off-by: Christopher Baines <mail@cbaines.net>
2025-04-16gnu: Remove python-rednose.Nicolas Graves
This package is broken with the latest python version, and is easy to remove. * gnu/packages/check.scm (python-rednose): Delete variable. * gnu/packages/python-xyz.scm (python-sure) and * gnu/packages/web.scm (python-httpretty): [arguments]: Add 'remove-rednose-dependency in {phases}. [native-inputs]: Remove python-rednose.
2025-04-16gnu: esbuild-node: Override version and native-inputs.Ricardo Wurmus
* gnu/packages/web.scm (esbuild-node)[version]: Explicitly set to 0.14.0. [native-inputs]: Do not inherit. Change-Id: Ib737f424d838c7b6789e3bce515a179c923d2b83