Blame SPECS/stunnel.spec

fd1438
# Do not generate provides for private libraries
fd1438
%global __provides_exclude_from ^%{_libdir}/stunnel/.*$
fd1438
fd1438
%if 0%{?fedora} > 27 || 0%{?rhel} > 7
fd1438
%bcond_with libwrap
fd1438
%else
fd1438
%bcond_without libwrap
fd1438
%endif
fd1438
fd1438
Summary: A TLS-encrypting socket wrapper
fd1438
Name: stunnel
fd1438
Version: 5.62
fd1438
Release: 2%{?dist}
fd1438
License: GPLv2
fd1438
URL: https://www.stunnel.org/
fd1438
Source0: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz
fd1438
Source1: https://www.stunnel.org/downloads/stunnel-%{version}.tar.gz.asc
fd1438
Source2: Certificate-Creation
fd1438
Source3: sfinger.xinetd
fd1438
Source4: stunnel-sfinger.conf
fd1438
Source5: pop3-redirect.xinetd
fd1438
Source6: stunnel-pop3s-client.conf
fd1438
Source7: stunnel@.service
fd1438
Patch0: stunnel-5.50-authpriv.patch
fd1438
Patch1: stunnel-5.61-systemd-service.patch
fd1438
Patch3: stunnel-5.56-system-ciphers.patch
fd1438
Patch4: stunnel-5.56-coverity.patch
fd1438
Patch5: stunnel-5.61-default-tls-version.patch
fd1438
Patch6: stunnel-5.56-curves-doc-update.patch
fd1438
Patch7: stunnel-5.61-openssl30-fips.patch
fd1438
Patch8: stunnel-5.62-disabled-curves.patch
fd1438
# util-linux is needed for rename
fd1438
BuildRequires: make
fd1438
BuildRequires: gcc
fd1438
BuildRequires: openssl-devel, pkgconfig, util-linux
fd1438
BuildRequires: autoconf automake libtool
fd1438
%if %{with libwrap}
fd1438
Buildrequires: tcp_wrappers-devel
fd1438
%endif
fd1438
BuildRequires: /usr/bin/pod2man
fd1438
BuildRequires: /usr/bin/pod2html
fd1438
# build test requirements
fd1438
BuildRequires: /usr/bin/nc, /usr/bin/lsof, /usr/bin/ps
fd1438
BuildRequires: python3 openssl
fd1438
BuildRequires: systemd
fd1438
%{?systemd_requires}
fd1438
fd1438
%description
fd1438
Stunnel is a socket wrapper which can provide TLS/SSL
fd1438
(Transport Layer Security/Secure Sockets Layer) support
fd1438
to ordinary applications. For example, it can be used in
fd1438
conjunction with imapd to create a TLS secure IMAP server.
fd1438
fd1438
%prep
fd1438
%setup -q
fd1438
%patch0 -p1 -b .authpriv
fd1438
%patch1 -p1 -b .systemd-service
fd1438
%patch3 -p1 -b .system-ciphers
fd1438
%patch4 -p1 -b .coverity
fd1438
%patch5 -p1 -b .default-tls-version
fd1438
%patch6 -p1 -b .curves-doc-update
fd1438
%patch7 -p1 -b .openssl30-fips
fd1438
%patch8 -p1 -b .disabled-curves
fd1438
fd1438
# Fix the stack protector flag
fd1438
sed -i 's/-fstack-protector/-fstack-protector-strong/' configure
fd1438
fd1438
%build
fd1438
#autoreconf -v
fd1438
CFLAGS="$RPM_OPT_FLAGS -fPIC"; export CFLAGS
fd1438
if pkg-config openssl ; then
fd1438
	CFLAGS="$CFLAGS `pkg-config --cflags openssl`";
fd1438
	LDFLAGS="`pkg-config --libs-only-L openssl`"; export LDFLAGS
fd1438
fi
fd1438
%configure --enable-fips --enable-ipv6 --with-ssl=%{_prefix} \
fd1438
%if %{with libwrap}
fd1438
--enable-libwrap \
fd1438
%else
fd1438
--disable-libwrap \
fd1438
%endif
fd1438
	CPPFLAGS="-UPIDFILE -DPIDFILE='\"%{_localstatedir}/run/stunnel.pid\"'"
fd1438
make V=1 LDADD="-pie -Wl,-z,defs,-z,relro,-z,now"
fd1438
fd1438
%install
fd1438
make install DESTDIR=%{buildroot}
fd1438
# Move the translated man pages to the right subdirectories, and strip off the
fd1438
# language suffixes.
fd1438
#for lang in fr pl ; do
fd1438
for lang in pl ; do
fd1438
	mkdir -p %{buildroot}/%{_mandir}/${lang}/man8
