ejabberd stable port information

Package: ejabberd
Version: 1.1.4
Revision: 1
Source: http://www.process-one.net/en/projects/%n/download/%v/%n-%v.tar.gz
Source-MD5: 65e9cd346f11a28afbacfe1d7be3a33b
Description: Fault-tolerant distributed Jabber server
Depends: erlang-otp, openssl098-shlibs, expat1-shlibs, libiconv
BuildDepends: erlang-otp, openssl098-dev, expat1, libiconv-dev
License: GPL
DocFiles: COPYING doc/*
ConfFiles: %p/etc/ejabberd/ejabberd.cfg
PatchFile: %n.patch
PatchFile-MD5: f0d7ddf142a05145a9acce97032455d1
PatchScript: <<
#!/bin/sh -ev
%{default_script}
pushd src
perl -i -pe "s:-fpic -shared:-fPIC -bundle -flat_namespace -undefined suppress:g" \
Makefile.in \
mod_irc/Makefile.in \
stringprep/Makefile.in \
tls/Makefile.in
<<
ConfigureParams: --with-erlang=%p --with-openssl=%p --with-expat=%p --with-libiconv-prefix=%p
CompileScript: <<
#!/bin/sh -ev
PATH=%p/bin:${PATH}
export PATH
pushd src
./configure %c
make
popd
perl -i -pe "s:exec:cd %p/lib/ejabberd/ebin\nexec:g" tools/ejabberdctl
<<
InstallScript: <<
#!/bin/sh -ev
pushd src
make install DESTDIR=%d
popd
mkdir %i/sbin
cp tools/ejabberdctl %i/sbin/ejabberdctl
mkdir -p %i/share/doc/ejabberd/
<<
Maintainer: None
Homepage: http://ejabberd.jabber.ru/
DescDetail: <<
ejabberd is a Free and Open Source distributed fault-tolerant Jabber
server. It's mostly written in Erlang, and works on many platforms
(tested on Linux, FreeBSD, NetBSD, Solaris and Windows NT/2000/XP).
<<
DescPort: <<
From %v 1.1.4 on, the install now understands $PREFIX and $DESTDIR properly, so
no need to hack Makefiles

PKIX fix for erlang > 12b3
https://support.process-one.net/browse/EJAB-446
<<
DescPackaging: <<
Maintainer (<= 1.0.0-1): Daniel Henninger
<<

ejabberd stable port .patch

Index: src/ejabberd_s2s_in.erl
===================================================================
--- a/src/ejabberd_s2s_in.erl (revision 1026)
+++ b/src/ejabberd_s2s_in.erl (working copy)
@@ -30,8 +30,7 @@

-include("ejabberd.hrl").
-include("jlib.hrl").
--include_lib("ssl/include/PKIX1Explicit88.hrl").
--include_lib("ssl/include/PKIX1Implicit88.hrl").
+-include_lib("ssl/include/OTP-PKIX.hrl").
-include("XmppAddr.hrl").

-define(DICT, dict).

ejabberd _unstable_ port .patch