curl-7.79.1
This commit is contained in:
@@ -20,7 +20,6 @@ def setup():
|
||||
--with-libssh2 \
|
||||
--with-gssapi=no \
|
||||
--with-nghttp2 \
|
||||
--with-libmetalink \
|
||||
--without-librtmp \
|
||||
--enable-ipv6 \
|
||||
--enable-http \
|
||||
@@ -35,6 +34,7 @@ def setup():
|
||||
--enable-threaded-resolver \
|
||||
--enable-hidden-symbols \
|
||||
--disable-versioned-symbols \
|
||||
--without-libgsasl \
|
||||
ac_cv_header_gss_h=no \
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
|
||||
--prefix=/usr \
|
||||
|
||||
@@ -14,9 +14,10 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>A utility for getting files from remote servers</Summary>
|
||||
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
|
||||
<Archive sha1sum="8f3a4e5606ac6b0c2c3cd0b182d477f2671d5f09" type="tarbz2">http://curl.haxx.se/download/curl-7.77.0.tar.bz2</Archive>
|
||||
<Archive sha1sum="6bd0fa0dc961303f4443ef7fea80ab83cbcce800" type="tarbz2">http://curl.haxx.se/download/curl-7.79.1.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>glibc-devel</Dependency>
|
||||
<Dependency>zstd-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>openssl-devel</Dependency>
|
||||
<Dependency>libidn2-devel</Dependency>
|
||||
@@ -34,6 +35,7 @@
|
||||
<Name>curl</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>zlib</Dependency>
|
||||
<Dependency>zstd</Dependency>
|
||||
<Dependency>libidn2</Dependency>
|
||||
<Dependency>libssh2</Dependency>
|
||||
<Dependency>openssl</Dependency>
|
||||
@@ -66,6 +68,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2021-10-18</Date>
|
||||
<Version>7.79.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2021-05-29</Date>
|
||||
<Version>7.77.0</Version>
|
||||
|
||||
Reference in New Issue
Block a user