summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 12:25:02 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-03-15 12:25:02 +0800
commit9e45884d6991cf7264a36966684a4240bde29f71 (patch)
tree39d432ae4e4c8f4b24ec79b7a664838c3e704d3e
parentf24b247cc5bc04cf79aaea2ea8e5dd04c6f0eb4f (diff)
lsh: Upgrade to the latest version to address two CVEs
CVE-2003-0826, CVE-2005-0814
-rw-r--r--conf/checksums.ini4
-rw-r--r--recipes/lsh/lsh_2.0.4.bb (renamed from recipes/lsh/lsh_1.5.5.bb)4
2 files changed, 3 insertions, 5 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini
index 70346bf92c..f1c94f6462 100644
--- a/conf/checksums.ini
+++ b/conf/checksums.ini
@@ -18050,10 +18050,6 @@ sha256=b1f136a1d89daa4b1b9711eb81ad120b53c9357d159f262021b84ef8c9d128be
md5=b5ce6a74abc9b9eb2af94dffdfd372a4
sha256=c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1
-[http://www.lysator.liu.se/~nisse/archive/lsh-1.5.5.tar.gz]
-md5=a2b1ff6f5dcca6968516b5557c2e7ce7
-sha256=d1c10ca755db2f5fa8aa7c8ef2770d205a9bb9e5a6ed7272a5dda942647df4be
-
[ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_4.77.tar.bz2]
md5=7b0de0d1283f2d86407a98e5c2f05f04
sha256=fe6fde629a97a2855e608cd6ae1f89e66ae42d7045499b1a6faca5cfb50f5f3b
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