aboutsummaryrefslogtreecommitdiffstats
path: root/main/openjdk7/icedtea-jdk-giflib51.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2015-04-16 16:27:39 +0000
committerTimo Teräs <timo.teras@iki.fi>2015-04-16 18:15:13 +0000
commit7311cf08f8102efab8c81f3d066c42b93f013e7f (patch)
tree5f5feabbd5a264f2815851ede1440aefb1d182cb /main/openjdk7/icedtea-jdk-giflib51.patch
parent498ae69226ff479b93d27818e5d6ea174d9d621f (diff)
downloadaports-7311cf08f8102efab8c81f3d066c42b93f013e7f.tar.bz2
aports-7311cf08f8102efab8c81f3d066c42b93f013e7f.tar.xz
main/openjdk7: security update to icedtea 2.5.5
S8059064: Better G1 log caching S8060461: Fix for JDK-8042609 uncovers additional issue S8064601, CVE-2015-0480: Improve jar file handling S8065286: Fewer subtable substitutions S8065291: Improved font lookups S8066479: Better certificate chain validation S8067050: Better font consistency checking S8067684: Better font substitutions S8067699, CVE-2015-0469: Better glyph storage S8068320, CVE-2015-0477: Limit applet requests S8068720, CVE-2015-0488: Better certificate options checking S8069198: Upgrade image library S8071726, CVE-2015-0478: Better RSA optimizations S8071818: Better vectorization on SPARC S8071931, CVE-2015-0460: Return of the phantom menace
Diffstat (limited to 'main/openjdk7/icedtea-jdk-giflib51.patch')
-rw-r--r--main/openjdk7/icedtea-jdk-giflib51.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/main/openjdk7/icedtea-jdk-giflib51.patch b/main/openjdk7/icedtea-jdk-giflib51.patch
deleted file mode 100644
index a9361573cf..0000000000
--- a/main/openjdk7/icedtea-jdk-giflib51.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c.orig 2014-05-27 22:17:19.766866065 +0200
-+++ openjdk/jdk/src/share/native/sun/awt/splashscreen/splashscreen_gif.c 2014-05-27 22:16:35.452894426 +0200
-@@ -310,7 +310,11 @@
- free(pBitmapBits);
- free(pOldBitmapBits);
-
-+#if GIFLIB_MAJOR >= 5
-+ DGifCloseFile(gif, NULL);
-+#else
- DGifCloseFile(gif);
-+#endif
-
- return 1;
- }