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

Annotation of /rpms/ipsvd/sme8/ipsvd.spec

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


Revision 1.8 - (hide annotations) (download)
Thu Dec 26 20:52:39 2013 UTC (10 years, 5 months ago) by charliebrady
Branch: MAIN
Changes since 1.7: +4 -4 lines
Update patch to avoid change in Id: string, and don't use dietlibc for build. [SME: 8078]

1 charliebrady 1.8 # $Id: ipsvd.spec,v 1.7 2013/12/25 21:15:46 charliebrady Exp $
2 slords 1.6
3 slords 1.1 Summary: internet protocol service daemons
4     Name: ipsvd
5     Version: 0.12.1
6 charliebrady 1.7 Release: 6%{?dist}
7 slords 1.1 License: BSD style
8     Group: System Enviornment/Daemons
9     Url: http://smarden.org/ipsvd/
10     Source: %{name}-%{version}.tar.gz
11     Source1: matrixssl-1-8-3-open.tar.gz
12 slords 1.3 Patch0: matrix.decode.debug.patch
13 charliebrady 1.7 Patch1: tcpsvd_keepalive.patch
14 slords 1.1 BuildRoot: %{_tmppath}/%{name}-root
15     %description
16    
17     ipsvd is a set of internet protocol service daemons. It currently includes
18     a TCP/IP service daemon, and a UDP/IP service daemon.
19    
20     An internet protocol service (ipsv) daemon waits for incoming
21     connections on a local socket. On incoming connections, the ipsv daemon
22     conditionally runs an arbitrary program with standard input reading from
23     the socket, and standard output writing to the socket, that handles the
24     connection. The network connection optionally can be encrypted using SSLv3.
25     Standard error is used for logging.
26    
27     ipsv daemons can be told to read and follow pre-defined instructions
28     on how to handle incoming connections. It's possible to run different
29     programs, or to set a different environment, or to deny a connection,
30     or to set a per host concurrency limit, depending on the client's address
31     or hostname.
32    
33     Normally the ipsv daemons are run by a supervisor process, such as runsv
34     from the runit package, or supervise from the daemontools package.
35    
36     ipsvd can be used to run services normally run by inetd, xinetd, or tcpserver.
37    
38     %changelog
39 charliebrady 1.7 * Wed Dec 25 2013 Charlie Brady <charlieb@e-smith.com> 0.12.1-06
40     - Add option to tcpsvd to set socket keepalive. Code provided by Chris Maltby.
41 charliebrady 1.8 Don't use dietlibc for build, as it's not available on the build server.
42 charliebrady 1.7 [SME: 8084]
43    
44 slords 1.4 * Sat Oct 6 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-05
45 bytegw 1.5 - Remove extra debugging code. [SME: 3438]
46 slords 1.4
47 slords 1.3 * Tue Oct 2 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-04
48 bytegw 1.5 - Add more debugging of client hello parsing. [SME: 3438]
49 slords 1.3
50 slords 1.2 * Fri Aug 17 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-03
51     - Send all debugging to stderr rather than stdout.
52     - Fix bug parsing SSL 3.0 client hello (if hello extensions are
53 bytegw 1.5 included, as in Thunderbird 2). [SME: 3438]
54 slords 1.2
55     * Thu Aug 16 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-02
56     - Enable DEBUG during matrixssl build.
57    
58 slords 1.1 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
59     - Clean up spec so package can be built by koji/plague
60    
61     * Thu Apr 12 2007 Charlie Brady <charlieb@e-smith.com> 0.12.1-01
62     - Update to latest upstream ipsvd.
63    
64     * Thu Mar 15 2007 Charlie Brady <charlieb@e-smith.com> 0.12.0-04
65     - Update to latest upstream matrixssl library.
66    
67     * Thu Dec 07 2006 Shad L. Lords <slords@mail.com>
68     - Update to new release naming. No functional changes.
69     - Make Packager generic
70    
71     * Sat Feb 4 2006 Charlie Brady <charlieb@e-smith.com> 0.12.0-02
72     - Fix build error in Makefile.
73    
74     * Sat Feb 4 2006 Charlie Brady <charlieb@e-smith.com> 0.12.0-01
75     - Upgrade to new version.
76    
77     * Mon Nov 21 2005 Charlie Brady <charlieb@e-smith.com> 0.11.1-03
78     - Rebuild with new dietlibc (0.27-4).
79    
80     * Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com> 0.11.1-02
81     - Update to latest matrixssl.
82    
83     * Wed Nov 16 2005 Charlie Brady <charlieb@e-smith.com> 0.11.1-01
84     - Update to new ipsvd version.
85     - Remove matrixssl build issue patch.
86    
87     * Mon Oct 24 2005 Charlie Brady <charlieb@e-smith.com> 0.11.0-04
88     - Update to latest matrixssl.
89    
90     * Tue Jul 12 2005 Charlie Brady <charlieb@e-smith.com> 0.11.0-03
91     - Rebuild on CentOS 4.1 build server, to correct segfault problem.
92    
93     * Tue Mar 15 2005 Charlie Brady <charlieb@e-smith.com> 0.11.0-02
94     - Fix install of sslio
95    
96     * Wed Feb 23 2005 Charlie Brady <charlieb@e-smith.com> 0.11.0-01
97     - Upgrade to 0.11.0
98     - Remove bogus dietlibc Requires: header (statically linked)
99    
100     * Sat Jan 15 2005 Charlie Brady <charlieb@e-smith.com> 0.10.1-01
101     - Upgrade to 0.10.1
102     - Upgrade martixssl to 1.2.2.
103     - Don't bundle djbdns client library.
104    
105     * Mon Dec 20 2004 Charlie Brady <charlieb@e-smith.com> 0.9.7-01
106     - Upgrade to 0.9.7.
107    
108     * Thu Sep 30 2004 Charlie Brady <charlieb@e-smith.com> 0.9.6-01
109     - Upgrade to 0.9.6.
110     - Upgrade martixssl to 1.2.
111    
112     * Mon Jun 07 2004 Charlie Brady <charlieb@e-smith.com> 0.9.3-01
113     - Upgrade to 0.9.3.
114    
115     * Mon May 03 2004 Charlie Brady <charlieb@e-smith.com> 0.9.1-01
116     - Upgrade to 0.9.1.
117    
118     * Sun May 02 2004 Charlie Brady <charlieb@e-smith.com> 0.9.0-01
119     - Upgrade to 0.9.0 (now includes sslio).
120     - Build/link with dietlibc and matrixssl.
121    
122     * Tue Nov 04 2003 Charlie Brady <charlieb@e-smith.com> 0.6.0-02
123     - Build/link with uClibc.
124     - Add missing man(8) pages.
125    
126     * Thu Oct 16 2003 Charlie Brady <charlieb@e-smith.com> 0.6.0-01
127     - Upgrade to 0.6.0.
128    
129     * Tue Jul 22 2003 Charlie Brady <charlieb@e-smith.com> 0.4.1-01
130     - Initial
131    
132     %prep
133     %setup -c -n %{name}-%{version}
134     cp -v %{SOURCE1} net/%{name}-%{version}/src/matrixssl.tar.gz
135     mkdir -p net/%{name}-%{version}/compile
136 slords 1.2 perl -p -i -e 's:CC=../../compile:CC=../../compile -DDEBUG:' \
137     net/%{name}-%{version}/src/Makefile.matrixssl
138 slords 1.1 ln -s matrixssl-1-8-3-open net/%{name}-%{version}/compile/matrixssl
139 charliebrady 1.7 %patch1 -p0
140 slords 1.1
141     %build
142     cd net/%{name}-%{version}
143 charliebrady 1.8 echo 'gcc -O2 -Wall' >src/conf-cc
144     echo 'gcc -s -Os -pipe' >src/conf-ld
145 slords 1.1 ./package/compile
146 slords 1.2 cd compile
147 slords 1.4 #patch -p0 < %{PATCH0}
148 slords 1.2 perl -p -i -e "s/printf.m/fprintf(stderr, m/" matrixssl/src/os/debug.c
149     perl -p -i -e "s/ssl.*TLS_MIN_VER .. c/c/" matrixssl/src/sslDecode.c
150     rm matrixssl.a sslio sslsvd
151     cd ..
152     ./package/compile
153 slords 1.1
154     %install
155     cd net/%{name}-%{version}
156     mkdir -p $RPM_BUILD_ROOT/%{_bindir}
157     for i in $(cat package/commands compile/command.ssl)
158     do
159     install command/$i $RPM_BUILD_ROOT/%{_bindir}
160     done
161     mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man1
162     #install man/*.1 $RPM_BUILD_ROOT/%{_mandir}/man1
163     mkdir -p $RPM_BUILD_ROOT/%{_mandir}/man8
164     install man/*.8 $RPM_BUILD_ROOT/%{_mandir}/man8
165    
166     %clean
167     rm -r $RPM_BUILD_ROOT
168    
169     %files
170     %defattr(-,root,root)
171     %{_bindir}/*
172     %{_mandir}/man8/*
173     #%{_mandir}/man1/*
174     %doc net/%{name}-%{version}/package/COPYING
175     %doc net/%{name}-%{version}/doc/*

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