Age | Commit message (Expand) | Author |
2018-03-28 | gnu: elogind: Fix build with glibc-2.27....* gnu/packages/patches/elogind-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/freedesktop.scm (elogind)[source]: Add patch.
[arguments]: Replace the bootstrap phase with what was previously the
autogen phase.
| Mark H Weaver |
2018-03-27 | gnu: liba52: Use invoke....* gnu/packages/video.scm (liba52)[arguments]: Use invoke in the custom
bootstrap phase.
| Mark H Weaver |
2018-03-27 | gnu: aalib: Use invoke....* gnu/packages/video.scm (aalib)[arguments]: Use invoke in the custom
configure phase.
| Mark H Weaver |
2018-03-27 | gnu: aspell-dict-*: Use invoke....* gnu/packages/aspell.scm (aspell-dictionary): Use invoke in the custom
configure phase.
| Mark H Weaver |
2018-03-27 | gnu: Use invoke and return #t from all builders....* gnu/packages/admin.scm, gnu/packages/android.scm, gnu/packages/audio.scm,
gnu/packages/avr.scm, gnu/packages/base.scm, gnu/packages/bioinformatics.scm,
gnu/packages/certs.scm, gnu/packages/check.scm, gnu/packages/code.scm,
gnu/packages/commencement.scm, gnu/packages/dictionaries.scm,
gnu/packages/docbook.scm, gnu/packages/emacs.scm, gnu/packages/embedded.scm,
gnu/packages/fonts.scm, gnu/packages/games.scm, gnu/packages/gnome.scm,
gnu/packages/gnu-doc.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm,
gnu/packages/javascript.scm, gnu/packages/libreoffice.scm,
gnu/packages/linux.scm, gnu/packages/lisp.scm, gnu/packages/lxde.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm, gnu/packages/mate.scm,
gnu/packages/pkg-config.scm, gnu/packages/qt.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/sdl.scm, gnu/packages/statistics.scm,
gnu/packages/syncthing.scm, gnu/packages/tex.scm, gnu/packages/web.scm,
gnu/packages/wine.scm, gnu/packages/xfce.scm: In the builders of packages
using 'trivial-build-system', use invoke where appropriate, raise exceptions
on errors, and otherwise return #t.
| Mark H Weaver |
2018-03-27 | gnu: 0ad-data: Use invoke....* gnu/packages/games.scm (0ad-data)[source]: Use invoke in the snippet.
| Mark H Weaver |
2018-03-27 | gnu: vera: Use invoke....* gnu/packages/dictionaries.scm (vera)[arguments]: Use invoke and remove
vestigial plumbing in the builder.
| Mark H Weaver |
2018-03-27 | gnu: sicp: Use invoke....* gnu/packages/scheme.scm (sicp)[arguments]: Use invoke and remove vestigial
plumbing in the builder.
| Mark H Weaver |
2018-03-27 | gnu: icecat: Add fix for CVE-2018-5148....* gnu/packages/gnuzilla.scm (icecat)[source]: Add the fix for CVE-2018-5148
from the upstream mozilla-esr52 repository.
| Mark H Weaver |
2018-03-28 | gnu: curl: Use nghttp2's ‘lib’ output....This follows up on commit 1300e4ee5bf97e7687aa0fa5497d87cf1afaa813,
which was based on a monolithic nghttp2.
* gnu/packages/curl.scm (curl)[inputs]: Use nghttp2's ‘lib’ output.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: mupdf: Fix CVE-2018-{6544,1000051}....* gnu/packages/patches/mupdf-CVE-2018-1000051.patch,
gnu/packages/patches/mupdf-CVE-2018-6544.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[source]: Use them.
| Leo Famulari |
2018-03-27 | gnu: emacs-org, emacs-org-contrib: Update to 9.1.9....* gnu/packages/emacs.scm (emacs-org):
(emacs-org-contrib): Update to 20180327, a.k.a. release 9.1.9.
| Nicolas Goaziou |
2018-03-27 | gnu: alpine: Update to 2.21.999....* gnu/packages/mail.scm (alpine): Update to 2.21.999.
[source]: Change to new upstream location.
[home-page]: Use new location.
Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
| ng0 |
2018-03-27 | nss: Remove '%compat' from the defaults....* gnu/system/nss.scm (%compat): Add comment.
(<name-service-switch>)[group, password, shadow]: Remove %COMPAT from
the default value.
| Ludovic Courtès |
2018-03-27 | gnu: zstd: Update to 1.3.4....* gnu/packages/compression.scm (zstd): Update to 1.3.4.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: dovecot: Update to 2.3.1....* gnu/packages/mail.scm (dovecot): Update to 2.3.1.
[arguments]: Rename ‘patch-other-shebangs’ phase to the more accurate
‘patch-other-file-names’... then patch more file names.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: lyx: Use HTTPS home page....* gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: openssl@1.1.0: Update to 1.1.0h [security fixes]....Fixes CVE-2017-3738 and CVE-2018-{0733,0739}.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0h.
| Leo Famulari |
2018-03-27 | gnu: libatomic-ops: Update to 7.6.4....* gnu/packages/bdw-gc.scm (libatomic-ops): Update to 7.6.4.
| Marius Bakke |
2018-03-27 | gnu: bzip2: Provide libbz2.so and libbz2.so.1....Fixes <https://bugs.gnu.org/30006>.
* gnu/packages/compression.scm (bzip2)[arguments]: Rework
INSTALL-SHARED-LIBS-PHASE to manage all library symlinks.
| Marius Bakke |
2018-03-27 | gnu: Remove unnecessary import....* gnu/packages/guile.scm: Remove unnecessary import.
| Ludovic Courtès |
2018-03-27 | activation: Pass '-d HOME' to 'usermod'....Fixes a bug whereby changes to user home directories in the OS config
would never be effective.
Reported by Pierre Neidhardt <ambrevar@gmail.com>.
* gnu/build/activation.scm (modify-user): Pass '-d HOME'.
| Ludovic Courtès |
2018-03-27 | gnu: bootstrap: Remove unneeded import....* gnu/packages/bootstrap.scm: Remove unneeded (guix build utils) import.
| Ludovic Courtès |
2018-03-27 | gnu: Remove Haskell packages provided by GHC....* gnu/packages/haskell.scm (ghc-array, ghc-binary, ghc-bytestring,
ghc-directory, ghc-haskeline, ghc-process, ghc-transformers,
ghc-transformers-0.4.2.0): Remove.
(ghc-tar)[inputs]: Remove ghc-array.
(ghc-hslogger)[inputs]: Remove ghc-directory.
* gnu/packages/version-control.scm (darcs)[inputs]: Remove ghc-array,
ghc-binary, and ghc-haskeline.
* gnu/packages/wm.scm (xmonad)[inputs]: Remove ghc-directory.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Timothy Sample |
2018-03-27 | gnu: supercollider: Update to 3.9.2....* gnu/packages/audio.scm (supercollider): Update to 3.9.2.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: gzdoom: Update to 3.3.0....* gnu/packages/games.scm (gzdoom): Update to 3.3.0.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: ccache: Update to 3.4.2....* gnu/packages/ccache.scm (ccache): Update to 3.4.2.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: jetring: Update to 0.27....* gnu/packages/gnupg.scm (jetring): Update to 0.27.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: libkomparediff2: Update to 17.12.3....* gnu/packages/kde.scm (libkomparediff2): Update to 17.12.3.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: radeontop: Update to 1.1....* gnu/packages/linux.scm (radeontop): Update to 1.1.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: ruby-rake: Update to 12.3.1....* gnu/packages/ruby.scm (ruby-rake): Update to 12.3.1.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: ruby-asciidoctor: Update to 1.5.6.2....* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 1.5.6.2.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: python-plotly: Update to 2.4.1....* gnu/packages/graph.scm (python-plotly): Update to 2.4.1.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: python-django-crispy-forms: Update to 1.7.2....* gnu/packages/django.scm (python-django-crispy-forms): Update to 1.7.2.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: r-randomforest: Update to 4.6-14....* gnu/packages/statistics.scm (r-randomforest): Update to 4.6-14.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: r-blob: Update to 1.1.1....* gnu/packages/statistics.scm (r-blob): Update to 1.1.1.
[propagated-inputs]: Add r-prettyunits.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: r-servr: Update to 0.9....* gnu/packages/web.scm (r-servr): Update to 0.9.
[propagated-inputs]: Add r-xfun.
| Tobias Geerinckx-Rice |
2018-03-27 | gnu: vis: Update to 0.5....* gnu/packages/text-editors.scm (vis): Update to 0.5.
| Tobias Geerinckx-Rice |
2018-03-26 | gnu: libreoffice: Update to 5.4.6.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.6.2.
| Leo Famulari |
2018-03-26 | gnu: hplip: Update to 3.18.3....* gnu/packages/cups.scm (hplip): Update to 3.18.3.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Vasile Dumitrascu |
2018-03-27 | gnu: Add font-lohit....* gnu/packages/fonts.scm (font-lohit): New variable.
| Arun Isaac |
2018-03-26 | gnu: translate-shell: Update to 0.9.6.7....* gnu/packages/patches/translate-shell-fix-curl-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.7.
[source](patches): Add it. [home-page]: Append slash.
| Oleg Pykhalov |
2018-03-26 | gnu: Add twitchy....* gnu/packages/video.scm (twitchy): New public variable.
| Oleg Pykhalov |
2018-03-26 | gnu: Add perl-uri-escape....* gnu/packages/perl-web.scm (perl-uri-escape): New public variable.
| Oleg Pykhalov |
2018-03-26 | gnu: Add r-tidyverse....* gnu/packages/cran.scm (r-tidyverse): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |
2018-03-26 | gnu: Add r-rvest....* gnu/packages/cran.scm (r-rvest): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |
2018-03-26 | gnu: Add r-selectr....* gnu/packages/cran.scm (r-selectr): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |
2018-03-26 | gnu: Add r-reprex....* gnu/packages/cran.scm (r-reprex): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |
2018-03-26 | gnu: Add r-callr....* gnu/packages/cran.scm (r-callr): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |
2018-03-26 | gnu: Add r-readxl....* gnu/packages/cran.scm (r-readxl): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
| Charlie Ritter |