Hi Bruno, On Friday 17 January 2014 14:49:58 Bruno Thomsen wrote: > Updating openssl to 1.0.1e improves TLS 1.x support in lighttpd. > > Signed-off-by: Bruno Thomsen <[email protected]> > --- > rules/openssl.make | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/rules/openssl.make b/rules/openssl.make > index 35e9aa5..eaeb95a 100644 > --- a/rules/openssl.make > +++ b/rules/openssl.make > @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl > # > # Paths and names > # > -OPENSSL_VERSION := 1.0.0k > -OPENSSL_MD5 := 99af9b319f928da5ea3e860311b396ef > +OPENSSL_VERSION := 1.0.1e > +OPENSSL_MD5 := 66bf6f10f060d561929de96f9dfe5b8c > OPENSSL := openssl-$(OPENSSL_VERSION) > OPENSSL_SUFFIX := tar.gz > OPENSSL_URL := http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX)
PTXdist comes with various patches for openssl-1.0.0k. Did you check if they are obsolete when updating to release 1.0.1e? If yes, you should remove them with your patch as well. Regards, Juergen -- Pengutronix e.K. | Juergen Beisert | Linux Solutions for Science and Industry | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
