/[smeserver]/rpms/ipsvd/sme8/ipsvd.spec
ViewVC logotype

Diff of /rpms/ipsvd/sme8/ipsvd.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.2 by slords, Thu Sep 6 16:14:58 2007 UTC Revision 1.3 by slords, Wed Oct 3 18:33:20 2007 UTC
# Line 1  Line 1 
1  Summary: internet protocol service daemons  Summary: internet protocol service daemons
2  Name: ipsvd  Name: ipsvd
3  Version: 0.12.1  Version: 0.12.1
4  Release: 3%{?dist}  Release: 4%{?dist}
5  License: BSD style  License: BSD style
6  Group: System Enviornment/Daemons  Group: System Enviornment/Daemons
7  Url: http://smarden.org/ipsvd/  Url: http://smarden.org/ipsvd/
8  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
9  Source1: matrixssl-1-8-3-open.tar.gz  Source1: matrixssl-1-8-3-open.tar.gz
10    Patch0: matrix.decode.debug.patch
11  BuildRequires: dietlibc  BuildRequires: dietlibc
12  BuildRoot: %{_tmppath}/%{name}-root  BuildRoot: %{_tmppath}/%{name}-root
13  %description  %description
# Line 33  from the runit package, or supervise fro Line 34  from the runit package, or supervise fro
34  ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.  ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.
35    
36  %changelog  %changelog
37    * Tue Oct  2 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-04
38    - Add more debugging of client hello parsing.
39    
40  * Fri Aug 17 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-03  * Fri Aug 17 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-03
41  - Send all debugging to stderr rather than stdout.  - Send all debugging to stderr rather than stdout.
42  - Fix bug parsing SSL 3.0 client hello (if hello extensions are  - Fix bug parsing SSL 3.0 client hello (if hello extensions are
# Line 129  echo 'diet -Os gcc -O2 -Wall' >src/conf- Line 133  echo 'diet -Os gcc -O2 -Wall' >src/conf-
133  echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld  echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld
134  ./package/compile  ./package/compile
135  cd compile  cd compile
136    patch -p0 < %{PATCH0}
137  perl -p -i -e "s/printf.m/fprintf(stderr, m/" matrixssl/src/os/debug.c  perl -p -i -e "s/printf.m/fprintf(stderr, m/" matrixssl/src/os/debug.c
138  perl -p -i -e "s/ssl.*TLS_MIN_VER .. c/c/" matrixssl/src/sslDecode.c  perl -p -i -e "s/ssl.*TLS_MIN_VER .. c/c/" matrixssl/src/sslDecode.c
139  rm matrixssl.a sslio sslsvd  rm matrixssl.a sslio sslsvd


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed