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:   fhajny
Date:           Sat Jan 21 20:17:11 UTC 2017

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

Log Message:
Update net/erlang-xmpp to 1.1.5.

- Fix translation order
- Add legacy auth stream feature support
- Better support subtags with empty namespaces
- Add dialback feature support
- Fix error generation for raw xml elements
- Treat unknown message type as "normal"
- Allow including #text{} elements into #sm_failed{}
- Add xmpp:del_meta/2 function
- Fix typo in add_delay_info/4
- Make it possible to get text by lang
- Don't crash if previous delay tag misses 'from' attribute


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/net/erlang-xmpp/Makefile
cvs rdiff -u -r1.1 -r1.2 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.3 pkgsrc/net/erlang-xmpp/Makefile:1.4
--- pkgsrc/net/erlang-xmpp/Makefile:1.3 Wed Jan  4 23:16:18 2017
+++ pkgsrc/net/erlang-xmpp/Makefile     Sat Jan 21 20:17:10 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/01/04 23:16:18 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2017/01/21 20:17:10 fhajny Exp $
 
-DISTNAME=      xmpp-1.1.4
+DISTNAME=      xmpp-1.1.5
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=processone/}
 
@@ -9,7 +9,7 @@ HOMEPAGE=       http://github.com/processone/x
 COMMENT=       XMPP parsing and serialization library on top of Fast XML
 LICENSE=       apache-2.0
 
-DEPENDS+=      erlang-fast_xml>=1.1.18:../../textproc/erlang-fast_xml
+DEPENDS+=      erlang-fast_xml>=1.1.19:../../textproc/erlang-fast_xml
 DEPENDS+=      erlang-stringprep>=1.0.7:../../textproc/erlang-stringprep
 
 GITHUB_PROJECT=        xmpp

Index: pkgsrc/net/erlang-xmpp/distinfo
diff -u pkgsrc/net/erlang-xmpp/distinfo:1.1 pkgsrc/net/erlang-xmpp/distinfo:1.2
--- pkgsrc/net/erlang-xmpp/distinfo:1.1 Tue Jan  3 18:35:54 2017
+++ pkgsrc/net/erlang-xmpp/distinfo     Sat Jan 21 20:17:10 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/01/03 18:35:54 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/01/21 20:17:10 fhajny Exp $
 
-SHA1 (xmpp-1.1.4.tar.gz) = d2c791766d09819ba54c2980f9317fdf01644302
-RMD160 (xmpp-1.1.4.tar.gz) = 03671fd8e1d7913b028838a5e5f26fd6d29100d5
-SHA512 (xmpp-1.1.4.tar.gz) = 430be850f500a76d9a34447f1e6169d0a4e8611bfb57109e5392844e7d681a54b18ec03c4b7bc0182284944328303ec3264fdb66eef965e610555692e0a2ddee
-Size (xmpp-1.1.4.tar.gz) = 344660 bytes
+SHA1 (xmpp-1.1.5.tar.gz) = f40dc374094b44bc8a1a1388414406d44af076a2
+RMD160 (xmpp-1.1.5.tar.gz) = 165b7a24d5f6ea33061793cce1b34bc5aee4f79c
+SHA512 (xmpp-1.1.5.tar.gz) = 45345d498e844592584b4b2a80359f62dec1f4083b6eaae78c565b9beb2824112c6da55a0b92243efe6354e4145c539d94e246324fcf6688f93fc9e093915d81
+Size (xmpp-1.1.5.tar.gz) = 346053 bytes
 SHA1 (patch-rebar.config) = 1d03a7f56107d057bf15a5981b041b334565ef80



Home | Main Index | Thread Index | Old Index