Monday, January 31, 2022

Re: [update] net/usockets-0.8.1, www/uwebsockets-20.8.0, www/purritobin-0.6.7

Aisha Tammy <openbsd.ports@aisha.cc> writes:

> [...]
>> I've not played too much with the web interface, but I think it should
>> be mentioned somewhere that /usr/local/share/PurritoBin/index.html uses
>> bsd.ca by default and that users that want to deploy their own instance
>> need to change PURRITOBIN_URL (diff below doesn't address this.)
>
> Same with the above point, I think as it is an example (and that anyone
> who wants to deal with crypto stuff should be paying attention) it
> should be
> fine. Plus the webpage is kept intentionally simple to let others hack
> on it.

I'm still not 100% sure, but as it's not something introduced with the
update can be fixed later, i'll try to cook up a diff.

committed, thanks :)

I've just noticed that uwebsocket had two bugfixes releases:

v2.10.0:
Last release broke unmasking of large WebSocket messages

v2.11.0:
All versions of Safari 15 for iOS and macOS are entirely broken when
it comes to WebSocket. This release adds exceptions to the standard,
applied only to Safari user agents in order to play along with
Apple's thorough and unmatched incompetence.

https://github.com/uNetworking/uWebSockets/compare/v20.9.0...v20.11.0

the diff between the versions is small, touches only the internals and
fixes some moderately important issues so I went ahead and committed
also the following diff

Cheers

Omar Polo

Index: Makefile
===================================================================
RCS file: /cvs/ports/www/uwebsockets/Makefile,v
retrieving revision 1.5
diff -u -p -r1.5 Makefile
--- Makefile 31 Jan 2022 08:48:03 -0000 1.5
+++ Makefile 31 Jan 2022 08:54:48 -0000
@@ -6,7 +6,7 @@ CATEGORIES = www

GH_ACCOUNT = uNetworking
GH_PROJECT = uWebSockets
-GH_TAGNAME = v20.9.0
+GH_TAGNAME = v20.11.0

MAINTAINER = Aisha Tammy <openbsd@aisha.cc>

Index: distinfo
===================================================================
RCS file: /cvs/ports/www/uwebsockets/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo 31 Jan 2022 08:48:03 -0000 1.5
+++ distinfo 31 Jan 2022 08:54:48 -0000
@@ -1,2 +1,2 @@
-SHA256 (uWebSockets-20.9.0.tar.gz) = kYl1aCkaIIH/wa4nw1REbMEwwWiiWJKyKJ8l4YWvhnY=
-SIZE (uWebSockets-20.9.0.tar.gz) = 749441
+SHA256 (uWebSockets-20.11.0.tar.gz) = JywDt/1Ph1xfYULtIeiaUcKRNjUzX9FMNBmeN+9DSo4=
+SIZE (uWebSockets-20.11.0.tar.gz) = 750520

No comments:

Post a Comment