./www/libwebsockets, Lightweight C library for websocket clients and servers

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 4.3.3nb1, Package name: libwebsockets-4.3.3nb1, Maintainer: pkgsrc-users

Libwebsockets (LWS) is a flexible, lightweight pure C library for implementing
modern network protocols easily with a tiny footprint, using a nonblocking
event loop. It has been developed continuously since 2010 and is used in
tens of millions of devices and by thousands of developers around the world.


Master sites:

Filesize: 15252.135 KB

Version history: (Expand)


CVS history: (Expand)


   2024-11-30 12:39:02 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
www/libwebsockets: Remove PRIVATE from target_link_libraries to fix build
All target_link_libraries must either set PRIVATE or PUBLIC or all must
not set them. So remove PRIVATE to fix build where libdl exists.
dl is added to INTERFACE_LINK_LIBRARIES even if PRIVATE is set
since it is also added somewhere else in the build.
   2024-10-18 20:41:09 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
libwebsockets: Bump pkgrevision due to changes in build files, remove bl transform
Bump pkgrevision to to changes in the installed cmake files.
The buildlink transform changing libdl can be removed now when
cmake handles libdl correctly.
   2024-10-14 19:22:54 by Niclas Rosenvik | Files touched by this commit (1)
Log message:
libwebsockets: don't install files into home dir
   2024-10-14 19:19:24 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
libwebsockets: don't hardcode linking to libdl
don't link to libdl directly use CMAKE_DL_LIBS instead
pointed out by greg troxel on tech-pkg
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2024-02-10 12:01:38 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
libwebsockets: updated to 4.3.3

4.3.3
Bug fixes
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk