Hwankyu Jhun [Thu, 20 Feb 2025 10:44:00 +0000 (19:44 +0900)]
Release version 0.11.17
Changes:
- Fix build error issue for cmake 3.31 version upgrade
Change-Id: I88dfa1326a4a60c4f5e037059274ea370e0c303c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 20 Feb 2025 10:06:38 +0000 (19:06 +0900)]
Fix build error issue for cmake 3.31 version upgrade
Change-Id: Ie66a58304697c9b88e9c0f3cb6adfe8437cfaa76
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangyoon Jang [Mon, 3 Feb 2025 01:56:31 +0000 (10:56 +0900)]
Release version 0.11.16
Changes:
- Fix static analysis issue
Change-Id: I14ff40f86b304fd72a0a9da55dc68c5f08a771fc
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 21 Jan 2025 07:26:32 +0000 (16:26 +0900)]
Fix static analysis issue
Fix a resource leak.
Change-Id: Iebcd80b4fe4690dcbc160fadd9971e6c16ff768e
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Ilho Kim [Tue, 10 Dec 2024 06:40:35 +0000 (15:40 +0900)]
Release version 0.11.15
Changes:
- Support upgrade normal rw pkg to added ro pkg
Change-Id: Iba5fc29fe416e89b63244364a1c3db48aafb3705
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Fri, 23 Aug 2024 12:22:35 +0000 (21:22 +0900)]
Support upgrade normal rw pkg to added ro pkg
Change-Id: Iea454634283a0131b1795c86d17e818901544c21
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 30 Oct 2024 10:16:25 +0000 (19:16 +0900)]
Release version 0.11.14
Changes:
- Create flag before pkg_upgrade during rw data migration
Change-Id: I5246fb240ce2525bb6b9b4a08d91cbad8befc783
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 30 Oct 2024 09:58:58 +0000 (18:58 +0900)]
Create flag before pkg_upgrade during rw data migration
In order to execute in offline mode in installer,
installer need a way to check if it is rw data migration
Change-Id: I37ff11182d10195f14a7023920e5d039977842ce
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Sangyoon Jang [Wed, 11 Sep 2024 06:36:21 +0000 (15:36 +0900)]
Release version 0.11.13
Changes:
- Handle installing preload-ro and preload-rw pks with same pkgid
Change-Id: I19eee974aa37a4ef7411b3a4ecc6460ddc1740be
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 28 Aug 2024 00:50:27 +0000 (09:50 +0900)]
Handle installing preload-ro and preload-rw pks with same pkgid
Same pkgid in both ro and rw with version:
- RO = RW -> install RO only
- RO > RW -> install RO only
- RO < RW -> install RO and RW (RO-updated)
Change-Id: I87632def74d41e49bf13e8c8fe18474eb92933d0
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 11 Sep 2024 04:58:16 +0000 (13:58 +0900)]
Release version 0.11.12
Changes:
- Fix static analysis issue
Change-Id: I75b78d35fc0b1415cec4314ecb9d5bbdff0e2ca2
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 10 Sep 2024 07:01:40 +0000 (16:01 +0900)]
Fix static analysis issue
Change-Id: I6e9aba07c43153e4bc2dabf9e260d4338bb05233
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Ilho Kim [Wed, 14 Aug 2024 03:32:42 +0000 (12:32 +0900)]
Release version 0.11.11
Changes:
- Remove the possibility variable not be initialized
Change-Id: I5185c7f1cefb0f8adcdb9c40d21347df9a196f49
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 14 Aug 2024 01:07:08 +0000 (10:07 +0900)]
Remove the possibility variable not be initialized
Change-Id: I6e1d389dbb73088cc425731fe031b7d4bf7f1e24
Ilho Kim [Mon, 12 Aug 2024 03:19:35 +0000 (12:19 +0900)]
Release version 0.11.10
Changes:
- Updates pkgcmd tool
- Refactor function for activate,deactivate
- Fix activate, deactivate apps with --global option
Change-Id: I981ef0b89c02382e28d2ae285449a85dab7ad83e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Mon, 12 Aug 2024 01:54:51 +0000 (10:54 +0900)]
Modify to update database using pkgmgr-parser api
Requires:
[pkgmgr-info] https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/315945/
Change-Id: I9b306a17c2a6d61f3838b47bbb7709408d0e583a
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Inkyun Kil [Tue, 7 May 2024 04:51:20 +0000 (13:51 +0900)]
Add new functions
- uninstall-resource
- clear-cache
Change-Id: Id60dd2d810248093cd631a7c653493b3b4e5529c
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Ilho Kim [Tue, 7 May 2024 07:41:02 +0000 (16:41 +0900)]
Release version 0.11.9
Changes:
- Updates pkgcmd tool
- Refactor function for activate,deactivate
- Fix activate, deactivate apps with --global option
Change-Id: Iefbc1448fa661ef5aad93cf37562bca6e2503db5
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 2 May 2024 09:31:59 +0000 (18:31 +0900)]
Fix activate, deactivate apps with --global option
Fix the "--global" option for activate, deactivate of global app
Change-Id: I5fd5eb1173106d5fd6769ac3a7ded5f394fde680
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 2 May 2024 07:53:46 +0000 (16:53 +0900)]
Refactor function for activate,deactivate
Since different operations are required depending on whether the type is
an app or not, a if statement exists for this purpose
Due to the corresponding if statement, the depth of the code increased,
so each logic was functionalized to reduce the depth
Change-Id: I297e4987c0a096a694f13b5ac9043ca4edef8931
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Inkyun Kil [Tue, 23 Apr 2024 07:01:45 +0000 (16:01 +0900)]
Updates pkgcmd tool
- Adds omitted message for getting size
- Adds code for EnableApps, DisableApps
- Adds code for UpdateInfo
Change-Id: Id71c2f665b54434d6ead150696a2aa586cf110d1
Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Sangyoon Jang [Tue, 9 Apr 2024 05:53:06 +0000 (14:53 +0900)]
Release version 0.11.8
Changes:
- Add error handling when failed to parse pkgid
- Fix db upgrade script
Change-Id: Icd2694fd4bcd92f7b9bb4bdefb96c522471bb025
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 27 Feb 2024 05:13:35 +0000 (14:13 +0900)]
Fix db upgrade script
The lib rpk feature is moved to db version 30011.
Change-Id: Ia97f262b5e01f25e929933282783a1a194e80405
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Mon, 18 Mar 2024 06:49:03 +0000 (15:49 +0900)]
Add error handling when failed to parse pkgid
Change-Id: Ie0bdf38348483d7f2432068a4edf9fda98c76f3a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 21 Mar 2024 07:26:01 +0000 (16:26 +0900)]
Release version 0.11.7
Changes:
- Remove execute label from pkg_upgrade
- Set cpu boosting wheh pkg_getsize
Change-Id: I39c4d8d8fb209fcbe243818865d50fa6797724e4
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 21 Mar 2024 00:22:39 +0000 (09:22 +0900)]
Set cpu boosting wheh pkg_getsize
Change-Id: Ie9afc666bddcdda055a6cd5ff0f057e38c0b0c4a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Mon, 18 Mar 2024 08:22:01 +0000 (17:22 +0900)]
Remove execute label from pkg_upgrade
Change-Id: Iea465753486d41bd5b48774052bbeb87a3cec741
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Hwankyu Jhun [Tue, 12 Mar 2024 05:15:14 +0000 (14:15 +0900)]
Release version 0.11.6
Changes:
- Fix lcov option
Change-Id: Id07e3860f2679fe0f404118ed2b0e86da080409a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Tue, 12 Mar 2024 04:55:14 +0000 (13:55 +0900)]
Fix lcov option
"mismatch,unused" options are added.
Change-Id: I0194a474bf03136cc44e0c09e6e3fadde5abe87d
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangyoon Jang [Fri, 16 Feb 2024 08:24:46 +0000 (17:24 +0900)]
Release version 0.11.5
Changes:
- Remove boost dependency
Change-Id: If27c5f211548b07ae7caef3737f54f82689dd17f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 4 Jan 2024 08:06:24 +0000 (17:06 +0900)]
Remove boost dependency
Change-Id: Id66232cb8414dd71c21c30809be65590a94f1169
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Hwankyu Jhun [Thu, 1 Feb 2024 05:19:03 +0000 (14:19 +0900)]
Release version 0.11.4
Changes:
- Use aul-rsc-mgr library
Change-Id: I24716aeb45b21b7ab04dfedb27ade092a2e52edf
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Thu, 1 Feb 2024 01:43:40 +0000 (10:43 +0900)]
Use aul-rsc-mgr library
The aul-rsc-mgr library is added to separate the package from aul library.
Requires:
- https://review.tizen.org/gerrit/#/c/platform/core/appfw/aul-1/+/305365/
Change-Id: Ifd934fcdc44c901b8b2172812afcae2b7eac2165
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Ilho Kim [Tue, 30 Jan 2024 05:21:57 +0000 (14:21 +0900)]
Release version 0.11.3
Changes:
- Fix static analysis issue
Change-Id: Ib7133354578c8335562ceed16cdeeef4b4a6395e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Mon, 29 Jan 2024 08:46:32 +0000 (17:46 +0900)]
Fix static analysis issue
Fix uninitialized member variable
Use of auto that causes a copy
Change-Id: I82802ced0e02ca4db7473f929323b28ae4f4d2c4
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Sangyoon Jang [Wed, 24 Jan 2024 03:40:37 +0000 (12:40 +0900)]
Release version 0.11.2
Changes:
- Fix upgrade script for cert db
Change-Id: I83f9fa7b48b3ee7680147bf1dc54fcaf287e7341
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 18 Jan 2024 09:26:00 +0000 (18:26 +0900)]
Fix upgrade script for cert db
Change-Id: I5fdf5a4138791f301f0d87a30c0796819ab0b4d4
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 10 Jan 2024 04:36:43 +0000 (13:36 +0900)]
Release version 0.11.1
Changes:
- Add upgrade script for pkg db version 30010
Change-Id: I6598ebbc82d59493ef6c324766d5cb723b7a9da8
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 5 Jan 2024 01:49:37 +0000 (10:49 +0900)]
Add upgrade script for pkg db version 30010
Attribute "lib" is added to package_res_info table.
Change-Id: Ic4b4e53d1019e530c649ec01b3218f5bb32b7967
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 19 Dec 2023 00:38:39 +0000 (09:38 +0900)]
Release version 0.11.0
Changes:
- Implement priority list feature in pkg_upgrader
- Send pkg upgrade signal
- Add priority list test
- Fix to install preload-rw packages first
Change-Id: I0be95f174fb49b4dcdb639cfeb981f5140d5b180
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 15 Dec 2023 04:03:13 +0000 (13:03 +0900)]
Fix to install preload-rw packages first
Install preload-rw packages first to make more free space in the RO partition
during installation.
Change-Id: I5a208aba8e4149b84daa2717ea22a5e920397a88
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 1 Nov 2023 07:00:43 +0000 (16:00 +0900)]
Add priority list test
Change-Id: I5d97c2f5abf345ce4c779fd3e8f574e7c84bc437
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 24 Oct 2023 08:08:18 +0000 (17:08 +0900)]
Send pkg upgrade signal
Change-Id: I117e850f6e32ea90e83d88fe4b9b889262d30446
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 12 Sep 2023 07:18:50 +0000 (16:18 +0900)]
Implement priority list feature in pkg_upgrader
Change-Id: I4e3e922cf0c8d4a4e7472039976391ddecf99c04
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
ilho kim [Fri, 10 Nov 2023 07:41:41 +0000 (16:41 +0900)]
Release version 0.10.9
Changes:
- Add fsync after creating backup flag
- Remove log of printing file name
- Add errno when chsmack failed
- Remove the use of removed api
Change-Id: I1a202ebc47881487da6c9859e43b11d8892ce40f
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
ilho kim [Fri, 10 Nov 2023 04:23:08 +0000 (13:23 +0900)]
Remove the use of removed api
Related:
[pkgmgr-info]https://review.tizen.org/gerrit/#/c/platform/core/appfw/pkgmgr-info/+/301171/
Change-Id: I86ca65de7b6e408295df9b844e3b9d3d7f36b4ce
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Sangyoon Jang [Tue, 31 Oct 2023 06:33:48 +0000 (15:33 +0900)]
Add errno when chsmack failed
Change-Id: If5b979e282a07acfb93a92b9e3ee135c3d6ca63f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Sun, 29 Oct 2023 23:36:19 +0000 (08:36 +0900)]
Remove log of printing file name
Change-Id: I421de026977ddbbc0aa24e8c4acbfb8613a5fd4c
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 26 Oct 2023 23:53:31 +0000 (08:53 +0900)]
Add fsync after creating backup flag
Change-Id: I00030561a5d91b459702a3b97d30d56543c5ffec
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 19 Oct 2023 07:57:53 +0000 (16:57 +0900)]
Release version 0.10.8
Changes:
- Return error when smack_setlabel() failed
Change-Id: I062ae4357c7402166a5e9b4b46e2fa13c3ceeed6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 17 Oct 2023 06:36:20 +0000 (15:36 +0900)]
Return error when smack_setlabel() failed
Change-Id: I08935eaea00aec98ac0c619c57fb6c764034e91c
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Mon, 11 Sep 2023 00:44:50 +0000 (09:44 +0900)]
Release version 0.10.7
Changes:
- Check whether PkgFinder::Find() failed in PkgUpgraderFactory::MakeList()
- Set dlog tag of pkg_upgrader
- Set pkgmgr client socket timeout before upgrade
Change-Id: Ibd5a1f89bfed9a5507ca31f54b3d395d12ebe8c1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 24 Aug 2023 06:22:49 +0000 (15:22 +0900)]
Set pkgmgr client socket timeout before upgrade
Change-Id: I398322489634f26faede2621f4ab6f0cb0850470
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 23 Aug 2023 10:10:24 +0000 (19:10 +0900)]
Set dlog tag of pkg_upgrader
Change-Id: Ia9a6778b7a1c045886f98cc85e8d6e5f7512d7ae
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Wed, 23 Aug 2023 09:28:09 +0000 (18:28 +0900)]
Check whether PkgFinder::Find() failed in PkgUpgraderFactory::MakeList()
Change-Id: Id98de814d67f81807802663e0c7c577baba60011
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
ilho kim [Thu, 17 Aug 2023 00:57:28 +0000 (09:57 +0900)]
Release version 0.10.6
Changes:
- Fix static analysis issue
Change-Id: Iace8748c472e6fafb715cc0c4be12e84923aabf3
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
ilho kim [Wed, 16 Aug 2023 05:55:30 +0000 (14:55 +0900)]
Fix static analysis issue
Remove of unnecessary copy operation of shared_ptr
Change-Id: I2213ed9e69fbf59813cc6576c1d1c3297cdfad3a
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Sangyoon Jang [Fri, 16 Jun 2023 07:28:27 +0000 (16:28 +0900)]
Release version 0.10.5
Changes:
- Remove unnecessary assigns
- Add ROU to RW case to pkg_upgrade
Change-Id: Iff2d4105979e08c9a5f3392e2f6d9f1bed2fa352
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 20 Dec 2022 06:05:31 +0000 (15:05 +0900)]
Add ROU to RW case to pkg_upgrade
old_pkg: RO updated pkg
new_pkg: RO removed, only RW remained
Change-Id: I51e820e96fa6eed18bff0561565f446cf4699059
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 21 Apr 2023 09:26:31 +0000 (18:26 +0900)]
Remove unnecessary assigns
Change-Id: I447ef01387730ebdfced77cc3307d645244f27d2
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 21 Apr 2023 07:35:34 +0000 (16:35 +0900)]
Release version 0.10.4
Changes:
- Fix grant ownership when perfoming resource coping
- Supprot RPK package
Change-Id: Id886379f8d8e5bfe9ef0d6f6a6876f3fc4f32cb1
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 7 Apr 2023 06:07:37 +0000 (15:07 +0900)]
Supprot RPK package
Change-Id: I6443f1ddb731de472e8f5c12c031f8a995d675e7
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
ilho kim [Tue, 18 Apr 2023 08:40:40 +0000 (17:40 +0900)]
Fix grant ownership when perfoming resource coping
When copying the directory, ownership was not granted
Change-Id: Ie77919296eaef5a92b3994efdb52be9ec9003189
Signed-off-by: ilho kim <ilho159.kim@samsung.com>
Hwankyu Jhun [Wed, 8 Mar 2023 08:22:58 +0000 (08:22 +0000)]
Release version 0.10.3
Changes:
- Support rpk installation for MIC
Change-Id: I81b20223af237a32fb691d857ea4c7f72a8b09da
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Hwankyu Jhun [Wed, 8 Mar 2023 08:15:59 +0000 (08:15 +0000)]
Support rpk installation for MIC
The NUIGadget is packed using rpk. The rpk package MUST be installed in MIC step.
Change-Id: Iee1d10977aff0afc588b044d5cb0c0e124580f32
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Sangyoon Jang [Fri, 13 Jan 2023 04:27:09 +0000 (13:27 +0900)]
Release version 0.10.2
Changes:
- Protect access to parent folders
- Revise CMakeLists.txt of unittests
- Add upgrade script for pkg db version 30009
Change-Id: Ib10b740df9a0f7d2b48ab06d3c59cfa35942ff1d
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Fri, 13 Jan 2023 02:28:45 +0000 (11:28 +0900)]
Add upgrade script for pkg db version 30009
package_metadata table was added.
Change-Id: I076aadf3bdd06769eb381459d2b524515769417a
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 20 Dec 2022 07:44:37 +0000 (16:44 +0900)]
Revise CMakeLists.txt of unittests
Change-Id: I7fed7d87108acea46df8a132ad1c6864d3e9878f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Changgyu Choi [Thu, 8 Dec 2022 05:29:32 +0000 (14:29 +0900)]
Protect access to parent folders
If file_path is the relative path to the upper folder (e.g., "../") put in,
the operation will be authorized more than API intention.
This patch prevents access to parent folders than the user data folder.
Change-Id: I75852ac321d6b661da91b25cd1c429512d59e7c5
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Wed, 7 Dec 2022 00:44:19 +0000 (09:44 +0900)]
Release version 0.10.1
Changes:
- Fix wrong filename paremeter
Change-Id: Ib00ae79f08e577c713fb34d363d6c68b85e1c1a1
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Mon, 5 Dec 2022 08:19:54 +0000 (17:19 +0900)]
Fix wrong filename paremeter
If tool try to remove the directory, the parameter is wrong.
This patch changes the parameter by correcting it.
Change-Id: If0332966b94d0520f50d1143812449104959f248
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Wed, 2 Nov 2022 02:20:26 +0000 (11:20 +0900)]
Release version 0.10.0
Changes:
- Add to remove file command
Change-Id: I7d2568288e2055bf7caf94c70022fd0c3c1b8c65
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Wed, 26 Oct 2022 02:36:46 +0000 (11:36 +0900)]
Add to remove file command
Change-Id: I047fe640e1b9b1bc8f4f5553c56251171e888698
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Sangyoon Jang [Tue, 18 Oct 2022 02:30:23 +0000 (11:30 +0900)]
Release version 0.9.7
Changes:
- Fix static analysis issue
Change-Id: I7e0be783d0050dc7e51188d9b4b385a778d82f8f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Sun, 16 Oct 2022 23:53:05 +0000 (08:53 +0900)]
Fix static analysis issue
Fix wrong type.
Change-Id: Ifcc20a54b080450a3f055089854951b66be6afc6
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 20 Sep 2022 06:10:22 +0000 (15:10 +0900)]
Release version 0.9.6
Changes:
- Fix static analysis issue
Change-Id: I64926173491692eb115e768651283d2dd5672e10
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Tue, 20 Sep 2022 05:15:10 +0000 (14:15 +0900)]
Fix static analysis issue
Change-Id: Ibc6d05ba96f732dd2d62468b585d32cb28bac151
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Changgyu Choi [Wed, 7 Sep 2022 00:29:25 +0000 (09:29 +0900)]
Release version 0.9.5
Changes:
- Fix worng return value
- Add pre sending pkg event to amd
Change-Id: Ie4ae6a76a2f3fa0eccf0e58087133bb35291dbab
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Changgyu Choi [Mon, 29 Aug 2022 06:50:31 +0000 (15:50 +0900)]
Add pre sending pkg event to amd
Requires:
- https://review.tizen.org/gerrit/c/platform/core/appfw/aul-1/+/280292
Change-Id: I3c5c2f1b498818edfd59d6a13ad0a072bc6dcda5
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
Ilho Kim [Fri, 19 Aug 2022 10:08:54 +0000 (19:08 +0900)]
Fix worng return value
Change-Id: I524e1f1607168357f2edc5f629ddcdf429041213
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Fri, 27 May 2022 07:12:49 +0000 (16:12 +0900)]
Release version 0.9.4
Changes:
- Fix spec file for coverage measurement
Change-Id: I9de3611f5bc5d1941cb1b3672544c60cf0c77f7d
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Fri, 27 May 2022 05:39:24 +0000 (14:39 +0900)]
Fix spec file for coverage measurement
To measure code coverages automatically, a run-unittest.sh is needed
Change-Id: I0b6065e52c7318d8b2b69d78ec64001bfb15de10
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 19 May 2022 06:39:35 +0000 (15:39 +0900)]
Release version 0.9.3
Changes:
- Modify database backup sequence
Change-Id: If523915afccfebb7b8987b9e8dfbd2cd0077cb16
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Wed, 18 May 2022 07:18:31 +0000 (16:18 +0900)]
Modify database backup sequence
If there is a forced termination before erasing the backup flag
and applying the smack label, there is a problem of using the backup database
which the smack label is not applied in the next upgrade
so modify the smack label setting of the backup database
before removing the backup flag
Change-Id: I5201ef7b3c24e5f79abb32f030908a5d2e026c43
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Junghyun Yeon [Fri, 22 Apr 2022 06:38:44 +0000 (15:38 +0900)]
Release version 0.9.2
Changes:
- Add upgrade script
Change-Id: I59f42bd9f911362c7c1504d246fb1f43a73683e3
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Wed, 20 Apr 2022 04:32:10 +0000 (13:32 +0900)]
Add upgrade script
Upgrade script for adding lightuser column
Change-Id: Id0df89a85a71edfb6ef9b236e0418a614e047196
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Wed, 23 Feb 2022 07:36:26 +0000 (16:36 +0900)]
Release version 0.9.1
Changes:
- Fix static analysis issue
Change-Id: I015599c20db94ef230e6a8762e2ef1b651f6f082
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 17 Feb 2022 01:47:25 +0000 (10:47 +0900)]
Fix static analysis issue
- Remove the use of large stack
Change-Id: Ic24d7d09d3423043dd6d3dbe68657b05a0b29923
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Junghyun Yeon [Wed, 26 Jan 2022 10:29:40 +0000 (19:29 +0900)]
Release version 0.9.0
Changes:
- Change preload and preload-rw package installation order
Change-Id: I5da506b3b95a57a838ac5201d0da7099735bb8b7
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Wed, 26 Jan 2022 01:24:11 +0000 (10:24 +0900)]
Change preload and preload-rw package installation order
Change installation order to install larger package prior than samller one.
install_preload_pkg tool deletes package file when its installation has done.
So if there are not enough space left in image,
installation will be failed due to lack of storage.
So change install larger package first to prevent this.
Change-Id: Ia1cc3ced1b0213f63f84eca8634016be3f889448
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Thu, 20 Jan 2022 05:18:12 +0000 (14:18 +0900)]
Release version 0.8.8
Changes:
- Change gcov installation path
Change-Id: I2d329053a608d7fe08c9a3490e28018e9f7111d1
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Ilho Kim [Thu, 20 Jan 2022 04:19:23 +0000 (13:19 +0900)]
Change gcov installation path
Change-Id: I1a22143365590c408d5a102a25092c7f1b01f409
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Junghyun Yeon [Thu, 6 Jan 2022 05:17:39 +0000 (14:17 +0900)]
Release version 0.8.7
Changes:
- Fix static analysis issue
- Remove unnecessary script
Change-Id: I0566558eb16d241ca8372fe2e1020f7ddc5da385
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Wed, 5 Jan 2022 06:26:28 +0000 (15:26 +0900)]
Remove unnecessary script
Change-Id: I6b169e3dcba6a416bf2c5cc5d124d974a34365d7
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Ilho Kim [Tue, 4 Jan 2022 06:13:15 +0000 (15:13 +0900)]
Fix static analysis issue
Change to check destination path's size of strncpy
Change-Id: Iad8a0f0fb7ca7777e663cb2f058975473fd0ee2e
Signed-off-by: Ilho Kim <ilho159.kim@samsung.com>
Sangyoon Jang [Fri, 26 Nov 2021 05:04:31 +0000 (14:04 +0900)]
Release version 0.8.6
Changes:
- Print error log when opt.zip not found
- Fix Rw2RoUpgrader
Change-Id: Ie4effa699ae7df251f32d7ac8c32fc08cf2bcd11
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 25 Nov 2021 07:44:37 +0000 (16:44 +0900)]
Fix Rw2RoUpgrader
In case of RO-updated rw -> preload ro, ro package does not need to be
installed again(uninstalling RO-updated rw package installs preload ro package
again automatically), but In case of preload rw -> preload ro, ro package
should be installed by ManifestDirectInstall mode.
Change-Id: I1fcc5c4559d9c0cd7eb2da4fac92b3fb59447b54
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Sangyoon Jang [Thu, 25 Nov 2021 06:37:54 +0000 (15:37 +0900)]
Print error log when opt.zip not found
Change-Id: Ic51973255bdea286895ee08020784cf18a7bae7f
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
Junghyun Yeon [Mon, 22 Nov 2021 09:16:06 +0000 (18:16 +0900)]
Release version 0.8.5
Changes:
- Remove unused script
Change-Id: I6ad85bff6beb55c4c27fd9825f38628882646621
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>
Junghyun Yeon [Fri, 1 Oct 2021 08:05:03 +0000 (17:05 +0900)]
Remove unused script
Change-Id: I1e44866a443800f34080c1bc64d94a00bc74918f
Signed-off-by: Junghyun Yeon <jungh.yeon@samsung.com>