Commit Graph

22149 Commits (ed068b960eeedb92823238783779730319b8ba0e)

Author SHA1 Message Date
rsiddharth ff932b7e63
gnu: Add ghc-wai-conduit.
* gnu/packages/haskell.scm (ghc-wai-conduit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:24:00 +02:00
Ricardo Wurmus 3abe72bdb4
gnu: texlive-bin: Export variable.
This is needed by the texlive build system.

* gnu/packages/tex.scm (texlive-bin): Export variable.
2017-06-16 08:48:37 +02:00
Kei Kebreau a512ca81e8
gnu: gmime: Update to 3.0.1.
* gnu/packages/mail.scm (gmime): Update to 3.0.1.
2017-06-15 22:16:40 -04:00
Kei Kebreau f54efbdc46
gnu: gspell: Update to 1.4.1.
* gnu/packages/gnome.scm (gspell): Update to 1.4.1.
* gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
2017-06-15 21:58:37 -04:00
Tobias Geerinckx-Rice a147fadd3b
gnu: tadbit: Fix typo in description.
* gnu/packages/bioinformatics.scm (tadbit)[description]: Fix typo.
2017-06-16 00:29:21 +02:00
Tobias Geerinckx-Rice 9fc7cc31e2
gnu: spin2cpp: Update to 3.6.3.
* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.3.
2017-06-16 00:29:21 +02:00
Ludovic Courtès 82c955c0a5
hydra: Don't build non-substitutable packages.
* build-aux/hydra/gnu-system.scm (package->job): Compute PACKAGE's
derivation; return #f if 'substitutable-derivation?' returns #f.
2017-06-15 23:07:47 +02:00
Ludovic Courtès cbee955901
ui: Remove the empty string from '%load-extensions'.
* guix/ui.scm (run-guix): Set %LOAD-EXTENSIONS.
2017-06-15 23:07:47 +02:00
Ludovic Courtès 7ebc6cf869
packages: Patches can be any lowerable object.
* guix/packages.scm (patch-and-repack)[instantiate-patch]: Replace
'origin?' with 'struct?'.
2017-06-15 23:07:47 +02:00
Ludovic Courtès 0208476260
gnu: proot: Install man page under the right name.
* gnu/packages/linux.scm (proot)[arguments]: In 'install' phase, install
man page as "proot.1", not "man.1".
2017-06-15 23:07:46 +02:00
Leo Famulari e50c8aadae
gnu: bind: Update to 9.11.1-P1 [fixes CVE-2017-3140].
* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P1.
2017-06-15 12:12:29 -04:00
Leo Famulari a6aff3528c
gnu: libtiff: Build with the default compiler.
The relevant bug has been fixed and this special-case workaround is no longer
necessary.

* gnu/packages/image.scm (libtiff)[native-inputs]: Remove field.
2017-06-15 11:51:59 -04:00
Leo Famulari 14c7790f1a
gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].
This commit applies the patch to the libtiff package, not the grafting
replacement.

* gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff)[source]: Use it.
2017-06-15 11:51:59 -04:00
Leo Famulari 8d138ea087
gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].
Fixes CVE-2014-8128, CVE-2015-7554, CVE-2016-5318, CVE-2016-10095, and
the other bugs listed in 'libtiff-tiffgetfield-bugs.patch'.

* gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use it.
2017-06-15 11:28:21 -04:00
Ricardo Wurmus ec7e9eeae6
gnu: sablevm: Build reproducibly.
* gnu/packages/java.scm (sablevm)[arguments]: Add build phase
"remove-timestamp-for-reproducibility".
2017-06-15 17:24:34 +02:00
Ricardo Wurmus c4fd86f9c1
gnu: sablevm: Do not use bundled libraries.
* gnu/packages/java.scm (sablevm)[inputs]: Add popt and libffi.
[arguments]: Add configure flags and build phase to avoid using bundled
libraries.
2017-06-15 17:24:34 +02:00
Kei Kebreau 240cee8ab4
gnu: network-manager-applet: Update to 1.8.2.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.2.
[arguments]: Remove "--without-wwan" configure flag.
[inputs]: Add libselinux and modem-manager.
2017-06-15 11:17:28 -04:00
Leo Famulari 0c5a8007fe
gnu: zziplib: Fix CVE-2017-{5974,5975,5976,5978,5979,5981}.
* gnu/packages/patches/zziplib-CVE-2017-5974.patch,
gnu/packages/patches/zziplib-CVE-2017-5975.patch,
gnu/packages/patches/zziplib-CVE-2017-5976.patch,
gnu/packages/patches/zziplib-CVE-2017-5978.patch,
gnu/packages/patches/zziplib-CVE-2017-5979.patch,
gnu/packages/patches/zziplib-CVE-2017-5981.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/zip.scm (zziplib)[source]: Use them.
2017-06-15 11:12:02 -04:00
Ricardo Wurmus db90eb8c2b
gnu: Add propeller-gcc-4.
* gnu/packages/embedded.scm (propeller-gcc-4): New variable.
* gnu/packages/patches/gcc-4.6-gnu-inline.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-15 17:06:47 +02:00
Ricardo Wurmus afbc94194e
guix: Add texlive importer.
* guix/import/texlive.scm: New file.
* guix/scripts/import/texlive.scm: New file.
* Makefile.am (MODULES): Add them.
* tests/texlive.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* guix/scripts/import.scm (importers): Add texlive importer.
* doc/guix.texi (Invoking guix import): Document it.
2017-06-15 17:03:19 +02:00
Ricardo Wurmus 9d4f8dc289
gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus cb7bc20a4d
gnu: Add texlive-union.
* gnu/packages/tex.scm (texlive-union): New procedure.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 83fe6231cb
gnu: Add texlive-latex-psnfss.
* gnu/packages/tex.scm (texlive-latex-psnfss): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 93286d3857
gnu: texlive-latex-cyrillic.
* gnu/packages/tex.scm (texlive-latex-cyrillic): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus f84d5a09d4
gnu: Add texlive-latex-babel.
* gnu/packages/tex.scm (texlive-latex-babel): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 18e366e856
gnu: Add texlive-latex-amscls.
* gnu/packages/tex.scm (texlive-latex-amscls): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 2573163a12
gnu: Add texlive-latex-amsmath.
* gnu/packages/tex.scm (texlive-latex-amsmath): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus e93f472d53
gnu: Add texlive-luatex-lualibs.
* gnu/packages/tex.scm (texlive-luatex-lualibs): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 58308491cb
gnu: Add texlive-latex-fontspec.
* gnu/packages/tex.scm (texlive-latex-fontspec): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus cc09d48bab
gnu: Add texlive-latex-l3packages.
* gnu/packages/tex.scm (texlive-latex-l3packages): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus a5b1ef84b5
gnu: Add texlive-latex-l3kernel.
* gnu/packages/tex.scm (texlive-latex-l3kernel): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 35adcc3a86
gnu: Add texlive-latex-url.
* gnu/packages/tex.scm (texlive-latex-url): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus f2536af288
gnu: Add texlive-latex-tools.
* gnu/packages/tex.scm (texlive-latex-tools): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus c3455b7d10
gnu: Add texlive-latex-oberdiek.
* gnu/packages/tex.scm (texlive-latex-oberdiek): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 4d660fdf1c
gnu: Add texlive-latex-hyperref.
* gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus f5a6af42b9
gnu: Add texlive-latex-xcolor.
* gnu/packages/tex.scm (texlive-latex-xcolor): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 4eebd2cdde
gnu: Add texlive-latex-graphics.
* gnu/packages/tex.scm (texlive-latex-graphics): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 437822a11d
gnu: Add texlive-latex-fancyvrb.
* gnu/packages/tex.scm (texlive-latex-fancyvrb): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 1193aa896f
gnu: Add texlive-generic-ifxetex.
* gnu/packages/tex.scm (texlive-generic-ifxetex): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 3e485ed2fa
gnu: Add texlive-latex-filecontents.
* gnu/packages/tex.scm (texlive-latex-filecontents): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 205794c868
build-system: Add 'texlive-build-system'.
* guix/build-system/texlive.scm: New file.
* guix/build/texlive-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document it.
* gnu/packages/tex.scm (%texlive-tag, %texlive-revision): Remove variables.
(texlife-ref): Remove procedure.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 010f476fda
gnu: Add texlive-latex-base.
* gnu/packages/tex.scm (texlive-latex-base): New variable.
(texlive-ref): New procedure.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 566e95f7a8
gnu: Add texlive-tex-plain.
* gnu/packages/tex.scm (texlive-tex-plain): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus a00d593315
gnu: Add texlive-fonts-latex.
* gnu/packages/tex.scm (texlive-fonts-latex): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 5ebba61a29
gnu: Add texlive-fonts-knuth-lib.
* gnu/packages/tex.scm (texlive-fonts-knuth-lib): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 3c4f1ec754
gnu: Add texlive-fonts-cm.
* gnu/packages/tex.scm (texlive-fonts-cm): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 8ada0f0b3a
gnu: Add texlive-metafont-base.
* gnu/packages/tex.scm (texlive-metafont-base): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 9b134da86a
gnu: Add texlive-generic-hyph-utf8.
* gnu/packages/tex.scm (texlive-generic-hyph-utf8): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 453aae663b
gnu: Add texlive-generic-tex-ini-files.
* gnu/packages/tex.scm (texlive-generic-tex-ini-files): New variable.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus 9e99b1b41b
gnu: Add texlive-generic-dehyph-exptl.
* gnu/packages/tex.scm (texlive-generic-dehyph-exptl): New variable.
2017-06-15 17:03:14 +02:00