serf ver. bump
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
--- serf-1.3.9/buckets/ssl_buckets.c.errgetfunc
|
||||
+++ serf-1.3.9/buckets/ssl_buckets.c
|
||||
@@ -1204,6 +1204,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
+#ifndef ERR_GET_FUNC
|
||||
+#define ERR_GET_FUNC(ec) (0)
|
||||
+#endif
|
||||
+
|
||||
static int ssl_need_client_cert(SSL *ssl, X509 **cert, EVP_PKEY **pkey)
|
||||
{
|
||||
serf_ssl_context_t *ctx = SSL_get_app_data(ssl);
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>High-performance asynchronous HTTP client library.</Summary>
|
||||
<Description>The serf library is a high performance C-based HTTP client library built upon the Apache Portable Runtime (APR) library.</Description>
|
||||
<Archive sha1sum="26015c63e3bbb108c1689bf2090e4c26351db674" type="tarbz2">https://archive.apache.org/dist/serf/serf-1.3.9.tar.bz2</Archive>
|
||||
<Archive sha1sum="d67c209cb0161c4707ba114d1195c5ba3becfa73" type="tarbz2">https://archive.apache.org/dist/serf/serf-1.3.10.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>db-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
@@ -24,7 +24,8 @@
|
||||
<Dependency>mit-kerberos-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>scons_py3.patch</Patch>
|
||||
<!-- <Patch>scons_py3.patch</Patch> -->
|
||||
<Patch>openssl3-ERR_GET_FUNC.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -58,6 +59,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="9">
|
||||
<Date>2024-12-20</Date>
|
||||
<Version>1.3.10</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Pisi Linux Community</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="8">
|
||||
<Date>2024-12-19</Date>
|
||||
<Version>1.3.9</Version>
|
||||
|
||||
Reference in New Issue
Block a user