On 6/22/20 6:56 AM, Stuart Henderson wrote: > On 2020/06/21 21:32, Aisha Tammy wrote: >>> I've added them again with the two from Brian and the uwebsockets >>> updated to 18.3.0 >> >> Another bump. >> Also updated uwebsockets to 18.4.0 > > OK sthen@ if someone wants to import uwebsockets/usockets with usockets > moved from devel to net, tgz attached. > > For purritobin, could you install the README under share/doc and maybe > also paste.html and POSIX_shell_client.sh (either in share/examples or > somewhere else). Might be a good idea to add an rc script and a userid > to run it under (@newuser in plist) too? > >
I've attached purritobin with the README and an rc file. Changes - new user and group - rc file running as new user - added paste.html and shell clients to /usr/local/share/purritobin/ - added pkg-readme with examples for httpd, cron cleanup and pf rate limiting Also needs that uwebsockets and usockets be updated to latest version as the current ones in the tree are broken (upstream messed up some SSL declarations). I've added the diff for that as well. Thanks a bunch. Aisha diff --git net/usockets/Makefile net/usockets/Makefile index 622653bba96..9c7adc40bf2 100644 --- net/usockets/Makefile +++ net/usockets/Makefile @@ -8,7 +8,7 @@ SHARED_LIBS = usockets 0.0 GH_ACCOUNT = uNetworking GH_PROJECT = uSockets -GH_TAGNAME = v0.4.0 +GH_TAGNAME = v0.4.1 MAINTAINER = Aisha Tammy <[email protected]> diff --git net/usockets/distinfo net/usockets/distinfo index 44ad2df5825..d2274543c1d 100644 --- net/usockets/distinfo +++ net/usockets/distinfo @@ -1,2 +1,2 @@ -SHA256 (uSockets-0.4.0.tar.gz) = +fFbOV3vV4zHmlsyq8ZPqc/12shzBikR9RW5hLkPfMI= -SIZE (uSockets-0.4.0.tar.gz) = 48367 +SHA256 (uSockets-0.4.1.tar.gz) = IPj38LIjXztH8e/zyRgZIAA/HLyN9hcg2rpsui0Toa4= +SIZE (uSockets-0.4.1.tar.gz) = 49955 diff --git www/uwebsockets/Makefile www/uwebsockets/Makefile index 3a7f685a6d8..2c5a2813f9e 100644 --- www/uwebsockets/Makefile +++ www/uwebsockets/Makefile @@ -6,7 +6,7 @@ CATEGORIES = www GH_ACCOUNT = uNetworking GH_PROJECT = uWebSockets -GH_TAGNAME = v18.4.0 +GH_TAGNAME = v18.6.0 MAINTAINER = Aisha Tammy <[email protected]> diff --git www/uwebsockets/distinfo www/uwebsockets/distinfo index d62afb13d03..9b39396f50c 100644 --- www/uwebsockets/distinfo +++ www/uwebsockets/distinfo @@ -1,2 +1,2 @@ -SHA256 (uWebSockets-18.4.0.tar.gz) = mNdhojPlUClV3oSaQbo6ZlChG3BsrrJSyzE26v0/D40= -SIZE (uWebSockets-18.4.0.tar.gz) = 263430 +SHA256 (uWebSockets-18.6.0.tar.gz) = XwrkPmmqPFj8OgV/c4ESuOSn0h3wP5C7C0nGkN15npo= +SIZE (uWebSockets-18.6.0.tar.gz) = 264309
purritobin.tgz
Description: application/compressed-tar
