# TODO: # - fix /var/run/stunnel ownership (nobody must NOT own any files!) Summary: Universal SSL tunnel Summary(pl): Uniwersalne narzędzie do bezpiecznego tunelowania Name: stunnel Version: 4.05 Release: 1 License: GPL v2 Group: Networking/Daemons Source0: ftp://stunnel.mirt.net/stunnel/%{name}-%{version}.tar.gz # Source0-md5: e28a03cf694a43a7f144ec3d5c064456 Source1: %{name}.init Source2: %{name}.sysconfig Patch0: %{name}-gethostbyname_is_in_libc_aka_no_libnsl.patch Patch1: %{name}-authpriv.patch Patch2: %{name}-ac_fixes.patch Patch3: %{name}-am.patch Patch4: %{name}-getgrnam.patch URL: http://www.stunnel.org/ BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool BuildRequires: openssl-devel >= 0.9.7d BuildRequires: openssl-tools >= 0.9.7d BuildRequires: libwrap-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The stunnel program is designed to work as SSL encryption wrapper between remote client and local (inetd-startable) or remote server. The concept is that having non-SSL aware daemons running on your system you can easily setup them to communicate with clients over secure SSL channel. stunnel can be used to add SSL functionality to commonly used inetd daemons like POP-2, POP-3 and IMAP servers without any changes in the programs' code. %description -l pl Stunnel umożliwia stawianie silnie kodowanych tuneli pomiędzy serwerem a komputerem klienta. Przy jego użyciu można łatwo zrealizować usługi pop3s lub https. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{/etc/{rc.d/init.d,sysconfig},%{_mandir}/pl/man8,%{_var}/run/stunnel} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT mv -f $RPM_BUILD_ROOT%{_mandir}/man8/stunnel.pl.8* $RPM_BUILD_ROOT%{_mandir}/pl/man8 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/stunnel install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/stunnel %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(644,root,root,755) # note: this COPYING contains general information not GPL text %doc AUTHORS BUGS COPYING CREDITS ChangeLog NEWS PORTS README TODO doc/en/* doc/stunnel.html %doc src/stunnel.exe tools/{ca.*,importCA.*} %doc %lang(pl) doc/pl/* doc/stunnel.pl.html %dir /etc/stunnel %attr(754,root,root) /etc/rc.d/init.d/stunnel %attr(600,root,root) /etc/sysconfig/stunnel %attr(700,nobody,nobody) %{_var}/run/stunnel %config(noreplace) %verify(not size mtime md5) /etc/stunnel/* %attr(755,root,root) %{_sbindir}/* %attr(755,root,root) %{_libdir}/* %{_mandir}/man8/* %lang(pl) %{_mandir}/pl/man8/*