From 9cb8741370236640dd3f0b6648616101b93549cf Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Wed, 19 Jun 2013 17:15:14 +0000 Subject: Fix for the patch 8004584.patch.jdk in OpenJDK --- icedtea-web/build/icedtea-web.SlackBuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'icedtea-web') diff --git a/icedtea-web/build/icedtea-web.SlackBuild b/icedtea-web/build/icedtea-web.SlackBuild index 1b9f89e6..83294bc7 100755 --- a/icedtea-web/build/icedtea-web.SlackBuild +++ b/icedtea-web/build/icedtea-web.SlackBuild @@ -22,7 +22,7 @@ PKGNAM=icedtea-web VERSION=${VERSION:-1.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-"alien"} NUMJOBS=${NUMJOBS:--j6} @@ -72,7 +72,10 @@ rm -rf $PKGNAM-$VERSION tar xvf $CWD/$PKGNAM-$VERSION.tar.?z* || exit 1 cd $PKGNAM-$VERSION || exit 1 -chown -R root:root . +# IcedTea-Web stopped working after the latest OpenJDK security update. +# This is caused by the changes in AppContext-related code. Apply the fix: +zcat $CWD/icedtea-web_8004584_jdk.patch.gz | patch -p1 --verbose || exit 1 + find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -exec chmod 755 {} \; -o \ -- cgit v1.2.3