summaryrefslogtreecommitdiffstats
path: root/source/n/curl
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-05-26 20:00:32 +0000
committer Eric Hameleers <alien@slackware.com>2021-05-27 08:59:55 +0200
commit45dee3ba77755824f2f23bb8fae10822f74ec025 (patch)
treea9a1ff9f069d2d019a0c1559c486d4ebea2b72e0 /source/n/curl
parentb913726b939032d0a3aa7656f27bb4e022f36104 (diff)
downloadcurrent-45dee3ba77755824f2f23bb8fae10822f74ec025.tar.gz
current-45dee3ba77755824f2f23bb8fae10822f74ec025.tar.xz
Wed May 26 20:00:32 UTC 202120210526200032
a/kernel-generic-5.10.40-x86_64-1.txz: Upgraded. a/kernel-huge-5.10.40-x86_64-1.txz: Upgraded. a/kernel-modules-5.10.40-x86_64-1.txz: Upgraded. d/kernel-headers-5.10.40-x86-1.txz: Upgraded. k/kernel-source-5.10.40-noarch-1.txz: Upgraded. l/librsvg-2.50.6-x86_64-1.txz: Upgraded. l/python-urllib3-1.26.5-x86_64-1.txz: Upgraded. n/ca-certificates-20210526-noarch-1.txz: Upgraded. This update provides the latest CA certificates to check for the authenticity of SSL connections. n/curl-7.77.0-x86_64-1.txz: Upgraded. This update fixes security issues: schannel cipher selection surprise TELNET stack contents disclosure TLS session caching disaster For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22297 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22298 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22901 (* Security fix *) n/net-snmp-5.9.1-x86_64-1.txz: Upgraded. n/nftables-0.9.9-x86_64-1.txz: Upgraded. x/libinput-1.17.3-x86_64-1.txz: Upgraded. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. testing/packages/linux-5.12.x/kernel-generic-5.12.7-x86_64-1.txz: Upgraded. testing/packages/linux-5.12.x/kernel-headers-5.12.7-x86-1.txz: Upgraded. testing/packages/linux-5.12.x/kernel-huge-5.12.7-x86_64-1.txz: Upgraded. testing/packages/linux-5.12.x/kernel-modules-5.12.7-x86_64-1.txz: Upgraded. testing/packages/linux-5.12.x/kernel-source-5.12.7-noarch-1.txz: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
Diffstat (limited to 'source/n/curl')
-rwxr-xr-xsource/n/curl/curl.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild
index b32740d66..94649e0dc 100755
--- a/source/n/curl/curl.SlackBuild
+++ b/source/n/curl/curl.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/bash
-# Copyright 2008, 2009, 2010, 2011, 2013, 2014, 2016, 2017, 2018, 2020 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2008, 2009, 2010, 2011, 2013, 2014, 2016, 2017, 2018, 2020, 2021 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -49,8 +49,8 @@ NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
TMP=${TMP:-/tmp}
PKG=$TMP/package-curl
-# Uncomment to build a no-SSL version:
-#SSLOPT=--without-ssl
+# Set this variable to "--without-ssl" to build a no-SSL version:
+SSLOPT=${SSLOPT:-"--with-openssl"}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"