Skip to content

Commit

Permalink
curl: Update to 7.76.1
Browse files Browse the repository at this point in the history
- Update from 7.75.0 to 7.76.1
- Update of rootfile
- Changelog is too large to include here.
   Full details can be found in the CHANGES file in the source tarball

Signed-off-by: Adolf Belka <[email protected]>
Signed-off-by: Michael Tremer <[email protected]>
  • Loading branch information
Adolf Belka authored and mtremer committed Apr 20, 2021
1 parent 4398819 commit d5b6dfb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions config/rootfiles/common/curl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
#usr/share/man/man3/CURLINFO_REDIRECT_TIME_T.3
#usr/share/man/man3/CURLINFO_REDIRECT_URL.3
#usr/share/man/man3/CURLINFO_REFERER.3
#usr/share/man/man3/CURLINFO_REQUEST_SIZE.3
#usr/share/man/man3/CURLINFO_RESPONSE_CODE.3
#usr/share/man/man3/CURLINFO_RETRY_AFTER.3
Expand Down Expand Up @@ -148,6 +149,9 @@ usr/lib/libcurl.so.4.7.0
#usr/share/man/man3/CURLOPT_DNS_SERVERS.3
#usr/share/man/man3/CURLOPT_DNS_SHUFFLE_ADDRESSES.3
#usr/share/man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYHOST.3
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYPEER.3
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYSTATUS.3
#usr/share/man/man3/CURLOPT_DOH_URL.3
#usr/share/man/man3/CURLOPT_EGDSOCKET.3
#usr/share/man/man3/CURLOPT_ERRORBUFFER.3
Expand Down
4 changes: 2 additions & 2 deletions lfs/curl
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

include Config

VER = 7.75.0
VER = 7.76.1

THISAPP = curl-$(VER)
DL_FILE = $(THISAPP).tar.xz
Expand All @@ -40,7 +40,7 @@ objects = $(DL_FILE)

$(DL_FILE) = $(DL_FROM)/$(DL_FILE)

$(DL_FILE)_MD5 = 9730df8636d67b4e256ebc49daf27246
$(DL_FILE)_MD5 = 5296108646ca7f318b468a7a9d4a0eb2

install : $(TARGET)

Expand Down

0 comments on commit d5b6dfb

Please sign in to comment.