aboutsummaryrefslogtreecommitdiff
path: root/manifest.scm
diff options
context:
space:
mode:
authorAshish SHUKLA <ashish.is@lostca.se>2024-12-13 19:15:06 -0500
committerLudovic Courtès <ludo@gnu.org>2024-12-18 13:22:48 +0100
commita34c9713e22c85366d07dfddb3ba00f7a88ffaaf (patch)
treee54326881ecd2868f67b28ddd4cf65ce262937cb /manifest.scm
parent011bf3280b823d2ae1d2fb5c1402c380e0e6320e (diff)
downloadguix-a34c9713e22c85366d07dfddb3ba00f7a88ffaaf.tar.gz
guix-a34c9713e22c85366d07dfddb3ba00f7a88ffaaf.zip
gnu: libgit2: Update to 1.8.4.
* gnu/packages/version-control.scm (libgit2-1.8): Update to 1.8.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'manifest.scm')
0 files changed, 0 insertions, 0 deletions
cy....* gnu/packages/web.scm (nginx)[inputs]: Add libxcrypt. Change-Id: Ifd6e6a4c0d9d18c2c47355e9f0625641dfb9dbc5 宋文武 2024-08-31gnu: httpd: Add libxcrypt dependency....* gnu/packages/web.scm (httpd): Add libxcrypt dependency. Change-Id: I8ef010b0c37bae90493f2f19dd25987c32fd687e Josselin Poiret 2024-08-31gnu: liboauth: Use C unicode locale in tests....* gnu/packages/web.scm (liboauth): Use C unicode locale in tests. Change-Id: I1ff7da64912fbba5ae427f77b912dd9dff4e239a Josselin Poiret 2024-08-31gnu: httpd: Rewrite using G-Expressions....* gnu/packages/web.scm (httpd): Rewrite using G-Expressions. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Bruno Victal 2024-08-31gnu: web: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/web.scm (krona-tools)[inputs]: Add 'bash-minimal'. (guix-data-service)[inputs]: Likewise. (ikiwiki): Delete trailing #t. [inputs]: Likewise. (hiawatha)[inputs]: Likewise. (hpcguix-web)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I3fa7dbf05a72bc41a089ba62160dbe1fb82ec7e1 Maxime Devos 2024-08-31build-systems: gnu: Export %default-gnu-imported-modules and %default-gnu-mod......Until now users would have to cargo cult or inspect the private %default-modules variable of (guix build-systems gnu) to discover which modules to include when extending the used modules via the #:modules argument. The renaming was automated via the command: $ git grep -l %gnu-build-system-modules | xargs sed 's/%gnu-build-system-modules/%default-gnu-imported-modules/' -i * guix/build-system/gnu.scm (%gnu-build-system-modules): Rename to... (%default-gnu-imported-modules): ... this. (%default-modules): Rename to... (%default-gnu-modules): ... this. Export. (dist-package, gnu-build, gnu-cross-build): Adjust accordingly. Change-Id: Idef307fff13cb76f3182d782b26e1cd3a5c757ee Maxim Cournoyer 2024-08-29gnu: uriparser: Fix cross-compilation....* gnu/packages/web.scm (uriparser)[arguments]: When cross-compilation, Set -DURIPARSER_BUILD_TESTS=OFF. Change-Id: I003fbc37e82ed308998490b7bbba2aad6a0b7f55 Zheng Junjie 2024-08-29gnu: uriparser: Update to 0.9.8....* gnu/packages/web.scm (uriparser): Update to 0.9.8. [source]: Switch to git-fetch. Change-Id: I12ed35eebd9719aac83e5838cdec6e81529763ae Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Artyom V. Poptsov 2024-08-28gnu: nghttp3: Update to 1.5.0....* gnu/packages/web.scm (nghttp3): Update to 1.5.0. Change-Id: Ic43e41bf5335267c9a669425e37b62ff369e466b Signed-off-by: Ludovic Courtès <ludo@gnu.org> Tomas Volf 2024-08-26gnu: castor: Update to 0.9.0....* gnu/packages/web.scm (castor): Update to 0.9.0. [arguments]<#:phases>: Relax Cargo version requirements. <#:cargo-inputs>: Update rust-dirs to 3, rust-linkify to 0.7, and rust-textwrap to 0.14. Change-Id: I3508e35ab45315d394cb714e7ab3f7c508f2de14 Nicolas Goaziou 2024-08-26gnu: gmid: Update to 2.1.1....* gnu/packages/web.scm (gmid): Update to 2.1.1. Change-Id: I0b63f02de1d04dd987663f34f863b5da50867042 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage 2024-08-18gnu: nginx-documentation: Update to 1.27.1-3114-051789a80bcb....* gnu/packages/web.scm (nginx-documentation): Update to 1.27.1-3114-051789a80bcb. Change-Id: I20c01eb56ecae391f011b6e818d7bc41ee28f195 Tobias Geerinckx-Rice 2024-08-18gnu: nginx: Update to 1.27.1 [fixes CVE-2024-7347]....* gnu/packages/web.scm (nginx): Update to 1.27.1. Change-Id: Ie7aeca1299427d1e35a779c40c99a04e4facfab8 Tobias Geerinckx-Rice 2024-08-22gnu: miniflux: Update to 2.2.0....* gnu/packages/web.scm (miniflux): Update to 2.2.0. Change-Id: Id4408bb63c9b6523348071ebec730a23000f4438 Signed-off-by: John Kehayias <john.kehayias@protonmail.com> Rodion Goritskov 2024-08-22gnu: guix-data-service: Update to 0.0.1-54.a204bda....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-54.a204bda. Change-Id: Ifc46f60ae9f0493c1eab08de806c4e107a866b69 Christopher Baines 2024-08-22Merge remote-tracking branch 'origin/go-team'...Change-Id: Ie1a29192d144a59394bbacba3f6b9f110413e821 Sharlatan Hellseher 2024-08-14gnu: go-github-com-mikefarah-yq-v4: Update to 4.44.3....* gnu/packages/web.scm (go-github-com-mikefarah-yq-v4): Update to 4.44.3. [propagated-inputs]: Add go-github-com-alecthomas-repr, go-github-com-pkg-diff, go-github-com-spf13-pflag, and go-github-com-yuin-gopher-lua. Change-Id: Ic44ec552a3dc7fa045384c6537207e8e464dcb53 Sharlatan Hellseher 2024-08-14gnu: go-github-com-itchyny-gojq: Update to 0.12.16....* gnu/packages/web.scm (go-github-com-itchyny-gojq): Update to 0.12.16. Change-Id: I6f7cf1038adb392ce1b7510f01923689e5993eca Sharlatan Hellseher 2024-08-14gnu: go-github-com-itchyny-timefmt-go: Move to golang-xyz....* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Move from here ... * gnu/packages/golang-xyz.scm: ... to here. Change-Id: Ifaca740ff1d46a74c7059fdeb8d56ba69195428e Sharlatan Hellseher 2024-08-14gnu: go-github-com-itchyny-timefmt-go: Update to 0.1.6....* gnu/packages/web.scm (go-github-com-itchyny-timefmt-go): Update to 0.1.6. Change-Id: Idf5477c28309c75bb4c99ff93a65a3867f4581ae Sharlatan Hellseher 2024-08-14gnu: go-github-com-itchyny-gojq: Fix indentation....* gnu/packages/web.scm (go-github-com-itchyny-gojq): Fix indentation. [inputs]: Place after [arguments]. Change-Id: Ic397ffe4ff641a50738d3a4dacef411136bc2d6b Sharlatan Hellseher 2024-08-11gnu: kiln: Update to 0.4.1....* gnu/packages/web.scm (kiln): Update to 0.4.1. Change-Id: I921259904527ec5144ccd32874f09c9cdb5d8ec2 Sharlatan Hellseher 2024-08-11gnu: ikiwiki: Update to 3.20200202.4....* gnu/packages/web.scm (ikiwiki): Update to 3.20200202.4. Signed-off-by: Christopher Baines <mail@cbaines.net> AwesomeAdam54321 2024-08-14gnu: guix-data-service: Update to 0.0.1-53.eeda1bf....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-53.eeda1bf. Change-Id: I3bcf6e527228451d3e53024eea31369c92b90fa4 Christopher Baines 2024-08-08Merge remote-tracking branch 'origin/go-team'...Change-Id: Ib66e48c4cb84e9e97ebcec334ab0b9f3dbfb1457 Sharlatan Hellseher 2024-08-05Change email of Evgeny Pisemsky....* .mailmap: Add entry to Evgeny Pisemsky. * gnu/packages/emacs-xyz.scm, gnu/packages/engineering.scm, gnu/packages/guile-xyz.scm, gnu/packages/hardware.scm, gnu/packages/perl.scm, gnu/packages/python-xyz.scm, gnu/packages/sdl.scm, gnu/packages/web.scm: Adjust copyright line. Change-Id: I9a10be1ee7cc164f18d826b51348ee26eee2ca4b Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Evgeny Pisemsky 2024-07-25gnu: go-github-com-prometheus-client-golang: Move to prometheus....* gnu/packages/golang.scm (go-github-com-prometheus-client-golang): Move from here ... * gnu/packages/prometheus.scm: ... to here. * gnu/packages/backup.scm: Add (gnu packages prometheus) module. * gnu/packages/golang-xyz.scm: Likewise. * gnu/packages/ipfs.scm: Likewise. * gnu/packages/irc.scm: Likewise. * gnu/packages/web.scm: Likewise. Change-Id: If3d78d31b1491f8a95616e59f50371c2914242d9 Sharlatan Hellseher 2024-07-25gnu: go-github-com-google-go-cmp-cmp: Rename variable....* gnu/packages/golang.scm (go-github-com-google-go-cmp-cmp): Rename variable to go-github-com-google-go-cmp, which reflects go.mod import path and improves importer performance. (go-github-com-zclconf-go-cty, go-golang-org-x-vuln, go-google-golang-org-protobuf, go-gotest-tools-assert, go-gotest-tools-internal-source, go-gotest-tools-internal-format, gofumpt, gopls, gotestsum): Swap go-github-com-google-go-cmp-cmp to go-github-com-google-go-cmp in inputs, propagated-inputs or native-inputs. * gnu/packages/golang-check.scm (go-github-com-frankban-quicktest, go-github-com-google-go-cmdtest): Likewise. * gnu/packages/golang-web.scm (go-github-com-aws-aws-sdk-go-v2, go-github-com-aws-aws-sdk-go-v2-config, go-github-com-aws-smithy-go, go-github-com-go-jose-go-jose-v3, go-github-com-makeworld-the-better-one-go-gemini, go-golang-org-x-oauth2, go-gopkg-in-square-go-jose-v2): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-goccy-go-yaml): Likewise. * gnu/packages/check.scm (actionlint): Likewise. * gnu/packages/databases.scm (sqls): Likewise. * gnu/packages/ipfs.scm (go-github-com-ipld-go-ipld-prime, go-github-com-whyrusleeping-cbor-gen): Likewise. * gnu/packages/web.scm (go-github-com-itchyny-gojq): Likewise. Change-Id: Ie6eeba936f7da404d70fbbaad34f5b43aec4e05b Sharlatan Hellseher 2024-07-19gnu: monolith: Update to 2.8.1....* gnu/packages/web.scm (monolith): Update to 2.8.1. [cargo-inputs]: Replace rust-base64-0.13 with 0.21, rust-cssparser-0.29 with 0.33. Change-Id: I15e3c378ed2c35b313009ca1e66d239c1982b0d5 Efraim Flashner 2024-07-11gnu: miniflux: Enable all tests....* gnu/packages/web.scm (miniflux) [arguments]: <#:phases>: Swap to custom 'check phase. Change-Id: Ib62634abe3be76ad4ad708f5de75e9b96264a0cd Sharlatan Hellseher 2024-07-11gnu: miniflux: Adjust indentation....gnu/packages/web.scm (miniflux): Adjust indentation. Change-Id: I452511b80d56ec647691690d801839ab18049b33 Sharlatan Hellseher 2024-07-11gnu: miniflux: Update to 2.1.4....* gnu/packages/web.scm (miniflux): Update to 2.1.4. [arguments]: <#:go>: Use go-1.22. <#:import-path>: Reflect present go.mod. <#:build-flags>: Likewise. <#:phases>: Delete phase 'disable-cgo. [inputs]: Remove go-github-com-go-telegram-bot-api-telegram-bot-api, go-github-com-matrix-org-gomatrix and go-github-com-rylans-getlang. Add go-github-com-abadojack-whatlanggo, go-github-com-andybalholm-brotli, go-github-com-go-webauthn-webauthn go-golang-org-x-crypto, go-golang-org-x-net, go-golang-org-x-oauth2, and go-golang-org-x-text. Change-Id: I51a93f290b6a625a2c1db9959871396c0f67f5e5 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Rodion Goritskov 2024-07-07gnu: go-github-com-goccy-yaml: Rename variable....gnu/packages/golang-xyz.scm (go-github-com-goccy-yaml): Rename variable to go-github-com-goccy-go-yaml to reflect go.mode name. gnu/packages/golang.scm (go-github-com-songmu-gitconfig) [propagated-inputs]: Remove go-github-com-goccy-yaml. Add go-github-com-goccy-go-yaml. gnu/packages/web.scm (go-github-com-mikefarah-yq-v4) [propagated-inputs]: Likewise. Change-Id: Id8663c08cb75974eb9e881bb7e22623ed463ffa5 Sharlatan Hellseher 2024-07-05gnu: nginx: Add --with-compat to the configure flags....To match the change to nginx-accept-language-module made in cd15d417e30597b131aa00cea0aaa78a36cc74a6, as the lack of --with-compat seemed to cause a "binary compatible" error when trying to use this module with NGinx. * gnu/packages/web.scm (nginx)[arguments]: Add --with-compat to #:configure-flags. Change-Id: I50831aef84e845c3cdfc2d6e0f4ba9b6f0dc80d1 Christopher Baines 2024-06-27gnu: guix-data-service: Update to 0.0.1-52.b5fbde5....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-52.b5fbde5. Change-Id: I89db5f73d25711e3098b8c5c10c00cf8c16b4acc Christopher Baines 2024-06-24gnu: nginx: Update to 1.27.0....* gnu/packages/web.scm (nginx): Update to 1.27.0. (nginx-documentation): Update to 1.27.0. (nginx-accept-language-module)[arguments]: Add configure flags to enable compatibility and fix build. Change-Id: I447e0bb8677d3f3b14c3a8948c625bcad437ca73 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Andy Tai 2024-06-23gnu: Add gemget....* gnu/packages/web.scm (gemget): New variable. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I71f580e9af9b9961439a026ae3c9b93585a9164e Adam Faiz 2024-06-22gnu: guix-data-service: Update to 0.0.1-51.eeb026b....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-51.eeb026b. Change-Id: I45d6d2a3d62e4d7b69089adaafec7657f3fe384a Christopher Baines 2024-06-15gnu: nghttp3: Update to 1.4.0....* gnu/packages/web.scm (nghttp3): Update to 1.4.0. Change-Id: I429e79f96ca27635014cd3cda494fdb01078670a Signed-off-by: Christopher Baines <mail@cbaines.net> Tomas Volf 2024-06-06gnu: guix-data-service: Update to 0.0.1-50.d74422c....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-50.d74422c. Change-Id: I652633d816ba74c115a0f09939966bf4625d1b8b Christopher Baines