1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: internet protocol service daemons |
Summary: internet protocol service daemons |
4 |
Name: ipsvd |
Name: ipsvd |
5 |
Version: 0.12.1 |
Version: 0.12.1 |
6 |
Release: 4%{?dist} |
Release: 5%{?dist} |
7 |
License: BSD style |
License: BSD style |
8 |
Group: System Enviornment/Daemons |
Group: System Enviornment/Daemons |
9 |
Url: http://smarden.org/ipsvd/ |
Url: http://smarden.org/ipsvd/ |
36 |
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. |
37 |
|
|
38 |
%changelog |
%changelog |
39 |
|
* Sat Oct 6 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-05 |
40 |
|
- Remove extra debugging code. [SME: 3438] |
41 |
|
|
42 |
* Tue Oct 2 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-04 |
* Tue Oct 2 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-04 |
43 |
- Add more debugging of client hello parsing. |
- Add more debugging of client hello parsing. [SME: 3438] |
44 |
|
|
45 |
* 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 |
46 |
- Send all debugging to stderr rather than stdout. |
- Send all debugging to stderr rather than stdout. |
47 |
- Fix bug parsing SSL 3.0 client hello (if hello extensions are |
- Fix bug parsing SSL 3.0 client hello (if hello extensions are |
48 |
included, as in Thunderbird 2). |
included, as in Thunderbird 2). [SME: 3438] |
49 |
|
|
50 |
* Thu Aug 16 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-02 |
* Thu Aug 16 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-02 |
51 |
- Enable DEBUG during matrixssl build. |
- Enable DEBUG during matrixssl build. |
138 |
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld |
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld |
139 |
./package/compile |
./package/compile |
140 |
cd compile |
cd compile |
141 |
patch -p0 < %{PATCH0} |
#patch -p0 < %{PATCH0} |
142 |
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 |
143 |
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 |
144 |
rm matrixssl.a sslio sslsvd |
rm matrixssl.a sslio sslsvd |