• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# OpenHarmony 1.1.5 LTS
2
3
4## Version Description
5
6OpenHarmony 1.1.5 LTS is a maintenance version of OpenHarmony 1.0.1 Release. This version has rectified certain issues and security vulnerabilities detected in OpenHarmony 1.1.4 LTS. It is the latest stable release with a tag.
7
8
9## Version Mapping
10
11  **Table 1** Version mapping of software and tools
12
13| Software/Tool| Version| Remarks|
14| -------- | -------- | -------- |
15| OpenHarmony | 1.1.5 LTS | N/A|
16| (Optional) HUAWEI DevEco Device Tool| 2.2 Beta2 | Recommended for developing OpenHarmony smart devices|
17
18
19## Source Code Acquisition
20
21
22### Acquiring Source Code Using the repo Tool
23
24**Method 1 (recommended)**: Use the **repo** tool to download the source code over SSH. (You must have an SSH public key for access to Gitee.)
25
26
27```
28repo init -u git@gitee.com:openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.5-LTS --no-repo-verify
29repo sync -c
30repo forall -c 'git lfs pull'
31```
32
33**Method 2**: Use the **repo** tool to download the source code over HTTPS.
34
35
36```
37repo init -u https://gitee.com/openharmony/manifest.git -b refs/tags/OpenHarmony-v1.1.5-LTS --no-repo-verify
38repo sync -c
39repo forall -c 'git lfs pull'
40```
41
42
43### Acquiring Source Code from Mirrors
44
45  **Table 2** Mirrors for acquiring source code
46
47| Source Code| Version| Mirror| SHA-256 Checksum|
48| -------- | -------- | -------- | -------- |
49| Full code base| 1.1.5 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/code-v1.1.5-LTS.tar.gz) | [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/code-v1.1.5-LTS.tar.gz.sha256)|
50| Hi3861 solution (binary) for the mini system| 1.1.5 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/wifiiot-1.1.5.tar.gz)| [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/wifiiot-1.1.5.tar.gz.sha256)|
51| Hi3518 solution (binary) for the small system| 1.1.5 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/ipcamera_hi3518ev300-1.1.5.tar.gz)| [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/ipcamera_hi3518ev300-1.1.5.tar.gz.sha256)|
52| Hi3516 solution (binary) for the small system| 1.1.5 | [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/ipcamera_hi3516dv300-1.1.5.tar.gz)| [Download](https://repo.huaweicloud.com/harmonyos/os/1.1.5/ipcamera_hi3516dv300-1.1.5.tar.gz.sha256)|
53
54
55## What's New
56
57This version has the following updates to OpenHarmony 1.1.4 LTS.
58
59
60### Feature Updates
61
62This version does not involve feature updates.
63
64
65### API Updates
66
67This version does not involve API updates.
68
69
70### Chip and Development Board Adaptation
71
72For details about the adaptation status, see [SIG_DevBoard](https://gitee.com/openharmony/community/blob/master/sig/sig_devboard/sig_devboard.md).
73
74
75## Resolved Issues
76
77  **Table 3** Resolved security vulnerabilities
78
79| Issue No.| Description| PR Link|
80| -------- | -------- | -------- |
81| I58X0S | Security vulnerabilities of the curl component: CVE-2022-27781 and CVE-2022-27782| [PR](https://gitee.com/openharmony/third_party_curl/pulls/60) |
82| I56PV4 | Security vulnerabilities of the curl component: CVE-2022-22576, CVE-2022-27775, CVE-2022-27774, and CVE-2022-27776| [PR](https://gitee.com/openharmony/third_party_curl/pulls/54) |
83| NA | Security vulnerabilities of the curl component: CVE-2021-22945, CVE-2021-22946, and CVE-2021-22947| [PR](https://gitee.com/openharmony/third_party_curl/pulls/56) |
84| I4QT0K/I56GI9 | Security vulnerabilities of the Mbed TLS component: CVE-2021-44732 and CVE-2021-45450| [PR](https://gitee.com/openharmony/third_party_mbedtls/pulls/30) |
85| I5F0WG | Security vulnerabilities of the freetype component: CVE-2022-27404 and CVE-2022-27406| [PR](https://gitee.com/openharmony/third_party_freetype/pulls/22) |
86| I4TLI9 | Security vulnerability of the freetype component: CVE-2020-15999| [PR](https://gitee.com/openharmony/third_party_freetype/pulls/7) |
87| I51D98 | Security vulnerability of the zlib component: CVE-2018-25032| [PR](https://gitee.com/openharmony/third_party_zlib/pulls/31) |
88| I5F13F/I4UHO4 | Security vulnerabilities of the FFmpeg component: CVE-2020-35964, CVE-2022-1475, CVE-2021-38291, CVE-2020-35965, CVE-2020-22042, CVE-2020-22038, CVE-2020-22037, CVE-2020-22021, and CVE-2020-22019| [PR](https://gitee.com/openharmony/device_hisilicon_third_party_ffmpeg/pulls/17) |
89
90  **Table 4** Resolved issues
91
92| Issue No.| Description|
93| -------- | -------- |
94| [I4VKNM](https://gitee.com/openharmony/xts_acts/issues/I4VKNM) | There is a possibility that the testSigtimedwaitBlock test case fails to run on the Hi3518 development board in the small system.|
95| [I4S098](https://gitee.com/openharmony/applications_sample_camera/issues/I4S098) | The system may stop responding when you repeat the following operations on the Hi3516 development board in the small system: Choose **Settings > Wi-Fi**, enter the Wi-Fi list page, and exit.|
96