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:   gdt
Date:           Fri Aug  8 18:22:07 UTC 2025

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

Log Message:
net/erlang-xmpp: Update to 1.11.0

Upstream NEWS:

  * Update pubsub-item-retract to allow it accept list of ids
  * Fix decoding of mix_destroy
  * Add codec for unified push
  * Add codec for XEP-0485: PubSub Server Information
  * Filter mechanisms offered in SASL2 to those matching user passwords
  * Add ability to provide separate mechanisms in SASL1


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/net/erlang-xmpp/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/erlang-xmpp/PLIST
cvs rdiff -u -r1.19 -r1.20 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.20 pkgsrc/net/erlang-xmpp/Makefile:1.21
--- pkgsrc/net/erlang-xmpp/Makefile:1.20        Fri Apr 25 11:35:56 2025
+++ pkgsrc/net/erlang-xmpp/Makefile     Fri Aug  8 18:22:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2025/04/25 11:35:56 gdt Exp $
+# $NetBSD: Makefile,v 1.21 2025/08/08 18:22:07 gdt Exp $
 
-DISTNAME=      xmpp-1.10.0
+DISTNAME=      xmpp-1.11.0
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 GITHUB_PROJECT=        xmpp
@@ -10,12 +10,13 @@ HOMEPAGE=   https://github.com/processone/
 COMMENT=       XMPP parsing and serialization library on top of Fast XML
 LICENSE=       apache-2.0
 
+# from rebar.config
 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.30:../../textproc/erlang-stringprep
+DEPENDS+=      erlang-fast_xml>=1.1.51:../../textproc/erlang-fast_xml
+DEPENDS+=      erlang-fast_tls>=1.1.19:../../security/erlang-fast_tls
+DEPENDS+=      erlang-ezlib>=1.0.12:../../devel/erlang-ezlib
+DEPENDS+=      erlang-idna>=6.0:../../net/erlang-idna
+DEPENDS+=      erlang-stringprep>=1.0.29:../../textproc/erlang-stringprep
 
 BUILD_TARGET=  src
 

Index: pkgsrc/net/erlang-xmpp/PLIST
diff -u pkgsrc/net/erlang-xmpp/PLIST:1.14 pkgsrc/net/erlang-xmpp/PLIST:1.15
--- pkgsrc/net/erlang-xmpp/PLIST:1.14   Fri Apr 25 11:35:56 2025
+++ pkgsrc/net/erlang-xmpp/PLIST        Fri Aug  8 18:22:07 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2025/04/25 11:35:56 gdt Exp $
+@comment $NetBSD: PLIST,v 1.15 2025/08/08 18:22:07 gdt Exp $
 lib/erlang/lib/xmpp
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/XmppAddr.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/captcha_form.beam
@@ -22,6 +22,7 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/r
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6120.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/rfc6121.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/scram.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/unifiedpush.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xdata_codec.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0004.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0012.beam
@@ -104,6 +105,7 @@ lib/erlang/lib/xmpp-${PKGVERSION}/ebin/x
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0440.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0480.beam
 lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0484.beam
+lib/erlang/lib/xmpp-${PKGVERSION}/ebin/xep0485.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.19 pkgsrc/net/erlang-xmpp/distinfo:1.20
--- pkgsrc/net/erlang-xmpp/distinfo:1.19        Fri Apr 25 11:35:56 2025
+++ pkgsrc/net/erlang-xmpp/distinfo     Fri Aug  8 18:22:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2025/04/25 11:35:56 gdt Exp $
+$NetBSD: distinfo,v 1.20 2025/08/08 18:22:07 gdt Exp $
 
-BLAKE2s (xmpp-1.10.0.tar.gz) = 014d31672b39415c35db6b18d4df523e73ddd6aec24cbf84ec06db787104609a
-SHA512 (xmpp-1.10.0.tar.gz) = 3f7b3e3aceca52af691ccc57c54672837df823f2a48cfd04998912b186a73db2e2a852310e324bd1fb014d608042b4fb69122565249b463b960e11dac0617bfb
-Size (xmpp-1.10.0.tar.gz) = 636436 bytes
+BLAKE2s (xmpp-1.11.0.tar.gz) = 6ebddd83121f02af58bcdad04b17733e359947214780a71264fab6b1642f0c73
+SHA512 (xmpp-1.11.0.tar.gz) = 017c103c3e8bbfd4a4186af28a3413b6b4aed768bcc47c79b33f109628c7f4c2fdb7248d9ca608daf783eea9ab4de2bf2e5a4ad68438b9669e73e5de21397782
+Size (xmpp-1.11.0.tar.gz) = 640821 bytes



Home | Main Index | Thread Index | Old Index