Commit graph

22226 commits

Author SHA1 Message Date
Efraim Flashner 7bbc708a4e
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.
2018-01-03 23:06:43 +02:00
Leo Famulari 7a66b68730
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.
2018-01-03 14:19:44 -05:00
Leo Famulari 4ed41f472b
Merge branch 'master' into core-updates 2018-01-03 14:18:01 -05:00
Leo Famulari 0c84e8679c
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.
2018-01-03 14:16:29 -05:00
Leo Famulari 9d7d8e7181
gnu: libtiff: Download over HTTP.
* gnu/packages/image.scm (libtiff)[source]: Use HTTP URL.
2018-01-03 13:32:30 -05:00
Leo Famulari 1ee750ba4c
gnu: krita: Add comment about the wrapper.
* gnu/packages/kde.scm (krita): Add comment.
2018-01-03 12:33:35 -05:00
Leo Famulari 990e93fce1
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.
2018-01-03 12:30:14 -05:00
Marius Bakke 48342a04ad
gnu: libotf: Use pkg-config to determine freetype location.
* gnu/packages/fontutils.scm (libotf)[native-inputs]: Add PKG-CONFIG.
2018-01-03 18:17:03 +01:00
Hartmut Goebel ed8bdde9ce
gnu: kdelibs4support: Blacklist a recently failing test-function. 2018-01-03 15:53:56 +01:00
Rutger Helling 417903c63c
gnu: wine64-staging: Fix incorrect input.
* gnu/packages/wine.scm (wine64-staging): Copy from correct "wine-staging" input
instead of "wine".
2018-01-03 10:58:55 +01:00
Rutger Helling e6b94a0247
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.
2018-01-03 10:40:59 +01:00
Rutger Helling 036f35772c
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.
2018-01-03 10:40:59 +01:00
Rutger Helling 3ee6315d8b
gnu: wine: Update to 2.0.4.
* gnu/packages/wine.scm: Update to 2.0.4.
2018-01-03 10:40:59 +01:00
Leo Famulari a684e38d73
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.
2018-01-03 00:34:04 -05:00
Leo Famulari 7526338837
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.
2018-01-03 00:34:03 -05:00
Adriano Peluso 48a716c484
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>
2018-01-02 21:31:14 -05:00
Arun Isaac ab8a4a78d5
gnu: Add emacs-evil-smartparens.
* gnu/packages/emacs.scm (emacs-evil-smartparens): New variable.
2018-01-02 23:34:02 +05:30
Tobias Geerinckx-Rice 02482f5d29
gnu: knot: Update to 2.6.4.
* gnu/packages/dns.scm (knot): Update to 2.6.4.
2018-01-02 17:30:52 +01:00
Tobias Geerinckx-Rice 1c848029b7
gnu: re2: Update to 2018-01-01.
* gnu/packages/regex.scm (re2): Update to 2018-01-01.
2018-01-02 17:30:17 +01:00
Marius Bakke 0f72f05238
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.
2018-01-02 17:01:07 +01:00
Marius Bakke 0c86790bfd
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 60e29339d8.
2018-01-02 16:55:17 +01:00
Tobias Geerinckx-Rice 8057dee15b
gnu: htslib: Mark up description.
* gnu/packages/bioinformatics.scm (htslib)[description]: Use @command{}.
2018-01-02 16:13:23 +01:00
Ricardo Wurmus 7edee34427
gnu: ribotaper: Wrap executables.
* gnu/packages/bioinformatics.scm (ribotaper)[arguments]: Add phase
"wrap-executables".
2018-01-02 12:07:06 +01:00
Rutger Helling 1adc6013fe
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.
2018-01-02 11:40:02 +01:00
Rutger Helling 68e4921130
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.
2018-01-02 11:39:57 +01:00
Rutger Helling 95c45e5349
gnu: wine-staging: Update synopsis.
* gnu/packages/wine.scm (wine-staging)[synopsis]: Clarify synopsis.
2018-01-02 08:32:22 +01:00
Rutger Helling 06e57331fc
gnu: wine: Update synopsis.
* gnu/packages/wine.scm (wine)[synopsis]: Clarify synopsis.
2018-01-02 08:32:18 +01:00
Mark H Weaver 4adde2a919
gnu: emacs-no-x: Remove more inputs from inherited emacs.
* gnu/packages/emacs.scm (emacs-no-x)[inputs]: Remove imagemagick,
libotf, and m17n-lib.
2018-01-02 02:21:29 -05:00
Mark H Weaver e1f32cf1b6
gnu: ocaml: Use gcc:lib from gcc, not gcc-4.9.
* gnu/packages/ocaml.scm (ocaml)[inputs]: Use canonical 'gcc', not gcc-4.9.
2018-01-02 02:15:12 -05:00
Tobias Geerinckx-Rice 6856518456
gnu: python-pysam: Update to 0.13.0.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.13.0.
2018-01-02 02:13:38 +01:00
Tobias Geerinckx-Rice ddf38ece8a
gnu: htslib: Update to 1.6.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.6.
2018-01-02 01:47:42 +01:00
Tobias Geerinckx-Rice e22473ffe2
gnu: ansible: Update to 2.4.2.0.
* gnu/packages/admin.scm (ansible): Update to 2.4.2.0.
[description]: Redistribute hyphens.
2018-01-02 01:17:58 +01:00
Tobias Geerinckx-Rice c89b9d63e1
gnu: moreutils: Update to 0.62.
* gnu/packages/moreutils.scm (moreutils): Update to 0.62.
2018-01-02 01:14:20 +01:00
Tobias Geerinckx-Rice ff18d0f186
gnu: ansible: Use HTTPS for home page.
* gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS.
2018-01-02 00:31:55 +01:00
Tobias Geerinckx-Rice f0904b26d1
gnu: perl-archive-zip: Remove duplicate package definition.
* gnu/packages/perl.scm (perl-archive-zip): Remove duplicate variable.
2018-01-02 00:09:17 +01:00
Tobias Geerinckx-Rice b6f024ada7
gnu: Rename perl-zip to perl-archive-zip.
It's called Archive::Zip, after all.  Bring it in line with other modules.

