--- rpms/ipsvd/sme9/ipsvd.spec 2013/02/07 22:53:32 1.1 +++ rpms/ipsvd/sme9/ipsvd.spec 2013/12/25 21:17:26 1.2 @@ -1,15 +1,16 @@ -# $Id: ipsvd.spec,v 1.6 2008/04/09 13:51:50 slords Exp $ +# $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $ Summary: internet protocol service daemons Name: ipsvd Version: 0.12.1 -Release: 5%{?dist} +Release: 6%{?dist} License: BSD style Group: System Enviornment/Daemons Url: http://smarden.org/ipsvd/ Source: %{name}-%{version}.tar.gz Source1: matrixssl-1-8-3-open.tar.gz Patch0: matrix.decode.debug.patch +Patch1: tcpsvd_keepalive.patch BuildRequires: dietlibc BuildRoot: %{_tmppath}/%{name}-root %description @@ -36,6 +37,10 @@ from the runit package, or supervise fro ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver. %changelog +* Wed Dec 25 2013 Charlie Brady 0.12.1-06 +- Add option to tcpsvd to set socket keepalive. Code provided by Chris Maltby. + [SME: 8084] + * Sat Oct 6 2007 Charlie Brady 0.12.1-05 - Remove extra debugging code. [SME: 3438] @@ -131,6 +136,7 @@ mkdir -p net/%{name}-%{version}/compile perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \ net/%{name}-%{version}/src/Makefile.matrixssl ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl +%patch1 -p0 %build cd net/%{name}-%{version}