auto-import changelog data from stunnel-3.26-1.8.0.src.rpm
Mon Oct 06 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.8.0 - rebuild Mon Oct 06 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.7.3 - rebuild Mon Oct 06 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.7.1 - rebuild Mon Oct 06 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-0 - update to fix bugs in previous erratum and others as well - actually include the stunnel.cnf which we install in %install in the package
This commit is contained in:
parent
7b1f13e148
commit
f285208d57
@ -1 +1 @@
|
|||||||
stunnel-3.22.tar.gz
|
stunnel-3.26.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
69000d8365b006b3c080a1e2dc9ccba9 stunnel-3.22.tar.gz
|
e2cffe2f2753416d37ea1619c0d0f96e stunnel-3.26.tar.gz
|
||||||
|
24
stunnel.spec
24
stunnel.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: An SSL-encrypting socket wrapper.
|
Summary: An SSL-encrypting socket wrapper.
|
||||||
Name: stunnel
|
Name: stunnel
|
||||||
Version: 3.22
|
Version: 3.26
|
||||||
Release: 5.8.0
|
Release: 1.8.0
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
URL: http://stunnel.mirt.net/
|
URL: http://stunnel.mirt.net/
|
||||||
@ -11,9 +11,7 @@ Source2: stunnel.cnf
|
|||||||
Source3: Certificate-Creation
|
Source3: Certificate-Creation
|
||||||
Source4: sfinger.xinetd
|
Source4: sfinger.xinetd
|
||||||
Source5: pop3-redirect.xinetd
|
Source5: pop3-redirect.xinetd
|
||||||
Patch0: stunnel-3.20-authpriv.patch
|
Patch0: stunnel-3.26-authpriv.patch
|
||||||
Patch1: stunnel-3.22-sigchld.patch
|
|
||||||
Patch2: stunnel-3.22-static-libwrap.patch
|
|
||||||
Buildroot: %{_tmppath}/stunnel-root
|
Buildroot: %{_tmppath}/stunnel-root
|
||||||
BuildPrereq: openssl-devel, perl, textutils, fileutils, /usr/share/dict/words, tcp_wrappers
|
BuildPrereq: openssl-devel, perl, textutils, fileutils, /usr/share/dict/words, tcp_wrappers
|
||||||
Prereq: textutils, fileutils, /bin/mktemp, /sbin/ldconfig, /usr/share/dict/words, /bin/hostname, /usr/bin/id, /usr/bin/getent
|
Prereq: textutils, fileutils, /bin/mktemp, /sbin/ldconfig, /usr/share/dict/words, /bin/hostname, /usr/bin/id, /usr/bin/getent
|
||||||
@ -27,8 +25,6 @@ in conjunction with imapd to create an SSL secure IMAP server.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .authpriv
|
%patch0 -p1 -b .authpriv
|
||||||
%patch1 -p1 -b .sigchld
|
|
||||||
%patch2 -p1 -b .static-libwrap
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if pkg-config openssl ; then
|
if pkg-config openssl ; then
|
||||||
@ -84,11 +80,25 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%lang(en) %doc doc/english/*
|
%lang(en) %doc doc/english/*
|
||||||
%lang(po) %doc doc/polish/*
|
%lang(po) %doc doc/polish/*
|
||||||
%ghost %config(noreplace,missingok) %{_datadir}/ssl/certs/stunnel.pem
|
%ghost %config(noreplace,missingok) %{_datadir}/ssl/certs/stunnel.pem
|
||||||
|
%config %{_datadir}/ssl/stunnel.cnf
|
||||||
%{_libdir}/stunnel.so*
|
%{_libdir}/stunnel.so*
|
||||||
%{_mandir}/man8/stunnel.8*
|
%{_mandir}/man8/stunnel.8*
|
||||||
%{_sbindir}/stunnel
|
%{_sbindir}/stunnel
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 6 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.8.0
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Mon Oct 6 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.7.3
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Mon Oct 6 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-1.7.1
|
||||||
|
- rebuild
|
||||||
|
|
||||||
|
* Mon Oct 6 2003 Nalin Dahyabhai <nalin@redhat.com> 3.26-0
|
||||||
|
- update to fix bugs in previous erratum and others as well
|
||||||
|
- actually include the stunnel.cnf which we install in %%install in the package
|
||||||
|
|
||||||
* Thu Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.22-5.8.0
|
* Thu Jul 10 2003 Nalin Dahyabhai <nalin@redhat.com> 3.22-5.8.0
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user