Hi ports@ and Lucas,

I've been running 0.11.8 for about a week without issue on amd64.
Might it be possible to get this in for 6.9? Thanks!

The changelog for 0.11.7 -> 0.11.8 consists of the usual fare of
bugfixes, performance improvements, and security updates.


=== changelog ===
https://blog.prosody.im/prosody-0.11.8-released/

Security

- mod_saslauth: Disable "tls-unique" channel binding with TLS 1.3

Fixes and improvements

- net.websocket.frames: Improve websocket masking performance by
  using the new util.strbitop
- util.strbitop: Library for efficient bitwise operations on strings

Minor changes

- MUC: Correctly advertise whether the subject can be changed
- MUC: Preserve disco "node" attribute (or lack thereof) in responses
- MUC: Fix logic bug causing unnecessary presence to be sent
- mod_bosh: Fix error if client tries to connect to component
- mod_bosh: Pick out the "wait" before checking it instead of earlier
- mod_pep: Advertise base PubSub feature
- mod_pubsub: Fix notification stanza type setting
- mod_s2s: Prevent keepalives before client has established a stream
- net.adns: Fix bug that sent empty DNS packets
- net.http.server: Don't send Content-Length on 1xx/204 responses
- net.websocket.frames: Fix length calculation bug
- util.dbuffer: Make length API in line with Lua strings
- util.dbuffer: Optimize substring operations
- util.debug: Fix locals being reported under wrong stack frame in
  some cases
- util.dependencies: Fix check for Lua bitwise operations library
- util.interpolation: Fix combination of filters and fallback values
- util.promise: Preserve tracebacks
- util.stanza: Reject ASCII control characters
- timers: Ensure timers can't block other processing

=================


$ got diff
diff af0b2ec5df51296dd05fb7c62e47c1dfc2a6f5b0 /usr/ports
blob - d5647b59ba1758e4e6ed664a57836d5359dec0fc
file + net/prosody/Makefile
--- net/prosody/Makefile
+++ net/prosody/Makefile
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.59 2020/10/05 22:09:34 solene Exp $
 
 COMMENT=       communications server for Jabber/XMPP written in Lua
-DISTNAME=      prosody-0.11.7
+DISTNAME=      prosody-0.11.8
 CATEGORIES=    net
 MASTER_SITES=  https://prosody.im/downloads/source/
 
blob - a3fdaf4b95a5aec6345ca693e493d02c6e38cba6
file + net/prosody/distinfo
--- net/prosody/distinfo
+++ net/prosody/distinfo
@@ -1,2 +1,2 @@
-SHA256 (prosody-0.11.7.tar.gz) = KP/AdlNIXLY+IrOH0+pIJe4rqu4MWCfeTWBTo1sch0c=
-SIZE (prosody-0.11.7.tar.gz) = 429369
+SHA256 (prosody-0.11.8.tar.gz) = gw8YO5jVdC2B6QjS2OMljxtTja10EfBv2lssxcdQaPg=
+SIZE (prosody-0.11.8.tar.gz) = 429762
blob - b1d8652656962283b8672ae1069a18dedb8aff77
file + net/prosody/pkg/PLIST
--- net/prosody/pkg/PLIST
+++ net/prosody/pkg/PLIST
@@ -211,6 +211,7 @@ lib/prosody/util/stanza.lua
 lib/prosody/util/startup.lua
 lib/prosody/util/statistics.lua
 lib/prosody/util/statsd.lua
+@so lib/prosody/util/strbitop.so
 @so lib/prosody/util/table.so
 lib/prosody/util/template.lua
 lib/prosody/util/termcolours.lua

Reply via email to