aboutsummaryrefslogtreecommitdiff
path: root/gnu/build/vm.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/build/vm.scm')
0 files changed, 0 insertions, 0 deletions
.org> Christopher Howard 2023-07-29gnu: hitch: Do not return #t from custom phases....* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases. Arun Isaac 2023-07-29gnu: hitch: Rewrite grep command to not use perl regexps....* gnu/packages/web.scm (hitch)[arguments]: Rewrite grep command in a test to not use perl regexps. Arun Isaac 2023-07-26gnu: guix-data-service: Update to 0.0.1-42.1c75394....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-42.1c75394. [arguments]: Update style. Christopher Baines 2023-07-01gnu: Add miniflux....* gnu/packages/web.scm (miniflux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain 2023-06-24gnu: Add ulfius....* gnu/packages/web.scm (ulfius): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr 2023-06-24gnu: Add yder....* gnu/packages/web.scm (yder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr 2023-06-24gnu: Add orcania....* gnu/packages/web.scm (orcania): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Antero Mejr 2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen 2023-06-14gnu: guile-fibers: Remove 'guile-fibers-next'....* gnu/packages/guile-xyz.scm (guile-fibers-next): Remove. * gnu/packages/package-management.scm (guix-build-coordinator)[arguments] [native-inputs, propagated-inputs]: Replace GUILE-FIBERS-NEXT by GUILE-FIBERS-1.3. (nar-herder)[arguments, native-inputs, propagated-inputs]: Likewise. * gnu/packages/web.scm (guix-data-service)[propagated-inputs]: Likewise. Ludovic Courtès 2023-06-09gnu: hubbub: Fix build....* gnu/packages/web.scm (hubbub)[source]: Add patch. * gnu/packages/patches/hubbub-maybe-uninitialized.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Andreas Enge <andreas@enge.fr> Andy Tai 2023-05-25gnu: tinyproxy: Update to 1.11.1....* gnu/packages/web.scm (tinyproxy): Update to 1.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Aleksandr Vityazev 2023-05-24gnu: htmlcxx: add --std=c++11 to configure flags....* gnu/packages/web.scm (htmlcxx): add CXXFLAGS to configure-flag. C++17 removed dynamic exception specifications. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Arne Babenhauserheide 2023-05-23gnu: guix-data-service: Update to 0.0.1-41.6885006....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-41.6885006. Christopher Baines 2023-05-15gnu: lighttpd: Update to 1.4.70....* gnu/packages/web.scm (lighttpd): Update to 1.4.70. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> André Batista 2023-05-07gnu: esbuild: Fix test-suite on riscv64-linux....* gnu/packages/web.scm (esbuild)[arguments]: Adjust custom 'check phase to enable running the tests on riscv64-linux. Efraim Flashner 2023-05-06gnu: mod-wsgi: Update to 4.9.4....* gnu/packages/web.scm (mod-wsgi): Update to 4.9.4. Ludovic Courtès 2023-05-06gnu: guix-data-service: Update to 0.0.1-40.3734a85...* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-40.3734a85. Christopher Baines 2023-04-30gnu: mod-wsgi: Make sure not to keep a store reference to HTTPD....* gnu/packages/web.scm (mod-wsgi)[inputs]: Move httpd ... [native-inputs]: ... to here. [arguments]: Forbid keeping a reference to httpd. Leo Famulari 2023-04-30gnu: httpd: Update to 2.4.57 [security fixes]....Fixes CVE-2023-27522, CVE-2023-25690, CVE-2022-37436, CVE-2022-36760, CVE-2006-20001, CVE-2022-31813, CVE-2022-30556, CVE-2022-30522, CVE-2022-29404, CVE-2022-28615, CVE-2022-28614, CVE-2022-28330, CVE-2022-26377, CVE-2022-23943, CVE-2022-22721, CVE-2022-22720, and CVE-2022-22719. * gnu/packages/web.scm (httpd): Update to 2.4.57. (httpd/pinned): New variable. * gnu/packages/gnome.scm (libsoup-minimal): Replace httpd with httpd/pinned. Leo Famulari