diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-04-13 12:27:10 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-04-13 12:27:10 +0000 |
commit | 94f1f19d1e9470a3acb67fccc76fc17adb062d67 (patch) | |
tree | fcda049504503c0df6778e1da9f3e3075d407373 /net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch | |
parent | Remove amarok mask now that it's officially released. (diff) | |
download | historical-94f1f19d1e9470a3acb67fccc76fc17adb062d67.tar.gz historical-94f1f19d1e9470a3acb67fccc76fc17adb062d67.tar.bz2 historical-94f1f19d1e9470a3acb67fccc76fc17adb062d67.zip |
Bump revision with a whole new ebuild, thanks to the folks in bug #207586
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch')
-rw-r--r-- | net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch b/net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch new file mode 100644 index 000000000000..6cc3bc815a56 --- /dev/null +++ b/net-im/ejabberd/files/2.0.0-ejab-542-mod_proxy65.patch @@ -0,0 +1,12 @@ +--- ejabberd-2.0.0/src/mod_proxy65/mod_proxy65_service.erl.original 2008-04-11 00:10:26.000000000 +0100 ++++ ejabberd-2.0.0/src/mod_proxy65/mod_proxy65_service.erl 2008-04-11 00:11:12.000000000 +0100 +@@ -201,7 +201,7 @@ + none -> get_proxy_or_domainip(ServerHost, MyHost); + Addr -> Addr + end, +- [_ | StrIP] = lists:append([[$. | integer_to_list(X)] || X <- inet:ip_to_bytes(IP)]), ++ StrIP = inet_parse:ntoa(IP), + StreamAddr = [{"jid", MyHost}, {"host", StrIP}, {"port", integer_to_list(Port)}], + {IP, #state{myhost = MyHost, + serverhost = ServerHost, + |