* gnu/packages/compression.scm (perl-zip): Rename from this...
(perl-archive-zip): ...to this.
* gnu/packages/libreoffice.scm (libreoffice): Update the only caller.
2018-01-02 00:09:17 +01:00
Tobias Geerinckx-Rice d5960bf7c2
gnu: perl-zip: Update to 1.60.
* gnu/packages/compression.scm (perl-zip): Update to 1.60.
[native-inputs]: Add perl-test-mockmodule.
[home-page]: Use version-independent URL.
2018-01-02 00:09:17 +01:00
Tobias Geerinckx-Rice d948fe7ce8
gnu: Add perl-test-mockmodule.
* gnu/packages/perl-check.scm (perl-test-mockmodule): New public variable.
2018-01-02 00:09:16 +01:00
Tobias Geerinckx-Rice f1a2cb94ca
gnu: perl-check: Request to add packages alphabetically.
* gnu/packages/perl-check.scm: Copy comment from gnu/packages/perl.scm.
2018-01-02 00:09:16 +01:00
Tobias Geerinckx-Rice e84f22257f
gnu: Add perl-super.
* gnu/packages/perl.scm (perl-super): New public variable.
2018-01-02 00:09:16 +01:00
Tobias Geerinckx-Rice 49ab09e699
gnu: perl-zip: Tweak synopsis & description.
* gnu/packages/compression.scm (perl-zip)[synopsis]: Capitalise consisently.
[description]: Use @code{}.
2018-01-02 00:09:16 +01:00
Tobias Geerinckx-Rice d9465101f4
gnu: libksysguard: Update to 5.11.4.
* gnu/packages/kde.scm (libksysguard): Update to 5.11.4.
2018-01-02 00:09:15 +01:00
Tobias Geerinckx-Rice 263e9b851a
gnu: diffoscope: Update to 90.
* gnu/packages/package-management.scm (diffoscope): Update to 90.
2018-01-02 00:09:15 +01:00
Ludovic Courtès a5e3d59bb3
gnu: python-jupyter-console: Make it installable.
Fixes <https://bugs.gnu.org/29860>.
Reported by Johannes Laute <j.laute3@googlemail.com>.

* gnu/packages/python.scm (python-jupyter-console-minimal)[name]: New field.
2018-01-01 18:21:55 +01:00
Kei Kebreau f0aba38440
gnu: xonsh: Update to 0.6.0.
* gnu/packages/shells.scm (xonsh): Update to 0.6.0.
2017-12-31 21:28:40 -05:00
Tobias Geerinckx-Rice c300cae682
gnu: crypto++: Don't use ‘-march=native’.
* gnu/packages/crypto.scm (crypto++)[arguments]: Add
‘disable-native-optimisation’ phase.
2017-12-31 22:18:22 +01:00
Tobias Geerinckx-Rice 55dee52b9c
gnu: nasm: Update to 2.13.02.
* gnu/packages/assembly.scm (nasm): Update to 2.13.02.
2017-12-31 22:18:22 +01:00
Tobias Geerinckx-Rice cc17345d54
gnu: Add xxhash.
* gnu/packages/digest.scm: New file
(xxhash): New public variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
2017-12-31 22:18:22 +01:00
Efraim Flashner b4a330ac72
gnu: wine: Add support for armhf and aarch64.
* gnu/packages/wine.scm (wine)[arguments]: Target armhf-linux when
building on armhf or aarch64.
[supported-systems]: Add armhf and aarch64 to supported systems.
2017-12-31 22:58:27 +02:00
Leo Famulari 2a74f6f7e7
gnu: gimp: Fix CVE-2017-{17784,17785,17786,17787,17789}.
* gnu/packages/patches/gimp-CVE-2017-17784.patch,
gnu/packages/patches/gimp-CVE-2017-17785.patch,
gnu/packages/patches/gimp-CVE-2017-17786.patch,
gnu/packages/patches/gimp-CVE-2017-17787.patch,
gnu/packages/patches/gimp-CVE-2017-17789.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/gimp.scm (gimp)[source]: Use them.
2017-12-31 13:51:20 -05:00