summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Expand)Author
2021-01-12gnu: emacs-adaptive-wrap: Update to 0.8.•••* gnu/packages/emacs-xyz.scm (emacs-adaptive-wrap): Update to 0.8. Nicolas Goaziou
2021-01-12gnu: sudo: Update to 1.9.5p1 [fixes setuid sudoedit].•••* gnu/packages/admin.scm (sudo): Update to 1.9.5p1. Tobias Geerinckx-Rice
2021-01-12gnu: ungoogled-chromium: Update to 87.0.4280.141-0.483a1ba.•••* gnu/packages/chromium.scm (%chromium-version): Set to 87.0.4280.141. (%ungoogled-revision): Set to 483a1bae4eee601c7d0a4a63499380e40e4f8a44. (%ungoogled-origin, ungoogled-chromium): Update hashes. Marius Bakke
2021-01-11gnu: s6-linux-utils: Update to 2.5.1.4.•••* gnu/packages/skarnet.scm (s6-linux-utils): Update to 2.5.1.4. Tobias Geerinckx-Rice
2021-01-11gnu: s6-linux-init: Update to 1.0.6.0.•••* gnu/packages/skarnet.scm (s6-linux-init): Update to 1.0.6.0. Tobias Geerinckx-Rice
2021-01-11gnu: s6-portable-utils: Update to 2.2.3.1.•••* gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.3.1. Tobias Geerinckx-Rice
2021-01-11gnu: s6-rc: Update to 0.5.2.1.•••* gnu/packages/skarnet.scm (s6-rc): Update to 0.5.2.1. Tobias Geerinckx-Rice
2021-01-11gnu: s6-networking: Update to 2.4.0.0.•••* gnu/packages/skarnet.scm (s6-networking): Update to 2.4.0.0. Tobias Geerinckx-Rice
2021-01-11gnu: s6-dns: Update to 2.3.4.0.•••* gnu/packages/skarnet.scm (s6-dns): Update to 2.3.4.0. Tobias Geerinckx-Rice
2021-01-11gnu: s6: Update to 2.10.0.0.•••* gnu/packages/skarnet.scm (s6): Update to 2.10.0.0. Tobias Geerinckx-Rice
2021-01-11gnu: execline: Update to 2.7.0.0.•••* gnu/packages/skarnet.scm (execline): Update to 2.7.0.0. Tobias Geerinckx-Rice
2021-01-11gnu: skalibs: Update to 2.10.0.0.•••* gnu/packages/skarnet.scm (skalibs): Update to 2.10.0.0. Tobias Geerinckx-Rice
2021-01-11gnu: sord: Update to 0.16.8.•••* gnu/packages/rdf.scm (sord): Update to 0.16.8. Tobias Geerinckx-Rice
2021-01-11gnu: serd: Update to 0.30.8.•••* gnu/packages/rdf.scm (serd): Update to 0.30.8. Tobias Geerinckx-Rice
2021-01-11gnu: podofo: Omit static library.•••* gnu/packages/pdf.scm (podofo)[arguments]: Remove explicit "-DPODOFO_BUILD_STATIC=ON" from #:configure-flags. Tobias Geerinckx-Rice
2021-01-11gnu: podofo: Update to 0.9.7.•••* 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. Tobias Geerinckx-Rice
2021-01-11gnu: mcelog: Don't use unstable tarball.•••* gnu/packages/linux.scm (mcelog)[source]: Use GIT-FETCH and GIT-FILE-NAME. Tobias Geerinckx-Rice
2021-01-11gnu: mcelog: Cross-compile.•••* gnu/packages/linux.scm (mcelog)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2021-01-11gnu: mcelog: Update to 175.•••* gnu/packages/linux.scm (mcelog): Update to 175. Tobias Geerinckx-Rice
2021-01-11gnu: inxi-minimal: Update to 3.2.02-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.2.02-1. Tobias Geerinckx-Rice
2021-01-11gnu: erofs-utils: Update to 1.2.1.•••* gnu/packages/linux.scm (erofs-utils): Update to 1.2.1. Tobias Geerinckx-Rice
2021-01-11gnu: htop: Update to 3.0.5.•••* gnu/packages/admin.scm (htop): Update to 3.0.5. Tobias Geerinckx-Rice
2021-01-11gnu: rng-tools: Update to 6.11.•••* gnu/packages/linux.scm (rng-tools): Update to 6.11. Tobias Geerinckx-Rice
2021-01-11gnu: libblockdev: Update to 2.25.•••* gnu/packages/disk.scm (libblockdev): Update to 2.25. Tobias Geerinckx-Rice
2021-01-11gnu: Add emacs-consult.•••* gnu/packages/emacs-xyz.scm (emacs-consult): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Brit Butler
2021-01-11gnu: sudo: Update to 1.9.5 [fixes CVE-2021-23239 & CVE-2021-23240].•••* gnu/packages/admin.scm (sudo): Update to 1.9.5. Tobias Geerinckx-Rice
2021-01-11system: Assert, that user and group names are unique.•••*gnu/system/shadow.scm (find-duplicates): New variable. (assert-unique-account-names, assert-unique-group-names): New variables. (account-activation): Use them here. Leo Prikler
2021-01-11gnu: xfce4-screensaver: Update to 4.16.0.•••* gnu/packages/xfce.scm (xfce4-screensaver): Update to 4.16.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder
2021-01-11gnu: Add mcg.•••* gnu/packages/mpd.scm (mcg): New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Noah Evans
2021-01-11gnu: guile: Fix tests on emulated architectures.•••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. Mathieu Othacehe
2021-01-11gnu: guile-picture-language: Update to 0.0.1-4.291a746.•••* gnu/packages/guile-xyz.scm (guile-picture-language): Update to 0.0.1-4.291a746. [propagated-inputs]: Add guile-cairo. Ricardo Wurmus
2021-01-11gnu: ppp: Update to 2.4.9.•••* gnu/packages/samba.scm (ppp): Update to 2.4.9. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2021-01-11gnu: esbuild: Update to 0.8.31.•••* gnu/packages/web.scm (esbuild): Update to 0.8.31. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ryan Prior
2021-01-11gnu: glfw: Update to 3.3.2.•••* gnu/packages/gl.scm (glfw): Update to 3.3.2. (propagated-inputs): Add missing libxi. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2021-01-11gnu: newsboat: Update to 2.22.1.•••* gnu/packages/syndication.scm (newsboat): Update to 2.22.1. Efraim Flashner
2021-01-11gnu: liferea: Add source file-name.•••* gnu/packages/syndication.scm (liferea)[source]: Add file-name field. Efraim Flashner
2021-01-10gnu: vigra: Raise max-silent-time timeout value to 2 hours.•••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). Maxim Cournoyer
2021-01-10gnu: bwm-ng: Update to 0.6.3.•••* gnu/packages/networking.scm (bwm-ng): Update to 0.6.3. Tobias Geerinckx-Rice
2021-01-10services: cups: Add brlaser extension by default.•••* gnu/services/cups.scm (cups-configuration): Add brlaser to the default extensions. * doc/guix.texi (Printing Services): Document it. Tobias Geerinckx-Rice
2021-01-10gnu: Move brlaser to (gnu packages cups).•••* gnu/packages/printers.scm (cups): Move from here... * gnu/packages/cups.scm (cups): ...to here. Tobias Geerinckx-Rice
2021-01-10gnu: polybar: Update to 3.5.4.•••* gnu/packages/wm.scm (polybar): Update to 3.5.4. Tobias Geerinckx-Rice
2021-01-10gnu: obs: Update to 26.1.2.•••* gnu/packages/video.scm (obs): Update to 26.1.2. Tobias Geerinckx-Rice
2021-01-10gnu: llvm: Update to 11.0.1.•••* gnu/packages/llvm.scm (llvm): Update to 11.0.1. (clang-runtime-11, clang-11): Update corresponding source hashes. Tobias Geerinckx-Rice
2021-01-10gnu: zutils: Update to 1.10.•••* gnu/packages/compression.scm (zutils): Update to 1.10. Tobias Geerinckx-Rice
2021-01-10gnu: rust-crypto-mac-0.8: Fix hash.•••* 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. Nicolas Goaziou
2021-01-10gnu: emacs-trashed: Update to 2.1.2.•••* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.2. Brett Gilio
2021-01-10gnu: linux: Don't timeout on blob scan.•••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. Mathieu Othacehe
2021-01-10Revert "gnu: nmap: Update license."•••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 Leo Prikler
2021-01-10gnu: nmap: Downgrade to 7.80.•••* gnu/packages/admin.scm (nmap): Downgrade to 7.80. Leo Prikler
2021-01-10system: image: Fix root offset on rockchip platforms.•••Fixes: <https://issues.guix.gnu.org/45584>. * gnu/system/image.scm (arm32-disk-image, arm64-disk-image): Turn into procedures, taking the root partition offset as argument. * gnu/system/images/novena.scm (novena-image-type): Adapt accordingly. * gnu/system/images/pine64.scm (pine64-image-type): Ditto. * gnu/system/images/pinebook-pro.scm (pinebook-pro-image-type): Use a 9MiB offset for the root partition. Mathieu Othacehe