Age | Commit message (Expand) | Author |
2018-01-05 | gnu: gcc@6: Fix building with glibc@2.26....* gnu/packages/gcc.scm (gcc@6)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26. Add patch.
* gnu/packages/patches/gcc-libsanitizer-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2018-01-04 | Merge branch 'master' into core-updates | Mark H Weaver |
2018-01-04 | gnu: python-pytest-localserver: Update to 0.4.1....* gnu/packages/check.scm (python-pytest-localserver): Update to 0.4.1.
| Leo Famulari |
2018-01-04 | gnu: surfraw: Point to the correct Perl executable....* gnu/packages/web.scm (surfraw)[arguments]: Hardcode the path to Perl
in a 'patch-perl' phase.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Mark Meyer |
2018-01-04 | gnu: GNU Unifont: Update to 10.0.07....* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.07.
| Leo Famulari |
2018-01-04 | gnu: Add python2-scientific....* gnu/packages/python.scm (python2-scientific): New public variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Konrad Hinsen |
2018-01-04 | gnu: Add python2-pyro....* gnu/packages/python.scm (python2-pyro): New public variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Konrad Hinsen |
2018-01-04 | gnu: file: Mention libmagic....* gnu/packages/file.scm (file)[description]: Mention libmagic.
| Leo Famulari |
2018-01-04 | gnu: vlc: Enable libdvdread and libdvdcss support....* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
(vlc): Add libdvdread as input.
| Roel Janssen |
2018-01-04 | gnu: tiled: Update to 1.1.0....* gnu/packages/game-development.scm (tiled): Update to 1.1.0.
| David Thompson |
2018-01-04 | gnu: giac-xcas: Update to 1.4.9-43....* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-43.
| Nicolas Goaziou |
2018-01-04 | gnu: Add emacs-evil-quickscope....* gnu/packages/emacs.scm (emacs-evil-quickscope): New variable.
| Arun Isaac |
2018-01-04 | Revert "gnu: vlc: Enable libdvdread and libdvdcss support."...This reverts commit d5456444f7032e7bc9168db2b59e548672795b72.
It broke 'gnome', via 'gnome-disk-utility'.
| Mark H Weaver |
2018-01-04 | gnu: Add libgeotiff....* gnu/packages/geo.scm (libgeotiff): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
| Björn Höfling |
2018-01-04 | gnu: Add fc-host-tools....* gnu/packages/embedded.scm (fc-host-tools): New variable.
| Danny Milosavljevic |
2018-01-03 | gnu: linux-libre: Update to 4.14.11....* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.11.
(%linux-libre-hash): Update hash.
| Mark H Weaver |
2018-01-03 | gnu: linux-libre@4.9: Update to 4.9.74....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.74.
| Mark H Weaver |
2018-01-03 | gnu: linux-libre@4.4: Update to 4.4.109....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.109.
| Mark H Weaver |
2018-01-04 | gnu: newsboat: Update to 2.10.2....* gnu/packages/syndication.scm (newsboat): Update to 2.10.2.
[inherit]: Remove inheritance of unmaintained newsbeuter.
[native-inputs]: Remove perl.
[arguments]: Remove #:make-flags to build on ARM, which should work now.
[synopsis, description]: Mash up Newsboat's own description with useful
information from its predecessor.
| Tobias Geerinckx-Rice |
2018-01-04 | gnu: newsbeuter, newsboat: Correct licence....See <https://github.com/newsboat/newsboat/issues/34>.
* gnu/packages/syndication.scm (newsbeuter)[license]: x11 -> expat.
| Tobias Geerinckx-Rice |
2018-01-04 | gnu: json-c: Update to 0.13....* gnu/packages/web.scm (json-c): Update to 0.13.
[description]: Add new resolution.
(json-c-0.12): New public variable.
(hubbub)[inputs]: Use it.
* gnu/packages/syndication.scm (newsbeuter)[inputs]:
Likewise.
| Tobias Geerinckx-Rice |
2018-01-04 | gnu: vlc: Enable libdvdread and libdvdcss support....* gnu/packages/video.scm (libdvdread): Compile with libdvdcss support;
(vlc): Add libdvdread as input.
| Roel Janssen |
2018-01-03 | gnu: ilmbase: Update to 2.2.1....* gnu/packages/graphics.scm (ilmbase): Update to 2.2.1.
| Leo Famulari |
2018-01-03 | gnu: openexr: Update to 2.2.1 [security fixes]....Fixes CVE-2017-{9110,9111,9112,9113,9114,9115,9116}.
* gnu/packages/graphics.scm (openexr): Update to 2.2.1.
| Leo Famulari |
2018-01-03 | gnu: gcc@4.8: Fix libsanitizer cross-compilation....This patch is modified from the original patch targeting gcc@5.
* gnu/packages/patches/gcc-asan-missing-include.patch: New file.
* gnu/packages/gcc.scm (gcc@4.8)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
| Ludovic Courtès |
2018-01-03 | gnu: gcc@4.8: Fix building with glibc@2.26....* gnu/packages/gcc.scm (gcc@4.8)[source]: Add snippet to adjust
linux-unwind.h to changes in glibc@2.26.
| Efraim Flashner |
2018-01-03 | gnu: fossil: Update to 2.4....* gnu/packages/version-control.scm (fossil): Update to 2.4.
[source]: Remove patch.
* gnu/packages/patches/fossil-CVE-2017-17459.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2018-01-03 | Merge branch 'master' into core-updates | Leo Famulari |
2018-01-03 | gnu: fossil: Fix CVE-2017-17459....* gnu/packages/patches/fossil-CVE-2017-17459.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (fossil)[source]: Use it.
| Leo Famulari |
2018-01-03 | gnu: libtiff: Download over HTTP....* gnu/packages/image.scm (libtiff)[source]: Use HTTP URL.
| Leo Famulari |
2018-01-03 | gnu: krita: Add comment about the wrapper....* gnu/packages/kde.scm (krita): Add comment.
| Leo Famulari |
2018-01-03 | gnu: krita: Ensure icons are found at runtime....Fixes <https://bugs.gnu.org/29905>.
* gnu/packages/kde.scm (krita)[arguments]: Set the QT_PLUGIN_PATH in a
new 'wrap-executable' phase.
| Leo Famulari |
2018-01-03 | gnu: libotf: Use pkg-config to determine freetype location....* gnu/packages/fontutils.scm (libotf)[native-inputs]: Add PKG-CONFIG.
| Marius Bakke |
2018-01-03 | gnu: kdelibs4support: Blacklist a recently failing test-function. | Hartmut Goebel |
2018-01-03 | gnu: wine64-staging: Fix incorrect input....* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input
instead of "wine".
| Rutger Helling |
2018-01-03 | gnu: wine64-staging: Fix arguments....* gnu/packages/wine.scm (wine64-staging)[arguments]: Use new
'copy-wine32-binaries and 'copy-wine32-manpage phases instead of
'copy-wine32-files phase.
| Rutger Helling |
2018-01-03 | gnu: wine64: Fix arguments....* gnu/packages/wine.scm (wine64)[arguments]: Use new
'copy-wine32-binaries and 'copy-wine32-manpage phases instead of
'copy-wine32-files phase.
| Rutger Helling |
2018-01-03 | gnu: wine: Update to 2.0.4....* gnu/packages/wine.scm: Update to 2.0.4.
| Rutger Helling |
2018-01-03 | gnu: python-mistune: Update to 0.8.3 [fixes CVE-2017-{15612,16876}]....* gnu/packages/python.scm (python-mistune, python2-mistune): Update to 0.8.3.
| Leo Famulari |
2018-01-03 | gnu: httpd: Update to 2.4.29....* gnu/packages/web.scm (httpd): Update to 2.4.29.
[source]: Remove patch.
* gnu/packages/patches/httpd-CVE-2017-9798.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Leo Famulari |
2018-01-02 | gnu: OBS Studio: Update to 20.1.3...* gnu/packages/video.scm (obs): Update to 20.1.3
Signed-off-by: Leo Famulari <leo@famulari.name>
| Adriano Peluso |
2018-01-02 | gnu: Add emacs-evil-smartparens....* gnu/packages/emacs.scm (emacs-evil-smartparens): New variable.
| Arun Isaac |
2018-01-02 | gnu: knot: Update to 2.6.4....* gnu/packages/dns.scm (knot): Update to 2.6.4.
| Tobias Geerinckx-Rice |
2018-01-02 | gnu: re2: Update to 2018-01-01....* gnu/packages/regex.scm (re2): Update to 2018-01-01.
| Tobias Geerinckx-Rice |
2018-01-02 | gnu: docbook-xsl: Disable recursion in string substitution....Fixes <https://bugs.gnu.org/29782>.
Reported by Gábor Boskovits.
* gnu/packages/patches/docbook-xsl-nonrecursive-string-subst.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/docbook.scm (docbook-xsl)[source](patches): Use it.
[native-inputs]: Add XZ.
[arguments]: Adjust PATH accordingly.
| Marius Bakke |
2018-01-02 | Revert "gnu: glibc: Fix CVE-2017-15670, CVE-2017-15671."...These issues has been classified as minor by Debian:
https://security-tracker.debian.org/tracker/CVE-2017-15670
https://security-tracker.debian.org/tracker/CVE-2017-15671
In addition, the patch only fixes one of the two CVEs it claims to fix. We
don't backport most CVEs, especially non-critical ones, so no need to carry
this (which is in 2.26). See discussion at <https://bugs.gnu.org/29490>.
This reverts commit 60e29339d8389e678bb9ca4bd3420ee9ee88bdf2.
| Marius Bakke |
2018-01-02 | gnu: htslib: Mark up description....* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}.
| Tobias Geerinckx-Rice |
2018-01-02 | gnu: ribotaper: Wrap executables....* gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Add phase
"wrap-executables".
| Ricardo Wurmus |
2018-01-02 | gnu: wine64-staging: Copy missing man file....* gnu/packages/wine.scm (wine64-staging)[arguments]: Copy missing man file from
"wine-staging" input. Clarify 'copy-wine32-files phase with comments.
[synopsis]: Use proper "WoW64" term.
| Rutger Helling |
2018-01-02 | gnu: wine64: Copy missing man file....* gnu/packages/wine.scm (wine64)[arguments]: Copy missing man file from "wine"
input. Clarify 'copy-wine32-files phase with comments.
[synopsis]: Use proper "WoW64" term.
| Rutger Helling |