Search
j0ke.net Open Build Service
>
Projects
>
ha
>
crossroads-stable
> crossroads.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File crossroads.spec of Package crossroads-stable (Revision 8)
Currently displaying revision
8
,
show latest
Summary: Load balance and fail over utility for TCP based services Name: crossroads Version: 2.30 Release: 1 License: GPLv3 Group: Applications/Utilities URL: http://crossroads.e-tunity.com/ Source: http://crossroads.e-tunity.com/downloads/versions/crossroads-stable.tar.gz Patch0: crossroads-makefile.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl yodl gcc-c++ Requires: perl %description Crossroads is an open source load balance and fail over utility for TCP based services. It is a daemon running in user space, and features extensive configurability, polling of back ends using 'wakeup calls', detailed status reporting, 'hooks' for special actions when backend calls fail, and much more. Crossroads is service-independent: it is usable for HTTP(S), SSH, SMTP, DNS, etc.. In the case of HTTP balancing, Crossroads can provide 'session stickiness' for back end processes that need sessions, but aren't session-aware of other back ends. %prep %setup -n %{name}-%{version} %patch0 %build %{__make} %{?_smp_mflags} PREFIX=%{_prefix} local #needs yo2man #{__make} %{?_smp_mflags} PREFIX=%{_prefix} documentation %install %{__rm} -rf %{buildroot} %{__install} -d %{buildroot}%{_sbindir} %{buildroot}%{_bindir} %{__make} install DESTDIR="%{buildroot}" %__install -m 0755 xrctl/xrctl %{buildroot}%{_sbindir}/xrctl %clean %{__rm} -rf %{buildroot} %files %defattr(-, root, root, 0755) %doc ChangeLog %doc doc/xr.pdf doc/xr.odt %{_sbindir}/xr %{_sbindir}/xrctl %changelog * Mon Nov 03 2008 Carsten Schoene <cs@linux-administrator.com> - 2.30-1 - new upstream version 2.30 - New features include DOS protection capabilities - bugfixes - a "weighted-load" dispatching mode - a richer management Web interface and a rewritten, optimized HTTP dispatcher which runs 40-50% faster. * Wed Oct 08 2008 Carsten Schoene <cs@linux-administrator.com> - 2.18-1 - new upstream version 2.18, this is the new stable release * Sat Aug 16 2008 Carsten Schoene <cs@linux-administrator.com> - 2.05-1 - new upstream version 2.05 * Fri Aug 08 2008 Carsten Schoene <cs@linux-administrator.com> - 2.00-1 - new upstream version 2.00 * Mon May 19 2008 Carsten Schoene <cs@linux-administrator.com> - 1.80-1 - new upstream version 1.80 * Mon Apr 21 2008 Carsten Schoene <cs@linux-administrator.com> - 1.79-1 - new upstream version 1.79 * Fri Mar 07 2008 Carsten Schoene <cs@linux-administrator.com> - 1.77-1 - Initial package.