Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -2427,7 +2427,7 @@ libcvm-v2client.so.1 cvm-0.97_1
libudns.so.0 udns-0.4_1
libcriu.so.2 criu-3.13_2
libcompel.so.1 criu-3.13_2
libwebsockets.so.19 libwebsockets-4.3.2_1
libwebsockets.so.21 libwebsockets-4.5.2_1
libnfc.so.6 libnfc-1.8.0_1
libfuzzy.so.2 libfuzzy-2.12_1
libSDL_gfx.so.15 SDL_gfx-2.0.25_2
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/kismet/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'kismet'
pkgname=kismet
version=2025.09.R1
revision=1
revision=2
_realver="${version//./-}"
build_style=gnu-configure
configure_args="--disable-python-tools"
Expand Down
12 changes: 9 additions & 3 deletions srcpkgs/libwebsockets/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'libwebsockets'
pkgname=libwebsockets
version=4.3.2
revision=2
version=4.5.2
revision=1
build_style=cmake
configure_args="-DLWS_WITH_LIBEV=ON -DLWS_WITH_LIBUV=ON -DLWS_WITH_HTTP2=ON
-DLWS_IPV6=ON -DLWS_HAVE_LIBCAP=ON -DLWS_WITH_EVLIB_PLUGINS=OFF
Expand All @@ -13,7 +13,13 @@ license="MIT"
homepage="https://libwebsockets.org"
changelog="https://raw.githubusercontent.com/warmcat/libwebsockets/main/changelog"
distfiles="https://github.com/warmcat/libwebsockets/archive/v${version}.tar.gz"
checksum=6a85a1bccf25acc7e8e5383e4934c9b32a102880d1e4c37c70b27ae2a42406e1
checksum=04244efb7a6438c8c6bfc79b21214db5950f72c9cf57e980af57ca321aae87b2

if [ "$XBPS_CHECK_PKGS" ]; then
# Tests reliant on internet connection require ipv6
# connectivity which isn't always an availability.
configure_args+=" -DLWS_CTEST_INTERNET_AVAILABLE=0"
fi

post_install() {
vlicense LICENSE
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/mosquitto/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'mosquitto'
pkgname=mosquitto
version=2.0.18
revision=2
revision=3
build_style=gnu-makefile
make_build_args="WITH_WEBSOCKETS=yes WITH_BUNDLED_DEPS=no"
make_install_args="prefix=/usr"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/seafile-libclient/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'seafile-libclient'
pkgname=seafile-libclient
version=8.0.10
revision=5
revision=6
_distname="${pkgname/-libclient/}"
build_style=gnu-configure
configure_args="PYTHON=python3 --disable-static"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/ttyd/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'ttyd'
pkgname=ttyd
version=1.7.7
revision=1
revision=2
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note that ttyd doesn't show up as a revshlib dependency, but still depends on libwebsockets-devel as it seems to specifically statically link against libwebsockets. maybe one to be fixed in a later PR

build_style=cmake
hostmakedepends="pkg-config xxd"
makedepends="libwebsockets-devel json-c-devel openssl-devel zlib-devel
Expand Down