diff mbox series

[1/2] package/stunnel: security bump to version 5.55

Message ID 1562877806-10215-1-git-send-email-pjtexier@koncepto.io
State Accepted
Commit 3b4f242e67c40c2b7b8ee62999c0d1a00abe451d
Headers show
Series [1/2] package/stunnel: security bump to version 5.55 | expand

Commit Message

Pierre-Jean Texier July 11, 2019, 8:43 p.m. UTC
See https://www.stunnel.org/ChangeLog.md.html

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
---
 package/stunnel/stunnel.hash | 4 ++--
 package/stunnel/stunnel.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Peter Korsgaard July 14, 2019, 10:11 a.m. UTC | #1
>>>>> "Pierre-Jean" == Pierre-Jean Texier <pjtexier@koncepto.io> writes:

 > See https://www.stunnel.org/ChangeLog.md.html

Which lists:

Security bugfixes

- Fixed a Windows local privilege escalation vulnerability caused
  insecure OpenSSL cross-compilation defaults. Successful exploitation
  requires stunnel to be deployed as a Windows service, and
  user-writable C:\ folder. This vulnerability was discovered and
  reported by Rich Mirch.

- OpenSSL DLLs updated to version 1.1.1c.

So those do not affect Buildroot targets, and I have dropped "security"
from the subject and committed, thanks.
diff mbox series

Patch

diff --git a/package/stunnel/stunnel.hash b/package/stunnel/stunnel.hash
index 999a450..7dde175 100644
--- a/package/stunnel/stunnel.hash
+++ b/package/stunnel/stunnel.hash
@@ -1,5 +1,5 @@ 
-# From https://www.stunnel.org/downloads/stunnel-5.53.tar.gz.sha256
-sha256	80439896ee14269eb70bc8bc669433c7d619018a62c9f9c5c760a24515302585	stunnel-5.53.tar.gz
+# From https://www.stunnel.org/downloads/stunnel-5.55.tar.gz.sha256
+sha256	90de69f41c58342549e74c82503555a6426961b29af3ed92f878192727074c62	stunnel-5.55.tar.gz
 # Locally calculated
 sha256	81d0b7244f44ef81dd0b299cf681037c5a42d468b8533e53aff6d1ac84c97dc8	COPYING
 sha256	1ee2b290e92c211b08df10e9fcaf32596cdb22b8eae731b18c2c074a4a83eebe	COPYRIGHT.GPL
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk
index adfa074..261e331 100644
--- a/package/stunnel/stunnel.mk
+++ b/package/stunnel/stunnel.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 STUNNEL_VERSION_MAJOR = 5
-STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).53
+STUNNEL_VERSION = $(STUNNEL_VERSION_MAJOR).55
 STUNNEL_SITE = http://www.usenix.org.uk/mirrors/stunnel/archive/$(STUNNEL_VERSION_MAJOR).x
 STUNNEL_DEPENDENCIES = host-pkgconf openssl
 STUNNEL_CONF_OPTS = --with-ssl=$(STAGING_DIR)/usr --with-threads=fork \