Bug 80405 - [update] security/stunnel to 4.10
Summary: [update] security/stunnel to 4.10
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Peter Pentchev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-27 14:10 UTC by Vsevolod Stakhov
Modified: 2005-05-12 12:38 UTC (History)
0 users

See Also:


Attachments
file.diff (3.11 KB, patch)
2005-04-27 14:10 UTC, Vsevolod Stakhov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Stakhov 2005-04-27 14:10:05 UTC
Stunnel can be updated to version 4.10. Among changes from 4.7 are:
4.7->4.8
    * New features
          o New -quiet option was added to install NT service without a message box.
    * Bugfixes
          o Using $(DESTDIR) in tools/Makefile.am.
          o Define NI_NUMERICHOST and NI_NUMERICSERV when needed.
          o Length of configuration file line increased from 256B to 16KB.
          o Stunnel sends close_notify when a close_notify is received from SSL peer and all remaining data is sent to SSL peer.
          o Some fixes for bugs detected by the watchdog.
    * Release notes
          o There were many changes in the transfer() function (the main loop).
          o This version should be thoroughly tested before using it in the mission-critical environment.
4.8->4.9
Bugfixes
    * Compilation problem with undeclarated socklen_t fixed.
    * TIMEOUTclose is not used when there is any data in the buffers.
    * Stunnel no longer relies on close_notify with SSL 2.0 connections, since SSL 2.0 protocol does not have any alerts defined.
    * Closing SSL socket when there is some data in SSL output buffer is detected and reported as an error.
    * Install/chmod race condition when installing default certificate fixed.
    * Stunnel no longer installs signal_handler on ignored signals.
4.9->4.10
* Bugfixes

    * Missing locking on Win32 platform was added (thx to Yi Lin <yi.lin@convergys.com>)
    * Some problems with closing SSL fixed.

* New features

    * New UCONTEXT user-level non-preemptive threads model is used on systems that support SYSV-compatible ucontext.h.
    * Improved stunnel3 script with getopt-compatible syntax.
Comment 1 Jean-Yves Lefort freebsd_committer freebsd_triage 2005-04-27 14:32:47 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2005-05-12 12:36:53 UTC
State Changed
From-To: analyzed->closed

Fixed in the just-committed update to 4.10. 
Thanks for the problem report and the analysis!
Comment 3 Peter Pentchev freebsd_committer freebsd_triage 2005-05-12 12:36:53 UTC
State Changed
From-To: analyzed->closed

Fixed in the just-committed update to 4.10.  Thanks for the problem report!
Comment 4 Peter Pentchev freebsd_committer freebsd_triage 2005-05-12 12:36:53 UTC
State Changed
From-To: open->closed

Mostly included in the update to 4.10.  Thanks!
Comment 5 Peter Pentchev freebsd_committer freebsd_triage 2005-05-12 12:36:53 UTC
State Changed
From-To: open->closed

Commited with slight modifications.  Thanks!