aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-02gnu: nmap: Update to 7.91....* gnu/packages/admin.scm (nmap): Update to 7.91. Tobias Geerinckx-Rice
2021-07-02gnu: perl-sql-splitstatement: Update to 1.00023....* gnu/packages/databases.scm (perl-sql-splitstatement): Update to 1.00023. [native-inputs]: Add perl-test-differences and perl-test-script. Tobias Geerinckx-Rice
2021-07-02gnu: perl-db-file: Update to 1.856....* gnu/packages/databases.scm (perl-db-file): Update to 1.856. Tobias Geerinckx-Rice
2021-07-02gnu: po4a: Update to 0.63....* gnu/packages/gettext.scm (po4a): Update to 0.63. Signed-off-by: Julien Lepiller <julien@lepiller.eu> EuAndreh via Guix-patches via
2021-07-02gnu: grub-efi: Only enable the stack protector on x86_64-linux....Follow up to 018f95094153660e3041ec160718f0bda286a3dc, as gcc on aarch64-linux doesn't seem to support -mstack-protector-guard=global. Fixes <https://bugs.gnu.org/49088>. * gnu/packages/bootloaders.scm (grub-efi)[arguments]: Only add "--enable-stack-protector" to #:configure-flags when system is x86_64-linux. Christopher Baines
2021-07-01gnu: libzip: Support Zstandard....* gnu/packages/compression.scm (libzip)[native-inputs]: Add pkg-config. [inputs]: Add zstd:lib. Tobias Geerinckx-Rice
2021-07-01gnu: libzip: Update to 1.8.0....* gnu/packages/compression.scm (libzip): Update to 1.8.0. Tobias Geerinckx-Rice
2021-07-01gnu: fnott: Update to 1.1.0....* gnu/packages/wm.scm (fnott): Update to 1.1.0. Tobias Geerinckx-Rice
2021-07-01gnu: fcft: Update to 2.4.1....* gnu/packages/fontutils.scm (fcft): Update to 2.4.1. Tobias Geerinckx-Rice
2021-07-01gnu: linux-libre 4.4: Update to 4.4.274....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.274. (linux-libre-4.4-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre 4.9: Update to 4.9.274....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.274. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre 4.14: Update to 4.14.238....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.238. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre 4.19: Update to 4.19.196....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.196. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre 5.4: Update to 5.4.129....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.129. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre 5.10: Update to 5.10.47....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.47. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: linux-libre: Update to 5.12.14....* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.14. (linux-libre-5.12-pristine-source): Update hash. Leo Famulari
2021-07-01gnu: git-annex: Update to 8.20210630....* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210630. Tobias Geerinckx-Rice
2021-07-01gnu: libvirt: Support FUSE....* gnu/packages/virtualization.scm (inputs): Add fuse. Tobias Geerinckx-Rice
2021-07-01gnu: libvirt: Support extended attributes....* gnu/packages/virtualization.scm (inputs): Add attr. Tobias Geerinckx-Rice
2021-07-01gnu: libvirt: Support ACLs....* gnu/packages/virtualization.scm (inputs): Add acl. Tobias Geerinckx-Rice
2021-07-01gnu: libvirt: Support ZFS....* gnu/packages/virtualization.scm (inputs): Add zfs. Tobias Geerinckx-Rice
2021-07-01gnu: libvirt: Update to 7.5.0 [fixes CVE-2021-3631]....* gnu/packages/virtualization.scm (libvirt): Update to 7.5.0. [arguments]: Add a new 'skip-directory-confusion phase. Remove obsolete 'no-polkit-magic phase. Tobias Geerinckx-Rice
2021-07-01gnu: fldigi: Update to 4.1.19....* gnu/packages/radio.scm (fldigi): Update to 4.1.19. [inputs]: Add eudev. Tobias Geerinckx-Rice
2021-07-01gnu: iproute2: Update to 5.13.0....* gnu/packages/linux.scm (iproute2): Update to 5.13.0. Tobias Geerinckx-Rice
2021-07-01gnu: gifsicle: Update to 1.93....* gnu/packages/image.scm (gifsicle): Update to 1.93. Tobias Geerinckx-Rice
2021-07-01gnu: bioperl-minimal: Avoid top-level cross-module references....This could lead to circular reference breakage. * gnu/packages/bioinformatics.scm (bioperl-minimal): Move top-level references to perl-* variables and their transitive inputs to 'arguments' and 'inputs'. Ludovic Courtès
2021-07-01gnu: Do not import (gnu packages commencement)....Line introduced in 4efbf56e5391dfbb3db3d6cee3138afaccb6cd64. * gnu/packages/bioinformatics.scm: Remove unused (gnu packages commencement) import. Ludovic Courtès
2021-07-01gnu: Add r-mcmcpack....* gnu/packages/cran.scm (r-mcmcpack): New variable. Co-authored-by: Marcel Schilling <marcel.schilling@uni-luebeck.de> Ricardo Wurmus
2021-07-01gnu: r-seurat: Update to 4.0.3....* gnu/packages/cran.scm (r-seuratobject): Update to 4.0.2. (r-seurat): Update to 4.0.3. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Marcel Schilling
2021-07-01gnu: obs: Update to 27.0.1...* gnu/packages/video.scm (obs): Update to 27.0.1. [inputs]: Add glib, pipewire, wayland, wayland-protocol. Some plugins now comes as submodules, so recursive? added. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Andrew Tropin
2021-07-01gnu: vim-guix-vim: Update to 0.2.1....* gnu/packages/vim.scm (vim-guix-vim): Update to 0.2.1. Efraim Flashner
2021-07-01gnu: emacs-pdf-tools: Update to new repo and revision....* gnu/packages/emacs-xyz.scm (emacs-pdf-tools): Update. [source]: Change URL to for. See <https://github.com/politza/pdf-tools/issues/659>. This update is required to make pdf-tools work properly for HiDPI screens. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Andrew Tropin
2021-07-01gnu: emacs-window-purpose: Update to 1.8.1....* gnu/packages/emacs-xyz.scm (emacs-window-purpose): Update to 1.8.1. Nicolas Goaziou
2021-07-01gnu: tinmop: Update to 0.8.3....* gnu/packages/web-browsers.scm (tinmop): Update to 0.8.3. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2021-07-01gnu: sbcl-croatoan: Update to 0.0.1-3.a577951....* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-3.a577951. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2021-07-01gnu: sbcl-tooter: Update to 1.0.0-2.b1639d8....* gnu/packages/lisp-xyz.scm (sbcl-tooter): Update to 1.0.0-2.b1639d8. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> cage
2021-07-01gnu: Add squashfs-tools-ng....* gnu/packages/compression.scm (squashfs-tools-ng): New public variable. Tobias Geerinckx-Rice
2021-07-01gnu: squashfs-tools: Update description....* gnu/packages/compression.scm (squashfs-tools)[description]: Don't mention zlib; compact discs; youth. Tobias Geerinckx-Rice
2021-07-01gnu: squashfs-tools: Update to 4.4-git.1....* gnu/packages/compression.scm (squashfs-tools): Update to 4.4-git.1. [source]: Remove obsolete snippet. Tobias Geerinckx-Rice
2021-07-01gnu: gtkwave: Update to 3.3.110....* gnu/packages/fpga.scm (gtkwave): Update to 3.3.110. Tobias Geerinckx-Rice
2021-07-01gnu: remmina: Update to 1.4.19....* gnu/packages/vnc.scm (remmina): Update to 1.4.19. Tobias Geerinckx-Rice
2021-06-30gnu: libesmtp: Expand description....* gnu/packages/mail.scm (libesmtp)[description]: Add more libESMTP facts. Tobias Geerinckx-Rice
2021-06-30gnu: libesmtp: Update to 1.1.0....* gnu/packages/mail.scm (libesmtp): Update to 1.1.0. [native-inputs]: Remove them all again. Tobias Geerinckx-Rice
2021-06-30gnu: libesmtp: Build from Git sources....* gnu/packages/mail.scm (libesmtp)[source]: Use GIT-FETCH and GIT-FILE-NAME. [native-inputs]: Add autoconf, automake, and libtool. Tobias Geerinckx-Rice
2021-06-30gnu: verilator: Update to 4.204....* gnu/packages/fpga.scm (verilator): Update to 4.204. Tobias Geerinckx-Rice
2021-06-30gnu: benchmark: Update to 1.5.5....* gnu/packages/benchmark.scm (benchmark): Update to 1.5.5. Tobias Geerinckx-Rice
2021-06-30gnu: ghostwriter: Update to 2.0.2....* gnu/packages/text-editors.scm (ghostwriter): Update to 2.0.2. Tobias Geerinckx-Rice
2021-06-30gnu: cbonsai: Update to 1.2.1....* gnu/packages/toys.scm (cbonsai): Update to 1.2.1. Tobias Geerinckx-Rice
2021-06-30gnu: goaccess: Update to 1.5.1....* gnu/packages/web.scm (goaccess): Update to 1.5.1. Tobias Geerinckx-Rice
2021-06-30gnu: virtuoso-ose: Update to 7.2.6....* gnu/packages/databases.scm (virtuoso-ose): Update to 7.2.6. [source]: Get it from SourceForge. [inputs]: Use the default OpenSSL version. Tobias Geerinckx-Rice
non-desktop installations, in terms of when a given service is offered. * gnu/installer/newt/services.scm (RUN-OTHER-SERVICES-CBT-PAGE): Rename to ... (RUN-PRINTING-SERVICES-CBT-PAGE): ... new variable, and select only 'document' services. (RUN-SERVICES-PAGE): Adjust accordingly. * gnu/installer/tests.scm (CHOOSE-SERVICES): Adjust accordingly. Leo Famulari 2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe 2021-12-08Revert "installer: Make LUKS2 the default format for encrypted devices"...This reverts commit a82e9f45fd9f7c67123b7064c60065281035c744 at the author's request. We are not quite ready to boot all resulting systems. See <https://logs.guix.gnu.org/guix/2021-12-08.log#231815>. Tobias Geerinckx-Rice 2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus 2021-12-01installer: parted: Use the swap-space record....* gnu/installer/parted.scm (user-partitions->configuration): Use the swap-space record. Mathieu Othacehe 2021-12-01installer: Make LUKS2 the default format for encrypted devices...* gnu/installer/parted.scm (luks-format-and-open): Change it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Josselin Poiret 2021-11-26installer: Rework installation device detection....* gnu/installer/parted.scm (installation-device): Remove it. * gnu/installer/parted.scm (installer-root-partition-path): Add it. * gnu/installer/parted.scm (non-install-devices): Add installation-device? predicate. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Josselin Poiret 2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner 2021-10-21installer: Reorder file system type listbox....Recommending ext4 over btrfs is probably ill-advised nowadays. See the regular bug reports about running out of /gnu/store directory entries, for which the documented fix then breaks booting with GRUB. Instead, just list regular file systems alphabetically. We can bikeshed bcachefs later ;-) Move second-class file systems like NTFS to their own section at the end of the list. * gnu/packages/package-management.scm (run-fs-type-page): Reorder the LISTBOX-ITEMS. Tobias Geerinckx-Rice 2021-10-12Merge remote-tracking branch 'origin/master' into core-updates-frozen.Mathieu Othacehe 2021-10-01installer: Fix typo in docstrings....* gnu/packages/gnu/installer/parted.scm (force-user-partitions-formatting, format-user-partitions): Fix ‘formating’ docstring typo. Tobias Geerinckx-Rice 2021-09-23installer: Support XFS....* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘xfs’ to the list box. * gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type) (partition-filesystem-user-type): Add ‘xfs’ mapping. (create-xfs-file-system): New procedure. (format-user-partitions): Use it. * gnu/installer.scm (set-installer-path): Add xfsprogs. Tobias Geerinckx-Rice 2021-09-21installer: keymap: Fix optional fields handling....Fixes: <https://issues.guix.gnu.org/50723>. The keymap xml contains optional shortDescription and description fields. The assoc-ref call on those fields can return false, handle it correctly. * gnu/installer/keymap.scm (xkb-rules->models+layouts): Introduce a new "maybe-empty" helper to deal with optional fields. Use it for shortDescription and description fields. Mathieu Othacehe 2021-08-29Migrate to the new 'targets' field of bootloader-configuration....The old 'target' field is deprecated; adjust the sources to use the new 'targets' one instead. * doc/guix-cookbook.texi<target>: Replace by 'targets'. * gnu/bootloader/grub.scm: Likewise. * gnu/installer/parted.scm: Likewise. * gnu/machine/digital-ocean.scm: Likewise. * gnu/system/examples/asus-c201.tmpl: Likewise * gnu/system/examples/bare-bones.tmpl: Likewise * gnu/system/examples/bare-hurd.tmpl: Likewise * gnu/system/examples/beaglebone-black.tmpl: Likewise * gnu/system/examples/desktop.tmpl: Likewise * gnu/system/examples/docker-image.tmpl: Likewise * gnu/system/examples/lightweight-desktop.tmpl: Likewise * gnu/system/examples/vm-image.tmpl: Likewise * gnu/system/examples/yggdrasil.tmpl: Likewise * gnu/system/hurd.scm: Likewise * gnu/system/images/hurd.scm: Likewise * gnu/system/images/novena.scm: Likewise * gnu/system/images/pine64.scm: Likewise * gnu/system/images/pinebook-pro.scm: Likewise * gnu/system/images/rock64.scm: Likewise * gnu/system/install.scm: Likewise * gnu/system/vm.scm: Likewise * gnu/tests.scm: Likewise * gnu/tests/ganeti.scm: Likewise * gnu/tests/install.scm: Likewise * gnu/tests/nfs.scm: Likewise * gnu/tests/telephony.scm: Likewise * tests/boot-parameters.scm: Likewise * tests/system.scm: Likewise Maxim Cournoyer