aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* gnu: vim: Update to 8.2.2677.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/vim.scm (vim): Update to 8.2.2677.
* gnu: avidemux: Update to 2.7.8.Tobias Geerinckx-Rice2021-03-30
| | | | | * gnu/packages/video.scm (avidemux): Update to 2.7.8. [arguments]: Adjust to updated bundled ffmpeg-4.2.4.
* gnu: nginx-documentation: Update to 1.19.9-2696-f85798c1c70a.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/web.scm (nginx-documentation): Update to 1.19.9-2696-f85798c1c70a.
* gnu: nginx: Update to 1.19.9.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/web.scm (nginx): Update to 1.19.9.
* gnu: vsftp: Apply unstaged fixes.Tobias Geerinckx-Rice2021-03-30
| | | | | * gnu/packages/ftp.scm (vsftpd): Update comment. [version]: Separate version and revision with a hyphen.
* gnu: nq: Update to 0.4.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/admin.scm (nq): Update to 0.4.
* gnu: vsftpd: Use CentOS version and patches.methuselah-02021-03-30
| | | | | | | | | | * 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>
* gnu: hikari: Update to 2.2.3.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/wm.scm (hikari): Update to 2.2.3.
* gnu: autocutsel: Update to 0.10.1.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/xdisorg.scm (autocutsel): Update to 0.10.1.
* gnu: xscreensaver: Update to 5.45.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/xdisorg.scm (xscreensaver): Update to 5.45.
* gnu: minicom: Update to 2.8.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/engineering.scm (minicom): Update to 2.8.
* gnu: WebKitGTK: Update to 2.32.0 [fixes CVE-2021-{1788,1844,1871}].Leo Famulari2021-03-30
| | | | | * gnu/packages/webkit.scm (webkitgtk): Update to 2.32.0. [arguments]: Add -DENABLE_GAMEPAD=OFF to #:configure-flags.
* gnu: Add texlive-bera.Paul Garlick2021-03-30
| | | | * gnu/packages/tex.scm: New variable.
* gnu: zziplib/fixed: Add missing library symlinks.Efraim Flashner2021-03-30
| | | | | | | | 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.
* gnu: grokmirror: Update to 2.0.8.Xinglu Chen2021-03-30
| | | | | | * gnu/packages/version-control.scm (grokmirror): Update to 2.0.8. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: guix: Fix openrc init scripts.zimoun2021-03-30
| | | | | | | | | 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>
* gnu: zstd: Downgrade to 1.4.4 and make security graft saner.Léo Le Bouter2021-03-30
| | | | | | | | * 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.
* gnu: gimp: Properly handle missing optional ‘dot’.Tobias Geerinckx-Rice2021-03-30
| | | | | | | | | | * 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.
* gnu: python-poppler-qt5: Update to 21.1.0.Brendan Tildesley2021-03-29
| | | | * gnu/packages/pdf.scm (python-poppler-qt5): Update to 21.1.0.
* services: rottlog: Add /var/log/mcron.log to '%default-rotations'.Ludovic Courtès2021-03-29
| | | | | | | Fixes <https://bugs.gnu.org/47436>. Reported by Leo Famulari <leo@famulari.name>. * gnu/services/admin.scm (%rotated-files): Add "/var/log/mcron.log".
* gnu: metis: Add 'release-monitoring-url' property.Ludovic Courtès2021-03-29
| | | | * gnu/packages/maths.scm (metis)[properties]: New field.
* gnu-maintenance: Recognize "-source" tarball suffix.Ludovic Courtès2021-03-29
| | | | | | | | Fixes <https://bugs.gnu.org/47398>. Reported by Léo Le Bouter <lle-bout@zaclys.net>. * guix/gnu-maintenance.scm (%tarball-rx): Add "-[Ss]ource" suffix. * tests/gnu-maintenance.scm ("release-file?"): Add exiv2 example.
* gnu: linphone-desktop: Fix linphone accounts functionality.Raghav Gururajan2021-03-29
| | | | | | | | | | 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>
* gnu: gegl: Refer to dot.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/gimp.scm (gegl)[arguments]: Add a new 'refer-to-dot phase.
* gnu: emacs-org-roam: Update to 1.2.3-0.8ad57b1.Alexandr Vityazev2021-03-29
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam): Update to 1.2.3-0.8ad57b1. [propagated-inputs]: Replace emacs-org-ref with emacs-org and remove emacs-company. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: nyacc: Update to 1.03.6.Xinglu Chen2021-03-29
| | | | | | * gnu/packages/mes.scm (nyacc): Update to 1.03.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
* scripts: import: cran: Add missing help for 'style' option.zimoun2021-03-29
| | | | | | | * guix/scripts/import/cran.scm (show-help): Add help message for 'style' option. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add texlive-mathdesign.Paul Garlick2021-03-29
| | | | * gnu/packages/tex.scm: New variable.
* gnu: wsjtx: Update to 2.3.1.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/radio.scm (wsjtx): Update to 2.3.1.
* gnu: wsjtx-hamlib: Update to 2.3.1.Tobias Geerinckx-Rice2021-03-29
| | | | | * gnu/packages/radio.scm (wsjtx-hamlib): Update to 2.3.1. [arguments]: Remove alleged 'fix-tests phase.
* gnu: flite: Update to 2.2.Tobias Geerinckx-Rice2021-03-29
| | | | | * gnu/packages/speech.scm (flite): Update to 2.2. [source]: Check out this git repository.
* gnu: git-lfs: Update to 2.13.3.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/version-control.scm (git-lfs): Update to 2.13.3.
* gnu: python-toml: Update to 0.10.2.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/python-build.scm (python-toml): Update to 0.10.2.
* gnu: gphoto2: Update to 2.5.27.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/photo.scm (gphoto2): Update to 2.5.27.
* gnu: libgphoto2: Update to 2.5.27.Tobias Geerinckx-Rice2021-03-29
| | | | * gnu/packages/photo.scm (libgphoto2): Update to 2.5.27.
* gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-4.059e06aDavid Dashyan2021-03-29
| | | | Signed-off-by: Leo Famulari <leo@famulari.name>
* Fix substitutes server discovery.Mathieu Othacehe2021-03-29
| | | | | | | This is a follow-up of bc3896db25c788c181c7bcd65754e7cd378e9d9f. * guix/scripts/substitute.scm (%local-substitute-urls): Test for "true" instead of "yes".
* gexp: 'gexp->script' uses #:guile also as the guile-for-build.Ludovic Courtès2021-03-29
| | | | | | | | Previously 'gexp->script' would unconditionally use the default #:guile-for-build value of 'gexp->derivation'. * guix/gexp.scm (gexp->script): Pass #:guile to 'load-path-expression'. Pass #:guile-for-build to 'gexp->derivation'.
* gexp: Add #:guile parameter to 'load-path-expression'.Ludovic Courtès2021-03-29
| | | | * guix/gexp.scm (load-path-expression): Add #:guile parameter and honor it.
* gexp: 'imported+compiled-modules' fully honors #:guile.Ludovic Courtès2021-03-29
| | | | | * guix/gexp.scm (imported+compiled-modules): Pass #:guile to 'imported-modules'.
* gnu: Add julia-zygote.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-zygote): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-zygoterules.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-zygoterules): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-forwarddiff.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-forwarddiff): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-chainrules.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-chainrules): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-diffrules.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-diffrules): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-specialfunctions.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-specialfunctions): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-openspecfun-jll.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-openspecfun-jll): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-compilersupportlibraries-jll.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-compilersupportlibraries-jll): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-difftests.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-difftests): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add julia-diffresults.zimoun2021-03-29
| | | | | | * gnu/packages/julia-xyz.scm (julia-diffresults): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>