#3 Update to 4.3.0
Closed 2 years ago by fab. Opened 2 years ago by amoralej.
rpms/ amoralej/libwebsockets rawhide  into  rawhide

file modified
+1
@@ -30,3 +30,4 @@ 

  /libwebsockets-4.1.6.tar.gz

  /libwebsockets-4.2.0.tar.gz

  /libwebsockets-4.2.2.tar.gz

+ /libwebsockets-4.3.0.tar.gz

file modified
+7 -3
@@ -6,8 +6,8 @@ 

  %endif

  

  Name:           libwebsockets

- Version:        4.2.2

- Release:        2%{?dist}

+ Version:        4.3.0

+ Release:        1%{?dist}

  Summary:        Lightweight C library for Websockets

  

  # base64-decode.c and ssl-http2.c is under MIT license with FPC exception.
@@ -102,7 +102,7 @@ 

  %files

  %license LICENSE

  %doc README.md changelog

- %{_libdir}/%{name}.so.18

+ %{_libdir}/%{name}.so.19

  

  %files devel

  %license LICENSE
@@ -113,6 +113,10 @@ 

  %{_libdir}/pkgconfig/%{name}.pc

  

  %changelog

+ * Fri Oct 08 2021 Alfredo Moralejo <amoralej@redhat.com> - 4.3.0-1

+ - Update to latest upstream release 4.3.0 (closes rhbz#2010524)

+ - Includes support for OpenSSL 3.0.0

+ 

  * Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 4.2.2-2

  - Rebuilt with OpenSSL 3.0.0

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (libwebsockets-4.2.2.tar.gz) = 52d9b4511fc484781108a3036f870905d4427fcbab02f3e84ee38f534ae7d1979c2cc3eec0719f4609226d4aae788a79fe7d99a8506537bbcf8fc3d9b8a7b478

+ SHA512 (libwebsockets-4.3.0.tar.gz) = 7f183cb0417a902cb18e76431a8580d87db09c973483f3a129e138e4644b9d0e78e0539e985dc6286d9fe429edea7f63147864dc0413cf8e40fca3d67f9c3c42

  • Update to latest upstream release 4.3.0 (closes rhbz#2010524)
  • Includes support for OpenSSL 3.0.0

1 new commit added

  • Add new version to sources file
2 years ago

rebased onto d486715

2 years ago

Pull-Request has been closed by fab

2 years ago