!59 update to version 4.3.3

* update to version 5-1
This commit is contained in:
Paul Thomas 2024-01-09 03:26:01 +00:00 committed by haozi007
parent 2a9bea02eb
commit b6bb23cb9c
2 changed files with 11 additions and 4 deletions

View File

@ -1,10 +1,10 @@
Name: libwebsockets
Version: 4.3.2
Version: 4.3.3
Release: 1
Summary: A lightweight C library for Websockets
License: LGPLv2 and Public Domain and BSD and MIT and zlib
URL: https://libwebsockets.org
Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source0: https://github.com/warmcat/libwebsockets/archive/v%{version}.tar.gz
Patch9001: 0001-add-secure-compile-option-in-Makefile.patch
Patch9002: 0002-solve-the-BEP-problem.patch
@ -32,6 +32,7 @@ This package contains the header files needed for developing
%prep
%autosetup -n %{name}-%{version} -p1
%build
mkdir -p build
cd build
@ -98,6 +99,12 @@ find %{buildroot} -name '*_static.pc' -exec rm -f {} ';'
%doc changelog README.md READMEs/
%changelog
* Wed Dec 27 2023 Paul Thomas <paulthomas100199@gmail.com> - 4.3.3-1
- Type: requirement
- ID: NA
- SUG: NA
- DESC: update to 4.3.3
* Thu Jul 20 2023 huangsong <huangsong14@huawei.com> - 4.3.2-1
- Type:requirement
- ID:NA