mirror of
https://abf.rosa.ru/djam/curl.git
synced 2025-02-23 07:43:02 +00:00
8.4.0
This commit is contained in:
parent
daa85109cd
commit
26d5b3b8d7
3 changed files with 18 additions and 3 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
curl-7.83.1.tar.gz: 972ea023914ec23c915a380c445052961513c261
|
curl-8.4.0.tar.gz: ff7c2abb68443bb868da1d7681f558d245c853dd
|
||||||
|
|
1
curl.rpmlintrc
Normal file
1
curl.rpmlintrc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
addFilter("E: devel-dependency")
|
18
curl.spec
18
curl.spec
|
@ -49,15 +49,16 @@
|
||||||
|
|
||||||
Summary: Gets a file from a FTP, GOPHER or HTTP server
|
Summary: Gets a file from a FTP, GOPHER or HTTP server
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.83.1
|
Version: 8.4.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: BSD-like
|
License: BSD-like
|
||||||
Group: Networking/Other
|
Group: Networking/Other
|
||||||
URL: https://curl.se/
|
URL: https://curl.se
|
||||||
# Release tarball does not have some useful docs
|
# Release tarball does not have some useful docs
|
||||||
#Source0: https://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
#Source0: https://curl.haxx.se/download/%{name}-%{version}.tar.xz
|
||||||
Source0: https://github.com/curl/curl/archive/curl-%(echo %{version} | sed -e 's,\.,_,g').tar.gz?/%{name}-%{version}.tar.gz
|
Source0: https://github.com/curl/curl/archive/curl-%(echo %{version} | sed -e 's,\.,_,g').tar.gz?/%{name}-%{version}.tar.gz
|
||||||
|
Source1000: %{name}.rpmlintrc
|
||||||
Patch0: %{name}-7.59.0-multilib.patch
|
Patch0: %{name}-7.59.0-multilib.patch
|
||||||
Patch3: %{name}-libressl.patch
|
Patch3: %{name}-libressl.patch
|
||||||
BuildRequires: groff
|
BuildRequires: groff
|
||||||
|
@ -84,6 +85,8 @@ BuildRequires: pkgconfig(gnutls)
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
BuildRequires: pkgconfig(krb5-gssapi)
|
BuildRequires: pkgconfig(krb5-gssapi)
|
||||||
|
BuildRequires: pkgconfig(libbrotlidec)
|
||||||
|
BuildRequires: pkgconfig(librtmp)
|
||||||
# TODO: Package and enable libpsl support
|
# TODO: Package and enable libpsl support
|
||||||
Requires: %{libname} = %{EVRD}
|
Requires: %{libname} = %{EVRD}
|
||||||
Provides: webfetch = %{EVRD}
|
Provides: webfetch = %{EVRD}
|
||||||
|
@ -394,8 +397,19 @@ sed -i configure \
|
||||||
--enable-ares \
|
--enable-ares \
|
||||||
--enable-tls-srp \
|
--enable-tls-srp \
|
||||||
--without-libpsl \
|
--without-libpsl \
|
||||||
|
--with-brotli \
|
||||||
|
--with-librtmp \
|
||||||
|
--with-nghttp2 \
|
||||||
|
--with-ngtcp2 \
|
||||||
|
--with-nghttp3 \
|
||||||
|
--with-quiche \
|
||||||
|
--with-msh3 \
|
||||||
|
--enable-websockets \
|
||||||
$ADD_CONF_OPTS --
|
$ADD_CONF_OPTS --
|
||||||
|
|
||||||
|
#--enable-ech
|
||||||
|
#--with-hyper
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
# we don't want them in curl-examples:
|
# we don't want them in curl-examples:
|
||||||
|
|
Loading…
Add table
Reference in a new issue