auto-import changelog data from stunnel-3.13-3.src.rpm
Mon Mar 26 2001 Preston Brown <pbrown@redhat.com> - depend on make (#33148) Fri Mar 02 2001 Nalin Dahyabhai <nalin@redhat.com> - rebuild in new environment Tue Feb 06 2001 Nalin Dahyabhai <nalin@redhat.com> - update to 3.13 to get pthread, OOB, 64-bit fixes - don't need sdf any more Thu Dec 28 2000 Nalin Dahyabhai <nalin@redhat.com> - pull in sdf to build the man page (#22892) Fri Dec 22 2000 Nalin Dahyabhai <nalin@redhat.com> - update to 3.11 - chuck the SIGHUP patch (went upstream) - chuck parts of the 64-bit clean patch (went upstream)
This commit is contained in:
parent
1aea240763
commit
52d6b1caf0
@ -1 +1 @@
|
|||||||
stunnel-3.10.tar.gz
|
stunnel-3.13.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
eca047987da225a6e4e7bd705a81f2aa stunnel-3.10.tar.gz
|
c444b4954713012b3fb00cb6cc32d8f6 stunnel-3.13.tar.gz
|
||||||
|
31
stunnel.spec
31
stunnel.spec
@ -1,7 +1,8 @@
|
|||||||
|
%define sdf_version 2.001
|
||||||
Summary: SSL-encrypting socket wrapper.
|
Summary: SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 3.10
|
Version: 3.13
|
||||||
Release: 2
|
Release: 3
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -10,11 +11,10 @@ Source1: stunnel.cnf
|
|||||||
Source2: Certificate-Creation
|
Source2: Certificate-Creation
|
||||||
Source3: sfinger.xinetd
|
Source3: sfinger.xinetd
|
||||||
Source4: pop3-redirect.xinetd
|
Source4: pop3-redirect.xinetd
|
||||||
Patch0: stunnel-3.10-64bit.patch
|
|
||||||
Patch1: stunnel-3.9-hup.patch
|
|
||||||
Buildroot: %{_tmppath}/stunnel-root
|
Buildroot: %{_tmppath}/stunnel-root
|
||||||
BuildPrereq: openssl-devel, textutils, fileutils, /usr/share/dict/words
|
BuildPrereq: openssl-devel, perl, textutils, fileutils, /usr/share/dict/words
|
||||||
Prereq: openssl >= 0.9.5a, textutils, fileutils, /bin/mktemp, /sbin/ldconfig, /usr/share/dict/words, /bin/hostname, /usr/bin/id, /usr/bin/getent
|
Prereq: openssl >= 0.9.5a, textutils, fileutils, /bin/mktemp, /sbin/ldconfig, /usr/share/dict/words, /bin/hostname, /usr/bin/id, /usr/bin/getent
|
||||||
|
Requires: make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
stunnel is a socket wrapper which can be used to give ordinary
|
stunnel is a socket wrapper which can be used to give ordinary
|
||||||
@ -24,9 +24,6 @@ server.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .64bit
|
|
||||||
%patch1 -p1 -b .hup
|
|
||||||
cp %{SOURCE2} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
CFLAGS="-g -DNO_RC5 -DNO_IDEA $RPM_OPT_FLAGS"; export CFLAGS
|
CFLAGS="-g -DNO_RC5 -DNO_IDEA $RPM_OPT_FLAGS"; export CFLAGS
|
||||||
@ -77,6 +74,24 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/stunnel
|
%{_sbindir}/stunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2001 Preston Brown <pbrown@redhat.com>
|
||||||
|
- depend on make (#33148)
|
||||||
|
|
||||||
|
* Fri Mar 2 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- rebuild in new environment
|
||||||
|
|
||||||
|
* Tue Feb 6 2001 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- update to 3.13 to get pthread, OOB, 64-bit fixes
|
||||||
|
- don't need sdf any more
|
||||||
|
|
||||||
|
* Thu Dec 28 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- pull in sdf to build the man page (#22892)
|
||||||
|
|
||||||
|
* Fri Dec 22 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
|
- update to 3.11
|
||||||
|
- chuck the SIGHUP patch (went upstream)
|
||||||
|
- chuck parts of the 64-bit clean patch (went upstream)
|
||||||
|
|
||||||
* Thu Dec 21 2000 Nalin Dahyabhai <nalin@redhat.com>
|
* Thu Dec 21 2000 Nalin Dahyabhai <nalin@redhat.com>
|
||||||
- update to 3.10
|
- update to 3.10
|
||||||
- more 64-bit clean changes, hopefully the last bunch
|
- more 64-bit clean changes, hopefully the last bunch
|
||||||
|
Loading…
Reference in New Issue
Block a user