gnu: openssl-next: Update to 1.1.0a [security fixes].
Fixes CVE-2016-{6304,6305,6307,6308}.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0a.
[replacement]: New field.
gnu: openssl: Replace with 1.0.2i [security fixes].
Fixes CVE-2016-{2177,2178,2179,2180,2181,2182,2183,6302,6303,6304,6306,6308}.
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2i): New variable.
gnu: prank: Allow building on 32-bit machines.
* gnu/packages/bioinformatics.scm (prank)[arguments]: Add a phase
removing the '-m64' compiler flag.
gnu: webkitgtk: Update to 2.14.0.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.0.
gnu: offlineimap: Update to 7.0.7.
* gnu/packages/mail.scm (offlineimap): Update to 7.0.7.
gnu: diamond: Update to 0.8.22.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.22.
gnu: perl-io-socket-ssl: Update to 2.038.
* gnu/packages/web.scm (perl-io-socket-ssl): Update to 2.038.
Signed-off-by: Leo Famulari <leo@famulari.name>
gnu: irssi: Update to 0.8.20 [fixes CVE-2016-{7044,7045}].
* gnu/packages/irc.scm (irssi): Update to 0.8.20.
gnu: extempore: Only build on x86_64.
* gnu/packages/algebra.scm (kiss-fft-for-extempore)[supported-systems]:
Only build on x86_64.
* gnu/packages/gl.scm (nanovg-for-extempore)[supported-systems]:
Likewise.
* gnu/packages/image.scm (stb-image-for-extempore)[supported-systems]:
Likewise.
* gnu/packages/llvm.scm (llvm-for-extempore)[supported-systems]:
Likewise.
* gnu/packages/music.scm (portmidi-for-extempore)[supported-systems]:
Likewise.
(extempore)[supported-systems]: Likewise.
gnu: r-rmarkdown: Ensure temporary files can be deleted.
* gnu/packages/statistics.scm (r-rmarkdown)[arguments]: Add phase
"copy-files-without-mode".
gnu: r-htmltools: Ensure temporary files can be deleted.
* gnu/packages/web.scm (r-htmltools)[arguments]: Add phase
"copy-files-without-mode".
gnu: openlibm: Remove support for mips.
* gnu/packages/maths.scm (openlibm)[supported-systems]: New field,
remove support for mips64el.
gnu: jellyfish: Limit to x86_64.
* gnu/packages/bioinformatics.scm (jellyfish)[supported-systems}: New
field, limit support to x86_64.
gnu: femtolisp: Remove custom "patch-makefile" phase.
* gnu/packages/lisp.scm (femtolisp)[arguments]: Remove
"patch-makefile" phase; specify test target; build "release"
target instead of "default".
gnu: lm-sensors: Update to 3.4.0.
* gnu/packages/linux.scm (lm-sensors): Update to 3.4.0.
gnu: vsearch: Update to 2.1.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.1.0.
gnu: python-click: Use 'pypi-uri'.
* gnu/packages/python.scm (python-click, python2-click)[source]: Use
'pypi-uri'.
gnu: python-click: Hardlink path to 'locale'.
* gnu/packages/python.scm (python-click, python2-click)[arguments]: New
field.
gnu: simple-scan: Update to 3.22.0.1.
* gnu/packages/gnome.scm (simple-scan): Update to 3.22.0.1.
gnu: vlc: Use liba52.
* gnu/packages/video.scm (vlc)[inputs]: Add liba52.
[arguments]: Remove "--disable-a52" from #:configure-flags.
Signed-off-by: Leo Famulari <leo@famulari.name>