diff options
author | Jackie Huang <jackie.huang@windriver.com> | 2016-07-28 01:24:47 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-08-05 12:16:38 +0200 |
commit | 6cb4eb3e8631e7309ffa8f14339dcdf579d17dfc (patch) | |
tree | 21fa35716775e1caccfb12c35bbcafd72cd9d95f | |
parent | 7482f2d076c46eef36901b40a72114d1a59d8e3f (diff) | |
download | meta-openembedded-6cb4eb3e8631e7309ffa8f14339dcdf579d17dfc.tar.gz |
mercurial-native: upgrade to 3.8.4
* Upgrade to the latest release to fix some CVEs:
- CVE-2016-3068: arbitrary code execution with Git subrepos
- CVE-2016-3069: arbitrary code execution when converting Git repos
- CVE-2016-3630: remote code execution in binary delta decoding
- CVE-2016-3105: arbitrary code execution when converting Git repos
* For other changes please see:
https://www.mercurial-scm.org/wiki/WhatsNew
* Update SRC_URI with the new download link
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb (renamed from meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb index aeec195fa2..0526fc2201 100644 --- a/meta-oe/recipes-devtools/mercurial/mercurial-native_3.4.1.bb +++ b/meta-oe/recipes-devtools/mercurial/mercurial-native_3.8.4.bb | |||
@@ -5,9 +5,9 @@ LICENSE = "GPLv2" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
6 | DEPENDS = "python-native" | 6 | DEPENDS = "python-native" |
7 | 7 | ||
8 | SRC_URI = "http://mercurial.selenic.com/release/mercurial-${PV}.tar.gz" | 8 | SRC_URI = "https://www.mercurial-scm.org/release/${BP}.tar.gz" |
9 | SRC_URI[md5sum] = "65783a60aefb46a11296b587e9403537" | 9 | SRC_URI[md5sum] = "cec2c3db688cb87142809089c6ae13e9" |
10 | SRC_URI[sha256sum] = "7a8acf7329beda38ceea29c689212574d9a6bfffe24cf565015ea0066f7cee3f" | 10 | SRC_URI[sha256sum] = "4b2e3ef19d34fa1d781cb7425506a05d4b6b1172bab69d6ea78874175fdf3da6" |
11 | 11 | ||
12 | S = "${WORKDIR}/mercurial-${PV}" | 12 | S = "${WORKDIR}/mercurial-${PV}" |
13 | 13 | ||