Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
curl: build 7.63.0+1
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed Dec 20, 2018
1 parent fd94aa0 commit 7cb4747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 2 additions & 0 deletions SHA256SUMS
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
a6812788c6c1f1f6bc36d543c5ad75b4f83e87384e8cb631f3b79e72d6165d05 ios-libmaxminddb-1.3.2+3.tar.gz
86d643987b1e43a9047d736a3c8e6f7c7843ad90ecc5a50584bd7cac128650ca android-libressl-2.8.3+1.tar.gz
40261ed76ea236249a9ded48d8bc78d1633854bef5989b5e017856342317d298 ios-libressl-2.8.3+1.tar.gz
7411f4c64c476f3f59d5fe3e788f518f5811264dbe55f70e699e45c3f553ff0c android-curl-7.63.0+1.tar.gz
ccd7f4b8daee44ae41b6586808e97f21a3564573d627cd5b756cd2ad5f65d53e ios-curl-7.63.0+1.tar.gz
13 changes: 5 additions & 8 deletions curl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
set -ex
PKG_TOPDIR=$(cd $(dirname $0) && pwd -P)
PKG_NAME=curl
PKG_VERSION=7.62.0
PKG_VERSION=7.63.0
PKG_TAG=`echo $PKG_VERSION | sed 's/\./_/g'`
PKG_CHECKSUM=55ccd5b5209f8cc53d4250e2a9fd87e6f67dd323ae8bd7d06b072cfcbb7836cb
PKG_CHECKSUM=d483b89062832e211c887d7cf1b65c902d591b48c11fe7d174af781681580b41
PKG_URL=https://github.com/curl/curl/releases/download/$PKG_NAME-$PKG_TAG/$PKG_NAME-$PKG_VERSION.tar.gz
PKG_BUILD=+2
PKG_LIBRESSL_VERSION=2.8.2+2
PKG_BUILD=+1
PKG_LIBRESSL_VERSION=2.8.3+1
[ "$PKG_OS" != "" -a "$PKG_ARCH" != "" ]
PKG_FULLNAME=$PKG_NAME/$PKG_VERSION-$PKG_BUILD
PKG_FULLNAME=$PKG_NAME/$PKG_VERSION$PKG_BUILD
PKG_BUILDDIR=$PKG_TOPDIR/MK_BUILD/$PKG_OS/$PKG_FULLNAME/$PKG_ARCH
PKG_INSTALLDIR=$PKG_TOPDIR/MK_DIST/$PKG_OS/$PKG_FULLNAME/$PKG_ARCH
rm -rf $PKG_BUILDDIR $PKG_INSTALLDIR
Expand Down Expand Up @@ -45,9 +45,6 @@ install -d $PKG_BUILDDIR $PKG_INSTALLDIR
PKG_CONFIGUREFLAGS="$PKG_CONFIGUREFLAGS --with-pic=yes"
PKG_CONFIGUREFLAGS="$PKG_CONFIGUREFLAGS --without-ca-bundle"
PKG_CONFIGUREFLAGS="$PKG_CONFIGUREFLAGS --without-libidn2"
# TODO(bassosimone): we have zlib on Android and iOS but not on
# mingw, so for now let's disable it.
PKG_CONFIGUREFLAGS="$PKG_CONFIGUREFLAGS --without-zlib"
# TODO(bassosimone): --enable-pthreads and --disable-rt are mutually
# exclusive, but I seem to recall that on some old iOS devices we did
# not have support for librt. Hence, for now, I'll build a simpler
Expand Down

0 comments on commit 7cb4747

Please sign in to comment.