diff options
author | Tim Biermann <tbier@posteo.de> | 2021-11-22 10:16:23 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-11-22 10:16:23 +0100 |
commit | 2ab8188fbb316df1a43c909002b8fdc3a8317860 (patch) | |
tree | c9c02409e1d255312481afd85ed7995628a8656b /curl-32 | |
parent | 845595a80be729371b940c44e649d6abb7c1c784 (diff) | |
download | compat-32-2ab8188fbb316df1a43c909002b8fdc3a8317860.tar.gz compat-32-2ab8188fbb316df1a43c909002b8fdc3a8317860.tar.xz |
curl-32: 7.79.1 -> 7.80.0
Diffstat (limited to 'curl-32')
-rw-r--r-- | curl-32/.footprint | 4 | ||||
-rw-r--r-- | curl-32/.signature | 8 | ||||
-rw-r--r-- | curl-32/Pkgfile | 38 |
3 files changed, 25 insertions, 25 deletions
diff --git a/curl-32/.footprint b/curl-32/.footprint index 91fff982..d9e27168 100644 --- a/curl-32/.footprint +++ b/curl-32/.footprint @@ -2,8 +2,8 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib32/ -rw-r--r-- root/root usr/lib32/libcurl.a -rwxr-xr-x root/root usr/lib32/libcurl.la -lrwxrwxrwx root/root usr/lib32/libcurl.so -> libcurl.so.4.7.0 -lrwxrwxrwx root/root usr/lib32/libcurl.so.4 -> libcurl.so.4.7.0 -rwxr-xr-x root/root usr/lib32/libcurl.so.4.7.0 +lrwxrwxrwx root/root usr/lib32/libcurl.so.4 -> libcurl.so.4.7.0 +lrwxrwxrwx root/root usr/lib32/libcurl.so -> libcurl.so.4.7.0 drwxr-xr-x root/root usr/lib32/pkgconfig/ -rw-r--r-- root/root usr/lib32/pkgconfig/libcurl.pc diff --git a/curl-32/.signature b/curl-32/.signature index 719ec1c8..80d462cd 100644 --- a/curl-32/.signature +++ b/curl-32/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/compat-32.pub -RWSwxGo/zH7eXc0dRw5LK+0+1hm1MVDmG3Lmo5AifTrDPbZ+A7LaZnLDHMjoYBqaT2ebFoggwnS9R+HWho44sgh4PvXcWq6wwwY= -SHA256 (Pkgfile) = 47e9d89d191270f9667443d0a7c48981cd010924387a25623445593a965a33f0 -SHA256 (.footprint) = 84c391d3e9e2759ea36b30210c6de3b5a28fa2e4f4675d500a386f58cd537166 -SHA256 (curl-7.79.1.tar.xz) = 0606f74b1182ab732a17c11613cbbaf7084f2e6cca432642d0e3ad7c224c3689 +RWSwxGo/zH7eXd0OflOJaARCa7xoaKRJ6JhZYDOPV62f+0x/pHDlNuZoX80p/U5Ih+UJDOWS5bIrPDcGFAOCFlb3OhxjK/9q/wY= +SHA256 (Pkgfile) = 2b564a6a57c21f7f6a5e9b9dcd6d906ca24884dcdf2ee7ff9832553e9a8cfd71 +SHA256 (.footprint) = 59e75a94b4ae72efd0cf27e9e1f1280c49fc1b40ae531090e556b674e2b219d9 +SHA256 (curl-7.80.0.tar.xz) = a132bd93188b938771135ac7c1f3ac1d3ce507c1fcbef8c471397639214ae2ab diff --git a/curl-32/Pkgfile b/curl-32/Pkgfile index 4c422e73..fa36b8e4 100644 --- a/curl-32/Pkgfile +++ b/curl-32/Pkgfile @@ -1,32 +1,32 @@ # Description: A tool for transfering files with URL syntax -# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu -# URL: https://curl.se/ +# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu +# URL: https://curl.se/ # Depends on: curl openssl-32 zstd-32 # Optional: brotli-32 name=curl-32 -version=7.79.1 +version=7.80.0 release=1 source=(https://curl.se/download/${name%-*}-$version.tar.xz) build() { - cd ${name%-*}-$version + cd ${name%-*}-$version -prt-get isinst brotli && ! prt-get isinst brotli-32 && printf "\e[031mbrotli is detected on your system, please run: -prt-get depinst brotli-32 -before continuing with curl-32.\033[0m\n" && -exit 1 + prt-get isinst brotli && ! prt-get isinst brotli-32 && printf "\e[031mbrotli is detected on your system, please run: + prt-get depinst brotli-32 + before continuing with curl-32.\033[0m\n" && + exit 1 - ./configure --prefix=/usr \ - --libdir=/usr/lib32 \ - --enable-ipv6 \ - --without-libidn2 \ - --with-openssl \ - --without-cyassl \ - --enable-threaded-resolver \ - --with-ca-bundle=/etc/ssl/cert.pem - make - make DESTDIR=$PKG install + ./configure --prefix=/usr \ + --libdir=/usr/lib32 \ + --enable-ipv6 \ + --without-libidn2 \ + --with-openssl \ + --without-cyassl \ + --enable-threaded-resolver \ + --with-ca-bundle=/etc/ssl/cert.pem + make + make DESTDIR=$PKG install - rm -r $PKG/usr/{bin,include,share/man,share} + rm -r $PKG/usr/{bin,include,share/man,share} } |