diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-28 21:29:41 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-29 08:59:47 +0200 |
commit | 4dce2a46ca603e244644b58f7e18cf6af37589c3 (patch) | |
tree | 2c63017affffa9d5bafa32b753a89b743e372c43 /source/xap/seamonkey | |
parent | cc5195c37e13a9ffec9980276168266320ef4e41 (diff) | |
download | current-4dce2a46ca603e244644b58f7e18cf6af37589c3.tar.gz current-4dce2a46ca603e244644b58f7e18cf6af37589c3.tar.xz |
Wed Aug 28 21:29:41 UTC 201920190828212941
a/haveged-1.9.6-x86_64-1.txz: Upgraded.
a/sysvinit-scripts-2.1-noarch-27.txz: Rebuilt.
rc.6, rc.K: recognize partition type nfs4
Thanks to Yoga the Yogin.
ap/gutenprint-5.3.3-x86_64-1.txz: Upgraded.
ap/hplip-3.19.8-x86_64-1.txz: Upgraded.
ap/man-db-2.8.7-x86_64-1.txz: Upgraded.
d/meson-0.51.2-x86_64-1.txz: Upgraded.
d/ruby-2.6.4-x86_64-1.txz: Upgraded.
n/dovecot-2.3.7.2-x86_64-1.txz: Upgraded.
n/php-7.3.9-x86_64-1.txz: Upgraded.
This update fixes bugs and a security issue:
MBString: Fixed bug #78380 (Oniguruma 6.9.3 fixes CVEs). (CVE-2019-13224)
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-13224
(* Security fix *)
Diffstat (limited to '')
-rwxr-xr-x | source/xap/seamonkey/seamonkey.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/xap/seamonkey/seamonkey.SlackBuild b/source/xap/seamonkey/seamonkey.SlackBuild index 870828181..f4b2de701 100755 --- a/source/xap/seamonkey/seamonkey.SlackBuild +++ b/source/xap/seamonkey/seamonkey.SlackBuild @@ -72,7 +72,7 @@ export CXX=${CXX:-"g++ -B$(pwd)/gold"} # -fno-delete-null-pointer-checks disables gcc6 optimization that # leads to instability export CFLAGS="-Wformat -Wno-format-overflow -fno-delete-null-pointer-checks" -export CXXFLAGS="-Wformat -Wno-format-overflow -fno-delete-null-pointer-checks" +export CXXFLAGS="-Wformat -Wno-format-overflow -fno-delete-null-pointer-checks -fpermissive" NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "} |