summaryrefslogtreecommitdiffstats
path: root/source/xap
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2023-12-09 19:55:12 +0000
committer Eric Hameleers <alien@slackware.com>2023-12-09 21:35:16 +0100
commit4f2f8fa3a5c832eb964c3e46084a072ecc592aa4 (patch)
tree3b4599dfea4253dd45b0acd04529f166f6064e53 /source/xap
parentb130eee4bfa743a189a08a4da6ea9c28a7b02910 (diff)
downloadcurrent-4f2f8fa3a5c832eb964c3e46084a072ecc592aa4.tar.gz
current-4f2f8fa3a5c832eb964c3e46084a072ecc592aa4.tar.xz
Sat Dec 9 19:55:12 UTC 202320231209195512
kde/plasma-wayland-protocols-1.12.0-x86_64-1.txz: Upgraded. l/libxslt-1.1.39-x86_64-1.txz: Upgraded. l/zxing-cpp-2.2.0-x86_64-1.txz: Upgraded. xap/seamonkey-2.53.18-x86_64-1.txz: Upgraded. This is a bugfix release. For more information, see: https://www.seamonkey-project.org/releases/seamonkey2.53.18 testing/packages/libxml2-2.12.2-x86_64-1.txz: Upgraded. Hey folks, I'm in need of a bit of assistance here. I've had libxml2 on the back burner for quite some time now in spite of yet-another variation of the old "billion laughs" resource exhaustion attack that's been supposedly fixed. The issue I'm running into with newer versions of libxml2 is that the rewrite rules for mapping external entities to files on the system no longer work, and I'm not sure why that is. For a quick demonstration, upgrade to this libxml2 package and then try to build glib2. You'll see xsltproc called to generate documentation such as the man pages, but it isn't able to find the entity locally and fails due to --nonet. I'll be keeping an eye on LQ if anyone has any hints. Thanks!
Diffstat (limited to 'source/xap')
-rwxr-xr-xsource/xap/seamonkey/seamonkey.SlackBuild28
1 files changed, 12 insertions, 16 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild
index ba1534a12..542f7ba2a 100755
--- a/source/xap/seamonkey/seamonkey.SlackBuild
+++ b/source/xap/seamonkey/seamonkey.SlackBuild
@@ -147,31 +147,27 @@ zcat $CWD/arc4random_buf.glibc-2.36.diff.gz | patch -p1 --verbose || exit 1
OPTIONS="\
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
- --enable-cpp-rtti \
- --enable-default-toolkit=cairo-gtk3 \
- --enable-startup-notification \
- --enable-alsa \
+ --disable-crashreporter \
--disable-debug \
- --enable-linker=$LINKER \
- --disable-strip \
--disable-install-strip \
- --disable-tests \
- --disable-crashreporter \
- --disable-rust-simd \
+ --disable-necko-wifi \
+ --disable-strip \
+ --disable-updater \
--enable-accessibility \
+ --enable-alsa \
+ --enable-application=comm/suite \
+ --enable-calendar \
+ --enable-default-toolkit=cairo-gtk3 \
+ $ELFHACK \
$GOOGLE_API_KEY \
- --disable-updater \
- --enable-chrome-format=omni \
- --disable-necko-wifi \
--enable-js-shell \
- $ELFHACK \
+ --enable-linker=$LINKER \
--enable-release \
- --enable-calendar \
- --with-system-nss \
+ --enable-startup-notification \
--with-system-nspr \
+ --with-system-nss \
--with-system-zlib \
--with-unsigned-addon-scopes=app,system \
- --enable-application=comm/suite \
--host=$ARCH-slackware-linux \
--target=$ARCH-slackware-linux"