summary refs log tree commit diff
AgeCommit message (Collapse)Author
13 daysgnu: sway: Update to 1.10.Ashish SHUKLA
* gnu/packages/wm.scm (sway): Update to 1.10. [inputs] Replace wlroots-0.17 with wlroots. Change-Id: Ia5230c58ecb11e3b1e5a94557f2965d7e648851f Reviewed-by: Mazin Alhaddad <mazin@getstate.dev> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
13 daysui: ‘show-what-to-build’ displays builds in topological order.Ludovic Courtès
That gives something like: $ ./pre-inst-env guix build vim --no-grafts --no-substitutes -n The following derivations would be built: /gnu/store/…-tcsh-6.24.01.tar.gz.drv /gnu/store/…-tcsh-6.24.01.tar.zst.drv /gnu/store/…-tcsh-6.24.01.drv /gnu/store/…-vim-9.1.0744-checkout.drv /gnu/store/…-vim-9.1.0744.drv … with the derivation(s) being asked for coming last. * guix/ui.scm (show-what-to-build): Reverse ‘build/full’ before folding it. Change-Id: Ic0da9f4f8a58c7ed5e2d10f6ec2226f0865aed75
13 daysderivations: ‘derivation-build-plan’ returns builds in topological order.Ludovic Courtès
That makes ‘derivation-build-plan’ directly usable in cases where one wants to sequentially build derivations one by one, or to report builds in the right order in the user interface. * guix/derivations.scm (derivation-build-plan): Wrap ‘loop’ in ‘traverse’. Perform a depth-first traversal. Return the list of builds in topological order. * tests/derivations.scm ("derivation-build-plan, topological ordering"): New test. Change-Id: I7cd9083f42c4381b4213794a40dbb5b234df966d
13 daystests: Fix gremlin.scm for GCC 14Ting-Wei Lan
* tests/gremlin.scm: Include stdio.h before using puts since GCC 14 no longer allows implicit declarations. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
13 daysdoc: Fix `copy-recursively' arguments.aurtzy
The `select?' keyword is part of the description instead of immediately following `keep-permissions?' in the arguments list for `copy-recursively'. This adds a missing '@' to fix that. * doc/guix.texi (Build Utilities): Fix `copy-recursively' arguments. Change-Id: If6802490a6afebc884b039d84f1fe4f9202a1151 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
13 daysdoc: Adjust stale reference to quote instead of gexp.Ludovic Courtès
* doc/guix.texi (Build Phases): Mention hash-tilde, not apostrophe. Change-Id: I8dca74da46d35692be122fb3e8e3ab40dd70606e
13 daysgnu: Add hid-wiimote-plus.Danny Milosavljevic
* gnu/packages/linux.scm (hid-wiimote-plus): New variable. Change-Id: Icd23c3e390211160905b9c84a621ca6f5fbff0a0
14 daysgnu: curl/fixed: Re-instate erroneously dropped patch.Maxim Cournoyer
* gnu/packages/curl.scm (curl/fixed) [source]: Inherit base package patches, having the effect of re-adding 'curl-use-ssl-cert-env.patch'. Change-Id: I5c0fb5e44ad26cca9490cbbdef824011cffa9b2b
14 daysgnu: torcs: Fix source file name.Maxim Cournoyer
* gnu/packages/games.scm (torcs) [source]: Specify file-name field. [arguments]: Precise URL in comment. Change-Id: I9730e9aa75e17068b821ce211cb4591f53c47681
2024-11-12gnu: Add torcs.Maxim Cournoyer
* gnu/packages/games.scm (torcs): New variable. Change-Id: I1e55fc65ff303c309fed50f2071de0eaf4266d57
2024-11-12gnu: plib: Build with -fPIC.Maxim Cournoyer
* gnu/packages/game-development.scm (plib) [arguments] <#:configure-flags>: New argument. [inputs]: Move field after... [native-inputs]: ... this one. Change-Id: Ieddfb8814632f74c98d0e2cda949709b718c7a0d
2024-11-12gnu: Add vdrift.Maxim Cournoyer
* gnu/packages/games.scm (vdrift): New variable. Change-Id: I55b5884a9d7d4a9e874e76c6a7c8af4974dce701
2024-11-12gnu: Add vdrift-data.Maxim Cournoyer
* gnu/packages/games.scm (vdrift-data): New variable. Change-Id: I960e2222ea7e9506a306692db552dc1dcc229b01
2024-11-12gnu: iverilog: Update home page.Maxim Cournoyer
* gnu/packages/fpga.scm (iverilog) [home-page]: Add a trailing slash to please 'guix lint'. Change-Id: I89d742950f5d55f8b3ce6d221b1337242a01649f
2024-11-12gnu: yosys: Remove extraneous characters.Maxim Cournoyer
* gnu/packages/fpga.scm (yosys) [arguments]: Drop leading './' from file names. Drop leading '/' from file names given to 'search-input-file'. Change-Id: I49febe7bcf0d60553d2a24d99746e6457fa4d03f
2024-11-12gnu: yosys: Do not hard-code CC and CXX make flags.Maxim Cournoyer
* gnu/packages/fpga.scm (yosys) [make-flags]: Use cc-for-target and cxx-for-target procedures to compute the correct CC and CXX flags. Change-Id: I2a81f09ff7d6891d78ad157594bb0d96c38451f8
2024-11-12gnu: yosys: Sort inputs.Maxim Cournoyer
* gnu/packages/fpga.scm (yosys): Sort inputs. Change-Id: I5a4c97b84ae1e5b7f08b82858c47542fdcfd37b1
2024-11-12gnu: yosys: Update to 0.47.Maxim Cournoyer
* gnu/packages/fpga.scm (yosys): Update to 0.47. [arguments]: Extend fix-paths phase. [native-inputs]: Add cxxopts. Change-Id: I14afed45261e7c4830fe91fe2ced8762eed54810
2024-11-12gnu: yosys: Update to 0.46.Cayetano Santos
* gnu/packages/fpga.scm (yosys): Update to 0.46. Change-Id: Id980679e6576b27429611f8399eff2185e57d684 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: iverilog: Re-add zlib to inputs.Cayetano Santos
Fixes issue introduced in <https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b32f8bc9da> which removed zlib. This caused failures in the yosys test suite. * gnu/packages/fpga.scm (iverilog) [inputs]: Add zlib. Change-Id: I262db5db43527a3a2a1753163f7b9a4104f7e895 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: iverilog: Remove extraneous #:test-target argument.Maxim Cournoyer
'check' is its default value for the gnu-build-system. * gnu/packages/fpga.scm (iverilog) [arguments] <#:test-target>: Delete argument. Change-Id: I82c3103f71cfc39988f21d09f9bcdbcbdf9d1e03
2024-11-12gnu: Add emacs-color-theme-sanityinc-tomorrow.Rostislav Svoboda
* gnu/packages/emacs-xyz.scm (emacs-color-theme-sanityinc-tomorrow): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I10d82838e5127b2b826615365a3eec6b2a937531
2024-11-12gnu: Remove allegro-5.0. [security fixes]Nicolas Graves
This package has no dependencies in Guix, is unsupported (see https://liballeg.org/old.html) and is vulnerable to CVE-2021-36489. * gnu/packages/game-development.scm (allegro-5.0): Delete variable. * gnu/local.mk: Deregister patch. * gnu/packages/patches/allegro-mesa-18.2.5-and-later.patch: Delete file. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: postgresql-15: Update to 16.4. [security fixes]Nicolas Graves
This fixes CVE-2024-7348. * /gnu/packages/databases.scm (postgresql-15): Move from here... (postgresql-16): ... to here. [version]: Update to 16.4. [source]: Adapt source and add patch. [native-inputs]: Add pkg-config. [inputs]: Add icu4c. * gnu/packages/patches/postgresql-disable-normalize_exec_path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I57771ebcf462bdeca73eda157274db089816fd12
2024-11-12gnu: postgresql-14: Update to 14.13.Nicolas Graves
* gnu/packages/databases.scm (postgresql-14): Update to 14.13. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: postgresql-13: Update to 13.16. [security fixes]Nicolas Graves
This fixes CVE-2024-7348. * gnu/packages/databases.scm (postgresql-13): Update to 13.16. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: sendmail: Remove trailing #t from phases.Maxim Cournoyer
* gnu/packages/mail.scm (sendmail) [arguments] <#:phases>: Remove trailing #t and re-indent some expressions. Change-Id: I1557b07f53f4f7f4aad6850d98973570d1d2a8cc
2024-11-12gnu: curl: Update home page.Maxim Cournoyer
* gnu/packages/curl.scm (curl) [home-page]: Update URL. Change-Id: I0fbcdceddd8c7b40edb430e9a5ebc160f47efb29
2024-11-12gnu: rnp: Update to 0.17.1. [security fixes]Nicolas Graves
This fixes CVE-2023-29479 and CVE-2023-29480. * gnu/packages/openpgp.scm (rnp): Update to 0.17.1. [arguments]: Improve style using gexps. <#:phases>: Add phase 'inject-sexpp-source. [inputs]: Add sexpp. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: Ic1d4740da168cd9fde8b642f279c2c77a1c3806f
2024-11-12gnu: Add sexpp.Nicolas Graves
* gnu/packages/openpgp.scm (sexpp): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: unicorn: Update to 2.1.1. [security fixes]Nicolas Graves
Thix fixes CVE-2021-4296. * gnu/packages/emulators.scm (unicorn): Update to 2.1.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: openvpn: Update to 2.6.12. [security fixes]Nicolas Graves
Thix fixes CVE-2024-24974, CVE-2024-27459 and CVE-2024-27903. * gnu/packages/vpn.scm (openvpn): Update to 2.6.12. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: sendmail: Update to 8.18.1. [security fixes]Nicolas Graves
This fixes CVE-2023-51765 and CVE-2021-3618. * gnu/packages/mail.scm (sendmail): Update to 8.18.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: pam-u2f: Update to 1.3.0. [security fixes]Nicolas Graves
This fixes CVE-2021-31924. * gnu/packages/security-token.scm (pam-u2f): Update to 1.3.0. [inputs]: Add libfido2, openssl. Remove libu2f-host, libu2f-server. [native-inputs]: Sort packages. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: bart: Update to 0.9.00.Nicolas Graves
This fixes bart reproducibility. * gnu/packages/image-processing.scm (bart): Update to 0.9.00. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2c40957a8e55fec945ec03e097cf3a3c71da85ee
2024-11-12gnu: nzbget: Ignore failing tests.Nicolas Graves
* gnu/packages/networking.scm (nzbget)[arguments]<#:phases>: Ignore a misconfigured test on aarch64. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: nzbget: Update to 24.3. [security fixes]Nicolas Graves
This fixes CVE-2023-49102. * gnu/packages/networking.scm (nzbget): Update to 24.3. [source]: Switch to git-fetch. [build-system]: Switch to cmake-build-system. [arguments]<configure-flags>: Update field. [inputs]: Add boost, openssl. [native-inputs]: Remove pkg-config, add which. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: curl: Fix CVE-2024-8096.Ashish SHUKLA
* gnu/packages/curl.scm (curl) [replacement]: New field. (curl/fixed): New variable. * gnu/packages/patches/curl-CVE-2024-8096.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I42facad095d97dc94302e9db60626b9fa00f3738 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: ffmpeg-4: Update to 4.4.5 [fixes CVE-2024-7055].Ashish SHUKLA
* gnu/packages/video.scm (ffmpeg-4): Update to 4.4.5. * gnu/packages/patches/ffmpeg-remove-compressed_ten_bit_format.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. Change-Id: Ie35066988c26af338120b2ce002c767ff4c7aaec Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: ffmpeg-5: Update to 5.1.6 [fixes CVE-2024-7055, CVE-2024-7272].Ashish SHUKLA
* gnu/packages/video.scm (ffmpeg-5): Update to 5.1.6. Change-Id: If86cbff17d63528b42a9c5ce2c062014251b8fcb Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12build: chicken-build-system: Update for 5.4.0.Ashish SHUKLA
* guix/build/chicken-build-system (build): chdir to the directory containing sources, and let chicken-install process the current directory. (install): Switch to define as we do not need any keys. (check): Remove unused egg-name from the arguments. Change-Id: I4adf5e2378deab6e3f3b3c128c3cc75ce43f0e8a Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: chicken: Update to 5.4.0.Ashish SHUKLA
* gnu/packages/chicken.scm (chicken): Update to 5.4.0. Change-Id: I448bdc25a5cb11e55c7ebb9d9e0cf1876ca958d8 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: libarchive: Graft to 3.7.7. [security fixes]Liliana Marie Prikler
* gnu/packages/backup.scm (libarchive): Add replacement with libarchive/fixed. (libarchive/fixed): New variable. Fixes: Out of bounds access in ZIP files [CVE-2024-37407]. Fixes: Out of bounds access in RAR files [CVE-2024-48957, CVE-2024-48958]. Fixes: Race condition in multi-threaded systems [CVE-2023-30571]. Fixes: NULL pointer dereference [CVE-2022-36227]. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2024-11-12gnu: emacs-telega: Update to 0.8.391.Sergey Trofimov
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.8.391.
2024-11-12gnu: tdlib: Update to 1.8.39.Sergey Trofimov
* gnu/packages/messaging.scm (tdlib): Update to 1.8.39.
2024-11-12gnu: liblouisutdml: Update to 2.12.0-0.00ca783.Zheng Junjie
* gnu/packages/language.scm (liblouisutdml): Update to 2.12.0-0.00ca783. [arguments]: Use G-expressions. [native-inputs]: Remove labels. [propagated-inputs]: Remove labels. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail> Change-Id: Iedbcb5b3073f26a42805ae02550a28f6f1abee86
2024-11-12gnu: emacs-org-node: Update to 1.7.4.Danny Milosavljevic
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.7.4. Change-Id: Ie1da1b7626f9deb9abc64abdb5df544f68e34c4e
2024-11-12gnu: emacs-org-node: Update to 1.6.1.Danny Milosavljevic
* gnu/packages/emacs-xyz.scm (emacs-org-node): Update to 1.6.1. Change-Id: I4c0f11db95620d15b7104ae288ce7c68c3fdc46f
2024-11-11gnu: r-hdwgcna: Use R build system phases.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-hdwgcna)[arguments]: Explicitly select %STANDARD-PHASES from r-build-system module. Change-Id: I8f6593ab1243884827698cf84d34d9f7aef5c28c
2024-11-11gnu: Add r-hdwgcna.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-hdwgcna): New variable. Change-Id: I1e3c7663a777ee543c53ccee90b6e71f544d89aa