summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-05-12 22:53:19 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-15 17:53:29 +0100
commita98ac2a39b30b3a3e94669616900547b0b87992a (patch)
tree3ab98c21f2018d317dae16ed6d40cb951eca60a2 /meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch
parent66ef365ba617e3f0dfb13d8711871b6628ed4465 (diff)
downloadpoky-a98ac2a39b30b3a3e94669616900547b0b87992a.tar.gz
openssl: Remove openssl10
OpenSSL 1.0 has been replaced by 1.1, and it would be harder to security-support after the upstream EOL at the end of 2019. (From OE-Core rev: 0f7ffcaa18db7bc27f30c994aafbb9f4f8b2ae7e) Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch')
-rw-r--r--meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch b/meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch
deleted file mode 100644
index 09dd9eaf86..0000000000
--- a/meta/recipes-connectivity/openssl/openssl10/debian1.0.2/soname.patch
+++ /dev/null
@@ -1,15 +0,0 @@
1Upstream-Status: Inappropriate
2
3Index: openssl-1.0.2d/crypto/opensslv.h
4===================================================================
5--- openssl-1.0.2d.orig/crypto/opensslv.h
6+++ openssl-1.0.2d/crypto/opensslv.h
7@@ -88,7 +88,7 @@ extern "C" {
8 * should only keep the versions that are binary compatible with the current.
9 */
10 # define SHLIB_VERSION_HISTORY ""
11-# define SHLIB_VERSION_NUMBER "1.0.0"
12+# define SHLIB_VERSION_NUMBER "1.0.2"
13
14
15 #ifdef __cplusplus