/[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.6 by slords, Wed Apr 9 13:51:50 2008 UTC
# Line 1  Line 1 
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: 1%{?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/
10  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
11  Source1: matrixssl-1-8-3-open.tar.gz  Source1: matrixssl-1-8-3-open.tar.gz
12    Patch0: matrix.decode.debug.patch
13  BuildRequires: dietlibc  BuildRequires: dietlibc
14  BuildRoot: %{_tmppath}/%{name}-root  BuildRoot: %{_tmppath}/%{name}-root
15  %description  %description
# Line 33  from the runit package, or supervise fro Line 36  from the runit package, or supervise fro
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
43    - 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
46    - Send all debugging to stderr rather than stdout.
47    - Fix bug parsing SSL 3.0 client hello (if hello extensions are
48      included, as in Thunderbird 2). [SME: 3438]
49    
50    * Thu Aug 16 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-02
51    - Enable DEBUG during matrixssl build.
52    
53  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>  * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
54  - Clean up spec so package can be built by koji/plague  - Clean up spec so package can be built by koji/plague
55    
# Line 111  ipsvd can be used to run services normal Line 128  ipsvd can be used to run services normal
128  %setup -c -n %{name}-%{version}  %setup -c -n %{name}-%{version}
129  cp -v %{SOURCE1} net/%{name}-%{version}/src/matrixssl.tar.gz  cp -v %{SOURCE1} net/%{name}-%{version}/src/matrixssl.tar.gz
130  mkdir -p net/%{name}-%{version}/compile  mkdir -p net/%{name}-%{version}/compile
131    perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \
132      net/%{name}-%{version}/src/Makefile.matrixssl
133  ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl  ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl
134    
135  %build  %build
# Line 118  cd net/%{name}-%{version} Line 137  cd net/%{name}-%{version}
137  echo 'diet -Os gcc -O2 -Wall' >src/conf-cc  echo 'diet -Os gcc -O2 -Wall' >src/conf-cc
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
141    #patch -p0 < %{PATCH0}
142    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
144    rm matrixssl.a sslio sslsvd
145    cd ..
146    ./package/compile
147    
148  %install  %install
149  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