aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-09-20gnu: godot-lts: Update to 3.6....* gnu/packages/game-development.scm (godot-lts): Update to 3.6. Change-Id: I7cc60a6f10e845c69336e09ecca2b20f702b860a Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Adriel Dumas--Jondeau
2024-09-20gnu: vnstat: Update to 2.12....* gnu/packages/networking.scm (vnstat): Update to 2.12. Change-Id: Ib2e65949be0b4c707c055210cc7996bdd2b8fa9d Efraim Flashner
2024-09-08gnu: filezilla: Use alternate source URLs....* gnu/packages/ftp.scm (filezilla)[source]: Replace dead source URL with two unofficial ones. Change-Id: I992c74d478d7f3c06365c7bd5e7a2ced8940185d Tobias Geerinckx-Rice
2024-09-08gnu: boost-signals2: Use G-expressions....* gnu/packages/boost.scm (boost-signals2)[arguments]: Rewrite as G-expressions. Change-Id: I83c05f97089cae8a14fedf52c34e898addfb5701 Tobias Geerinckx-Rice
2024-09-08gnu: boost-signals2: Update to 1.83.0-0.2ecf1b5....This ‘fixes’ the build as our hash no longer matched upstream's Git tag. * gnu/packages/boost.scm (boost-signals2): Update to 1.83.0-0.2ecf1b5. Change-Id: I1e0849ac71bcba22c8b367601107caf58b51a434 Tobias Geerinckx-Rice
2024-09-19gnu: wireshark: Update to 4.4.0....* gnu/packages/networking.scm (wireshark): Update to 4.4.0. Change-Id: I7f817641b9fac944483a2d6a90851843209a680f Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie
2024-09-19gnu: picard: Update to 2.12.2....* gnu/packages/music.scm (picard): Update to 2.12.2. [inputs]: Add python-charset-normalizer-3. Change-Id: I4dd177118e7f5a13ff8b6da941d62d52777e32c4 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2024-09-19gnu: Add python-charset-normalizer-3....* gnu/packages/python-xyz.scm (python-charset-normalizer-3): New variable. Change-Id: I173ba9daa74882f021586b90f3ec3c63f2b62962 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hilton Chain
2024-09-19gnu: noscript: Update to 11.4.35....* gnu/packages/browser-extensions.scm (noscript): Update to 11.4.35. Change-Id: Ifcd9dc47df17d547645eec4bc46649e0828bc624 Signed-off-by: Ludovic Courtès <ludo@gnu.org> André Batista
2024-09-19services: file-system: Do not try to unmount /dev and /....Previously, when being stopped, the ‘user-file-systems’ service would attempt to unmount / and /dev, which was bound to fail. This was harmless, apart from a couple of lines in /var/log/messages, but it was wrong. * gnu/services/base.scm (file-system-shepherd-services)[user-unmount]: Remove “/” and “/dev” from the list of file systems subject to unmounting. Change-Id: Ieb68fe46c114909a64d54f885c94a9d7cd61f5e0 Ludovic Courtès
2024-09-19gnu: guix: Update to e85f52e....* gnu/packages/package-management.scm (guix): Update to e85f52e. Change-Id: Iee81c9e155ff01aa6a5a772e6780b5d2a7e0c270 Ludovic Courtès
2024-09-19gnu: guile-goblins: Update to 0.14.0....* gnu/packages/guile-xyz.scm (guile-goblins): Update to 0.14.0. Change-Id: I2e8bb4ef69fb00ecffe9c2cc922eee2d6c3f84fb David Thompson
2024-09-19gnu: opensbi: Update to 1.5.1....* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.5.1. Signed-off-by: Vagrant Cascadian <vagrant@debian.org> Change-Id: Ia70e7619d0b4064917b1595509bad543044830f2 Zheng Junjie
2024-09-20gnu: clang-cling-runtime: Fix build....New patches were applied to clang-runtime only, not the whole LLVM base source, hence they were not applied to the cling variants. * gnu/packages/llvm.scm (llvm-cling) [source]: Add clang-cling-runtime-13-glibc-2.36-compat.patch and clang-cling-13-remove-crypt-interceptors.patch patches. * gnu/packages/patches/clang-cling-13-remove-crypt-interceptors.patch: New file. * gnu/packages/patches/clang-cling-runtime-13-glibc-2.36-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: I4c5ee5f65b2bc04935865ad8e67bc2c3833da2eb Maxim Cournoyer
2024-09-19gnu: dyninst: Fix i686 support and explicitly list supported systems....* gnu/packages/instrumentation.scm (dyninst)[arguments]: Add ‘adjust-supported-platform-name’ phase. [supported-systems]: New field. Change-Id: I16a9a6ce0e1742a68ba003e904392879a791ff77 Ludovic Courtès
2024-09-19gnu: dyninst: Update to 13.0.0....* gnu/packages/instrumentations.scm (dyninst): Update to 13.0.0. [propagated-inputs]: Add libiberty. * gnu/packages/patches/dyninst-fix-glibc-compatibility.patch: Remove file. Change-Id: I6e5dfa9d698de4d45614c535b5dd5cdaad239425 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nguyễn Gia Phong
2024-09-19gnu: make-libiberty: Build with -fPIC....Since iberty is a static library, linking a PIC-enabled target to it requires it to also have been built with PIC. (The target is Dyninst in this case.) This `-fPIC' flag is appended to the default CFLAGS of `-O2 -g'. * gnu/packages/gcc.scm (make-libiberty)[arguments]: Adjust make-flags to add -fPIC to CFLAGS. Change-Id: I155045d05f4434cb68be933a95b7bc9fdec98818 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nguyễn Gia Phong
2024-09-19gnu: make-libiberty: Install the header demangle.h....This header is wanted by Dyninst. * gnu/packages/gcc.scm (make-libiberty): Add include/demangle.h to install phase. Change-Id: I01235071b75b412f55785d240cda248315b7a93e Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nguyễn Gia Phong
2024-09-19gnu: Add gnudos....* gnu/packages/mc.scm (gnudos): New variable. Change-Id: I03a101be81bba3e4fdf8e11a7b4a799b92f86ad0 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Andy Tai
2024-09-19build-system: linux-module: Fix cross-compiling....* guix/build-system/linux-module.scm (linux-module-build-cross): Remove %build-host-inputs's quote. Change-Id: I58fbd5ad51a60115acb5852df133b88549f1bdcb Signed-off-by: Ludovic Courtès <ludo@gnu.org> Zheng Junjie
2024-09-19gnu: Add guile-swayer....* gnu/packages/guile-xyz.scm (guile-swayer): New variable. Change-Id: Ibd3817842e36fa35a3f1ecc09288549c10fd0d12 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Alec Barreto
2024-09-19Revert "import: crate: Emit new-style package inputs."...This reverts commit b8af6694b9bbea96e8b0d1c9aea64b7f8e690812, which led ‘guix import crate’ to produce invalid code (missing quasiquote) and triggered a failure of ‘tests/crate.scm’. Fixes <https://issues.guix.gnu.org/72939>. Reported-by: Aleksandr Vityazev <avityazev@disroot.org> Change-Id: If309caaa594f912788e20007bfa1f55b7d581a93 Ludovic Courtès
2024-09-08gnu: bcachefs-tools-static: Add own synopsis....* gnu/packages/file-systems.scm (bcachefs-tools/static)[synopsis]: Say ‘statically-linked’. Change-Id: Ie7a9da1d160d0386ca3b1c7266fce3c700028e92 Tobias Geerinckx-Rice
2024-09-08gnu: bcachefs-tools: Support FUSE....* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Add a new 'enable-fuse phase. [inputs]: Add fuse. Change-Id: Ie82a361a4a6bfd0af7ce9c915bdc468f7aa06df2 Tobias Geerinckx-Rice
2024-09-08gnu: bcachefs-tools-static: Rename....* gnu/packages/file-systems.scm (bcachefs-tools-static): Rename this… (bcachefs-tools-minimal-static): …to this. Adjust all users. Change-Id: I26f28668d3c0297c09f18cbb5f73a876152612e7 Tobias Geerinckx-Rice
2024-09-08gnu: bcachefs-tools: Add shell completions....* gnu/packages/file-systems.scm (bcachefs-tools): Rename this… (bcachefs-tools-minimal): …to this. [name]: Rename accordingly. (bcachefs-tools): New public variable, inheriting bcachefs-tools-minimal. (bcachefs-tools/static): Inherit the -minimal variant instead. Change-Id: I203fd4bd642d68435edde355c3a2ff4d44fd5743 Tobias Geerinckx-Rice
2024-09-08gnu: bcachefs-tools: Update to 1.11.0....* gnu/packages/crates-io.scm (rust-rustix-for-bcachefs-tools): New public variable. * gnu/packages/file-systems.scm (bcachefs-tools-rust-target) (bcachefs-tools-target/release, bcachefs-tools-cargo-args) (bcachefs-tools-make-flags, bcachefs-tools-make-install-flags): New variables. (bcachefs-tools): Update to 1.11.0. [build-system]: Switch to Cargo. [arguments]: Remove #:make-flags. Add Cargo keywords. Run the test suite with upstream defaults. Delete 'promote-mount.bcachefs.sh phase. [native-inputs]: Remove python, python-docutils, python-pytest, and valgrind. [inputs]: Remove bash-minimal, coreutils-minimal, gawk, and util-linux. Add clang. (bcachefs-tools/static): Modify #:phases instead of #:make-flags, and adjust accordingly. Change-Id: I872f5dea88b75f855f3cdcbffbbd9c70d7ebe8d6 Tobias Geerinckx-Rice
2024-09-08gnu: ldns: Update to 1.8.4....* gnu/packages/dns.scm (ldns): Update to 1.8.4. * gnu/packages/patches/ldns-drill-examples.patch: Adjust diff. Change-Id: I52480085d45890b73278b2b529764482c591c9ac Tobias Geerinckx-Rice
2024-09-08gnu: guile-static-initrd: Remove (sxml) module hierarchy....If anything is ‘useless in an initrd’ it better be XML support. As of Guile 3.0.9, removing it saves 1418K bytes uncompressed, or 3% of the total static Guile size. * gnu/packages/make-bootstrap.scm (%guile-static-initrd): Remove sxml/. Change-Id: I592dec18c422500eca50663256586ca92df1ac37 Tobias Geerinckx-Rice
2024-09-19gnu: goawk: Update to 1.29.0....* gnu/packages/textutils.scm (goawk): Update to 1.29.0. Change-Id: Iea00b891590f29858b5f558ed5a6ab685c52a766 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA via Guix-patches via
2024-09-19gnu: power-profiles-daemon: Update to 0.23....* gnu/packages/freedesktop.scm (power-profiles-daemon): Update to 0.23. Change-Id: Ifbb6b34e48095623c610136c724f7b51178c47f6 Zheng Junjie
2024-09-19gnu: power-profiles-daemon: Update to 0.22....* gnu/packages/freedesktop.scm (power-profiles-daemon): Update to 0.22. Change-Id: I7752dbe0c213eadcf79eb23c2f794167266e0388 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Zheng Junjie
2024-09-19gnu: texstudio: Update to 4.8.2....* gnu/packages/tex.scm (texstudio): Update to 4.8.2. Change-Id: I6d53698d321cdea87cfd3921e1cd904472b2d168 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Greg Hogan
2024-09-19gnu: progress: Update to 0.17....* gnu/packages/admin.scm (progress): Update to 0.17. [arguments]: Use G-expressions. Use PKG-CONFIG-FOR-TARGET. Change-Id: Ic92f305e7200cd808aeab552966ba9374f568f59 Zheng Junjie
2024-09-19gnu: expat: Fix security vulnerabilities....Fixes CVE-2024-45490, CVE-2024-45491, CVE-2024-45492. * gnu/packages/xml.scm (expat)[replacement]: New field. (expat/fixed): New variable. * gnu/packages/patches/expat-CVE-2024-45490.patch, gnu/packages/patches/expat-CVE-2024-45491.patch, gnu/packages/patches/expat-CVE-2024-45492.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. Change-Id: I74d5d7bce98d6c983b989c1afec7cf28777d1617 Efraim Flashner
2024-09-18gnu: janet: Update to 1.36.0....* gnu/packages/lisp.scm (janet): Update to 1.36.0. Change-Id: I7a376679f36137f91d558ccfdf83e65f979d8d41 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Adriel Dumas--Jondeau
2024-09-18gnu: Add cl-bnf....* gnu/packages/lisp-xyz.scm (sbcl-cl-bnf, cl-bnf, ecl-cl-bnf): New variables. Change-Id: Ib37a839feff579753d7f11c0fdb212dbb685773a Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: Add cl-utf8-input-stream....* gnu/packages/lisp-xyz.scm (sbcl-utf8-input-stream, cl-utf8-input-stream, ecl-utf8-input-stream): New variables. Change-Id: Ifadfa8d8f2458fc1ff0f1f809682cd8805c6c077 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: Add cl-ewkb....* gnu/packages/lisp-xyz.scm (sbcl-cl-ewkb, cl-ewkb, ecl-cl-ewkb): New variables. Change-Id: Iceb146ccee94b82703af706b059b3c0b35f29d86 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: Add cl-birch....* gnu/packages/lisp-xyz.scm (sbcl-birch, cl-birch, ecl-birch): New variables. Change-Id: I2ea6358cc41ddd26aaaed81a1cb828c74450a111 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: cl-postmodern: Improve package style....* gnu/packages/lisp-xyz.scm (sbcl-postmodern)[inputs]: Remove labels. (ecl-postmodern)[arguments]: Remove obsolete 'fix-build' phase. Change-Id: I91173e98fb7275c884d1e0e826bf10d74d67a562 Guillaume Le Vaillant
2024-09-18gnu: cl-postmodern: Update to 1.33.12....* gnu/packages/lisp-xyz.scm (sbcl-postmodern): Update to 1.33.12. Change-Id: If778a4cf81be61094ba871c5b9f665bfc684bb47 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: cl-uax-15: Improve package style....* gnu/packages/lisp-xyz.scm (sbcl-uax-15)[inputs]: Remove labels. Change-Id: Ic0ce34c42ed3b2ffd17c155d46ff120751944af3 Guillaume Le Vaillant
2024-09-18gnu: cl-uax-15: Update to 0.1.3....* gnu/packages/lisp-xyz.scm (sbcl-uax-15): Update to 0.1.3. [native-inputs]: Remove sbcl-fiveam. Add sbcl-parachute. Change-Id: I39b3ed202b11403f3a0b16b9fc5976a101b7e857 Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Roman Scherer
2024-09-18gnu: gdk-pixbuf: Fix cross-compiling....* gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: When cross-compiling adjust the configure flags to not build the documentation. Change-Id: I025658468ffaf9518b1debf6165424a587f2c694 Efraim Flashner
2024-09-18gnu: ftxui: Fix cross-compiling....* gnu/packages/cpp.scm (ftxui)[arguments]<#:configure-flags>: Disable FTXUI_BUILD_TESTS when cross-compiling. Change-Id: I0c4578febcbd40076dc0b85505406e16d4b65ba1 Zheng Junjie
2024-09-18gnu: ftxui: Build shared libraries....* gnu/packages/cpp.scm (ftxui)[arguments]<#:configure-flags>: Add -DBUILD_SHARED_LIBS=ON. Change-Id: I0c4578febcbd40076dc0b85505406e16d4b65ba1 Zheng Junjie
2024-09-18gnu: waybar: Update to 0.11.0....* gnu/packages/wm.scm (waybar): Update to 0.11.0. Change-Id: I86f67add1dbd908aec2ff3505ccde36ff494f4ca Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA via Guix-patches via
2024-09-18gnu: assimp: Update to 5.4.3....* gnu/packages/graphics.scm (assimp): Update to 5.4.3. Change-Id: I56f3d62f2dd29d73a79ee0b1fda5b8a86dfb343c Zheng Junjie
2024-09-18gnu: goawk: Update to 1.28.0....* gnu/packages/textutils.scm (goawk): Update to 1.28.0. Change-Id: I14234c1a268b4121d8d3fb762766ab75b222692d Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Ashish SHUKLA via Guix-patches via