public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libwebsockets] rawhide: Update to 4.5.8
@ 2026-07-18 14:27 Peter Robinson
0 siblings, 0 replies; only message in thread
From: Peter Robinson @ 2026-07-18 14:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libwebsockets
Branch : rawhide
Commit : dda2ed37fcb1bd0e9d7b23ac4faceeadb818ce52
Author : Peter Robinson <pbrobinson@gmail.com>
Date : 2026-07-18T15:27:07+01:00
Stats : +2/-38 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/libwebsockets/c/dda2ed37fcb1bd0e9d7b23ac4faceeadb818ce52?branch=rawhide
Log:
Update to 4.5.8
---
diff --git a/libwebsockets-openssl4.patch b/libwebsockets-openssl4.patch
deleted file mode 100644
index 9efd4f7..0000000
--- a/libwebsockets-openssl4.patch
+++ /dev/null
@@ -1,35 +0,0 @@
---- a/lib/tls/openssl/openssl-x509.c 2026-03-17 17:35:25.000000000 +0100
-+++ b/lib/tls/openssl/openssl-x509.c 2026-04-30 16:13:58.860937942 +0200
-@@ -39,7 +39,7 @@
- {
- #if !defined(LWS_PLAT_OPTEE)
-
-- const char *p = (const char *)as->data;
-+ const char *p = (const char *)ASN1_STRING_get0_data(as);
- struct tm t;
-
- /* [YY]YYMMDDHHMMSSZ */
-@@ -226,8 +226,8 @@
- if (!akid || !akid->keyid)
- return 1;
- val = akid->keyid;
-- dp = (const unsigned char *)val->data;
-- xlen = val->length;
-+ dp = ASN1_STRING_get0_data(val);
-+ xlen = ASN1_STRING_length(val);
-
- buf->ns.len = (int)xlen;
- if (len < (size_t)buf->ns.len)
-@@ -337,10 +337,10 @@
- #if defined(USE_WOLFSSL)
- return 1;
- #else
-- dp = (const unsigned char *)val->data;
-+ dp = ASN1_STRING_get0_data(val);
-
- if (ASN1_get_object(&dp, &xlen,
-- &tag, &xclass, val->length) & 0x80)
-+ &tag, &xclass, ASN1_STRING_length(val)) & 0x80)
- return -1;
-
- if (tag != V_ASN1_OCTET_STRING) {
diff --git a/libwebsockets.spec b/libwebsockets.spec
index 94fd703..0263347 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -6,7 +6,7 @@
%endif
Name: libwebsockets
-Version: 4.5.7
+Version: 4.5.8
Release: %autorelease
Summary: Lightweight C library for Websockets
@@ -17,7 +17,6 @@ Summary: Lightweight C library for Websockets
License: LicenseRef-Callaway-LGPLv2 AND LicenseRef-Callaway-Public-Domain AND LicenseRef-Callaway-BSD AND LicenseRef-Callaway-MIT AND Zlib
URL: http://libwebsockets.org
Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}/%{name}-%{version}.tar.gz
-Patch0: libwebsockets-openssl4.patch
BuildRequires: cmake
BuildRequires: gcc-g++
diff --git a/sources b/sources
index a26f4f3..7112902 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libwebsockets-4.5.7.tar.gz) = bfb9bfd67cbf7aa146bd9905634aecadb3467f9ba67f8dd284e660a054a5d8d5b0ae4d6a62a86c7b750662abf4a02029ea812185afee7a5868421fb61923bca0
+SHA512 (libwebsockets-4.5.8.tar.gz) = 77fcb15c325d514fee18193a6509755618ce4232115259377d67f93015490a11642f5974fddd2efebc89496e28a52f0a135b6635c662be1e2c641aaa68397b11
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-18 14:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-18 14:27 [rpms/libwebsockets] rawhide: Update to 4.5.8 Peter Robinson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox