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: 5%{?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 |
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 |
|
* Sat Oct 6 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-05 |
38 |
|
- Remove extra debugging code. [SME: 3438] |
39 |
|
|
40 |
|
* Tue Oct 2 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-04 |
41 |
|
- Add more debugging of client hello parsing. [SME: 3438] |
42 |
|
|
43 |
* 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 |
44 |
- Send all debugging to stderr rather than stdout. |
- Send all debugging to stderr rather than stdout. |
45 |
- Fix bug parsing SSL 3.0 client hello (if hello extensions are |
- Fix bug parsing SSL 3.0 client hello (if hello extensions are |
46 |
included, as in Thunderbird 2). |
included, as in Thunderbird 2). [SME: 3438] |
47 |
|
|
48 |
* 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 |
49 |
- Enable DEBUG during matrixssl build. |
- Enable DEBUG during matrixssl build. |
136 |
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld |
echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld |
137 |
./package/compile |
./package/compile |
138 |
cd compile |
cd compile |
139 |
|
#patch -p0 < %{PATCH0} |
140 |
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 |
141 |
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 |
142 |
rm matrixssl.a sslio sslsvd |
rm matrixssl.a sslio sslsvd |