summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2021-01-11gnu: serd: Update to 0.30.8.Tobias Geerinckx-Rice
* gnu/packages/rdf.scm (serd): Update to 0.30.8.
2021-01-11gnu: podofo: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit "-DPODOFO_BUILD_STATIC=ON" from #:configure-flags.
2021-01-11gnu: podofo: Update to 0.9.7.Tobias Geerinckx-Rice
* gnu/packages/pdf.scm (podofo): Update to 0.9.7. [source]: Remove patch. * gnu/packages/patches/podofo-cmake-3.12.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-01-11gnu: mcelog: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2021-01-11gnu: mcelog: Cross-compile.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog)[arguments]: Use CC-FOR-TARGET.
2021-01-11gnu: mcelog: Update to 175.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (mcelog): Update to 175.
2021-01-11gnu: inxi-minimal: Update to 3.2.02-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-1.
2021-01-11gnu: erofs-utils: Update to 1.2.1.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (erofs-utils): Update to 1.2.1.
2021-01-11gnu: htop: Update to 3.0.5.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (htop): Update to 3.0.5.
2021-01-11gnu: rng-tools: Update to 6.11.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools): Update to 6.11.
2021-01-11gnu: libblockdev: Update to 2.25.Tobias Geerinckx-Rice
* gnu/packages/disk.scm (libblockdev): Update to 2.25.
2021-01-11gnu: Add emacs-consult.Brit Butler
* gnu/packages/emacs-xyz.scm (emacs-consult): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-01-11gnu: sudo: Update to 1.9.5 [fixes CVE-2021-23239 & CVE-2021-23240].Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.5.
2021-01-11gnu: xfce4-screensaver: Update to 4.16.0.Michael Rohleder
* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.16.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11gnu: Add mcg.Noah Evans
* gnu/packages/mpd.scm (mcg): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
2021-01-11gnu: guile: Fix tests on emulated architectures.Mathieu Othacehe
The stack overflow test limits the virtual memory size using setrlimit with RLIMIT_AS argument. This is ignored when using QEMU transparent emulation, causing the test to crash. * gnu/packages/patches/guile-2.2-skip-so-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile.scm (guile-3.0-latest): Add it.
2021-01-11gnu: guile-picture-language: Update to 0.0.1-4.291a746.Ricardo Wurmus
* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-4.291a746. [propagated-inputs]: Add guile-cairo.
2021-01-11gnu: ppp: Update to 2.4.9.Vincent Legoll
* gnu/packages/samba.scm (ppp): Update to 2.4.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11gnu: esbuild: Update to 0.8.31.Ryan Prior
* gnu/packages/web.scm (esbuild): Update to 0.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11gnu: glfw: Update to 3.3.2.Vincent Legoll
* gnu/packages/gl.scm (glfw): Update to 3.3.2. (propagated-inputs): Add missing libxi. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-01-11gnu: newsboat: Update to 2.22.1.Efraim Flashner
* gnu/packages/syndication.scm (newsboat): Update to 2.22.1.
2021-01-11gnu: liferea: Add source file-name.Efraim Flashner
* gnu/packages/syndication.scm (liferea)[source]: Add file-name field.
2021-01-10gnu: vigra: Raise max-silent-time timeout value to 2 hours.Maxim Cournoyer
Fixes <https://issues.guix.gnu.org/40887>. * gnu/packages/image.scm (vigra)[properties]: Add a 'max-silent-time' property, with a value of 7200 seconds (2 hours).
2021-01-10gnu: bwm-ng: Update to 0.6.3.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (bwm-ng): Update to 0.6.3.
2021-01-10gnu: Move brlaser to (gnu packages cups).Tobias Geerinckx-Rice
* gnu/packages/printers.scm (cups): Move from here... * gnu/packages/cups.scm (cups): ...to here.
2021-01-10gnu: polybar: Update to 3.5.4.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (polybar): Update to 3.5.4.
2021-01-10gnu: obs: Update to 26.1.2.Tobias Geerinckx-Rice
* gnu/packages/video.scm (obs): Update to 26.1.2.
2021-01-10gnu: llvm: Update to 11.0.1.Tobias Geerinckx-Rice
* gnu/packages/llvm.scm (llvm): Update to 11.0.1. (clang-runtime-11, clang-11): Update corresponding source hashes.
2021-01-10gnu: zutils: Update to 1.10.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (zutils): Update to 1.10.
2021-01-10gnu: rust-crypto-mac-0.8: Fix hash.Nicolas Goaziou
* gnu/packages/crates-io.scm (rust-crypto-mac-0.8): Fix hash. The hash had been copied from rust-crypto-mac-0.7 when this variable was introduced.
2021-01-10gnu: emacs-trashed: Update to 2.1.2.Brett Gilio
* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.2.
2021-01-10gnu: linux: Don't timeout on blob scan.Mathieu Othacehe
On berlin, linux-libre blob scanning timeouts after 600 seconds, increase max-silent-time to 3600 seconds. * gnu/packages/linux.scm (make-linux-libre*): Set max-silent-time property to 3600.
2021-01-10Revert "gnu: nmap: Update license."Leo Prikler
This reverts commit 2323a7120a0f3ed96fedfff42e86c0aee97995c0. The new license has been deemed non-free by Fedora [1] and there has not yet been a statement by the FSF claiming otherwise. See also [2]. [1] https://github.com/nmap/nmap/issues/2199 [2] https://lists.gnu.org/archive/html/guix-devel/2020-10/msg00227.html
2021-01-10gnu: nmap: Downgrade to 7.80.Leo Prikler
* gnu/packages/admin.scm (nmap): Downgrade to 7.80.
2021-01-10gnu: augustus: Update to 2.0.1.Pierre Neidhardt
* gnu/packages/games.scm (augustus): Update to 2.0.1.
2021-01-10gnu: tipp10: Build with qt-5.Efraim Flashner
* gnu/packages/education.scm (tipp10)[source]: Add new patches. [inputs]: Remove qt-4, sqlite. Add qtbase, qtmultimedia. * gnu/packages/patches/tipp10-disable-downloader.patch, gnu/packages/patches/tipp10-qt5.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them.
2021-01-10gnu: pulseview: Fix qt-5.15 compatibility.Efraim Flashner
* gnu/packages/electronics.scm (pulseview)[source]: Add patch. * gnu/packages/patches/pulseview-qt515-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2021-01-10gnu: pulseview: Update to 0.4.2.Efraim Flashner
* gnu/packages/electronics.scm (pulseview): Update to 0.4.2. [source]: Use https.
2021-01-10gnu: supercollider: Update to 3.11.2.Efraim Flashner
* gnu/packages/audio.scm (supercollider): Update to 3.11.2. [arguments]: Disable building libscsynth.
2021-01-10gnu: Add emacs-org-roam-bibtex.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-eglot: Add missing dependency.John Soo
* gnu/packages/emacs-xyz.scm (emacs-eglot): [propagated-inputs] Add emacs-project. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: Updated liferea to 1.13.4.raingloom
* gnu/packages/syndiction.scm (liferea): Updated to 1.13.4. [source]: Switched to git-download. [native-inputs]: Added autotools, automake, libtool. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: julius: Update to 1.6.0.Timotej Lazar
* gnu/packages/games.scm (julius): Update to 1.6.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-calibredb: Update to 2.8.0.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.8.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-fountain-mode: Update to 3.4.0.Vinicius Monego
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode): Update to 3.4.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-01-10gnu: emacs-websocket: Update to 1.13.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-websocket): Update to 1.13.
2021-01-10gnu: emacs-auctex: Update to 13.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.3.
2021-01-10gnu: sbcl-local-time: Update to 1.0.6-2.a177eb9.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (sbcl-local-time): Update to 1.0.6-2.a177eb9. [inputs]: Remove sbcl-cl-fad. [arguments]: Activate tests. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-10gnu: Add cl-garbage-pools.Sharlatan Hellseher
* gnu/packages/lisp-xyz.scm (cl-garbage-pools, ecl-garbage-pools, sbcl-garbage-pools): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-01-10gnu: vim: Skip terminal screen-dump tests.Efraim Flashner
Even with careful substitutions these tests often break on other architectures anyway. * gnu/packages/vim.scm (vim)[arguments]: Adjust skip-or-fix-failing-tests to skip another terminal screen-dump test.