/[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.1 by slords, Tue Jun 12 19:54:46 2007 UTC Revision 1.2 by slords, Thu Sep 6 16:14:58 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: 1%{?dist}  Release: 3%{?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/
# Line 33  from the runit package, or supervise fro Line 33  from the runit package, or supervise fro
33  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.
34    
35  %changelog  %changelog
36    * Fri Aug 17 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-03
37    - Send all debugging to stderr rather than stdout.
38    - Fix bug parsing SSL 3.0 client hello (if hello extensions are
39      included, as in Thunderbird 2).
40    
41    * Thu Aug 16 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-02
42    - Enable DEBUG during matrixssl build.
43    
44  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
45  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
46    
# Line 111  ipsvd can be used to run services normal Line 119  ipsvd can be used to run services normal
119  %setup -c -n %{name}-%{version}  %setup -c -n %{name}-%{version}
120  cp -v %{SOURCE1} net/%{name}-%{version}/src/matrixssl.tar.gz  cp -v %{SOURCE1} net/%{name}-%{version}/src/matrixssl.tar.gz
121  mkdir -p net/%{name}-%{version}/compile  mkdir -p net/%{name}-%{version}/compile
122    perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \
123      net/%{name}-%{version}/src/Makefile.matrixssl
124  ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl  ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl
125    
126  %build  %build
# Line 118  cd net/%{name}-%{version} Line 128  cd net/%{name}-%{version}
128  echo 'diet -Os gcc -O2 -Wall' >src/conf-cc  echo 'diet -Os gcc -O2 -Wall' >src/conf-cc
129  echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld  echo 'diet -Os gcc -s -Os -pipe' >src/conf-ld
130  ./package/compile  ./package/compile
131    cd compile
132    perl -p -i -e "s/printf.m/fprintf(stderr, m/" matrixssl/src/os/debug.c
133    perl -p -i -e "s/ssl.*TLS_MIN_VER .. c/c/" matrixssl/src/sslDecode.c
134    rm matrixssl.a sslio sslsvd
135    cd ..
136    ./package/compile
137    
138  %install  %install
139  cd  net/%{name}-%{version}  cd  net/%{name}-%{version}


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