Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 197881

Summary: net-misc/stunnel-4.21 version bump
Product: Gentoo Linux Reporter: Santiago M. Mola (RETIRED) <coldwind>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal CC: ramereth, ulm
Priority: High Keywords: EBUILD
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 174759    
Bug Blocks:    
Attachments: files/stunnel-4.21-libwrap.patch
stunnel-4.21.ebuild

Description Santiago M. Mola (RETIRED) gentoo-dev 2007-11-02 15:40:07 UTC
A new version, fixes bug #197602.

It's also a good chance to fix #107484 and #102179.
Comment 1 Santiago M. Mola (RETIRED) gentoo-dev 2007-11-02 15:41:36 UTC
Created attachment 135007 [details, diff]
files/stunnel-4.21-libwrap.patch

Patch needed to compile correctly with USE="tcpd".
Comment 2 Santiago M. Mola (RETIRED) gentoo-dev 2007-11-02 15:42:49 UTC
Created attachment 135008 [details]
stunnel-4.21.ebuild

New ebuild, with high clean up and misc fixes. Needs testing.
Comment 3 Ulrich Müller gentoo-dev 2007-11-03 10:58:17 UTC
*** Bug 197602 has been marked as a duplicate of this bug. ***
Comment 4 Ulrich Müller gentoo-dev 2007-11-03 10:59:39 UTC
Thanks for contributing the ebuild. I have also started to write one for 4.21. So let's see what are the differences.

1. The rc file has to be adapted to start /usr/bin/stunnel

2. Probably there should be symlinks from /usr/sbin to /usr/bin:
    # Binaries were moved to /usr/bin with 4.21, create symlinks
    # for backwards compatibility
    dosym ../bin/stunnel /usr/sbin/stunnel
    dosym ../bin/stunnel3 /usr/sbin/stunnel3

3. newins "${FILESDIR}"/stunnel.conf stunnel.conf
   could be replaced by doins "${FILESDIR}/stunnel.conf

4. "docert" should be moved to pkg_postinst, otherwise the cert will be
   included in the binpkg
Comment 5 Ulrich Müller gentoo-dev 2007-12-08 10:39:34 UTC
Version 4.21 committed to CVS.
Comment 6 Stefan Behte (RETIRED) gentoo-dev Security 2011-02-07 15:54:06 UTC
Apparently the patch is still not upstream. I've mailed Marzena Trojnara about this.
Comment 7 Stefan Behte (RETIRED) gentoo-dev Security 2011-02-09 10:08:21 UTC
Message from upstream:
------------------------------------------------
--enable-libwrap didn't work indeed.
Thank you very much for reporting it.
I'll include a fix in the next release of stunnel.

Mike
------------------------------------------------

:)