rpms/ejabberd/F-7 ejabberd-1.1.3-ldapfix.patch, NONE, 1.1 ejabberd.spec, 1.8, 1.9

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Jul 31 12:58:26 UTC 2007


Author: jcollie

Update of /cvs/extras/rpms/ejabberd/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29225

Modified Files:
	ejabberd.spec 
Added Files:
	ejabberd-1.1.3-ldapfix.patch 
Log Message:
Don't forget to add patch.

ejabberd-1.1.3-ldapfix.patch:

--- NEW FILE ejabberd-1.1.3-ldapfix.patch ---
--- ejabberd-1.1.3/src/eldap/eldap.erl.fix	2007-07-14 17:03:59.000000000 +0100
+++ ejabberd-1.1.3/src/eldap/eldap.erl	2007-07-14 17:04:25.000000000 +0100
@@ -713,7 +713,7 @@ recvd_wait_bind_response(Pkt, S) ->
 	    check_id(S#eldap.id, Msg#'LDAPMessage'.messageID),
 	    case Msg#'LDAPMessage'.protocolOp of
 		{bindResponse, Result} ->
-		    case Result#'LDAPResult'.resultCode of
+		    case Result#'BindResponse'.resultCode of
 			success -> bound;
 			Error   -> {fail_bind, Error}
 		    end


Index: ejabberd.spec
===================================================================
RCS file: /cvs/extras/rpms/ejabberd/F-7/ejabberd.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ejabberd.spec	31 Jul 2007 12:50:20 -0000	1.8
+++ ejabberd.spec	31 Jul 2007 12:57:54 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           ejabberd
 Version:        1.1.3
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A distributed, fault-tolerant Jabber/XMPP server
 
 Group:          Applications/Internet
@@ -170,6 +170,9 @@
 %doc ChangeLog COPYING TODO doc/*.pdf doc/*.html doc/*.png doc/release_notes_*
 
 %changelog
+* Tue Jul 31 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-4
+- Don't forget to add patch.
+
 * Thu Jul 26 2007 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.1.3-3
 - Add ejabberdctl (#199873)
 - Add patch to fix LDAP authentication. (#248268)




More information about the fedora-extras-commits mailing list