diff options
author | Leo Famulari <leo@famulari.name> | 2016-08-31 16:45:14 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-31 19:04:46 -0400 |
commit | 7335ca1d71fb97362170a5ef4bff920e0ce7280a (patch) | |
tree | 2bc61eb3c40508a7143a30fc74622d0695ade9ca /gnu/local.mk | |
parent | 68c35ba96e41c136da5eabb3b3fa44acbdadc93a (diff) | |
download | patches-7335ca1d71fb97362170a5ef4bff920e0ce7280a.tar patches-7335ca1d71fb97362170a5ef4bff920e0ce7280a.tar.gz |
gnu: icedtea-6: Update to 1.13.12 [security fixes].
Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}.
* gnu/packages/java.scm (icedtea-6): Update to 1.13.12.
[source]: Remove 'icedtea-remove-overrides' patch.
[arguments]: Move ALSA header substitution to 'patch-paths' phase.
* gnu/packages/patches/icedtea-remove-overrides.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 5ec47fc7df..457dc1965d 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -576,7 +576,6 @@ dist_patch_DATA = \ %D%/packages/patches/icecat-CVE-2016-2824.patch \ %D%/packages/patches/icecat-CVE-2016-2828.patch \ %D%/packages/patches/icecat-CVE-2016-2831.patch \ - %D%/packages/patches/icedtea-remove-overrides.patch \ %D%/packages/patches/icu4c-CVE-2014-6585.patch \ %D%/packages/patches/icu4c-CVE-2015-1270.patch \ %D%/packages/patches/icu4c-CVE-2015-4760.patch \ |