summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-01gnu: scintilla: Update to 4.3.0....* gnu/packages/text-editors.scm (scintilla): Update to 4.3.0. Nicolas Goaziou
2020-02-01gnu: rclone: Update to 1.51.0....* gnu/packages/sync.scm (rclone): Update to 1.51.0. Nicolas Goaziou
2020-02-01gnu: fet: Update to 5.42.3....* gnu/packages/education.scm (fet): Update to 5.42.3. Nicolas Goaziou
2020-02-01gnu: emacs-relint: Update to 1.13....* gnu/packages/emacs-xyz.scm (emacs-relint): Update to 1.13. Nicolas Goaziou
2020-02-01gnu: emacs-xr: Update to 1.15....* gnu/packages/emacs-xyz.scm (emacs-xr): Update to 1.15. Nicolas Goaziou
2020-01-31gnu: arc-theme: Placate Inkscape....This gets rid of Inkscape's warnings printed during the build when HOME is not set to a writable directory. * gnu/packages/gnome.scm (arc-theme)[phases]{set-home}: New phase. Maxim Cournoyer
2020-01-31gnu: Add earlyoom-service-type....* gnu/services/linux.scm: New file. * tests/services/linux.scm: Add test. * Makefile.am (SCM_TESTS): Register test. * doc/guix.texi (Linux Services): Add a new section and document the new service and its configuration. Maxim Cournoyer
2020-01-31gnu: Add earlyoom....* gnu/packages/linux.scm (earlyoom): New variable. Maxim Cournoyer
2020-01-31gnu: Add u-boot-qemu-riscv64....* gnu/packages/bootloaders (u-boot-qemu-riscv64): New variable. Vagrant Cascadian
2020-01-31gnu: Add u-boot-sifive-fu540....* gnu/packages/bootloaders (u-boot-sifive-fu540): New variable. Vagrant Cascadian
2020-01-31gnu: Add opensbi-sifive-fu540....* gnu/packages/firmware (opensbi-sifive-fu540): New variable. Vagrant Cascadian
2020-01-31gnu: Add opensbi-qemu-sifive-u....* gnu/packages/firmware (make-opensbi-package): Normalize package name. (opensbi-qemu-sifive-u): New variable. Vagrant Cascadian
2020-01-31gnu: Add opensbi....* gnu/packages/firmware (make-opensbi): New function. (opensbi-qemu-virt): New variable. Vagrant Cascadian
2020-01-31gnu: u-boot-qemu-riscv64-smode: Add package....* gnu/packages/bootloaders (u-boot-qemu-riscv64-smode): New variable. Vagrant Cascadian
2020-01-31gnu: tdlib: Update to 1.6.0....* gnu/packages/messaging.scm (tdlib): Update to 1.6.0. Brett Gilio
2020-01-31ci: Cross-build for riscv64-linux-gnu....* gnu/ci.scm (%cross-targets): Add "riscv64-linux-gnu". Ludovic Courtès
2020-01-31gnu: libgc: Add version 8.0.4....* gnu/packages/bdw-gc.scm (libgc-8.0): New variable. Ludovic Courtès
2020-01-31gnu: superlu-dist: Update to 6.2.0....* gnu/packages/maths.scm (superlu-dist): Update to 6.2.0. [source]: Update upstream url. Remove mpi deprecations patch. * gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier
2020-01-31gnu: superlu: Update upstream url....* gnu/packages/maths.scm (superlu)[source,home-page]: Update url. Eric Bavier
2020-01-31gnu: Add xsettingsd....* gnu/packages/xdisorg.scm (xsettingsd): New variable. David Wilson
2020-01-31gnu: Add cl-z85....* gnu/packages/lisp-xyz.scm (sbcl-cl-z85, cl-z85, ecl-cl-z85): New variables. Guillaume Le Vaillant
2020-01-31gnu: Add cl-base32....* gnu/packages/lisp-xyz.scm (sbcl-cl-base32, cl-base32, ecl-cl-base32): New variables. Guillaume Le Vaillant
2020-01-31gnu: sudo: Update to 1.8.31 [fixes CVE-2019-18634]....* gnu/packages/admin.scm (sudo): Update to 1.8.31. Tobias Geerinckx-Rice
2020-01-31gnu: netsurf: Curb overzealous substitution....* gnu/packages/web.scm (netsurf)[arguments]: Don't enforce Americanisms. Tobias Geerinckx-Rice
2020-01-31gnu: Update opensmtpd configuration grammar....This follows up on commit 0d486909083c98d7c75cdfc027f89e69f9bf8f48. * gnu/services/mail.scm (%default-opensmtpd-config-file): Adapt to ‘new’ ≥6.4 grammar. * gnu/tests/mail.scm (%opensmtpd-os): Likewise. Tobias Geerinckx-Rice
2020-01-30services: getmail: Fix spelling of "address"....* gnu/services/getmail (getmail-retriever-configuration): Fix typo. Vagrant Cascadian
2020-01-30gnu: bcachefs-tools: Fix spelling of "utilities"....* gnu/packages/file-systems (bcachefs-tools): Fix typo. Vagrant Cascadian
2020-01-30gnu: gdb: Add separate variant with source highlighting support....This partially reverts commit 480b3279fd8f937fac986a88592ee5cb968ab3ff in order to prevent a huge rebuild. * gnu/packages/gdb.scm (gdb-8.3)[properties]: New field. [inputs]: Remove SOURCE-HIGHLIGHT. * gnu/packages/gdb.scm (gdb-8.2)[inputs]: Remove. (gdb/next): New public variable. Marius Bakke
2020-01-30gnu: Add ghc-scalpel....* gnu/packages/haskell-web.scm (ghc-scalpel): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandru-Sergiu Marton
2020-01-30gnu: Add ghc-scalpel-core....* gnu/packages/haskell-web.scm (ghc-scalpel-core): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Alexandru-Sergiu Marton
2020-01-30gnu: gdb: Add dependency on source-highlight....* gnu/packages/gdb.scm (gdb-8.3)[inputs]: Add SOURCE-HIGHLIGHT. (gdb-8.2)[inputs]: New field. Ludovic Courtès
2020-01-30gnu: mpv: Update to 0.32.0....* gnu/packages/video.scm (mpv): Update to 0.32.0. Efraim Flashner
2020-01-30gnu: Add python-bonsai....* gnu/packages/openldap.scm (python-bonsai): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Lars-Dominik Braun
2020-01-30gnu: ruby-unf-ext: Update to 0.0.7.6....* gnu/packages/ruby.scm (ruby-unf-ext): Update to 0.0.7.6. [arguments]: Add phase to avoid unnecessary dependency. Marius Bakke
2020-01-30gnu: ruby-redcarpet: Update to 3.5.0....* gnu/packages/ruby.scm (ruby-redcarpet): Update to 3.5.0. Marius Bakke
2020-01-30gnu: ruby-oj: Update to 3.10.1....* gnu/packages/ruby.scm (ruby-oj): Update to 3.10.1. Marius Bakke
2020-01-30gnu: samba: Update to 4.11.6....* gnu/packages/samba.scm (samba): Update to 4.11.6. Marius Bakke
2020-01-30gnu: p11-kit: Update to 0.23.20....* gnu/packages/tls.scm (p11-kit): Update to 0.23.20. Marius Bakke
2020-01-30gnu: tbb: Update to 2020.1....* gnu/packages/tbb.scm (tbb): Update to 2020.1. Marius Bakke
2020-01-30gnu: ruby-sqlite3: Update to 1.4.2....* gnu/packages/ruby.scm (ruby-sqlite3): Update to 1.4.2. Christopher Baines
2020-01-30gnu: ruby-sassc: Update to 2.2.1....* gnu/packages/ruby.scm (ruby-sassc): Update to 2.2.1. [arguments]: Fix using the included libsass copy. [native-inputs]: Add ruby-rake-compiler. Christopher Baines
2020-01-29gnu: Go: Update to 1.12.16 [fixes CVE-2018-17075]....* gnu/packages/golang.scm (go-1.12): Update to 1.12.16. Signed-off-by: Leo Famulari <leo@famulari.name> Jakub Kądziołka
2020-01-29gnu: opensmtpd-next: Promote to opensmtpd [fixes CVE-2020-7247]....It's still unclear (to me) whether our opensmtpd package is affected, but this change has been delayed for long enough in any case. * gnu/packages/mail.scm (opensmtpd-next): Rename to… (opensmtpd): …this. * gnu/packages/patches/opensmtpd-fix-crash.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2020-01-29gnu: GraphicsMagick: Update to 1.3.34....* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.34. Leo Famulari
2020-01-29gnu: linux-libre: Update to 5.4.16....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.16. (linux-libre-5.4-pristine-source): Update hash. Mark H Weaver
2020-01-29gnu: linux-libre@4.19: Update to 4.19.100....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.100. (linux-libre-4.19-pristine-source): Update hash. Mark H Weaver
2020-01-29gnu: linux-libre@4.14: Update to 4.14.169....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.169. (linux-libre-4.14-pristine-source): Update hash. Mark H Weaver
2020-01-29gnu: linux-libre@4.9: Update to 4.9.212....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.212. (linux-libre-4.9-pristine-source): Update hash. Mark H Weaver
2020-01-29gnu: linux-libre@4.4: Update to 4.4.212....* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.212. (linux-libre-4.4-pristine-source): Update hash. Mark H Weaver
2020-01-29gnu: hexedit: Make F1 help more reliable....* gnu/packages/hexedit.scm (hexedit)[arguments](patch-man-path): New phase. [inputs]: Add MAN-DB. Signed-off-by: Marius Bakke <mbakke@fastmail.com> Jakub Kądziołka