Skip to content

Commit

Permalink
Update libcurl to 7.84.0 (from 7.76.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
minstral committed Jul 5, 2022
1 parent 583e664 commit 093d4fb
Show file tree
Hide file tree
Showing 21 changed files with 266 additions and 93 deletions.
4 changes: 2 additions & 2 deletions Building/BUILDING.linux
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Copy the header and library files.


=======================================================================
libcurl - 7.76.1
libcurl - 7.84.0
=======================================================================

Note: zlib, OpenSSL & libssh2 must be built before building libcurl.
Expand All @@ -113,7 +113,7 @@ Download the source from

and expand it into a directory on the Desktop. Then

cd curl-7.76.1
cd curl-7.84.0
CPPFLAGS="-I${SRCROOT}/Headers -I${SRCROOT}/Headers/zlib -I${SRCROOT}/Headers/libssh2" LDFLAGS="-L${SRCROOT}/Libraries/linux" LIBS="-ldl" ./configure --disable-dependency-tracking --enable-static --disable-shared --with-ssl --with-zlib --with-libssh2 --without-tests --prefix="$(pwd)/_build_linux"
make install

Expand Down
4 changes: 2 additions & 2 deletions Building/BUILDING.macOS
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Copy the header and library files.


=======================================================================
libcurl - 7.76.1
libcurl - 7.84.0
=======================================================================

Note: OpenSSL & libssh2 must be built before building libcurl.
Expand All @@ -92,7 +92,7 @@ Download the source from

and expand it into a directory on the Desktop. Then

cd curl-7.76.1
cd curl-7.84.0
./configure CFLAGS="-arch arm64 -arch x86_64 -mmacosx-version-min=10.13" CPPFLAGS="-I${SRCROOT}/Headers -I${SRCROOT}/Headers/libssh2 -I${SRCROOT}/Headers/openssl" LDFLAGS="-L${SRCROOT}/Libraries/macOS" LIBS="-ldl" --disable-dependency-tracking --enable-static --disable-shared --with-ssl --with-zlib --with-libssh2 --without-tests --prefix="${$(pwd)}/_build_macos"
make -s -j install

Expand Down
2 changes: 1 addition & 1 deletion Building/BUILDING.win64
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ to the Headers directory and rename it libssh2.


=======================================================================
libcurl - 7.76.1
libcurl - 7.84.0
=======================================================================

Note: OpenSSL & libssh2 must be built before building libcurl.
Expand Down
2 changes: 1 addition & 1 deletion Building/Scripts/build_libcurl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

SRCROOT="/Users/mark/Dropbox/Development/Plugin_Build_Folder/BaseElements"
iphoneos="13.2"
cd curl-7.76.1
cd curl-7.84.0

########################################################################
# Main
Expand Down
3 changes: 2 additions & 1 deletion CHANGE_LOG
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Version 5.0b1
########################################################################

June 30, 2022
July 5, 2022


Pro Version
Expand Down Expand Up @@ -47,6 +47,7 @@ BE_XMLStripNodes: now accepts text/xml input (as per BE_XMLParse)

Get ( InstalledFMPlugins ): Pro version identifies itself as "BaseElements" [Jira #34]

curl updated from 7.76.1 to 7.84.0
duktape updated from 2.6.0 to 2.7.0


Expand Down
Loading

0 comments on commit 093d4fb

Please sign in to comment.