Package: libwebsockets / 2.0.3-2

Metadata

Package Version Patches format
libwebsockets 2.0.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
typos.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
README.build.md | 4 2 + 2 - 0 !
README.coding.md | 2 1 + 1 - 0 !
README.lwsws.md | 2 1 + 1 - 0 !
README.test-apps.md | 8 4 + 4 - 0 !
lib/http2.c | 2 1 + 1 - 0 !
lib/libwebsockets.c | 4 2 + 2 - 0 !
lib/libwebsockets.h | 2 1 + 1 - 0 !
lib/lws-plat-unix.c | 2 1 + 1 - 0 !
lib/private-libwebsockets.h | 2 1 + 1 - 0 !
lib/server.c | 4 2 + 2 - 0 !
lib/service.c | 2 1 + 1 - 0 !
test-server/attack.sh | 2 1 + 1 - 0 !
test-server/test-echo.c | 2 1 + 1 - 0 !
test-server/test-ping.c | 2 1 + 1 - 0 !
test-server/test-server-http.c | 2 1 + 1 - 0 !
16 files changed, 22 insertions(+), 22 deletions(-)

 fix some typographical errors.
openssl 1.1.patch | (download)

lib/ssl.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 do not call deprecated cleanup functions in openssl 1.1.
Bug-Debian: https://bugs.debian.org/828416
soname 8.patch | (download)

CMakeLists.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 clamp the library's soname to 8.
 There's no need for a SONAME bump when a function is added;
 we have the symbols file for that.