summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Expand)AuthorAgeFilesLines
* gnu: linux-libre: Update to 5.11.11.•••* gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.11. (linux-libre-5.11-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Update for linux-libre@5.11.11. Leo Famulari2021-03-312-3/+3
* gnu: strawberry: Update to 0.9.2.•••* gnu/packages/music.scm (strawberry): Update to 0.9.2. [arguments]: Remove unused configure flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Brendan Tildesley2021-03-311-5/+3
* gnu: git-annex: Update to 8.20210330.•••* gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Kyle Meyer2021-03-311-2/+2
* gnu: guix: Update to 8f9052d.•••* gnu/packages/package-management.scm (guix): Update to 8f9052d. Ludovic Courtès2021-03-311-3/+3
* gnu: julia-commonsubexpressions: Fix Texinfo syntax.•••* gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis] [description]: Fix Texinfo syntax. Ludovic Courtès2021-03-311-2/+2
* gnu: Remove unnecessary imports from (gnu packages gnome).•••* gnu/packages/gnome.scm: Remove unnecessary #:use-module forms. In particular, the (guix store) import led to a name clash with 'build' from (gnu packages build-tools). Ludovic Courtès2021-03-311-4/+1
* services: sysctl: Export <sysctl-configuration> record field accessors.•••* gnu/services/sysctl.scm (sysctl-configuration-sysctl) (sysctl-configuration-settings): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org> muradm2021-03-311-0/+2
* services: xorg: Export %default-xorg-server-arguments.•••* gnu/services/xorg.scm (%default-xorg-server-arguments): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Valentin Herrmann2021-03-311-0/+2
* gnu: virt-manager: Update to 3.2.0.•••* gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0. [arguments]: Remove #:test-target. Remove fix-qemu-img-reference phase. Adapt check phase to use pytest, although they still do not run. [native-inputs]: Add python-docutils. Suggest adding python-pytest to enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2021-03-311-10/+6
* gnu: libvirt-glib: Update to 4.0.0.•••* gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0. [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2021-03-311-4/+4
* gnu: python-libvirt: Update to 7.1.0.•••* gnu/packages/virtualization.scm (python-libvirt): Update to 7.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2021-03-311-2/+2
* gnu: libvirt: Update to 7.1.0.•••* gnu/packages/virtualization.scm (libvirt): Update to 7.1.0. [source]: Remove libvirt-create-machine-cgroup.patch, add libvirt-do-not-create-var-dirs.patch. [build-system]: Switch to meson-build-system. [arguments]: Use meson-0.55. Adapt #:configure-flags for meson, there is no need for --docdir anymore. Remove fix-BOURNE_SHELL-definition phase. Add fix-sysconfdir-and-localstatedir phase. Adapt disable-broken-tests to meson. [native-inputs]: Add python-docutils and rpcsvc-proto. * gnu/packages/patches/libvirt-create-machine-cgroup.patch: Delete. * gnu/packages/patches/libvirt-do-not-create-var-dirs.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add new patch, remove the other. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Pierre Langlois2021-03-314-94/+64
* gnu: plink-ng: Build prettify binary.•••* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust make-flags to also build prettify. Efraim Flashner2021-03-311-1/+3
* gnu: plink-ng: Remove custom install phase.•••* gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust make-flags and remove custom 'install phase. Efraim Flashner2021-03-311-8/+4
* gnu: plink-ng: Sort inputs alphabetically.•••* gnu/packages/bioinformatics.scm (plink-ng)[inputs]: Sort alphabetically. Efraim Flashner2021-03-311-3/+3
* gnu: plink-ng: Update to 2.00a2.3.•••* gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a2.3. [arguments]: Adjust make-flags. Efraim Flashner2021-03-311-4/+3
* gnu: Add texlive-fourier.•••* gnu/packages/tex.scm: New variable. Paul Garlick2021-03-311-0/+25
* gnu: python-icalendar: Update to 4.0.7.•••* gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.7. Efraim Flashner2021-03-311-2/+2
* gnu: mumi: Update to 0.0.1-4.887471f.•••* gnu/packages/mail.scm (mumi): Update to 0.0.1-4.887471f. Ricardo Wurmus2021-03-311-4/+4
* gnu: Add emacs-julia-snail.•••* gnu/packages/emacs-xyz.scm (emacs-julia-snail): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> zimoun2021-03-311-0/+40
* gnu: Add emacs-julia-repl.•••* gnu/packages/emacs-xyz.scm (emacs-julia-repl): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> zimoun2021-03-311-0/+24
* gnu: Add guile-imanifest.•••* gnu/packages/guile-xyz.scm (guile-imanifest): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> Xinglu Chen2021-03-311-0/+30
* gnu: perl-net-dns: Update to 1.30.•••* gnu/packages/networking.scm (perl-net-dns): Update to 1.30. Tobias Geerinckx-Rice2021-03-311-2/+2
* gnu: youtube-dl: Update to 2021.03.31.•••* gnu/packages/video.scm (youtube-dl): Update to 2021.03.31. Tobias Geerinckx-Rice2021-03-311-2/+2
* gnu: butt: Update to 0.1.29.•••* gnu/packages/audio.scm (butt): Update to 0.1.29. Tobias Geerinckx-Rice2021-03-311-3/+3
* gnu: libupnp: Update to 1.14.4.•••* gnu/packages/upnp.scm (libupnp): Update to 1.14.4. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: sg3-utils: Update to 1.46.•••* gnu/packages/scsi.scm (sg3-utils): Update to 1.46. Tobias Geerinckx-Rice2021-03-301-3/+3
* gnu: quickjs: Update to 2021-03-27.•••* gnu/packages/javascript.scm (quickjs): Update to 2021-03-27. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: vim: Update to 8.2.2677.•••* gnu/packages/vim.scm (vim): Update to 8.2.2677. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: avidemux: Update to 2.7.8.•••* gnu/packages/video.scm (avidemux): Update to 2.7.8. [arguments]: Adjust to updated bundled ffmpeg-4.2.4. Tobias Geerinckx-Rice2021-03-301-3/+3
* gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a.•••* gnu/packages/web.scm (nginx-documentation): Update to 1.19.9-2696-f85798c1c70a. Tobias Geerinckx-Rice2021-03-301-4/+4
* gnu: nginx: Update to 1.19.9.•••* gnu/packages/web.scm (nginx): Update to 1.19.9. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: vsftp: Apply unstaged fixes.•••* gnu/packages/ftp.scm (vsftpd): Update comment. [version]: Separate version and revision with a hyphen. Tobias Geerinckx-Rice2021-03-301-3/+3
* gnu: nq: Update to 0.4.•••* gnu/packages/admin.scm (nq): Update to 0.4. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: vsftpd: Use CentOS version and patches.•••* gnu/packages/ftp.scm (vftpd)[source]: Use CentOS source RPM. [arguments]: Adapt the 'unpack phase, and apply CentOS patches in a new 'apply-CentOS-patches phase. [inputs]: Add openssl, linux-pam, and libcap. [native-inputs]: Add p7zip and cpio. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> methuselah-02021-03-301-36/+81
* gnu: hikari: Update to 2.2.3.•••* gnu/packages/wm.scm (hikari): Update to 2.2.3. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: autocutsel: Update to 0.10.1.•••* gnu/packages/xdisorg.scm (autocutsel): Update to 0.10.1. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: xscreensaver: Update to 5.45.•••* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.45. Tobias Geerinckx-Rice2021-03-301-2/+2
* gnu: minicom: Update to 2.8.•••* gnu/packages/engineering.scm (minicom): Update to 2.8. Tobias Geerinckx-Rice2021-03-301-3/+6
* gnu: WebKitGTK: Update to 2.32.0 [fixes CVE-2021-{1788,1844,1871}].•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.0. [arguments]: Add -DENABLE_GAMEPAD=OFF to #:configure-flags. Leo Famulari2021-03-301-2/+5
* gnu: Add texlive-bera.•••* gnu/packages/tex.scm: New variable. Paul Garlick2021-03-301-0/+23
* gnu: zziplib/fixed: Add missing library symlinks.•••Fixes <https://bugs.gnu.org/47212>, <https://bugs.gnu.org/47448>, <https://bugs.gnu.org/47492>. * gnu/packages/compression.scm (zziplib/fixed)[arguments]: Add new phase to create missing library symlinks. Efraim Flashner2021-03-301-2/+15
* gnu: grokmirror: Update to 2.0.8.•••* gnu/packages/version-control.scm (grokmirror): Update to 2.0.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Xinglu Chen2021-03-301-2/+2
* gnu: guix: Fix openrc init scripts.•••Fixes <https://bugs.gnu.org/46871>. * gnu/packages/package-management.scm (guix)[arguments]: Fix openrc init. * nix/local.mk (openrcservicedir): Likewise. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> zimoun2021-03-301-1/+1
* gnu: zstd: Downgrade to 1.4.4 and make security graft saner.•••* gnu/packages/patches/zstd-CVE-2021-24031_CVE-2021-24032.patch: New patch. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/compression.scm (zstd-1.4.9): Remove. (zstd/fixed): New variable. Apply patch. (zstd)[replacement]: Graft with zstd/fixed. Léo Le Bouter2021-03-303-12/+76
* gnu: gimp: Properly handle missing optional ‘dot’.•••* gnu/packages/gimp.scm (gimp)[source]: Add a patch to fix a fatal error when ‘dot’ is not in $PATH. (gegl)[arguments]: Move the 'refer-to-dot phase... [inputs]: ...and graphviz... (gegl-for-glimpse)[arguments]: ...here, and... [inputs]: ...here, respectively. (glimpse)[inputs]: Use gegl-for-glimpse gegl variant. Tobias Geerinckx-Rice2021-03-301-20/+43
* gnu: python-poppler-qt5: Update to 21.1.0.•••* gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.1.0. Brendan Tildesley2021-03-291-2/+2
* services: rottlog: Add /var/log/mcron.log to '%default-rotations'.•••Fixes <https://bugs.gnu.org/47436>. Reported by Leo Famulari <leo@famulari.name>. * gnu/services/admin.scm (%rotated-files): Add "/var/log/mcron.log". Ludovic Courtès2021-03-291-2/+2
* gnu: metis: Add 'release-monitoring-url' property.•••* gnu/packages/maths.scm (metis)[properties]: New field. Ludovic Courtès2021-03-291-1/+4
* gnu: linphone-desktop: Fix linphone accounts functionality.•••The Linphone accounts were not able to do TLS authentication against the Linphone servers, and multiple plugins used by the Linphone accounts were not loaded. This change should fix this. * gnu/packages/linphone.scm (linphone-desktop)[phases](post-install): Modify phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan2021-03-291-1/+5