diff options
author | tron <tron@pkgsrc.org> | 2012-09-30 21:38:04 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2012-09-30 21:38:04 +0000 |
commit | e8246b90a0a3d7e8430ae74c1015119bf113c104 (patch) | |
tree | 2abc874e18c8c6eb64b58f83d3e257650c7423ca /chat/ejabberd | |
parent | 743558ffad01f457ca1bd5d8f1fdd85a45ebc0b0 (diff) | |
download | pkgsrc-e8246b90a0a3d7e8430ae74c1015119bf113c104.tar.gz |
Update "ejabberd" package to version 2.1.11. Changes since 2.1.10:
- HTTP service
- Fix ejabberd_http:get_line
- Don't use binary:match to extract lines from binaries
- Parse and encode https header names like native http parser does
- Parse correctly https request split into multiple packets
- Properly handle HEAD request in mod_http_bind (EJAB-1538)
- New option default_host for handling requests with ambiguous Host
(EJAB-1261)
- ODBC
- New ODBC support for mod_announce
- New ODBC support for mod_blocking
- New ODBC support for mod_irc
- New ODBC support for mod_muc
- New ODBC support for mod_shared_roster
- New ODBC support for mod_vcard_xupdate
- Add ODBC exporting function for privacy table
- Work also with some unicode strings in PgSQL (EJAB-1490)
- Replace a single quote with double quotes in an ODBC escape
- SSL
- Make sure that res is initialized in all cases
- Parse correctly https request split into multiple packets (EJAB-1537)
- Added missed tls:recv_data/2
- Don't ignore Length parameter in tls:recv
- Avoid quadratic behavior in reading SSL data
- Dix http_bind webserver TLS fail on Chrome (EJAB-1530)
- Miscelanea
- Assume we have only one CPU when an auto-detection fails (EJAB-1516)
- Auth: Relax digest-uri handling (EJAB-1529)
- Caps: Cache caps timestamp before the IQ-request is done
- IRC: Use of MUC password
- Private: misc errors cases fixes
- Pubsub: return user affiliation for a specified node (EJAB-1294)
- Shared Roster: Foreign items were not pushed (EJAB-1509)
- Shared Roster LDAP: user substitution in ldap_rfilter (EJAB-1555)
- Windows: Fix makefile rules for building DLLs
Diffstat (limited to 'chat/ejabberd')
-rw-r--r-- | chat/ejabberd/Makefile | 6 | ||||
-rw-r--r-- | chat/ejabberd/PLIST | 9 | ||||
-rw-r--r-- | chat/ejabberd/distinfo | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 07a4eb71028..f3aa7ae0c3a 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2012/09/29 15:56:31 tron Exp $ +# $NetBSD: Makefile,v 1.29 2012/09/30 21:38:04 tron Exp $ -DISTNAME= ejabberd-2.1.10 -PKGREVISION= 1 +DISTNAME= ejabberd-2.1.11 CATEGORIES= chat MASTER_SITES= http://www.process-one.net/downloads/ejabberd/${PKGVERSION_NOREV}/ +EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.ejabberd.im/ diff --git a/chat/ejabberd/PLIST b/chat/ejabberd/PLIST index 4966f9ed36e..e35d6db832e 100644 --- a/chat/ejabberd/PLIST +++ b/chat/ejabberd/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.17 2012/01/07 23:02:03 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.18 2012/09/30 21:38:04 tron Exp $ lib/erlang/lib/${PKGNAME}/ebin/ELDAPv3.beam lib/erlang/lib/${PKGNAME}/ebin/XmppAddr.beam lib/erlang/lib/${PKGNAME}/ebin/acl.beam @@ -77,7 +77,9 @@ lib/erlang/lib/${PKGNAME}/ebin/jd2ejd.beam lib/erlang/lib/${PKGNAME}/ebin/jlib.beam lib/erlang/lib/${PKGNAME}/ebin/mod_adhoc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_announce.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_announce_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_blocking.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_blocking_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_caps.beam lib/erlang/lib/${PKGNAME}/ebin/mod_configure.beam lib/erlang/lib/${PKGNAME}/ebin/mod_configure2.beam @@ -88,10 +90,12 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_http_fileserver.beam lib/erlang/lib/${PKGNAME}/ebin/mod_ip_blacklist.beam lib/erlang/lib/${PKGNAME}/ebin/mod_irc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_irc_connection.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_irc_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_last.beam lib/erlang/lib/${PKGNAME}/ebin/mod_last_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc_log.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_muc_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_muc_room.beam lib/erlang/lib/${PKGNAME}/ebin/mod_offline.beam lib/erlang/lib/${PKGNAME}/ebin/mod_offline_odbc.beam @@ -115,6 +119,7 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_roster_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_service_log.beam lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster.beam lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_ldap.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_shared_roster_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_sic.beam lib/erlang/lib/${PKGNAME}/ebin/mod_stats.beam lib/erlang/lib/${PKGNAME}/ebin/mod_time.beam @@ -122,6 +127,7 @@ lib/erlang/lib/${PKGNAME}/ebin/mod_vcard.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_ldap.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate.beam +lib/erlang/lib/${PKGNAME}/ebin/mod_vcard_xupdate_odbc.beam lib/erlang/lib/${PKGNAME}/ebin/mod_version.beam lib/erlang/lib/${PKGNAME}/ebin/node_buddy.beam lib/erlang/lib/${PKGNAME}/ebin/node_club.beam @@ -247,6 +253,7 @@ share/doc/ejabberd/release_notes_2.1.7.txt share/doc/ejabberd/release_notes_2.1.8.txt share/doc/ejabberd/release_notes_2.1.9.txt share/doc/ejabberd/release_notes_2.1.10.txt +share/doc/ejabberd/release_notes_2.1.11.txt share/doc/ejabberd/webadmmain.png share/doc/ejabberd/webadmmainru.png share/doc/ejabberd/yozhikheader.png diff --git a/chat/ejabberd/distinfo b/chat/ejabberd/distinfo index 9d50fa5dab2..c734604b110 100644 --- a/chat/ejabberd/distinfo +++ b/chat/ejabberd/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2012/01/07 23:02:03 fhajny Exp $ +$NetBSD: distinfo,v 1.19 2012/09/30 21:38:05 tron Exp $ -SHA1 (ejabberd-2.1.10.tar.gz) = c1164aa00f4445cc464cc57a986cf2607315635b -RMD160 (ejabberd-2.1.10.tar.gz) = 7069aeeb87fd074988bc62cb4e898f7b920ab3c0 -Size (ejabberd-2.1.10.tar.gz) = 1942456 bytes +SHA1 (ejabberd-2.1.11.tgz) = ae2c521d5e93fbd5bc826052c5524b5222dcfae6 +RMD160 (ejabberd-2.1.11.tgz) = d714aa744f7181b8c96f228787e4a1c32594be3f +Size (ejabberd-2.1.11.tgz) = 2014232 bytes SHA1 (patch-aa) = 81bffd072f179713989cde0c1efc3cce8cf10944 SHA1 (patch-ad) = ea92f93624b5d6d8fa3760d426a967a499721fe7 SHA1 (patch-ae) = e518cb5eb67ae8feef7617ad52799af3b8e81179 |