pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/erlang-xmpp



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug 22 07:24:48 UTC 2024

Modified Files:
        pkgsrc/net/erlang-xmpp: Makefile PLIST distinfo

Log Message:
erlang-xmpp: updated to 1.8.3

Version 1.8.3

Updating fast_tls to version 1.1.21.
Improve handling of muc retracions
Add support for muc#roominfo_avatarhash field

Version 1.8.2

Updating fast_tls to version 1.1.20.
Updating fast_xml to version 1.1.52.
Updating ezlib to version 1.0.13.
Updating stringprep to version 1.0.30.
Updating p1_utils to version 1.0.26.
Add support for xep-0425 (0.3.0)
Fix auth error when using sasl2 with empty id in user-agent
Fix crash when using older ejabberd without handle_bind2_inline hook
Don't use stable resources when client didn't provide user-agent

Version 1.8.1

Updating fast_tls to version 1.1.19.

Version 1.8.0

Updating fast_tls to version 1.1.17.
Updating fast_xml to version 1.1.50.
Add support for xep-0474 - SASL SCRAM Downgrade Protection
Add support for xep-0388 - SASL2
Add support for xep-0386 - Bind 2
Add support for xep-0440 - SASL Channel-Binding Type Capability
Update support for xep-0424 to versuib 0.4.0
Allow disabling scram downgrade protection
Extend xmpp_stream_out to allow use as component implementation
Make handling of extra attributes in scram exchange better follow spec
Add support for tls-unique and tls-server-end-point channel binding
Fix compilation on arch where char is unsigned


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/erlang-xmpp/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/erlang-xmpp/PLIST
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/erlang-xmpp/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/erlang-xmpp/Makefile
diff -u pkgsrc/net/erlang-xmpp/Makefile:1.18 pkgsrc/net/erlang-xmpp/Makefile:1.19
--- pkgsrc/net/erlang-xmpp/Makefile:1.18        Fri Oct 14 19:31:13 2022
+++ pkgsrc/net/erlang-xmpp/Makefile     Thu Aug 22 07:24:48 2024
@@ -1,22 +1,21 @@
-# $NetBSD: Makefile,v 1.18 2022/10/14 19:31:13 triaxx Exp $
+# $NetBSD: Makefile,v 1.19 2024/08/22 07:24:48 adam Exp $
 
-DISTNAME=      xmpp-1.6.0
+DISTNAME=      xmpp-1.8.3
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
+GITHUB_PROJECT=        xmpp
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/processone/xmpp/
+HOMEPAGE=      https://github.com/processone/xmpp
 COMMENT=       XMPP parsing and serialization library on top of Fast XML
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-p1_utils>=1.0.25:../../misc/erlang-p1_utils
-DEPENDS+=      erlang-fast_xml>=1.1.49:../../textproc/erlang-fast_xml
-DEPENDS+=      erlang-fast_tls>=1.1.16:../../security/erlang-fast_tls
-DEPENDS+=      erlang-ezlib>=1.0.12:../../devel/erlang-ezlib
+DEPENDS+=      erlang-p1_utils>=1.0.26:../../misc/erlang-p1_utils
+DEPENDS+=      erlang-fast_xml>=1.1.52:../../textproc/erlang-fast_xml
+DEPENDS+=      erlang-fast_tls>=1.1.21:../../security/erlang-fast_tls
+DEPENDS+=      erlang-ezlib>=1.0.13:../../devel/erlang-ezlib
 DEPENDS+=      erlang-idna>=6.0.0:../../net/erlang-idna
-DEPENDS+=      erlang-stringprep>=1.0.29:../../textproc/erlang-stringprep
-
-GITHUB_PROJECT=        xmpp
+DEPENDS+=      erlang-stringprep>=1.0.30:../../textproc/erlang-stringprep
 
 BUILD_TARGET=  src
 

Index: pkgsrc/net/erlang-xmpp/PLIST
diff -u pkgsrc/net/erlang-xmpp/PLIST:1.12 pkgsrc/net/erlang-xmpp/PLIST:1.13
--- pkgsrc/net/erlang-xmpp/PLIST:1.12   Fri Oct 14 19:31:13 2022
+++ pkgsrc/net/erlang-xmpp/PLIST        Thu Aug 22 07:24:48 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.12 2022/10/14 19:31:13 triaxx Exp $
+@comment $NetBSD: PLIST,v 1.13 2024/08/22 07:24:48 adam Exp $
 lib/erlang/lib/xmpp
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/XmppAddr.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/captcha_form.beam
@@ -89,10 +89,18 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/x
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0363.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0369.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0377.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0386.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0388.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0402.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0403.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0405.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0417.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0421.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0422.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0424.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0425.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0430.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0440.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.app
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xmpp_codec.beam

Index: pkgsrc/net/erlang-xmpp/distinfo
diff -u pkgsrc/net/erlang-xmpp/distinfo:1.17 pkgsrc/net/erlang-xmpp/distinfo:1.18
--- pkgsrc/net/erlang-xmpp/distinfo:1.17        Fri Oct 14 19:31:13 2022
+++ pkgsrc/net/erlang-xmpp/distinfo     Thu Aug 22 07:24:48 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2022/10/14 19:31:13 triaxx Exp $
+$NetBSD: distinfo,v 1.18 2024/08/22 07:24:48 adam Exp $
 
-BLAKE2s (xmpp-1.6.0.tar.gz) = a3851d375a2abc8f8d9d30c5b8ca856b61c8523541df265c6859563433f0e632
-SHA512 (xmpp-1.6.0.tar.gz) = 296a2f6c06e1a82e74e5484ae082124ad9ba05830aee2ecfea49ccf01a4fc4d46d94b8960ac5309911db66f0e8f2d06f48a0571f31cd5873c6e003b394f34300
-Size (xmpp-1.6.0.tar.gz) = 561026 bytes
+BLAKE2s (xmpp-1.8.3.tar.gz) = 039efe658852409dd63a7f57b485f4cb243ec24eb3b0ab97fc031e80835df77b
+SHA512 (xmpp-1.8.3.tar.gz) = 4f925a611258617c8a49feb90b174dc8889e91beb1b3bf091527e1fb32d6a8ed5b167a8fd51778745d71de67efec1615dbbd6a539b49f0af216c6822472c9b54
+Size (xmpp-1.8.3.tar.gz) = 629078 bytes



Home | Main Index | Thread Index | Old Index