diff options
author | Leo Famulari <leo@famulari.name> | 2017-08-05 17:56:49 -0400 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-08-07 12:08:03 +0200 |
commit | 149f66882125fbf656f194690f6178dfcc8104a1 (patch) | |
tree | 792ce9dd26f1a40470ccc3e647408fcc5bfa52ea /gnu/local.mk | |
parent | f167595ba1a4e0e419adc17de6af275bedf32822 (diff) | |
download | patches-149f66882125fbf656f194690f6178dfcc8104a1.tar patches-149f66882125fbf656f194690f6178dfcc8104a1.tar.gz |
gnu: texlive: Update to 2017.
* gnu/packages/tex.scm (texlive, texlive-texmf): Update to 2017.
(texlive-texmf-src): Update to 20170524. Remove
'texlive-texmf-CVE-2016-10243.patch'.
(texlive-bin, texlive-extra-src): Update to 20170524.
* gnu/packages/patches/texlive-texmf-CVE-2016-10243.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index acdadd6294..e7a870549e 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1022,7 +1022,6 @@ dist_patch_DATA = \ %D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \ %D%/packages/patches/teensy-loader-cli-help.patch \ %D%/packages/patches/teeworlds-use-latest-wavpack.patch \ - %D%/packages/patches/texlive-texmf-CVE-2016-10243.patch \ %D%/packages/patches/texi2html-document-encoding.patch \ %D%/packages/patches/texi2html-i18n.patch \ %D%/packages/patches/thefuck-test-environ.patch \ |