summaryrefslogtreecommitdiffstats
path: root/source/n/curl/curl.SlackBuild
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2021-04-09 20:21:07 +0000
committer Eric Hameleers <alien@slackware.com>2021-04-10 08:59:51 +0200
commit0b6c0a0531b1ebd83557f88a8280c2c398ecb247 (patch)
tree7392f8d5c7405caca4ce91c08485d312d56e8fbe /source/n/curl/curl.SlackBuild
parenteb0d409bd7bed52cad64bf3044c7cdaf1afba18c (diff)
downloadcurrent-0b6c0a0531b1ebd83557f88a8280c2c398ecb247.tar.gz
current-0b6c0a0531b1ebd83557f88a8280c2c398ecb247.tar.xz
Fri Apr 9 20:21:07 UTC 202120210409202107
a/aaa_libraries-15.0-x86_64-5.txz: Rebuilt. Added: libcares.so.2.4.2. Upgraded: libexpat.so.1.7.0, libglib-2.0.so.0.6800.1, libgmodule-2.0.so.0.6800.1, libgobject-2.0.so.0.6800.1, libgthread-2.0.so.0.6800.1. d/python-setuptools-56.0.0-x86_64-1.txz: Upgraded. kde/kservice-5.80.0-x86_64-2.txz: Rebuilt. In the profile scripts, don't add a directory to the $PATH unless it exists. Thanks to Lockywolf and pghvlaans. l/gdk-pixbuf2-2.42.6-x86_64-1.txz: Upgraded. n/c-ares-1.17.1-x86_64-1.txz: Added. Adding this since curl can make use of it, and some programs expect this functionality. n/curl-7.76.0-x86_64-2.txz: Rebuilt. Recompiled to link with c-ares-1.17.1. Thanks to babydr. xap/mozilla-thunderbird-78.9.1-x86_64-1.txz: Upgraded. This release contains security fixes and improvements. For more information, see: https://www.mozilla.org/en-US/thunderbird/78.9.1/releasenotes/ https://www.mozilla.org/en-US/security/advisories/mfsa2021-13/ https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23991 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23993 https://www.mozilla.org/en-US/security/advisories/mfsa2021-13/#MOZ-2021-23992 (* Security fix *) xap/pidgin-2.14.3-x86_64-1.txz: Upgraded.
Diffstat (limited to '')
-rwxr-xr-xsource/n/curl/curl.SlackBuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/n/curl/curl.SlackBuild b/source/n/curl/curl.SlackBuild
index 0c08d89f8..4ef4822b8 100755
--- a/source/n/curl/curl.SlackBuild
+++ b/source/n/curl/curl.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=curl
VERSION=${VERSION:-$(echo curl-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
@@ -87,6 +87,7 @@ CFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--with-libssh2 \
--with-gssapi \
+ --enable-ares \
--enable-static=no \
--without-ca-bundle \
--with-ca-path=/etc/ssl/certs \