fd1438
	mv %{buildroot}/%{_mandir}/man8/*.${lang}.8* %{buildroot}/%{_mandir}/${lang}/man8/
fd1438
	rename ".${lang}" "" %{buildroot}/%{_mandir}/${lang}/man8/*
fd1438
done
fd1438
mkdir srpm-docs
fd1438
cp %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} srpm-docs
fd1438
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
fd1438
mkdir -p %{buildroot}%{_unitdir}
fd1438
cp %{buildroot}%{_datadir}/doc/stunnel/examples/%{name}.service %{buildroot}%{_unitdir}/%{name}.service
fd1438
cp %{SOURCE7} %{buildroot}%{_unitdir}/%{name}@.service
fd1438
%endif
fd1438
fd1438
%check
fd1438
if ! make test; then
fd1438
	for i in tests/logs/*.log; do
fd1438
		echo "$i":
fd1438
		cat "$i"
fd1438
	done
fd1438
	exit 1
fd1438
fi
fd1438
fd1438
%files
fd1438
%{!?_licensedir:%global license %%doc}
fd1438
%doc AUTHORS.md BUGS.md CREDITS.md PORTS.md README.md TODO.md
fd1438
%doc tools/stunnel.conf-sample
fd1438
%doc srpm-docs/*
fd1438
%license COPY*
fd1438
%lang(en) %doc doc/en/*
fd1438
%lang(pl) %doc doc/pl/*
fd1438
%{_bindir}/stunnel
fd1438
%exclude %{_bindir}/stunnel3
fd1438
%exclude %{_datadir}/doc/stunnel
fd1438
%{_libdir}/stunnel
fd1438
%exclude %{_libdir}/stunnel/libstunnel.la
fd1438
%{_mandir}/man8/stunnel.8*
fd1438
%lang(pl) %{_mandir}/pl/man8/stunnel.8*
fd1438
%dir %{_sysconfdir}/%{name}
fd1438
%exclude %{_sysconfdir}/stunnel/*
fd1438
%if 0%{?fedora} >= 15 || 0%{?rhel} >= 7
fd1438
%{_unitdir}/%{name}*.service
fd1438
%endif
fd1438
%{_datadir}/bash-completion/completions/%{name}.bash
fd1438
fd1438
%post
fd1438
/sbin/ldconfig
fd1438
%systemd_post %{name}.service
fd1438
fd1438
%preun
fd1438
%systemd_preun %{name}.service
fd1438
fd1438
%postun
fd1438
/sbin/ldconfig
fd1438
%systemd_postun_with_restart %{name}.service
fd1438
fd1438
%changelog
fd1438
* Fri Feb 04 2022 Clemens Lang <cllang@redhat.com> - 5.62-2
fd1438
- Fix stunnel in FIPS mode
fd1438
  Resolves: rhbz#2050617
fd1438
- Fail build if tests fail
fd1438
  Resolves: rhbz#2051083
fd1438
fd1438
* Tue Jan 18 2022 Clemens Lang <cllang@redhat.com> - 5.62-1
fd1438
- New upstream release 5.62
fd1438
  Resolves: rhbz#2039299
fd1438
fd1438
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 5.58-6
fd1438
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
fd1438
  Related: rhbz#1991688
fd1438
fd1438
* Tue Aug 03 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 5.58-5
fd1438
- Stunnel cannot use an encrypted private key being built against OpenSSL 3.0
fd1438
- Resolves: rhbz#1976854
fd1438
fd1438
* Wed Jul 28 2021 Dmitry Belyavskiy <dbelyavs@redhat.com> - 5.58-4
fd1438
- Stunnel cannot use an encrypted private key being built against OpenSSL 3.0
fd1438
- Resolves: rhbz#1976854
fd1438
fd1438
* Wed Jun 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.58-3
fd1438
- Rebuilt for RHEL 9 BETA for openssl 3.0
fd1438
  Related: rhbz#1971065
fd1438
fd1438
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 5.58-2
fd1438
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
fd1438
fd1438
* Mon Feb 22 2021 Sahana Prasad <sahana@redhat.com> - 5.58-1
fd1438
- New upstream release 5.58
fd1438
fd1438
* Wed Feb 10 2021 Sahana Prasad <sahana@redhat.com> - 5.57-1
fd1438
- New upstream release 5.57
fd1438
- Fixes #1925229 - client certificate not correctly verified
fd1438
  when redirect and verifyChain options are used
fd1438
fd1438
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.56-10
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
fd1438
fd1438
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.56-9
fd1438
- Second attempt - Rebuilt for
fd1438
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fd1438
fd1438
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.56-8
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fd1438
fd1438
* Thu Apr 16 2020 Sahana Prasad <sahana@redhat.com> - 5.56-7
fd1438
- Updates documentation to specify that the option "curves" can be used in server mode only.
fd1438
fd1438
* Wed Apr 08 2020 Sahana Prasad <sahana@redhat.com> - 5.56-6
fd1438
- Fixes default tls version patch to handle default values from OpenSSL crypto policies
fd1438
fd1438
* Mon Apr 06 2020 Sahana Prasad <sahana@redhat.com> - 5.56-5
fd1438
- Removes warnings caused by the patch
fd1438
fd1438
* Mon Apr 06 2020 Sahana Prasad <sahana@redhat.com> - 5.56-4
fd1438
- Adds default tls version patch to comply with OpenSSL crypto policies
fd1438
fd1438
* Tue Mar 31 2020 Sahana Prasad <sahana@redhat.com> - 5.56-3
fd1438
- Adds coverity patch
fd1438
fd1438
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 5.56-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
fd1438
fd1438
* Wed Jan 08 2020 Sahana Prasad <sahana@redhat.com> - 5.56-1
fd1438
- New upstream release 5.56
fd1438
fd1438
* Thu Sep 19 2019 Sahana Prasad <sahana@redhat.com> - 5.55-1
fd1438
- New upstream release 5.55
fd1438
fd1438
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.50-3
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
fd1438
fd1438
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 5.50-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
fd1438
fd1438
* Mon Jan 14 2019 Tomáš Mráz <tmraz@redhat.com> - 5.50-1
fd1438
- New upstream release 5.50
fd1438
fd1438
* Tue Jul 24 2018 Tomáš Mráz <tmraz@redhat.com> - 5.48-1
fd1438
- New upstream release 5.48
fd1438
fd1438
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.46-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
fd1438
fd1438
* Thu May 31 2018 Tomáš Mráz <tmraz@redhat.com> - 5.46-1
fd1438
- New upstream release 5.46
fd1438
fd1438
* Fri Mar  2 2018 Tomáš Mráz <tmraz@redhat.com> - 5.44-5
fd1438
- Fix bind to localhost (patch backport by Christian Kujau) (#1542361)
fd1438
fd1438
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 5.44-4
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
fd1438
fd1438
* Thu Jan 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.44-3
fd1438
- Fix systemd executions/requirements
fd1438
fd1438
* Mon Jan 15 2018 Tomáš Mráz <tmraz@redhat.com> - 5.44-2
fd1438
- Make the disablement of libwrap conditional
fd1438
fd1438
* Thu Jan 11 2018 Tomáš Mráz <tmraz@redhat.com> - 5.44-1
fd1438
- New upstream release 5.44
fd1438
- Disable libwrap support (#1518789)
fd1438
fd1438
* Tue Aug 22 2017 Tomáš Mráz <tmraz@redhat.com> - 5.42-1
fd1438
- New upstream release 5.42
fd1438
- Use the system cipher list by default (#1483967)
fd1438
fd1438
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.41-3
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
fd1438
fd1438
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.41-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
fd1438
fd1438
* Mon Apr 17 2017 Neal Gompa <ngompa@datto.com> - 5.41-1
fd1438
- New upstream release 5.41
fd1438
fd1438
* Mon Mar 20 2017 Neal Gompa <ngompa@datto.com> - 5.40-1
fd1438
- New upstream release 5.40
fd1438
- Properly mark license files
fd1438
- Rebase patches
fd1438
- Eliminate unnecessary Provides
fd1438
- Small spec cleanups and fixes
fd1438
fd1438
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.35-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fd1438
fd1438
* Thu Jul 21 2016 Tomáš Mráz <tmraz@redhat.com> - 5.35-1
fd1438
- New upstream release 5.35 with fix for bug #1358810
fd1438
fd1438
* Wed Jul 13 2016 Tomáš Mráz <tmraz@redhat.com> - 5.34-1
fd1438
- New upstream release 5.34
fd1438
fd1438
* Wed Feb  3 2016 Tomáš Mráz <tmraz@redhat.com> - 5.30-1
fd1438
- New upstream release 5.30
fd1438
- Add generic stunnel@.service provided by Štefan Gurský (#1195742)
fd1438
fd1438
* Mon Jun 22 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.18-1
fd1438
- New upstream release 5.18.
fd1438
- Finally deleted the patch stunnel-5-sample.patch as upstream
fd1438
  has merged those changes.
fd1438
- Fixes patches as per new code changes.
fd1438
- Fixed systemd service file related changes.
fd1438
fd1438
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.17-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
fd1438
fd1438
* Mon Jun 8 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.17-1
fd1438
- New upstream release 5.17.
fd1438
fd1438
* Fri May 22 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.16-1
fd1438
- New upstream release 5.16.
fd1438
fd1438
* Mon Apr 27 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.15-1
fd1438
- New upstream release 5.15.
fd1438
- 1155977: Fixed upstream too so removed the associated patch
fd1438
- Updates other patches too.
fd1438
fd1438
* Mon Mar 30 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.14-1
fd1438
- New upstream release 5.14.
fd1438
fd1438
* Sun Mar 29 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.13-1
fd1438
- New upstream release 5.13.
fd1438
fd1438
* Sat Mar 28 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.12-1
fd1438
- New upstream release 5.12.
fd1438
fd1438
* Fri Mar 27 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.11-1
fd1438
- New upstream release 5.11.
fd1438
fd1438
* Wed Jan 28 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.10-1
fd1438
- New upstream release 5.10.
fd1438
fd1438
* Thu Jan 8 2015 Avesh Agarwal <avagarwa@redhat.com> - 5.09-1
fd1438
- 1163349: New upstream release 5.09.
fd1438
fd1438
* Thu Dec 11 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.08-1
fd1438
- 1163349: New upstream release 5.08
fd1438
fd1438
* Sun Nov 23 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.08b6-1
fd1438
- 1163349: New upstream beta release 5.08b6
fd1438
- Fixed incorrect reporting of fips status in configure.ac
fd1438
  at compile time, requires autoconf automake at buildtime
fd1438
- Fixed default OpenSSL directory issue by using with-ssl
fd1438
- Updates local patches
fd1438
- 1155977: Fixes man page issues
fd1438
fd1438
* Tue Nov 04 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.07-1
fd1438
- New upstream release 5.07
fd1438
fd1438
* Fri Oct 17 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.06-1
fd1438
- New upstream release 5.06
fd1438
- Addresses Poodle security issue
fd1438
fd1438
* Wed Oct 8 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.05b5-1
fd1438
- rhbz #1144393: New upstream beta release
fd1438
- systemd socket activation support
fd1438
fd1438
* Fri Sep 26 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.04-2
fd1438
- Fixes packaging issues mentioned in rhbz#226439
fd1438
fd1438
* Mon Sep 22 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.04-1
fd1438
- New upstream realease 5.04
fd1438
- Updates local patches so that they apply cleanly to
fd1438
  avoud hunk errors
fd1438
fd1438
* Thu Aug 28 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.03-1
fd1438
- New upstream realease 5.03
fd1438
fd1438
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.02-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fd1438
fd1438
* Mon Jul 14 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.02-1
fd1438
- rhbz#1108818: New upstream realease 5.02
fd1438
- Updated local patches
fd1438
- The rhbz#530950 is tested and seems to work. STRLEN has
fd1438
  been no longer allocated statically since 4.36 version.
fd1438
  So it is possible that this bz might have got fixed
fd1438
  around 4.36 release.
fd1438
- Fixes rpmlint errors
fd1438
fd1438
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.01-3
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
fd1438
fd1438
* Mon Apr 28 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.01-2
fd1438
- Integration with systemd.
fd1438
- Spec file clean up
fd1438
- Patched stunnel systemd unit file to have dependency on
fd1438
  network.target.
fd1438
- rhbz#455815: Packaged systemd service file
fd1438
- rhbz#782535: Fixed private tmp issue.
fd1438
- rhbz#995831: Fixed wrong encoding of french man page.
fd1438
fd1438
* Thu Apr 17 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.01-1
fd1438
- New upstream realease 5.01
fd1438
- Supports OpenSSL DLLs 1.0.1g.
fd1438
- Fixes to take care of OpenSSL,s TLS heartbeat
fd1438
  read overrun (CVE-2014-0160).
fd1438
fd1438
* Fri Mar 7 2014 Avesh Agarwal <avagarwa@redhat.com> - 5.00-1
fd1438
- New upstream realease 5.00
fd1438
- Updated local patches.
fd1438
- Fix for CVE-2014-0016
fd1438
- Fixed changelog date errors
fd1438
- Fixes rhbz #1006819
fd1438
fd1438
* Mon Aug 5 2013 Avesh Agarwal <avagarwa@redhat.com> - 4.56-3
fd1438
- Ftp mirrors for NA does not work, so changing source code
fd1438
  URLs to the correct ones.
fd1438
fd1438
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.56-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fd1438
fd1438
* Mon Apr 1 2013 Avesh Agarwal <avagarwa@redhat.com> - 4.56-1
fd1438
- New upstream realease 4.56.
fd1438
- Updated local patches.
fd1438
- Fixed upstream URL in spec file.
fd1438
- Sourced URL of sha256 hash file in spec file.
fd1438
fd1438
* Tue Mar 26 2013 Avesh Agarwal <avagarwa@redhat.com> - 4.55-2
fd1438
- Resolves: 927841 
fd1438
fd1438
* Mon Mar 4 2013 Avesh Agarwal <avagarwa@redhat.com> - 4.55-1
fd1438
- New upstream realease 4.55
fd1438
- Updated local patches
fd1438
- enabled fips mode
fd1438
- Fixed for pod2man as it build-requires perl-podlators
fd1438
fd1438
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.54-3
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fd1438
fd1438
* Mon Dec 10 2012 Avesh Agarwal <avagarwa@redhat.com> - 4.54-2
fd1438
- 884183: support for full relro.
fd1438
fd1438
* Tue Oct 16 2012 Avesh Agarwal <avagarwa@redhat.com> - 4.54-1
fd1438
- New upstream realease 4.54
fd1438
- Updated local patches
fd1438
fd1438
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.53-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
fd1438
fd1438
* Mon May 14 2012 Avesh Agarwal <avagarwa@redhat.com> - 4.53-1
fd1438
- New upstream realease 4.53
fd1438
- Updated local patches
fd1438
fd1438
* Tue Mar 6 2012 Avesh Agarwal <avagarwa@redhat.com> - 4.52-1
fd1438
- New upstream realease 4.52
fd1438
- Updated local patches
fd1438
fd1438
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.50-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fd1438
fd1438
* Tue Jan 3 2012 Avesh Agarwal <avagarwa@redhat.com> - 4.50-1
fd1438
- New upstream realease 4.50
fd1438
- Updated local patches
fd1438
fd1438
* Tue Sep 20 2011 Avesh Agarwal <avagarwa@redhat.com> - 4.44-1
fd1438
- New upstream realease 4.44
fd1438
- Updated local patches
fd1438
fd1438
* Fri Aug 19 2011 Avesh Agarwal <avagarwa@redhat.com> - 4.42-1
fd1438
- New upstream realease 4.42
fd1438
- Updated local patches
fd1438
- Fixes #732069
fd1438
fd1438
* Mon Aug 1 2011 Avesh Agarwal <avagarwa@redhat.com> - 4.41-1
fd1438
- New upstream realease 4.41
fd1438
- Updated local patches to match the new release
fd1438
fd1438
* Tue Jun 28 2011 Avesh Agarwal <avagarwa@redhat.com> - 4.37-1
fd1438
- New upstream realease 4.37
fd1438
- Updated local patches to match the new release
fd1438
fd1438
* Mon Apr 4 2011 Avesh Agarwal <avagarwa@redhat.com> - 4.35-1
fd1438
- New upstream realease 4.35
fd1438
- Updated authpriv and sample patches to match the new release
fd1438
fd1438
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.34-2
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
fd1438
fd1438
* Mon Oct 4 2010 Avesh Agarwal <avagarwa@redhat.com> - 4.34-1
fd1438
- New upstream realease 4.34
fd1438
- Updated authpriv and sample patches to match the new release
fd1438
fd1438
* Wed Apr 7 2010 Avesh Agarwal <avagarwa@redhat.com> - 4.33-1
fd1438
- New upstream realease 4.33
fd1438
- Updated authpriv and sample patches to match the new release
fd1438
- Addresses bz 580117 (inted mode support issue)
fd1438
fd1438
* Mon Mar 29 2010 Avesh Agarwal <avagarwa@redhat.com> - 4.32-1
fd1438
- New upstream realease 4.32
fd1438
- Updated authpriv and sample patches to match the new release
fd1438
fd1438
* Tue Feb 16 2010 Avesh Agarwal <avagarwa@redhat.com> - 4.31-1
fd1438
- New upstream realease 4.31
fd1438
- Updated authpriv and sample patches to match the new release
fd1438
fd1438
* Tue Jan 26 2010 Avesh Agarwal <avagarwa@redhat.com> - 4.30-1
fd1438
- New upstream realease 4.30
fd1438
- Updated authpriv and sample patches for the new release
fd1438
fd1438
* Wed Dec 09 2009 Avesh Agarwal <avagarwa@redhat.com> - 4.29-1
fd1438
- New upstream realease 4.29
fd1438
- Updated authpriv and sample patches for the new release
fd1438
- Modified spec file to include dist tag
fd1438
fd1438
* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 4.27-5
fd1438
- rebuilt with new openssl
fd1438
fd1438
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.27-4
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
fd1438
fd1438
* Sun May  3 2009 Miloslav Trmač <mitr@redhat.com> - 4.27-3
fd1438
- Fix the previous patch.
fd1438
fd1438
* Wed Apr 29 2009 Miloslav Trmač <mitr@redhat.com> - 4.27-2
fd1438
- Avoid aliasing undefined by ISO C
fd1438
fd1438
* Thu Apr 16 2009 Miloslav Trmač <mitr@redhat.com> - 4.27-1
fd1438
- Update to stunnel-4.27.
fd1438
fd1438
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.26-3
fd1438
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
fd1438
fd1438
* Sun Jan 18 2009 Tomas Mraz <tmraz@redhat.com> - 4.26-2
fd1438
- disable openssl upstream fips mode
fd1438
fd1438
* Mon Sep 22 2008 Miloslav Trmač <mitr@redhat.com> - 4.26-1
fd1438
- Update to stunnel-4.26.
fd1438
fd1438
* Sun Jun  8 2008 Miloslav Trmač <mitr@redhat.com> - 4.25-2
fd1438
- Use a clearer error message if the service name is unknown in "accept"
fd1438
  Resolves: #450344
fd1438
fd1438
* Mon Jun  2 2008 Miloslav Trmač <mitr@redhat.com> - 4.25-1
fd1438
- Update to stunnel-4.25
fd1438
fd1438
* Tue May 20 2008 Miloslav Trmač <mitr@redhat.com> - 4.24-2
fd1438
- Drop stunnel3
fd1438
  Resolves: #442842
fd1438
fd1438
* Mon May 19 2008 Miloslav Trmač <mitr@redhat.com> - 4.24-1
fd1438
- Update to stunnel-4.24
fd1438
fd1438
* Fri Mar 28 2008 Miloslav Trmač <mitr@redhat.com> - 4.22-1
fd1438
- Update to stunnel-4.22
fd1438
fd1438
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 4.20-6
fd1438
- Autorebuild for GCC 4.3
fd1438
fd1438
* Tue Dec  4 2007 Miloslav Trmač <mitr@redhat.com> - 4.20-5
fd1438
- Rebuild with openssl-0.9.8g
fd1438
fd1438
* Tue Oct 16 2007 Miloslav Trmač <mitr@redhat.com> - 4.20-4
fd1438
- Revert the port to NSS, wait for NSS-based stunnel 5.x instead
fd1438
  Resolves: #301971
fd1438
- Mark localized man pages with %%lang (patch by Ville Skyttä)
fd1438
  Resolves: #322281
fd1438
fd1438
* Tue Aug 28 2007 Miloslav Trmač <mitr@redhat.com> - 4.20-3.nss
fd1438
- Port to NSS
fd1438
fd1438
* Mon Dec  4 2006 Miloslav Trmac <mitr@redhat.com> - 4.20-2
fd1438
- Update BuildRequires for the separate tcp_wrappers-devel package
fd1438
fd1438
* Thu Nov 30 2006 Miloslav Trmac <mitr@redhat.com> - 4.20-1
fd1438
- Update to stunnel-4.20
fd1438
fd1438
* Sat Nov 11 2006 Miloslav Trmac <mitr@redhat.com> - 4.19-1
fd1438
- Update to stunnel-4.19
fd1438
fd1438
* Wed Oct 25 2006 Miloslav Trmac <mitr@redhat.com> - 4.18-1
fd1438
- Update to stunnel-4.18
fd1438
- Remove unused stunnel.cnf from the src.rpm
fd1438
- Fix some rpmlint warnings
fd1438
fd1438
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 4.15-2
fd1438
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
fd1438
  (#203001)
fd1438
fd1438
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 4.15-1.1
fd1438
- rebuild
fd1438
fd1438
* Sat Mar 18 2006 Miloslav Trmac <mitr@redhat.com> - 4.15-1
fd1438
- Update to stunnel-4.15
fd1438
fd1438
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 4.14-3.2
fd1438
- bump again for double-long bug on ppc(64)
fd1438
fd1438
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 4.14-3.1
fd1438
- rebuilt for new gcc4.1 snapshot and glibc changes
fd1438
fd1438
* Tue Jan 31 2006 Miloslav Trmac <mitr@redhat.com> - 4.14-3
fd1438
- Use pthread threading to fix crash on x86_64 (#179236)
fd1438
fd1438
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Wed Nov  9 2005 Miloslav Trmac <mitr@redhat.com> - 4.14-2
fd1438
- Rebuild with newer openssl
fd1438
fd1438
* Thu Nov  3 2005 Miloslav Trmac <mitr@redhat.com> - 4.14-1
fd1438
- Update to stunnel-4.14
fd1438
- Override changed default pid file location, keep it in %%{_localstatedir}/run
fd1438
fd1438
* Sat Oct 22 2005 Miloslav Trmac <mitr@redhat.com> - 4.13-1
fd1438
- Update to stunnel-4.13
fd1438
fd1438
* Fri Sep 30 2005 Miloslav Trmac <mitr@redhat.com> - 4.12-1
fd1438
- Update to stunnel-4.12
fd1438
fd1438
* Thu Sep 22 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-2
fd1438
- Enable IPv6 (#169050, patch by Peter Bieringer)
fd1438
- Don't ship another copy of man pages in HTML
fd1438
fd1438
* Tue Jul 12 2005 Miloslav Trmac <mitr@redhat.com> - 4.11-1
fd1438
- Update to stunnel-4.11
fd1438
- Fix int/size_t mismatches in stack_info ()
fd1438
- Update Certificate-Creation for /etc/pki
fd1438
fd1438
* Wed Jun  1 2005 Miloslav Trmac <mitr@redhat.com> - 4.10-2
fd1438
- Fix inetd mode
fd1438
- Remove unnecessary Requires: and BuildRequires:
fd1438
- Clean up the spec file
fd1438
fd1438
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 4.10-1
fd1438
- update to 4.10
fd1438
fd1438
* Tue Apr 26 2005 Nalin Dahyabhai <nalin@redhat.com> 4.08-2
fd1438
- add buildprereqs on libtool, util-linux; change textutils/fileutils dep to
fd1438
  coreutils (#133961)
fd1438
fd1438
* Wed Mar 16 2005 Nalin Dahyabhai <nalin@redhat.com> 4.08-1
fd1438
- update to 4.08
fd1438
- build stunnel as a PIE binary
fd1438
fd1438
* Mon Nov 22 2004 Miloslav Trmac <mitr@redhat.com> - 4.05-4
fd1438
- Convert man pages to UTF-8
fd1438
fd1438
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Thu May 27 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-2
fd1438
- move the sample configuration to %%doc, it shouldn't be used as-is (#124373)
fd1438
fd1438
* Thu Mar 11 2004 Nalin Dahyabhai <nalin@redhat.com> 4.05-1
fd1438
- update to 4.05
fd1438
fd1438
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Thu Aug  7 2003 Elliot Lee <sopwith@redhat.com> 4.04-6
fd1438
- Fix libtool
fd1438
fd1438
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Fri Mar 21 2003 Nalin Dahyabhai <nalin@redhat.com> 4.04-4
fd1438
- fix xinetd configuration samples
fd1438
fd1438
* Mon Feb 10 2003 Nalin Dahyabhai <nalin@redhat.com> 4.04-3
fd1438
- rebuild
fd1438
fd1438
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
fd1438
- rebuilt
fd1438
fd1438
* Wed Jan 15 2003 Nalin Dahyabhai <nalin@redhat.com> 4.04-1
fd1438
- update to 4.04
fd1438
fd1438
* Tue Jan  7 2003 Nalin Dahyabhai <nalin@redhat.com> 4.03-1
fd1438
- use pkgconfig for information about openssl, if available
fd1438
fd1438
* Fri Jan  3 2003 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 4.03
fd1438
fd1438
* Mon Oct 21 2002 Nalin Dahyabhai <nalin@redhat.com> 4.02-1
fd1438
- update to 4.02
fd1438
fd1438
* Fri Oct  4 2002 Nalin Dahyabhai <nalin@redhat.com> 4.00-1
fd1438
- don't create a dummy cert
fd1438
fd1438
* Wed Sep 25 2002 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 4.00
fd1438
- remove textutils and fileutils as buildreqs, add automake/autoconf
fd1438
fd1438
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
fd1438
- automated rebuild
fd1438
fd1438
* Sun May 26 2002 Tim Powers <timp@redhat.com>
fd1438
- automated rebuild
fd1438
fd1438
* Fri May 17 2002 Nalin Dahyabhai <nalin@redhat.com> 3.22-2
fd1438
- rebuild in new environment
fd1438
fd1438
* Wed Jan  2 2002 Nalin Dahyabhai <nalin@redhat.com> 3.22-1
fd1438
- update to 3.22, correcting a format-string vulnerability
fd1438
fd1438
* Wed Oct 31 2001 Nalin Dahyabhai <nalin@redhat.com> 3.21a-1
fd1438
- update to 3.21a
fd1438
fd1438
* Tue Aug 28 2001 Nalin Dahyabhai <nalin@redhat.com> 3.20-1
fd1438
- log using LOG_AUTHPRIV facility by default (#47289)
fd1438
- make permissions on stunnel binary 0755
fd1438
- implicitly trust certificates in %%{_datadir}/ssl/trusted (#24034)
fd1438
fd1438
* Fri Aug 10 2001 Nalin Dahyabhai <nalin@redhat.com> 3.19-1
fd1438
- update to 3.19 to avoid problems with stunnel being multithreaded, but
fd1438
  tcp wrappers not being thrad-safe
fd1438
fd1438
* Mon Jul 30 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.17
fd1438
fd1438
* Mon Jul 23 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.16
fd1438
fd1438
* Mon Jul 16 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.15
fd1438
- enable tcp-wrappers support
fd1438
fd1438
* Tue May 29 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- remove explicit requirement on openssl (specific version isn't enough,
fd1438
  we have to depend on shared library version anyway)
fd1438
fd1438
* Fri Apr 27 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.14
fd1438
fd1438
* Mon Mar 26 2001 Preston Brown <pbrown@redhat.com>
fd1438
- depend on make (#33148)
fd1438
fd1438
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- rebuild in new environment
fd1438
fd1438
* Tue Feb  6 2001 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.13 to get pthread, OOB, 64-bit fixes
fd1438
- don't need sdf any more
fd1438
fd1438
* Thu Dec 28 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- pull in sdf to build the man page (#22892)
fd1438
fd1438
* Fri Dec 22 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.11
fd1438
- chuck the SIGHUP patch (went upstream)
fd1438
- chuck parts of the 64-bit clean patch (went upstream)
fd1438
fd1438
* Thu Dec 21 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.10
fd1438
- more 64-bit clean changes, hopefully the last bunch
fd1438
fd1438
* Wed Dec 20 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- change piddir from the default /var/stunnel to /var/run
fd1438
- clean out pid file on SIGHUP
fd1438
fd1438
* Fri Dec 15 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- update to 3.9 to get a security fix
fd1438
fd1438
* Wed Oct 25 2000 Matt Wilson <msw@redhat.com>
fd1438
- change all unsigned longs to u_int32_t when dealing with network
fd1438
  addresses
fd1438
fd1438
* Fri Aug 18 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- make stunnel.pem also be (missingok)
fd1438
fd1438
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- move to Applications/Internet group
fd1438
- clean up %%post script
fd1438
- make stunnel.pem %%ghost %%config(noreplace)
fd1438
- provide a sample file for use with xinetd
fd1438
fd1438
* Thu Jun  8 2000 Nalin Dahyabhai <nalin@redhat.com>
fd1438
- FHS compliance fixes
fd1438
- modify defaults
fd1438
fd1438
* Tue Mar 14 2000 Florian La Roche <Florian.LaRoche@redhat.com>
fd1438
- update to 3.8
fd1438
- do not create certificate if one already exists
fd1438
fd1438
* Mon Feb 21 2000 Florian La Roche <Florian.LaRoche@redhat.com>
fd1438
- update to 3.7
fd1438
- add patch to find /usr/share/ssl
fd1438
- change some perms
fd1438
fd1438
* Sat Oct 30 1999 Bernhard Rosenkraenzer <bero@redhat.com>
fd1438
- Modify spec file to match Red Hat standards
fd1438
fd1438
* Thu Aug 12 1999 Damien Miller <damien@ibs.com.au>
fd1438
- Updated to 3.4a
fd1438
- Patched for OpenSSL 0.9.4
fd1438
- Cleaned up files section
fd1438
fd1438
* Sun Jul 11 1999 Damien Miller <dmiller@ilogic.com.au>
fd1438
- Updated to 3.3
fd1438
fd1438
* Sat Nov 28 1998 Damien Miller <dmiller@ilogic.com.au>
fd1438
- Initial RPMification