Merge pull request #1929 from Rmys/master

curl ver. bump
This commit is contained in:
Rmys
2024-08-05 16:18:14 +03:00
committed by GitHub
2 changed files with 17 additions and 3 deletions
+9 -2
View File
@@ -14,7 +14,7 @@
<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="9b25f8ac923346b909b353bca6d42217a0566c39" type="tarbz2">http://curl.haxx.se/download/curl-8.4.0.tar.bz2</Archive>
<Archive sha1sum="f7d213ac7dc89c01ee7cafa5bea9116a161875c2" type="tarbz2">http://curl.haxx.se/download/curl-8.9.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>zstd-devel</Dependency>
@@ -27,7 +27,7 @@
</BuildDependencies>
<Patches>
<!-- <Patch>52e822173aa3cd4f610531d32fbf943f026cdca6.diff</Patch> -->
<Patch>curl-ac.patch</Patch>
<!-- <Patch>curl-ac.patch</Patch> -->
</Patches>
</Source>
@@ -68,6 +68,13 @@
</Package>
<History>
<Update release="16">
<Date>2024-08-03</Date>
<Version>8.9.1</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="15">
<Date>2023-10-12</Date>
<Version>8.4.0</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<Description>PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program.</Description>
<Archive sha1sum="2f1cce3aa8048e8a951e2c66b144cfccbd7bf0b9" type="targz">https://files.pythonhosted.org/packages/a8/af/24d3acfa76b867dbd8f1166853c18eefc890fc5da03a48672b38ea77ddae/pycurl-7.45.2.tar.gz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.4.0">curl-devel</Dependency>
<Dependency versionFrom="8.9.1">curl-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>openssl-devel</Dependency>
<Dependency>python-setuptools</Dependency>
@@ -35,6 +35,13 @@
</Package>
<History>
<Update release="15">
<Date>2024-08-03</Date>
<Version>7.45.2</Version>
<Comment>Rebuild.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="14">
<Date>2023-10-12</Date>
<Version>7.45.2</Version>