diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-15 12:25:02 +0800 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2010-03-15 12:25:02 +0800 |
commit | 9e45884d6991cf7264a36966684a4240bde29f71 (patch) | |
tree | 39d432ae4e4c8f4b24ec79b7a664838c3e704d3e /recipes/lsh | |
parent | f24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f (diff) |
lsh: Upgrade to the latest version to address two CVEs
CVE-2003-0826, CVE-2005-0814
Diffstat (limited to 'recipes/lsh')
-rw-r--r-- | recipes/lsh/lsh_2.0.4.bb (renamed from recipes/lsh/lsh_1.5.5.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/lsh/lsh_1.5.5.bb b/recipes/lsh/lsh_2.0.4.bb index 284a0100eb..99d53583a5 100644 --- a/recipes/lsh/lsh_1.5.5.bb +++ b/recipes/lsh/lsh_2.0.4.bb @@ -5,7 +5,9 @@ DESCRIPTION = "lsh is a GNU GPL-licensed implementation of the SSH \ utility programs." DEPENDS = "zlib gmp liboop" -SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz" +SRC_URI = "http://www.lysator.liu.se/~nisse/archive/lsh-${PV}.tar.gz;name=src" +SRC_URI[src.md5sum] = "621f4442332bb772b92d397d17ccaf02" +SRC_URI[src.sha256sum] = "614b9d63e13ad3e162c82b6405d1f67713fc622a8bc11337e72949d613713091" S = "${WORKDIR}/lsh-${PV}" inherit autotools |