diff options
author | Leo Famulari <leo@famulari.name> | 2017-11-25 10:22:25 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-25 10:23:38 -0500 |
commit | ef56fdc18d8dedd1a528350529dd038ec2e870b7 (patch) | |
tree | 1432cfe8500b1b0a3e652911fb4d4d2961d778c1 /gnu/packages/patches/jbig2dec-ignore-testtest.patch | |
parent | d6adba786cf2ab1b26ff083928b64262281ff106 (diff) | |
download | guix-ef56fdc18d8dedd1a528350529dd038ec2e870b7.tar guix-ef56fdc18d8dedd1a528350529dd038ec2e870b7.tar.gz |
gnu: jbig2dec: Update to 0.14.
* gnu/packages/image.scm (jbi2dec): Update to 0.14.
[source]: Remove obsolete patches.
* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7885.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7975.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/patches/jbig2dec-ignore-testtest.patch: Update for new release.
Diffstat (limited to 'gnu/packages/patches/jbig2dec-ignore-testtest.patch')
-rw-r--r-- | gnu/packages/patches/jbig2dec-ignore-testtest.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/patches/jbig2dec-ignore-testtest.patch b/gnu/packages/patches/jbig2dec-ignore-testtest.patch index 1efde8628c..7c80c545e9 100644 --- a/gnu/packages/patches/jbig2dec-ignore-testtest.patch +++ b/gnu/packages/patches/jbig2dec-ignore-testtest.patch @@ -1,8 +1,8 @@ -Do not run the "testtest script", it doesn't seem to do anything and reports -failiute. TODO: Actually fix the test instead of ignoring it. +Do not run the test 'test_jbig2dec.py'. It doesn't seem to do anything +and reports failure. TODO: Actually fix the test instead of ignoring it. diff --git a/Makefile.in b/Makefile.in -index 0573592..1a5de77 100644 +index 63982d4..8af1d61 100644 --- a/Makefile.in +++ b/Makefile.in @@ -93,7 +93,7 @@ host_triplet = @host@ |