Age | Commit message (Collapse) | Author |
|
* gnu/packages/emacs-xyz.scm (emacs-doom-themes): Update to 2.1.6-3.
[arguments]<emacs-batch-disable-compilation>: Add new "material" theme to list
of exceptions.
|
|
* gnu/packages/emacs-xyz.scm (emacs-doom-themes)[phases]:
<build>: Readd this phase.
<disable-breaking-compilation>: Add this phase to work around single file
errors in bytecompilation.
Signed-off-by: Brett Gilio <brettg@gnu.org>
|
|
* gnu/packages/bioconductor.scm (r-inspect): Update to 1.16.1.
[propagated-inputs]: Add r-gdata.
|
|
* gnu/packages/bioconductor.scm (r-multiassayexperiment): Update to 1.12.1.
|
|
* gnu/packages/bioconductor.scm (r-rgadem): Update to 2.34.1.
[propagated-inputs]: Add r-genomicranges.
|
|
* gnu/packages/bioconductor.scm (r-clusterprofiler): Update to 3.14.2.
|
|
* gnu/packages/bioconductor.scm (r-enrichplot): Update to 1.6.1.
|
|
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.2.1.
|
|
* gnu/packages/bioconductor.scm (r-affycoretools): Update to 1.58.3.
|
|
* gnu/packages/statistics.scm (r-car): Update to 3.0-6.
|
|
* gnu/packages/statistics.scm (r-robust): Update to 0.4-18.2.
|
|
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.5.36.
|
|
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-74.
|
|
* gnu/packages/cran.scm (r-slam): Update to 0.1-47.
|
|
* gnu/packages/cran.scm (r-bibtex): Update to 0.4.2.1.
|
|
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.38.1.
|
|
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.16.1.
|
|
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.12.1.
|
|
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.20.1.
|
|
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.1.
|
|
* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-12.f56935a.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org-contrib): Update to 20191226.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.3.1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-telega): Update to 0.5.4.
[arguments]: Working around imagemagick and svg is no longer needed.
[native-inputs]: Replace emacs-minimal with emacs. This is needed because
bytecompilation requires fringe-bitmap support.
|
|
* gnu/packages/kde-multimedia.scm (ffmpegthumbs): New variable.
|
|
* gnu/packages/kde-multimedia.scm (audiocd-kio): New variable.
|
|
* gnu/packages/kde-multimedia.scm (libkcompactdisc): New variable.
|
|
* gnu/packages/kde-multimedia.scm (kamoso): New variable.
|
|
* gnu/packages/kde-multimedia.scm (elisa): New variable.
|
|
* gnu/packages/kde-multimedia.scm (kwave): New variable.
|
|
`guix lint` reports two CVEs, both are unrelated:
- CVE-2018-5200: for vendor "pandora" and some 4.2.2.x version
- CVE-2019-9133: windows only (I assume it it alsow relates to the "pandora"
vendor, since the version the CVE refers to as "solving the issue" does not
exist at KDE.)
* gnu/packages/kde-multimedia.scm (kmplayer): New variable.
* gnu/packages/patches/kmplayer-aarch64.patch,
gnu/packages/patches/kmplayer-upstream_Fix-build-with-Qt-5.9.patch: New
files.
* gnu/local.mk: Add them.
|
|
* gnu/packages/kde-multimedia.scm (kmix): New variable.
|
|
* gnu/packages/kde-multimedia.scm (kaffeine): New variable.
|
|
* gnu/packages/kde-multimedia.scm (libkcddb): New variable.
|
|
* gnu/packages/kde-multimedia.scm (k3b): New variable.
|
|
* gnu/packages/kde-multimedia.scm (juk): New variable.
|
|
* gnu/packages/kde-multimedia.scm: New file.
* gnu/lokal.mk (MODULES): Add it.
|
|
Patches should fix all CVEs reported by `guix lint`:
CVE-2015-7747; CVE-2017-6827, CVE-2017-6828, CVE-2017-6829,
CVE-2017-6830, CVE-2017-6831, CVE-2017-6832, CVE-2017-6833,
CVE-2017-6834, CVE-2017-6835, CVE-2017-6836, CVE-2017-6837,
CVE-2017-6838, CVE-2017-6839; CVE-2018-13440; CVE-2018-17095
Since the patches do not reference to CVEs, it's a bit hard to tell which
patch actually closes which CVE. Debian reports all these to be closed by
the patches below and NixPkgs provides references.
* gnu/packages/audio.scm (audiofile): New variable.
* gnu/packages/patches/audiofile-fix-datatypes-in-tests.patch,
gnu/packages/patches/audiofile-fix-sign-conversion.patch,
gnu/packages/patches/audiofile-CVE-2015-7747.patch,
gnu/packages/patches/audiofile-CVE-2018-13440.patch,
gnu/packages/patches/audiofile-CVE-2018-17095.patch,
gnu/packages/patches/audiofile-Check-the-number-of-coefficients.patch,
gnu/packages/patches/audiofile-Fail-on-error-in-parseFormat.patch,
gnu/packages/patches/audiofile-Fix-index-overflow-in-IMA.cpp.patch,
gnu/packages/patches/audiofile-Fix-multiply-overflow-sfconvert.patch,
gnu/packages/patches/audiofile-Fix-overflow-in-MSADPCM-decodeSam.patch,
gnu/packages/patches/audiofile-division-by-zero-BlockCodec-runPull.patch,
gnu/packages/patches/audiofile-hurd.patch,
gnu/packages/patches/audiofile-signature-of-multiplyCheckOverflow.patch:
New files.
* gnu/local.mk: Add them.
|
|
https://github.com/behdad/fonttools permanently redirects to
https://github.com/fonttools/fonttools.
* gnu/packages/python-xyz.scm (python-fonttools)[home-page]: Change to current.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
Fixes <https://bugs.gnu.org/38739>. This is a follow-up to commit
88c9408070280db51d1a0e604b9ec77f1611ab3c.
* gnu/packages/wm.scm (i3-gaps)[source](sha256): Change to the correct hash.
[build-system]: Remove field, because it is superfluous.
|
|
* gnu/packages/geo.scm (gdal)[home-page]: Use HTTPS URI.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add netcdf.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Enable sqlite.
[arguments]: Add --with-sqlite3 to #:configure-flags.
|
|
* gnu/packages/geo.scm (gdal)[inputs]: Add expat.
[arguments]: Add --with-expat to #:configure-flags.
|
|
* gnu/packages/geo.scm (libspatialindex): Update to 1.9.3.
[build-system]: Switch to cmake-build-system.
[source]: Update URI.
|
|
* gnu/packages/geo.scm (postgis): Update to 3.0.0.
[inputs]: Add json-c and libjpeg-turbo. Replace proj.4 with proj.
|
|
* gnu/packages/geo.scm (gdal): Update to 3.0.2.
[inputs]: Add proj.
|
|
* gnu/packages/patches/libgeotiff-adapt-test-script-for-proj-6.2.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/geo.scm (libgeotiff): Update to 1.5.1.
[inputs]: Replace proj.4 with proj.
[sources]: Add libgeotiff-adapt-test-script-for-proj-6.2.patch
to patches.
|
|
* gnu/packages/geo.scm (proj): New variable.
|
|
* gnu/packages/geo.scm (geos): Update to 3.8.0.
|