summaryrefslogtreecommitdiffstats
path: root/source/n/epic5/epic5.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2022-05-11 19:01:59 +0000
committer Eric Hameleers <alien@slackware.com>2022-05-12 06:59:53 +0200
commit8aa103090cd9ec2830f977dc4700aa59e8305526 (patch)
tree81129839cf930966e3c957ed3b69c982a0528587 /source/n/epic5/epic5.SlackBuild
parent5ec6fc1f1e98f927ec059ec59639a4cba2efa793 (diff)
downloadcurrent-8aa103090cd9ec2830f977dc4700aa59e8305526.tar.gz
current-8aa103090cd9ec2830f977dc4700aa59e8305526.tar.xz
Wed May 11 19:01:59 UTC 202220220511190159
n/curl-7.83.1-x86_64-1.txz: Upgraded. This update fixes security issues: HSTS bypass via trailing dot. TLS and SSH connection too eager reuse. CERTINFO never-ending busy-loop. percent-encoded path separator in URL host. cookie for trailing dot TLD. curl removes wrong file on error. For more information, see: https://curl.se/docs/CVE-2022-30115.html https://curl.se/docs/CVE-2022-27782.html https://curl.se/docs/CVE-2022-27781.html https://curl.se/docs/CVE-2022-27780.html https://curl.se/docs/CVE-2022-27779.html https://curl.se/docs/CVE-2022-27778.html https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-30115 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27782 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27781 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27780 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27779 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-27778 (* Security fix *) n/epic5-2.1.9-x86_64-1.txz: Upgraded. n/mobile-broadband-provider-info-20220511-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/n/epic5/epic5.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild
index 29f1547d7..dee3f9041 100755
--- a/source/n/epic5/epic5.SlackBuild
+++ b/source/n/epic5/epic5.SlackBuild
@@ -83,10 +83,12 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \+
+# Tcl support seems to have been removed in 2.1.9:
+# --with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh
+
CFLAGS="$SLKCFLAGS" \
./configure \
--prefix=/usr \
- --with-tcl=/usr/lib${LIBDIRSUFFIX}/tclConfig.sh \
--mandir=/usr/man \
$RUBY_OPTION \
--build=$ARCH-slackware-linux || exit 1