aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* file-systems: Support the 'no-diratime' mount flag.Ludovic Courtès2022-10-20
| | | | | * gnu/build/file-systems.scm (mount-flags->bit-mask): Handle 'no-diratime'. * doc/guix.texi (File Systems): Document it.
* installer: Add a missing confirmation page before formatting.Mathieu Othacehe2022-10-20
| | | | | | | This is a follow-up of: <https://issues.guix.gnu.org/57232> * gnu/installer/newt/partition.scm (run-label-page): Add a confirmation page when dealing with an EFI installation.
* gnu: icecat: Update to 102.4.0-guix0-preview1 [security fixes].Mark H Weaver2022-10-20
| | | | | | | | Includes fixes for CVE-2022-42927, CVE-2022-42928, CVE-2022-42929, and CVE-2022-42932. * gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update. (icecat-source): Update gnuzilla commit, base version, and hashes.
* services: wireguard: Add more configuration fields.Mathieu Othacehe2022-10-20
| | | | | | | * gnu/services/vpn.scm (<wireguard-configuration>)[pre-up, post-up, pre-down, post-down, table]: New fields. (wireguard-configuration-file): Take them into account. * doc/guix.texi (Wireguard): Update it.
* installer: Propose the user to report a "guix system init" failure.Mathieu Othacehe2022-10-20
| | | | | * gnu/installer/newt/final.scm (run-install-failed-page): Add a "Report the failure" button.
* installer: Run the "guix system init" command in a PTY.Mathieu Othacehe2022-10-20
| | | | | | | | | | Fixes: <https://issues.guix.gnu.org/55360> * gnu/installer/utils.scm (run-external-command-with-handler/tty): New procedure. (run-external-command-with-line-hooks, run-command): Add a TTY? argument. * gnu/installer/final.scm (install-system): Call run-command with TTY? argument set to #true.
* gnu: Add cl-trivial-sockets.cage2022-10-20
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-trivial-sockets, sbcl-trivial-sockets): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: linux-libre 5.4: Update to 5.4.219.Leo Famulari2022-10-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.219. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.149.Leo Famulari2022-10-19
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.149. (linux-libre-5.10-pristine-source): Update hash.
* gnu: adcli: Update to 0.9.2.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/sssd.scm (adcli): Update to 0.9.2.
* gnu: ne: Cross-compile.Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/text-editors.scm (ne)[arguments]: Use CC-FOR-TARGET and don't strip binaries.
* gnu: Add age-keygen.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/golang.scm (age-keygen): New public variable.
* gnu: Add go-filippo-io-age.Tobias Geerinckx-Rice2022-10-16
| | | | | | * gnu/packages/password-utils.scm (age): Move from here… * gnu/packages/golang.scm (age): …to here, and inherit from… (go-filippo-io-age): …this new source-only package variable.
* gnu: pass-age: Unpropagate inputs.Tobias Geerinckx-Rice2022-10-16
| | | | | | | * gnu/packages/password-utils.scm (pass-age)[arguments]: Add a new 'wrap-script phase. [propagated-inputs]: Move them all from here… [inputs]: …to here. Add missing procps for /bin/pkill.
* gnu: tmux: Update to 3.3a.Greg Hogan2022-10-16
| | | | | | * gnu/packages/tmux.scm (tmux): Update to 3.3a. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add pass-age.Nicolas Graves2022-10-16
| | | | | | * gnu/packages/password-utils.scm (pass-age): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: Add age.Nicolas Graves2022-10-16
| | | | * gnu/packages/password-utils.scm (age): New variable.
* gnu: Add go-filippo-io-edwards25519.Nicolas Graves2022-10-16
| | | | | | * gnu/packages/golang.scm (go-filippo-io-edwards25519): New variable. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: python-curtsies: Update to 0.4.0.Tobias Geerinckx-Rice2022-10-16
| | | | | | * gnu/packages/terminals.scm (python-curtsies): Update to 0.4.0. [propagated-inputs]: Replace python-blessings with python-blessed. [native-inputs]: Remove python-mock.
* gnu: bpython: Update to 0.23.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/python-xyz.scm (bpython): Update to 0.23.
* gnu: pass-tomb: Update to 1.3.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/password-utils.scm (pass-tomb): Update to 1.3.
* gnu: cracklib: Update to 2.9.8.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/password-utils.scm (cracklib): Update to 2.9.8.
* gnu: iperf: Update to 3.12.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/networking.scm (iperf): Update to 3.12.
* gnu: qtractor: Update to 0.9.28.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/music.scm (qtractor): Update to 0.9.28.
* gnu: padthv1: Update to 0.9.27.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/music.scm (padthv1): Update to 0.9.27.
* gnu: samplv1: Update to 0.9.27.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/music.scm (samplv1): Update to 0.9.27.
* gnu: drumkv1: Update to 0.9.27.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/music.scm (drumkv1): Update to 0.9.27.
* gnu: synthv1: Update to 0.9.27.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/music.scm (synthv1): Update to 0.9.27.
* gnu: mtools: Update to 4.0.41.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.41.
* gnu: cpuid: Update to 20221003.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/linux.scm (cpuid): Update to 20221003.
* gnu: mcelog: Update to 189.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/linux.scm (mcelog): Update to 189.
* gnu: qjackctl: Remove unused qtx11extras input.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/audio.scm (qjackctl)[inputs]: Remove qtx11extras.
* gnu: qjackctl: Update to 0.9.8.Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/audio.scm (qjackctl): Update to 0.9.8. [inputs]: Add qtsvg-5.
* gnu: cryfs: Remove trailing #t.Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/crypto.scm (cryfs)[arguments]: Don't explicitly return #t from phases.
* gnu: cryfs: Remove input labels.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/crypto.scm (cryfs)[native-inputs]: Remove label strings.
* gnu: cryfs: Update to 0.11.3.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/crypto.scm (cryfs): Update to 0.11.3.
* gnu: bind: Update to 9.16.34.Tobias Geerinckx-Rice2022-10-16
| | | | * gnu/packages/dns.scm (isc-bind): Update to 9.16.34.
* gnu: cl-webkit: Update to 3.5.5.Artyom Bologov2022-10-19
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.5. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: python-robotframework-pabot: Update to 2.7.0.Maxim Cournoyer2022-10-18
| | | | * gnu/packages/python-xyz.scm (python-robotframework-pabot): Update to 2.7.0.
* gnu: python-robotframework-datadriver: Update to 1.6.1.Maxim Cournoyer2022-10-18
| | | | * gnu/packages/python-xyz.scm (python-robotframework-datadriver): Update to 1.6.1.
* gnu: python-robotframework: Update to 5.0.1.Maxim Cournoyer2022-10-18
| | | | | | | * gnu/packages/python-xyz.scm (python-robotframework): Update to 5.0.1. [phases] {delete-problematic-tests}: Re-instate the sending_signal.robot tests, fixed upstream. [native-inputs]: Replace python-jsonschema with python-jsonschema-next.
* gnu: libksba: Graft to 1.6.2 [fixes CVE-2022-3515].Tobias Geerinckx-Rice2022-10-16
| | | | | * gnu/packages/gnupg.scm (libksba/fixed): New variable. (libksba): Use it as grafted replacement.
* gnu: notmuch: Update to 0.37.Nicolas Goaziou2022-10-18
| | | | * gnu/packages/mail.scm (notmuch): Update to 0.37.
* gnu: emacs-org-modern: Update to 0.5.Nicolas Goaziou2022-10-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-org-modern): Update to 0.5.
* gnu: xournalpp: Update to 1.1.2.Nicolas Goaziou2022-10-18
| | | | * gnu/packages/pdf.scm (xournalpp): Update to 1.1.2.
* gnu: scummvm: Use G-expressions.Nicolas Goaziou2022-10-18
| | | | * gnu/packages/emulators.scm (scummvm)[arguments]: Use G-expressions.
* gnu: scummvm: Update to 2.6.1.Nicolas Goaziou2022-10-18
| | | | * gnu/packages/emulators.scm (scummvm): Update to 2.6.1.
* gnu: Add nbfc-linux.florhizome2022-10-18
| | | | | | * gnu/packages/linux.scm (nbfc-linux): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: wolfssl: Update to 5.5.1 [security fixes].Felix Lechner2022-10-18
| | | | | | * gnu/packages/tls.scm (wolfssl): Update to 5.5.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-simple-pid.jgart2022-10-18
| | | | | | * gnu/packages/python-science.scm (python-simple-pid): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>