69 Commits

Author SHA256 Message Date
Daniel Rahn
d17aa7ebbc Accepting request 314344 from home:sdrahn:branches:security:Stunnel
- update to version 5.19
  Bugfixes:
  - Improved socket error handling. 
  - Fixed handling of dynamic connect targets. 
  - Fixed handling of trailing whitespaces in the Content-Length header of the
    NTLM authentication. 
  - Fixed memory leaks in certificate verification.
  New features:
  - The "redirect" option was improved to not only redirect sessions established
    with an untrusted certificate, but also sessions established without a
    client certificate. 
  - Randomize the initial value of the round-robin counter. 
  - Added "include" configuration file option to include all configuration file
    parts located in a specified directory. 
  - Temporary DH parameters are refreshed every 24 hours, unless static DH
    parameters were provided in the certificate file. 
  - Warnings are logged on potentially insecure authentication. 
- stunnel-listenqueue-option.patch: Refresh.
- stunnel3-binpath.patch: Obsolete, dropped.
- stunnel.service: Modified to start after network.target, not syslog.target.

OBS-URL: https://build.opensuse.org/request/show/314344
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=69
2015-06-29 10:02:42 +00:00
5162151582 Accepting request 281295 from home:stroeder:branches:security:Stunnel
Update to 5.09

OBS-URL: https://build.opensuse.org/request/show/281295
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=68
2015-01-16 10:49:39 +00:00
d6b64f849d Accepting request 250045 from home:asvetter:branches:security:Stunnel
Add following to changes
Cleanup of spec file.
Build for SLE11-SP3 with --disable-fips
Build for SLE11-Security-Module (with enabled fips)

OBS-URL: https://build.opensuse.org/request/show/250045
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=67
2014-09-18 09:28:24 +00:00
63e520cd75 Accepting request 230920 from home:stroeder:branches:security:Stunnel
Update to upstream version 5.01.

OBS-URL: https://build.opensuse.org/request/show/230920
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=66
2014-04-29 07:57:02 +00:00
Daniel Rahn
00d27283e5 - update to final v5.00 code
- security fix: Added PRNG state update in fork threading (CVE-2014-0016).
- Patches:
  - stunnel-listenqueue-option.patch refreshed.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=65
