From 7311cf08f8102efab8c81f3d066c42b93f013e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Thu, 16 Apr 2015 16:27:39 +0000 Subject: 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 --- main/openjdk7/icedtea-jdk-giflib51.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 main/openjdk7/icedtea-jdk-giflib51.patch (limited to 'main/openjdk7/icedtea-jdk-giflib51.patch') 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; - } -- cgit v1.2.3