summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-10-02Removed unnecessary included tizen.h header from libdevice_info.soHEADtizen_9.0_m2_releaseaccepted/tizen/unified/x/asan/20241022.113513accepted/tizen/unified/x/20241017.030750accepted/tizen/unified/toolchain/20241022.122949accepted/tizen/unified/toolchain/20241022.122528accepted/tizen/unified/20241016.160050accepted/tizen/9.0/unified/20241030.233727tizen_9.0tizenaccepted/tizen_unified_x_asanaccepted/tizen_unified_xaccepted/tizen_unified_toolchainaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedAndrei Vakulich1-2/+0
Change-Id: I0761caf593f7cdb0e675c085b7bf993f78cf30b7
2023-07-12Migrate to openssl3tizen_8.0_m2_releaseaccepted/tizen/unified/dev/20240620.005630accepted/tizen/unified/20230821.162257accepted/tizen/8.0/unified/20231005.093646tizen_8.0accepted/tizen_unified_devaccepted/tizen_8.0_unifiedDariusz Michaluk2-2/+2
Change-Id: Iecb10cdd8093b2d53f53bcba3b16276af3026c87
2023-04-11Fix debug buildKrzysztof Jackiewicz1-4/+4
gbs build --define "build_type DEBUG" was failing because of a typo Change-Id: I7e761b03c2e5ce6b03daee6362503664a87f11de
2023-04-11strip duid-gadget executable in Release modeaccepted/tizen/unified/20230421.033225Dongsun Lee1-0/+9
Change-Id: I7175542d54b3db97ef41dc2aeb9b900abf057a0b
2020-09-11Add error checking of PKCS5_PBKDF2_HMAC_SHA1 functionTomasz Swierczek1-2/+5
Change-Id: I937c1bf7764d2de16ddecf6c540ef3d88ac5c225
2020-01-15Add fixes for gcc 9tizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.162401submit/tizen_6.0_hotfix/20201103.114804submit/tizen_6.0_hotfix/20201102.192504submit/tizen_6.0/20201029.205104submit/tizen/20200116.024739accepted/tizen/unified/20200116.103355accepted/tizen/7.0/unified/hotfix/20221116.105614accepted/tizen/7.0/unified/20221110.061717accepted/tizen/6.5/unified/20211028.120807accepted/tizen/6.0/unified/hotfix/20201103.004314accepted/tizen/6.0/unified/20201030.115155tizen_7.0_hotfixtizen_6.5tizen_6.0_hotfixtizen_6.0accepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedTomasz Swierczek1-2/+4
Change-Id: Ic1c3742b41591f22ecbec30bf140acc1cc17082f
2019-12-11Fix build failure in case of boost upgrade(1.66.0->1.71.0)submit/tizen/20191211.031516accepted/tizen/unified/20191212.123709Dongsun Lee2-0/+8
Change-Id: I29c506c1d35aaf5728abb42d8771c0623faa25c9 Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
2019-08-27Reorganize arguments to BOOST_REQUIRE_MESSAGEtizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184304submit/tizen_5.5_mobile_hotfix/20201026.185104submit/tizen_5.5/20191031.000004submit/tizen/20190904.052237submit/tizen/20190829.054731accepted/tizen/unified/20190904.110643accepted/tizen/5.5/unified/wearable/hotfix/20201027.113545accepted/tizen/5.5/unified/mobile/hotfix/20201027.090953accepted/tizen/5.5/unified/20191031.023522tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedTomasz Swierczek1-3/+3
Static analysis tools were complaining about assignment. Change-Id: Iea9530b718d4aa823e01293fb6a81c95a9055f5c
2019-06-17Migrate to openssl 1.1submit/tizen/20190704.112637accepted/tizen/unified/20190705.110803Konrad Lipinski2-2/+2
Change-Id: I393985ea92dcbaf75c0275f56e1f4d202ea46967
2019-05-28Make spec compliant with gbs --incrementalKonrad Lipinski1-2/+3
According to [1], %prep section of the spec file should contain a single %setup macro, nothing else. According to [2], manifest %files are best copied to %{buildroot}%{_datadir} in the %install section. Moved manifest copy operations from %prep to %install accordingly. References [1] https://source.tizen.org/documentation/reference/git-build-system/usage/gbs-build [2] https://wiki.tizen.org/Security/Application_installation_and_Manifest Change-Id: I96a6e3fcd8a0f1fdf16121e7d2ef77603200739b
2019-05-16Remove unnecessary dependenciessubmit/tizen/20190606.103449Dariusz Michaluk3-9/+2
Do not expose unnecessary libraries to the program that is linking with libcryptsvc library. If the program will not be using the symbols of the required library, it should not be linking directly to that library. pkg-config guide: https://people.freedesktop.org/~dbn/pkg-config-guide.html Change-Id: I7faa0e7b8414d3fd0ee7bb864239c2c50c86de37
2018-07-06Make libcryptsvc compile with boost 1.65submit/tizen_5.0/20181101.000004submit/tizen/20180709.064753accepted/tizen/unified/20180709.132419accepted/tizen/5.0/unified/20181102.022020tizen_5.0accepted/tizen_5.0_unifiedKrzysztof Jackiewicz2-10/+3
Remove unnecessary ifdef and (void). Change-Id: I971e950d87736bb422a29f3eb008be1f377fc3bf
2018-06-19Adjust build to boost 1.65.1submit/tizen/20180621.091746accepted/tizen/unified/20180621.141538Tomasz Swierczek2-0/+33
Change-Id: Ic31a2e237154e92e3ca1309ad40a14e26b369f00
2017-09-15Replace SHA1 to SHA256 on PUK generating logicsubmit/tizen/20171103.042839accepted/tizen/unified/20171106.162831sangwan.kwon2-2/+2
Change-Id: If7b368edbcc382587de28fdef13aabb184a2d076 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2017-05-16Upgrade version to 0.0.2tizen_4.0.m1_releasesubmit/tizen_4.0/20170828.110004submit/tizen_4.0/20170828.100004submit/tizen_4.0/20170811.094300submit/tizen/20170517.012418accepted/tizen/unified/20170517.080124accepted/tizen/4.0/unified/20170829.020540accepted/tizen/4.0/unified/20170816.012033sangwan.kwon1-1/+1
Change-Id: I24eb59474e1f32d4d87f4612cf3fe5a6e8858710 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2017-05-15Support previous boost version on TCsangwan.kwon4-20/+77
* This could be revert when boost-version is completely upgraded. Change-Id: I641d2db94b9e4aa9e712ba3a9ea501059990f883 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2017-04-27Adjust tizen coding rulesangwan.kwon7-142/+134
Change-Id: Ie05c2149eea334829d6bdf9b0951ae301b4abbd0 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2017-04-19Fix log fomatter according to boost version upgradesangwan.kwon4-23/+64
Change-Id: I78bc7a5438884b34c916d7651d34b1aa65bf5e61 Signed-off-by: sangwan.kwon <sangwan.kwon@samsung.com>
2016-03-09Fix warning and add warning related gcc optionssubmit/tizen_unified/20170308.100409submit/tizen_3.0_wearable/20161015.000003submit/tizen_3.0_tv/20161015.000003submit/tizen_3.0_mobile/20161015.000003submit/tizen_3.0_ivi/20161010.000003submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093751submit/tizen/20160310.050225accepted/tizen/wearable/20160310.063353accepted/tizen/unified/20170309.033936accepted/tizen/tv/20160310.063326accepted/tizen/mobile/20160310.063244accepted/tizen/ivi/20160310.063418accepted/tizen/common/20160311.201051accepted/tizen/3.0/wearable/20161015.083245accepted/tizen/3.0/tv/20161016.005025accepted/tizen/3.0/mobile/20161015.033524accepted/tizen/3.0/ivi/20161011.044347accepted/tizen/3.0/common/20161114.110008accepted/tizen/3.0.m2/wearable/20170104.142432accepted/tizen/3.0.m2/tv/20170104.142139accepted/tizen/3.0.m2/mobile/20170104.141807tizen_3.0_tvtizen_3.0.m2tizen_3.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileKyungwook Tak2-24/+15
Change-Id: Ieccac38280db7aff3094a6ea84907e48c44d3446 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2016-02-02Integrate dukgenerator API to cryptsvcsubmit/tizen_ivi/20160217.000003submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160202.104355accepted/tizen/wearable/20160203.051013accepted/tizen/tv/20160203.050950accepted/tizen/mobile/20160203.050937accepted/tizen/ivi/20160218.024029Kyungwook Tak3-15/+118
Change-Id: Idfefdf9444a69fa7b9f18a2b249809f7abc89ad3 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2016-02-02visibility attribute move to function definitionKyungwook Tak2-27/+29
visibility attribute for cryptsvc API move from function declaration to function definition because API user doesn't care the visibility. Additionally fix points of meaningless const casting & const needed Change-Id: I26cc36b27dcf5558b0a465e5ba908e1743de70e4 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2016-02-02Refactor build system and add internal testKyungwook Tak18-187/+668
* Refine cmake files * Remove duplicated codes in duid-gadget * Add internal test * Remove useless files (.changes, NOTICE) Change-Id: I5cc7e16db85cc734d65794f8a505bcdd1dfd8726 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2016-02-02Add gitignore fileKyungwook Tak1-0/+3
Change-Id: I8896b46c5165c96b0ea87a2723d16379adaec814 Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2015-12-14Remove tzplatform config devel dependencysubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151214.075428accepted/tizen/wearable/20151214.135640accepted/tizen/tv/20151214.135043accepted/tizen/mobile/20151214.134309Kyungwook Tak1-2/+1
Change-Id: I9021992dc32df51282e6efd34e6dfa2efacfe8fd Signed-off-by: Kyungwook Tak <k.tak@samsung.com>
2015-11-06Synchronize with tizen 2.4submit/tizen/20151106.010959accepted/tizen/wearable/20151106.045949accepted/tizen/tv/20151106.045943accepted/tizen/mobile/20151106.045922Dongsun Lee7-120/+406
Change-Id: I719e3e4bcb123cd7fe5d6ac5c217e032399ea51a Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
2014-08-18Fixed packaging for 64bit architecturestizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen/20141002.092832accepted/tizen/ivi/20141006.161445accepted/tizen/common/20141002.100449tizen_3.0_ivitizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commonaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonVyacheslav Barinov2-6/+5
The package has a hardcoded paths to libdir in CMakeLists.txt file which works for 32-bit architectures, but trying to build package on aarch64 makes a problem in packaging section because %{_libdir} macros has "/usr/lib64" on 64bit architectures. Now CMake uses paths defined by build system: it changes nothing for 32bit architecture but packaging won't fail for 64bit builds anymore Change-Id: I2a0fc1da429585a7bd1c0bffb0c8b5f50eab9b8e Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
2014-07-21Remove debian directory and COPYING fileseong.chung7-714/+0
Change-Id: I9e1fb8fb137bb1f71cb1435e1399f7603b38d941 Signed-off-by: seong.chung <seong.chung@samsung.com>
2014-07-21Remove Flora Licenseseong.chung2-208/+2
Change-Id: I1e4177cba14714538050bf6cb6a5f0d3a72d2a4d Signed-off-by: seong.chung <seong.chung@samsung.com>
2014-03-25convert static library to shared libraryChanho Park12-487/+182
This patch removes static library and convert it into source files. Static library can't build if compiler is changed. And we also removed tzcrypto API and library because we don't use it anymore. Change-Id: I06043c5867c63f5f833d7d538f882cbe85ab0cba Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2013-08-29Sync with tizen_2.2tizen_3.0.m14.2_ivi_releasesubmit/tizen_ivi_stable/20131116.100914submit/tizen_ivi_genivi/20140131.040633submit/tizen/20130912.090245submit/tizen/20130912.075936submit/tizen/20130829.121231ivi_oct_m2accepted/tizen_ivi_stable/20131116.111627accepted/tizen/ivi/genivi/20140131.041919accepted/tizen/20130912.195843accepted/tizen/20130912.191746accepted/tizen/20130912.150155accepted/tizen/20130912.095658accepted/tizen/20130912.094053tizen_ivi_genivitizen_3.0.m14.2_iviaccepted/tizen_genericaccepted/tizen/ivi/stableaccepted/tizen/ivi/geniviso.yu1-2/+2
Conflicts: CMakeLists.txt
2013-07-08Merge "resetting manifest requested domain to floor" into tizensubmit/tizen/20130710.124523accepted/tizen/20130710.221331Ryan Ware0-0/+0
2013-07-04Remove unrecognized option for gcc-4.8so.yu1-2/+2
Change-Id: I9023a7fba7c91fa5b22e0476fb4013f1154a6bb3 Signed-off-by: so.yu <so.yu@samsung.com>
2013-07-01resetting manifest requested domain to floorAlexandru Cornea2-0/+9
2013-06-28resetting manifest requested domain to floorAlexandru Cornea2-0/+9
2013-05-29Fixed package metadata and descriptionsubmit/tizen/20130529.115330accepted/tizen/20130529.191111Anas Nashif2-1/+4
2013-05-29Fixed package meta-dataAnas Nashif8-14/+15
2013-05-29Changes : Fix hardcoded library path for 64b compatibilitysubmit/tizen/20130529.151212accepted/tizen/20130529.151307Xavier Roche1-0/+3
2013-05-29Fix hardcoded library path for 64b compatibilityXavier Roche3-8/+7
- Fix hardcoded lib path - Use %cmake macro to set default path
2013-05-18-avoid-version not recognised by compilersubmit/tizen/20130518.045619accepted/tizen/20130520.103533Anas Nashif2-2/+5
2013-05-02Change the License version from 1.0 into 1.1submit/tizen_2.1/20130514.052915submit/tizen/20130517.045135accepted/tizen/20130520.101220tizen_2.1so.yu2-17/+17
Change-Id: I65ac59189f71da5b844debb2e1a38fb785dfed57 Signed-off-by: so.yu <so.yu@samsung.com>
2013-04-18update license filesubmit/tizen_2.1/20130425.000145accepted/tizen_2.1/20130425.0204192.1b_releaseKyungwooNoh1-59/+180
Change-Id: Ic917bbf85889c8d2e0dd5891e33e1238fe61319f Signed-off-by: KyungwooNoh <kw1004.noh@samsung.com>
2013-04-06Fix LDFLAGso.yu2-5/+5
Change-Id: Ida4da964be85d75728c77f37f4ec3452e4a049b0 Signed-off-by: so.yu <so.yu@samsung.com>
2013-04-05Modify the code about pkgconfig and remove trailing whitespaceso.yu11-563/+570
Change-Id: I0bc07bd568cc5d72e19f64e4bd8a27283cb96ce6 Signed-off-by: so.yu <so.yu@samsung.com>
2013-03-16merge with masterJinkun Jang13-93/+669
2013-03-13Tizen 2.1 baseJinkun Jang17-0/+1360
2012-12-07Initial empty repositoryHyungKyu Song0-0/+0