summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-12syscalls: 'with-file-lock' removes lock file upon exit....Fixes <https://issues.guix.gnu.org/57501>. Reported by Ricardo Wurmus <rekado@elephly.net>. * guix/build/syscalls.scm (call-with-file-lock) (call-with-file-lock/no-wait): Add call to 'delete-file' in unwind handler. Ludovic Courtès
2023-02-12gnu: Add hunspell-dict-he-il....* gnu/packages/hunspell.scm (hunspell-dict-he-il): New variable. Efraim Flashner
2023-02-12gnu: hunspell-dictionary: Update to 7.4.5.1....* gnu/packages/hunspell.scm (hunspell-dictionary): Update to 7.4.5.1. Efraim Flashner
2023-02-12gnu: libreoffice: Update to 7.4.5.1....* gnu/packages/libreoffice.scm (libreoffice): Update to 7.4.5.1. Efraim Flashner
2023-02-11gnu: OpenSSL 3: Update to 3.0.8 [security fixes]....Fixes CVE-2023-0215, CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401, CVE-2022-4203, CVE-2022-4304, and CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt gnu/packages/tls.scm (openssl-3.0): Update to 3.0.8. Leo Famulari
2023-02-11gnu: OpenSSL: Update to 1.1.1t [security fixes]....Fixes CVE-2023-0215, CVE-2023-0286, CVE-2022-4304, CVE-2022-4450. https://www.openssl.org/news/secadv/20230207.txt * gnu/packages/tls.scm (openssl/fixed): Update to 1.1.1t. Leo Famulari
2023-02-11gnu: zfs: Update to 2.1.9....* gnu/packages/file-systems.scm (zfs): Update to 2.1.9. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Kaelyn Takata
2023-02-11gnu: Add havoc....* gnu/packages/terminals.scm (havoc): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Feng Shu
2023-02-11gnu: Add smartdns....* gnu/packages/dns.scm (smartdns): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Hilton Chain
2023-02-11gnu: pantalaimon: Install documentation and use gexps....* gnu/packages/matrix.scm (pantalaimon)[arguments]: Turn into gexps. Add install-doc phase. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Morgan Smith
2023-02-11gnu: Add lzfse....* gnu/packages/compression.scm (lzfse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> r0man
2023-02-11gnu: jalv: Fix home page and use GTK-3....* gnu/packages/audio.scm (jalv)[home-page]: Fix home-page. [inputs]: Remove gtk and gtkmm and add gtk+. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Sughosha
2023-02-11gnu: footswitch: Improve package style....* gnu/packages/accessibility.scm (footswitch)[arguments]: Use G-expressions. <#:phases>: Remove trailing #T. [description]: Simplify it. Nicolas Goaziou
2023-02-11gnu: ruby-3.2: Update to 3.2.1...* gnu/packages/ruby.scm (ruby-3.2): Update to 3.2.1 Signed-off-by: Christopher Baines <mail@cbaines.net> Remco van 't Veer
2023-02-11gnu: libtorrent-rasterbar: Update to 1.2.18....* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18. Signed-off-by: Christopher Baines <mail@cbaines.net> Hilton Chain
2023-02-11gnu: iwd: Update to 2.3....* gnu/packages/networking.scm (iwd): Update to 2.3. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2023-02-11gnu: ell: Update to 0.56....* gnu/packages/linux.scm (ell): Update to 0.56. Signed-off-by: Christopher Baines <mail@cbaines.net> kiasoc5
2023-02-11gnu: footswitch: Update to 1.0-0.e455d67....This update adds 3 newly supported devices and an additional command to the package. * gnu/packages/accessibility.scm (footswitch): Update to commit e455d6752221. Signed-off-by: Christopher Baines <mail@cbaines.net> Martin Marshall
2023-02-11gnu: libavif: Add pixbuf-loader output....* gnu/packages/image.scm (libavif)[arguments]: Build gdk-pixbuf loader. [outputs]: Add 'pixbuf-loader' output. [inputs]: Add gdk-pixbuf. [native-inputs]: Add pkg-config. Signed-off-by: Christopher Baines <mail@cbaines.net> Bruno Victal
2023-02-11gnu: libavif: Update to 0.11.1....libavif commit 97306bf64266cf9571dd141f3d04492534a9deea removes JSON-based tests along with cJSON. Aditionally, googletest is now required to build libavif. The test target has since changed and can be called directly from cmake, no longer being necessary to replace 'check target. * gnu/packages/image.scm (libavif): Update to 0.11.1. [arguments]: Adjust configure-flags, remove 'check phase replacement. [native-inputs]: Add googletest. [license]: Remove expat. Signed-off-by: Christopher Baines <mail@cbaines.net> Bruno Victal
2023-02-11gnu: yosys: Update to 0.26....* gnu/packages/fpga.scm (yosys): Update to 0.26. [source]: Disable unnecessary recursive checkout. [arguments]<#:phases>: Expand "fix-paths" phase to match new version; remove obsolete "fix-iverilog-references" phase; add wrap phase. [inputs]: Add gtkwave, zlib, python, python-click. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-02-11gnu: yosys: Do not propagate any inputs....* gnu/packages/fpga.scm (yosys)[arguments]<#:phases>: Patch reference to z3 in "fix-paths" phase; in "use-external-abc" phase, use complete path to "abc" executable in store. [propagated-inputs]: Remove, moving abc and z3 from here... [inputs]: ...to here. Signed-off-by: Christopher Baines <mail@cbaines.net> Simon South
2023-02-11gnu: nar-herder: Update to 0-16.f62a2b3....* gnu/packages/package-management.scm (nar-herder): Update to 0-16.f62a2b3. Christopher Baines
2023-02-11gnu: guix-data-service: Update to 0.0.1-38.6be113f....* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-38.6be113f. Christopher Baines
2023-02-11download: Add bordeaux.guix.gnu.org as a content addressed mirror....bordeaux.guix.gnu.org now provides access to some files by hash. This is done through the nar-herder finding a nar produced by a fixed output derivation for the requested content, and then providing the content stored inside that nar. I've put this new entry at the start of the list, as I think it's more likely to have content than the others. Because bordeaux.guix.gnu.org stores nars indefinitely, my suspicion is that it's going to be able to fulfil more requests than ci.guix.gnu.org, which relies on the file requested being in the store (so the now frequent garbage collection is going to limit the files available). * guix/download.scm (%content-addressed-mirrors): Add bordeaux.guix.gnu.org. Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Baines
2023-02-11gnu: qbe: Update to 1.1....* gnu/packages/c.scm (qbe): Update to 1.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> jgart
2023-02-11gnu: doctl: Update to 1.92.1....* gnu/packages/admin.scm (doctl): Update to 1.92.1. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Matthew James Kraai
2023-02-11gnu: mympd: Update to 10.2.2....* gnu/packages/mpd.scm (mympd): Update to 10.2.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Bruno Victal
2023-02-11gnu: lagrange: Update to 1.15.2....* gnu/packages/web-browsers.scm (lagrange): Update to 1.15.2. Nicolas Goaziou
2023-02-11gnu: pyzo: Update to 4.12.7....* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.7. Nicolas Goaziou
2023-02-11gnu: naev: Update to 0.10.4....* gnu/packages/games.scm (naev): Update to 0.10.4. Nicolas Goaziou
2023-02-11gnu: asymptote: Update to 2.85....* gnu/packages/plotutils.scm (asymptote): Update to 2.85. Nicolas Goaziou
2023-02-11gnu: php: Update to 8.2.2....* gnu/packages/php.scm (php): Update to 8.2.2. * gnu/packages/patches/php-curl-compat.patch: Remove file. * gnu/packages/patches/php-bug-74093-test.patch: Remove file. * gnu/packages/patches/php-fix-streams-copy-length.patch: New file. * gnu/local.mk (dist_patch_DATA): Remove them. Add it. Julien Lepiller
2023-02-11gnu: go-github-com-gatherstars-com-jwz: Update to 1.3.1....* gnu/packages/golang.scm (go-github-com-gatherstars-com-jwz): Update to 1.3.1. Efraim Flashner
2023-02-11gnu: go-github-com-biogo-hts-bam: Update to 1.4.4....* gnu/packages/bioinformatics.scm (go-github-com-biogo-hts-bam): Update to 1.4.4. Efraim Flashner
2023-02-11gnu: go-github-com-rakyll-statik: Fix building with go-1.18+....* gnu/packages/golang.scm (go-github-com-rakyll-statik)[source]: Add snippet to allow building with a newer go. Efraim Flashner
2023-02-11doc: Fix documentation typo....* doc/guix.texi (Service Reference): Fix typo. Signed-off-by: Julien Lepiller <julien@lepiller.eu> Remco van 't Veer
2023-02-11gnu: open-adventure: Update to 1.12....* gnu/packages/games.scm (open-adventure): Update to 1.12. Nicolas Goaziou
2023-02-11gnu: emacs-compat: Update to 29.1.3.3....* gnu/packages/emacs-xyz.scm (emacs-compat): Update to 29.1.3.3. Nicolas Goaziou
2023-02-11gnu: emacs-csv-mode: Update to 1.22....* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.22. Nicolas Goaziou
2023-02-11gnu: Add emacs-ligature....* gnu/packages/emacs-xyz.scm (emacs-ligature): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Jake Leporte
2023-02-11gnu: Add emacs-discover....* gnu/packages/emacs-xyz.scm (emacs-discover): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Cayetano Santos
2023-02-11gnu: emacs: Add TREE_SITTER_GRAMMAR_PATH support....gnu/packages/emacs.scm (emacs)[native-search-paths]: Add a search-path for tree-sitter grammars. gnu/packages/aux-files/emacs/guix-emacs.el: Add directories from TREE_SITTER_GRAMMAR_PATH to treesit-extra-load-path. Andrew Tropin
2023-02-11status: Print a hint when a 'package-cache' hook fails to build....* guix/channels.scm (package-cache-file): Add 'channels' to the #:properties list. * guix/status.scm (print-build-event): Upon failure, display a hint when the derivation is a 'package-cache' hook. Ludovic Courtès
2023-02-11gnu: supertuxkart: Update to 1.4....* gnu/packages/games.scm (supertuxkart): Update to 1.4. [snippet]: Unbundle mcpp. [arguments]: Enable recorder. [inputs]: Add libopenglrecorder. [native-inputs]: Add mcpp and python. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sughosha
2023-02-11gnu: Add libopenglrecorder....* gnu/packages/gl.scm (libopenglrecorder): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sughosha
2023-02-11gnu: Add mcpp....* gnu/packages/cpp.scm (mcpp): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sughosha
2023-02-11utils: Add target-little-endian?....* guix/utils.scm (target-little-endian?): New function. * guix/build-system/meson.scm (make-machine-alist): Use it. * gnu/packages/chez.scm (nix-system->pbarch-machine-type): Likewise. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath
2023-02-11gnu: ddclient: Update to 3.10.0....3.10.0 switched to autotools based build system. * gnu/packages/dns.scm (ddclient): Update to 3.10.0. [source]: Patch test-suite to skip tests that require networking. [build-system]: Switch to gnu-build-system. [native-inputs]: Remove bash. Move perl to inputs. [inputs]: Add perl, perl-io-socket-inet6, perl-json. Remove perl-data-validate-ip. [native-search-paths]: Add $SSL_CERT_DIR, $SSL_CERT_FILE. Required for SSL support. * gnu/packages/patches/ddclient-skip-test.patch: New file. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal
2023-02-11gnu: Remove opencascade-oce....This package is unmaintained by upstream, has no dependents and was replaced by opencascade-occt. * gnu/packages/maths.scm (opencascade-oce): Remove variable. * gnu/packages/patches/opencascade-oce-glibc-2.26.patch: Remove file. * gnu/local.mk: Unregister it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego