summaryrefslogtreecommitdiffstats
path: root/icedtea-web/build/icedtea-web.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'icedtea-web/build/icedtea-web.SlackBuild')
-rwxr-xr-xicedtea-web/build/icedtea-web.SlackBuild7
1 files changed, 5 insertions, 2 deletions
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 \