openssl: bump to release 1.1.1b
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Wed, 27 Feb 2019 21:06:44 +0000 (18:06 -0300)
committerHauke Mehrtens <hauke@hauke-m.de>
Wed, 27 Feb 2019 21:43:30 +0000 (22:43 +0100)
commit9e8cbecb7f188dcf31b3a4e268d8e2b8e6d55a58
tree164548cc7b2cdd029b0bc54ee236a5fdff968895
parentc8153722a2eddceb6a8df5fd1a676d6d1f688640
openssl: bump to release 1.1.1b

This is bugfix release that incorporated all of the devcrypto engine
patches currently in the tree.

The cleaning procedure in Package/Configure was not removing the
dependency files, causing linking errors during a rebuild with
different options.  It was replaced by a simple make clean.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
package/libs/openssl/Makefile
package/libs/openssl/patches/200-eng_devcrypto-don-t-leak-methods-tables.patch [deleted file]
package/libs/openssl/patches/210-eng_devcrypto-expand-digest-failure-cases.patch [deleted file]
package/libs/openssl/patches/220-eng_devcrypto-fix-copy-of-unitilialized-digest.patch [deleted file]
package/libs/openssl/patches/230-eng_devcrypto-close-session-on-cleanup-not-final.patch [deleted file]
package/libs/openssl/patches/240-eng_devcrypto-add-cipher-CTX-copy-function.patch [deleted file]
package/libs/openssl/patches/250-eng_devcrypto-fix-ctr-mode.patch [deleted file]
package/libs/openssl/patches/260-eng_devcrypto-make-sure-digest-can-do-copy.patch [deleted file]
package/libs/openssl/patches/300-eng_devcrypto-close-open-session-on-init.patch [deleted file]