]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/curl
curl: Update to 7.77.0
[people/pmueller/ipfire-2.x.git] / lfs / curl
index cd4cc26d18a816bf12d4db7a78c1247cc72e9114..ae55d812e175d207c2ff413c688c4cc6e98aa340 100644 (file)
--- a/lfs/curl
+++ b/lfs/curl
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 7.76.1
+VER        = 7.77.0
 
 THISAPP    = curl-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 5296108646ca7f318b468a7a9d4a0eb2
+$(DL_FILE)_MD5 = 3cf78c539cae019cf96ba38571706e06
 
 install : $(TARGET)
 
@@ -75,7 +75,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
                --disable-ipv6 \
                --disable-static \
                --enable-threaded-resolver \
-               --with-ca-bundle=/etc/ssl/certs/ca-bundle.crt
+               --with-ca-bundle=/etc/ssl/certs/ca-bundle.crt \
+               --with-openssl
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
        @rm -rf $(DIR_APP)