public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Peter Robinson <pbrobinson@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libwebsockets] rawhide: Update to 4.5.8
Date: Sat, 18 Jul 2026 14:27:22 GMT	[thread overview]
Message-ID: <178438484278.1.1608354701368207324.rpms-libwebsockets-dda2ed37fcb1@fedoraproject.org> (raw)

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

                 reply	other threads:[~2026-07-18 14:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178438484278.1.1608354701368207324.rpms-libwebsockets-dda2ed37fcb1@fedoraproject.org \
    --to=pbrobinson@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox