Use openssl3 instead of openssl1.1 36/295936/1 accepted/tizen/8.0/unified/20231005.095403 accepted/tizen/unified/20230719.170112 tizen_8.0_m2_release
authorSeungbae Shin <seungbae.shin@samsung.com>
Mon, 17 Jul 2023 10:21:58 +0000 (19:21 +0900)
committerSeungbae Shin <seungbae.shin@samsung.com>
Mon, 17 Jul 2023 10:38:54 +0000 (19:38 +0900)
commitf89c6fab6db80fed528e2d6350e747ff4fae96b7
tree4af6e327f759a2a6b30f51e53393ad7aeebc4ffb
parent78a6041624a50890b2ff3eff99f2cedf1554a9e7
Use openssl3 instead of openssl1.1

OpenSSL 3.0 was released on 7 September 2021.
This is the latest LTS (Long Term Support) release and will be supported until 7th September 2026.
Previous LTS version, OpenSSL 1.1.1 will be supported until September 2023.

https://www.openssl.org/docs/man3.0/man7/migration_guide.html

After build using openssl3, the following build warnings will be displayed,
and we are planning to be apply replacement code when the upstream code is updated.

 warnings:
  'RSA_new' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'RSA_set0_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'RSA_public_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'RSA_free' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'AES_set_encrypt_key' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'AES_encrypt' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]
  'MD5' is deprecated: Since OpenSSL 3.0 [-Wdeprecated-declarations]

[Version] 15.0-22
[Issue Type] Dependancy

Change-Id: I3b6b8767b3f28fd32c64b5e1fff601c294fc89e2
meson.build
packaging/pulseaudio.spec