From 48829329104c768fe9353f01e0a06ea0a3dee587 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 9 Mar 2026 23:33:36 +1300 Subject: nopoll: upgrade 0.4.7.b429 -> 0.4.9.b462 0.4.9 ----- Stable release with bug fixing, support for Debian Buster, Debian Bullseye and Ubuntu Focal https://github.com/ASPLes/nopoll/blob/master/doc/release-notes/nopoll-0.4.9.txt 0.4.8 ----- Stable release with bug fixing, support for Debian Buster, Debian Bullseye and Ubuntu Focal https://github.com/ASPLes/nopoll/blob/master/doc/release-notes/nopoll-0.4.8.txt Signed-off-by: Ankur Tyagi Signed-off-by: Khem Raj --- .../recipes-protocols/nopoll/nopoll_0.4.7.b429.bb | 22 ---------------------- .../recipes-protocols/nopoll/nopoll_0.4.9.b462.bb | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 meta-networking/recipes-protocols/nopoll/nopoll_0.4.7.b429.bb create mode 100644 meta-networking/recipes-protocols/nopoll/nopoll_0.4.9.b462.bb (limited to 'meta-networking') diff --git a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.7.b429.bb b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.7.b429.bb deleted file mode 100644 index b4f8605136..0000000000 --- a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.7.b429.bb +++ /dev/null @@ -1,22 +0,0 @@ -SUMMARY = "OpenSource WebSocket Toolkit" -DESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \ -written in ansi C, that allows building pure WebSocket solutions or to \ -provide WebSocket support to existing TCP oriented applications.\ -\ -noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\ -allowing message based (handler notified) programming or stream oriented access." - -HOMEPAGE = "http://www.aspl.es/nopoll/" -LICENSE = "LGPL-2.1-only" -LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \ - " -DEPENDS = "openssl" -SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \ - " -SRC_URI[sha256sum] = "d5c020fec25e3fa486c308249833d06bed0d76bde9a72fd5d73cfb057c320366" - -inherit autotools pkgconfig - -EXTRA_OECONF += "--disable-nopoll-doc" - -LDFLAGS += "-lpthread" diff --git a/meta-networking/recipes-protocols/nopoll/nopoll_0.4.9.b462.bb b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.9.b462.bb new file mode 100644 index 0000000000..dbe8407443 --- /dev/null +++ b/meta-networking/recipes-protocols/nopoll/nopoll_0.4.9.b462.bb @@ -0,0 +1,22 @@ +SUMMARY = "OpenSource WebSocket Toolkit" +DESCRIPTION = "noPoll is a OpenSource WebSocket implementation (RFC 6455), \ +written in ansi C, that allows building pure WebSocket solutions or to \ +provide WebSocket support to existing TCP oriented applications.\ +\ +noPoll provides support for WebSocket (ws://) and TLS (secure) WebSocket (wss://),\ +allowing message based (handler notified) programming or stream oriented access." + +HOMEPAGE = "http://www.aspl.es/nopoll/" +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=f0504124678c1b3158146e0630229298 \ + " +DEPENDS = "openssl" +SRC_URI = "http://www.aspl.es/nopoll/downloads/nopoll-${PV}.tar.gz \ + " +SRC_URI[sha256sum] = "80bfa3e0228e88e290dd23eb94d9bb1f4d726fb117c11cfb048cbdd1d71d379a" + +inherit autotools pkgconfig + +EXTRA_OECONF += "--disable-nopoll-doc" + +LDFLAGS += "-lpthread" -- cgit v1.2.3-54-g00ecf