update to uwebsockets-18.17.0, from maintainer Aisha Tammy

This commit is contained in:
sthen 2020-12-11 22:36:25 +00:00
parent 1e68542c1e
commit bbf8d0b0f1
4 changed files with 8 additions and 21 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2020/09/17 01:40:32 bcallah Exp $
# $OpenBSD: Makefile,v 1.4 2020/12/11 22:36:25 sthen Exp $
COMMENT = ultra fast, simple, secure, standards compliant web server
PKGNAME = ${DISTNAME:L}
@ -6,7 +6,7 @@ CATEGORIES = www
GH_ACCOUNT = uNetworking
GH_PROJECT = uWebSockets
GH_TAGNAME = v18.13.0
GH_TAGNAME = v18.17.0
MAINTAINER = Aisha Tammy <openbsd@aisha.cc>

View File

@ -1,2 +1,2 @@
SHA256 (uWebSockets-18.13.0.tar.gz) = FpfJml/99xSoLNvhBUlC3HxB5LqyhdmX/c7a0UFRVqQ=
SIZE (uWebSockets-18.13.0.tar.gz) = 270125
SHA256 (uWebSockets-18.17.0.tar.gz) = 4tK9Dlm9a1RCcKo0gAP9SkI5EBW0vw61TgFhrRCPkT8=
SIZE (uWebSockets-18.17.0.tar.gz) = 276629

View File

@ -1,16 +0,0 @@
$OpenBSD: patch-src_Loop_h,v 1.1.1.1 2020/06/22 11:39:24 landry Exp $
uSockets lives separately from uWebSockets
Index: src/Loop.h
--- src/Loop.h.orig
+++ src/Loop.h
@@ -21,7 +21,7 @@
/* The loop is lazily created per-thread and run with uWS::run() */
#include "LoopData.h"
-#include <libusockets.h>
+#include <uSockets/libusockets.h>
namespace uWS {
struct Loop {

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2020/06/22 11:39:24 landry Exp $
@comment $OpenBSD: PLIST,v 1.2 2020/12/11 22:36:25 sthen Exp $
include/uWebSockets/
include/uWebSockets/App.h
include/uWebSockets/AsyncSocket.h
@ -12,8 +12,11 @@ include/uWebSockets/HttpResponseData.h
include/uWebSockets/HttpRouter.h
include/uWebSockets/Loop.h
include/uWebSockets/LoopData.h
include/uWebSockets/MessageParser.h
include/uWebSockets/Multipart.h
include/uWebSockets/PerMessageDeflate.h
include/uWebSockets/ProxyParser.h
include/uWebSockets/QueryParser.h
include/uWebSockets/TopicTree.h
include/uWebSockets/Utilities.h
include/uWebSockets/WebSocket.h