2014-03-06 16:20:19 +00:00
Daniel Rahn
61d997db96 - re-add openssl cert conf file stunnel.cnf dropped by oversight.
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=64
2014-02-05 12:14:29 +00:00
Daniel Rahn
ae3d16944a Readd missing patch.
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=63
2014-01-29 17:06:17 +00:00
Daniel Rahn
5fada29b31 - - Update to version 5.0b1 (FATE#315694)
- Default "pid" is now "", i.e. not to create a pid file at startup.
  - Default "ciphers" updated to "HIGH:MEDIUM:+3DES:+DH:!aNULL:!SSLv2" due to
    AlFBPPS attack and bad performance of DH ciphersuites. 
  - New service-level option "redirect" to redirect SSL client connections on
    authentication failures instead of rejecting them.
  - New global "engineDefault" configuration file option to control which
    OpenSSL tasks are delegated to the current engine.
  - New service-level configuration file option "engineId" to select the engine
    by identifier, e.g. "engineId = capi". 
  - Improved readability of error messages printed when stunnel refuses to start
    due to a critical error.
- Patches:
  - stunnel-CVE-2013-1762.patch obsoleted. Drpped.
  - stunnel-default-fips-off.patch obsoleted. Dropped.
  - stunnel-listenqueue-option.patch refreshed.
- update to version 4.56

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=62
2014-01-29 16:56:32 +00:00
4c843518d3 Accepting request 205550 from home:stroeder:branches:security:Stunnel
Update to 4.56

OBS-URL: https://build.opensuse.org/request/show/205550
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=61
2013-11-01 16:16:55 +00:00
Daniel Rahn
651a15a826 (stunnel-daemonize.diff)
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=60
2012-07-23 10:00:53 +00:00
Daniel Rahn
be2c0bb17f - Fix background operation to really go into background
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=59
2012-07-23 09:17:43 +00:00
Daniel Rahn
465bbc0a2f Update to version 4.53
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=58
2012-07-21 06:33:08 +00:00
Daniel Rahn
d2b6a87648 - update to version 4.53
- Usage of uninitialized variables fixed in exec+connect services.
  - Fixed handling of a rare inetd mode use case, where either stdin 
    or stdout is a socket, but not both of them at the same time.
  - Fixed crash on termination with FORK threading model.
  - Fixed missing file descriptors passed to local mode processes. 
- refreshed stunnel-listenqueue-option.patch to apply cleanly again

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=57
2012-07-21 06:32:50 +00:00
4b8a9ad849 Accepting request 94360 from home:darix:branches:security:Stunnel
- update to version 4.49
  - A bug was fixed causing crashes on MacOS X and some other
    platforms.
- additional changes from 4.48
  - FIPS support on Win32 platform added.  OpenSSL 0.9.8r DLLs
    based on FIPS 1.2.3 canister are included with this version of
    stunnel.  FIPS mode can be disabled with "fips = no"
    configuration file option.
  - Fixed canary initialization problem on Win32 platform.

OBS-URL: https://build.opensuse.org/request/show/94360
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=56
2011-12-07 13:00:55 +00:00
f25c4c5cca Accepting request 93518 from home:darix:branches:security:Stunnel
- update to version 4.47
- refreshed stunnel-listenqueue-option.patch to apply cleanly again
- pass the path to the config file to the binary in the init
  script: without this the init script does not work for me.

OBS-URL: https://build.opensuse.org/request/show/93518
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=55
2011-11-25 09:53:07 +00:00
Daniel Rahn
413f3db17c * Bugfixes
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=54
2011-09-09 13:47:09 +00:00
Daniel Rahn
24f7a85085 - update to version 4.43
* New features:
   - Major optimization of the logging subsystem.
*Bugfixes
   - Fixed FORK and UCONTEXT threading models.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=53
2011-09-09 13:46:48 +00:00
Daniel Rahn
3d8a7cbb91 temporarily disable debug package build
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=52
2011-09-02 11:17:30 +00:00
Daniel Rahn
1a29b53be2 - update to version 4.42
* New features
   - New verify level 0 to request and ignore peer certificate.
   - Manual page has been updated.
* Bugfixes
   - Fixed a heap corruption vulnerability in versions 4.40 and 4.41.   
     It may possibly be leveraged to perform DoS or remote code 
     execution attacks (CVE-2011-2940).

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=51
2011-09-02 08:17:26 +00:00
Daniel Rahn
76178b7b3e - correct path in stunnel3 (bnc#710879)
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=50
2011-08-07 14:31:46 +00:00
Daniel Rahn
502b3013f1 - update package to 4.40
* New features:
  - Hardcoded 2048-bit DH parameters are used as a fallback if DH 
    parameters are not provided in stunnel.pem.
  - Default "ciphers" value updated to prefer ECDH:
    "ALL:!SSLv2:!aNULL:!EXP:!LOW:-MEDIUM:RC4:+HIGH".
  - Default ECDH curve updated to "prime256v1".
  - Removed support for temporary RSA keys (used in obsolete 
    export ciphers).
- refresh stunnel-listenqueue-option.patch

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=49
2011-07-25 06:57:06 +00:00
Daniel Rahn
2fa97138b5 Move README.SUSE to stunnel package
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=48
2011-06-29 13:54:37 +00:00
Daniel Rahn
6dfdf48a72 - split off doc package
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=47
2011-06-29 13:07:51 +00:00
Daniel Rahn
9b570cba76 - update package to 4.38
* New features:
  - Server-side SNI implemented (RFC 3546 section 3.1) with a new 
    service-level option "nsi".  
  - "socket" option also accepts "yes" and "no" for flags. 
  - Nagle's algorithm is now disabled by default for improved 
    interactivity.
* Bugfixes:
  - A compilation fix was added for OpenSSL version < 1.0.0. 
  - Signal pipe set to non-blocking mode. This bug caused hangs 
    of stunnel features based on signals, e.g. local mode, FORK 
    threading, or configuration file reload on Unix.

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=46
2011-06-29 06:12:14 +00:00
Daniel Rahn
920e0efb18 - compile with -fPIC
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=45
2011-06-20 08:57:43 +00:00
Daniel Rahn
bd2d3975d9 - disable the previous two patches for the time being
- create debug packages

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=44
2011-06-20 07:51:03 +00:00
Daniel Rahn
c1b41c7ae5 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=43 2011-06-20 06:27:58 +00:00
Daniel Rahn
dc83cf7bf4 - fix ucontext handling (backport from v4.37)
- fix non-blocking socket handling (backport from v4.37)

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=42
2011-06-18 10:18:17 +00:00
Daniel Rahn
7464662073 - fix non-blocking socket handling (backport from 4.37)
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=41
2011-06-18 04:15:45 +00:00
1ca0e0c995 Accepting request 73837 from home:sdrahn:branches:security:Stunnel
- update package to 4.36
- obsoletes SOMAXCONN and libwrap disable patches (bnc#674554)
- forward port listenqueue patch (bnc#674554)
- explicitly enable libwrap in configure call
* New features
  - Dynamic memory management for strings manipulation: no more static 
    STRLEN limit, lower stack footprint.
  - Strict public key comparison added for "verify = 3" certificate checking
    mode (thx to Philipp Hartwig).
  - Backlog parameter of listen(2) changed from 5 to SOMAXCONN: improved
    behavior on heavy load.
    Old behavior can be restored with "listenqueue = 5" in stunnel.conf
* Bugfixes
  - Missing pthread_attr_destroy() added to fix memory leak (thx to Paul
    Allex and Peter Pentchev).
  - Fixed the incorrect way of setting FD_CLOEXEC flag.
  - Fixed --enable-libwrap option of ./configure script.
  - Retry implemented on EAI_AGAIN error returned by resolver calls.

OBS-URL: https://build.opensuse.org/request/show/73837
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=40
2011-06-16 12:04:07 +00:00
7e4b7bfad4 Accepting request 61186 from home:asvetter:branches:security:Stunnel
ok

OBS-URL: https://build.opensuse.org/request/show/61186
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=39
2011-02-14 16:39:26 +00:00
Peter Poeml
8ceb7d3e5d Accepting request 60220 from home:asvetter:branches:security:Stunnel
OBS-URL: https://build.opensuse.org/request/show/60220
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=38
2011-02-08 21:10:56 +00:00
301d2bf64d Accepting request 49433 from devel:libraries:c_c++
ok

OBS-URL: https://build.opensuse.org/request/show/49433
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=37
2011-02-02 12:42:10 +00:00
Peter Poeml
ec13c25093 Accepting request 25186 from home:asvetter:branches:security:Stunnel
Copy from home:asvetter:branches:security:Stunnel/stunnel via accept of submit request 25186 revision 5.
Request was accepted with message:
thanks!

OBS-URL: https://build.opensuse.org/request/show/25186
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=36
2009-11-27 11:20:17 +00:00
Peter Poeml
153ebc7c6e Copy from home:asvetter:branches:security:Stunnel/stunnel via accept of submit request 7104
Request was accepted with message:
nice...

OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=35
2009-02-18 20:38:11 +00:00
Peter Poeml
21221f74a0 update to 4.25, drop pidfile patch and fix init script
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=34
2008-09-15 22:14:14 +00:00
Peter Poeml
10047bcce5 fix init script's lsb headers
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=33
2008-09-15 09:45:25 +00:00
Peter Poeml
5c3d7ef691 create new pidfile directory
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=32
2008-02-05 14:43:02 +00:00
Peter Poeml
b884c82856 fix build in autobuild (filelist owns /usr/lib/stunnel now)
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=31
2008-01-28 10:57:40 +00:00
Peter Poeml
e64074d042 fix build
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=30
2008-01-25 12:51:50 +00:00
Peter Poeml
1ef20abfb3 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=29 2008-01-25 12:51:47 +00:00
Peter Poeml
0f96b261cb update to 4.21
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=28
2007-10-29 16:55:14 +00:00
OBS User unknown
abdd00282d OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=27 2007-10-29 16:55:06 +00:00
Peter Poeml
80be253985 update to 4.20
OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=26
2007-08-16 07:32:51 +00:00
OBS User unknown
27fa3808a4 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=25 2007-08-16 07:32:44 +00:00
OBS User unknown
336ae6ad49 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=24 2007-05-11 15:36:44 +00:00
OBS User unknown
9db0654f32 OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=23 2007-05-11 15:36:40 +00:00
OBS User unknown
2491e7c37a OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=22 2006-10-17 18:31:50 +00:00
OBS User unknown
b5878b91ca OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=21 2006-10-17 18:31:48 +00:00
OBS User unknown
d8106b4b3f OBS-URL: https://build.opensuse.org/package/show/security:Stunnel/stunnel?expand=0&rev=20 2006-10-17 18:31:45 +00:00