pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/ejabberd
Module Name: pkgsrc
Committed By: fhajny
Date: Thu May 17 13:40:38 UTC 2018
Modified Files:
pkgsrc/chat/ejabberd: Makefile PLIST distinfo
Log Message:
chat/ejabberd: Update to 18.04.
- Don't produce a crash dump during intentional exit
- ejabberdctl: fix parameter parsing
- New hook 'component_send_packet' for sending packet from component
- gen_mod: Carefully validate options list
- gen_mod: Support global module processes
- gen_mod: Remove frontend process support
- gen_mod: Don't crash on invalid module's sub-options
- config: move section about direct-tls for c2s just under regular c2s
config
- fast_tls: Clear cache on configuration reload
- http: Add support for PATCH http method
- mod_client_state: Add 'csi_activity' hook
- mod_http_upload: Accept characters of any script
- mod_http_upload: Add MIME type for M4A files
- mod_mam: Add commands for cleaning up archives for a given user
- mod_muc: Let a MUC room to route presences from its bare JID
- mod_muc: Introduce new mod_muc option: access_register
- mod_muc_room: Add stubs for affiliation-specific backend callbacks
- mod_muc_log: Fix Code format when logging a MUC room kick/ban
- mod_multicast: Improved
- mod_push: New options include_sender and include_body
- mod_push: Don't notify on stream errors
- mod_push_keepalive: Reset timeout on messages only
- mod_roster: Use 'lserver' for configuration lookup
- mod_vcard_ldap: Fix returning value from mod_vcard_ldap's search()
callback
- mod_pubsub: Fix notification payload generated by pubsub
- mod_pubsub: Improve pubsub#itemreply implementation
- mod_pubsub: PubSub purge_node must use a transaction
- Utils: Use httpc directly instead of using p1_http wrapper
- Rest: Add flexibility on rest url config
- SystemMonitors: Get rid of useless memory/disk usage warnings
- WebSocket: Pass access option from websocket to c2s
To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/chat/ejabberd/Makefile
cvs rdiff -u -r1.52 -r1.53 pkgsrc/chat/ejabberd/PLIST
cvs rdiff -u -r1.56 -r1.57 pkgsrc/chat/ejabberd/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/ejabberd/Makefile
diff -u pkgsrc/chat/ejabberd/Makefile:1.83 pkgsrc/chat/ejabberd/Makefile:1.84
--- pkgsrc/chat/ejabberd/Makefile:1.83 Wed Mar 28 21:51:09 2018
+++ pkgsrc/chat/ejabberd/Makefile Thu May 17 13:40:38 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2018/03/28 21:51:09 fhajny Exp $
+# $NetBSD: Makefile,v 1.84 2018/05/17 13:40:38 fhajny Exp $
-DISTNAME= ejabberd-18.03
+DISTNAME= ejabberd-18.04
CATEGORIES= chat
MASTER_SITES= https://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/
EXTRACT_SUFX= .tgz
@@ -13,24 +13,24 @@ LICENSE= gnu-gpl-v2
DEPENDS+= erlang-cache_tab>=1.0.13:../../devel/erlang-cache_tab
DEPENDS+= erlang-epam>=1.0.4:../../security/erlang-epam
DEPENDS+= erlang-eredis>=1.0.8.20150910:../../databases/erlang-eredis
-DEPENDS+= erlang-eimp>=1.0.3:../../graphics/erlang-eimp
-DEPENDS+= erlang-esip>=1.0.22:../../net/erlang-esip
+DEPENDS+= erlang-eimp>=1.0.5:../../graphics/erlang-eimp
+DEPENDS+= erlang-esip>=1.0.23:../../net/erlang-esip
DEPENDS+= erlang-ezlib>=1.0.4:../../devel/erlang-ezlib
-DEPENDS+= erlang-fast_tls>=1.0.21:../../security/erlang-fast_tls
-DEPENDS+= erlang-fast_xml>=1.1.29:../../textproc/erlang-fast_xml
-DEPENDS+= erlang-fast_yaml>=1.0.13:../../textproc/erlang-fast_yaml
+DEPENDS+= erlang-fast_tls>=1.0.22:../../security/erlang-fast_tls
+DEPENDS+= erlang-fast_xml>=1.1.30:../../textproc/erlang-fast_xml
+DEPENDS+= erlang-fast_yaml>=1.0.14:../../textproc/erlang-fast_yaml
DEPENDS+= erlang-iconv>=1.0.7:../../converters/erlang-iconv
DEPENDS+= erlang-jiffy>=0.14.8:../../textproc/erlang-jiffy
DEPENDS+= erlang-jose>=1.8.4:../../security/erlang-jose
DEPENDS+= erlang-lager>=3.4.2.:../../sysutils/erlang-lager
DEPENDS+= erlang-luerl>=0.3:../../lang/erlang-luerl
DEPENDS+= erlang-p1_mysql>=1.0.5:../../databases/erlang-p1_mysql
-DEPENDS+= erlang-p1_oauth2>=0.6.2:../../security/erlang-p1_oauth2
+DEPENDS+= erlang-p1_oauth2>=0.6.3:../../security/erlang-p1_oauth2
DEPENDS+= erlang-p1_pgsql>=1.1.5:../../databases/erlang-p1_pgsql
DEPENDS+= erlang-p1_utils>=1.0.11:../../misc/erlang-p1_utils
DEPENDS+= erlang-stringprep>=1.0.11:../../textproc/erlang-stringprep
-DEPENDS+= erlang-stun>=1.0.21:../../net/erlang-stun
-DEPENDS+= erlang-xmpp>=1.1.20:../../net/erlang-xmpp
+DEPENDS+= erlang-stun>=1.0.22:../../net/erlang-stun
+DEPENDS+= erlang-xmpp>=1.1.21:../../net/erlang-xmpp
GNU_CONFIGURE= yes
USE_GCC_RUNTIME= yes
Index: pkgsrc/chat/ejabberd/PLIST
diff -u pkgsrc/chat/ejabberd/PLIST:1.52 pkgsrc/chat/ejabberd/PLIST:1.53
--- pkgsrc/chat/ejabberd/PLIST:1.52 Wed Mar 28 21:51:09 2018
+++ pkgsrc/chat/ejabberd/PLIST Thu May 17 13:40:38 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.52 2018/03/28 21:51:09 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.53 2018/05/17 13:40:38 fhajny Exp $
lib/${PKGNAME}/COPYING
lib/${PKGNAME}/ebin/ELDAPv3.beam
lib/${PKGNAME}/ebin/XmppAddr.beam
Index: pkgsrc/chat/ejabberd/distinfo
diff -u pkgsrc/chat/ejabberd/distinfo:1.56 pkgsrc/chat/ejabberd/distinfo:1.57
--- pkgsrc/chat/ejabberd/distinfo:1.56 Wed Mar 28 21:51:09 2018
+++ pkgsrc/chat/ejabberd/distinfo Thu May 17 13:40:38 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.56 2018/03/28 21:51:09 fhajny Exp $
+$NetBSD: distinfo,v 1.57 2018/05/17 13:40:38 fhajny Exp $
-SHA1 (ejabberd-18.03.tgz) = 27557bab45027823147972a254ba3521a94572d0
-RMD160 (ejabberd-18.03.tgz) = b72d4dc86c03fcd2a708e18a6d7e5b821c1f95b7
-SHA512 (ejabberd-18.03.tgz) = 49a25e4a0ba27975eb4e998be3323bc8de8814808e41fbba46baf37035219c1ee6c907c0f22dd5b926af426287252b56e87c3ff9d93a8815816323c2fc5d16b4
-Size (ejabberd-18.03.tgz) = 1864193 bytes
+SHA1 (ejabberd-18.04.tgz) = 5d40aa2ac37bd8bfe39d518d22dba4c8ff94aa20
+RMD160 (ejabberd-18.04.tgz) = 4001974cd9c4bf5aebf2aaff18abbcf8d64fa370
+SHA512 (ejabberd-18.04.tgz) = 72a75aa7f60cbe80dac49ba4c7e0015c56bf9dbe62d95348d33c3542aa2bfbc2e8a69f39f53a3fabdc5a3e8fa14266134f67555fda8612b1b844838472fa65fc
+Size (ejabberd-18.04.tgz) = 1866384 bytes
SHA1 (patch-aa) = b36ab8e2a189e07dc09186fdea0599d99294e0e5
SHA1 (patch-ad) = de437722779c823a68f576ec587f5bc3a05e6fbc
SHA1 (patch-ae) = d8d1ca7072f35a5652673cf461860e0f585ecd5b
Home |
Main Index |
Thread Index |
Old Index