Migrate to openssl3 75/295675/1 accepted/tizen_8.0_unified accepted/tizen_9.0_unified accepted/tizen_unified_dev tizen_8.0 tizen_9.0 accepted/tizen/8.0/unified/20231005.093544 accepted/tizen/9.0/unified/20241030.232438 accepted/tizen/unified/20230907.055350 accepted/tizen/unified/dev/20240620.005600 tizen_8.0_m2_release tizen_9.0_m2_release
authorDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Jul 2023 09:01:22 +0000 (11:01 +0200)
committerDariusz Michaluk <d.michaluk@samsung.com>
Wed, 12 Jul 2023 09:04:37 +0000 (11:04 +0200)
Change-Id: Ib7ebba1047b171021db0afffd0629822b152015e

CMakeLists.txt
packaging/auth-fw.spec
src/server/plugin/CMakeLists.txt

index 1547eace949cb6ede7cbca8aac00e7500b17b122..ef4187907a0346648e73f8c905c065483e541539 100644 (file)
@@ -46,6 +46,7 @@ ADD_DEFINITIONS("-fPIC")
 ADD_DEFINITIONS("-Werror")                      # Make all warnings into errors.
 ADD_DEFINITIONS("-Wall")                        # Generate all warnings
 ADD_DEFINITIONS("-Wextra")                      # Generate even more extra warnings
+ADD_DEFINITIONS("-Wno-deprecated-declarations")
 
 STRING(REGEX MATCH "([^.]*)" API_VERSION "${VERSION}")
 ADD_DEFINITIONS("-DSMACK_ENABLED")
index 570549ded28013eeeb874e0a6df27c7d02185df7..1af2c749b7ffb267212fe9a44ed6e111bfb7214a 100644 (file)
@@ -186,7 +186,7 @@ fi
 %package -n lib%{name}-sw-backend
 Summary: Authentication framework (sw-backend)
 Group: Security/Libraries
-BuildRequires: pkgconfig(openssl1.1)
+BuildRequires: pkgconfig(openssl3)
 Requires: %{name} = %{version}
 Requires(post): %{sbin_dir}/ldconfig
 Requires(postun): %{sbin_dir}/ldconfig
index d6c56056e1050aab9c199bf17f361a043bab27f8..2f4d62e75f8d1adcda62de781c1fab17807d6a90 100644 (file)
@@ -1,7 +1,7 @@
 ### SW-BACKEND ############################################################################
 PKG_CHECK_MODULES(SW_BACKEND_DEP
     REQUIRED
-    openssl1.1
+    openssl3
     )
 
 INCLUDE_DIRECTORIES(