[oe-commits] Holger Hans Peter Freyther : lsh: Upgrade to the latest version to address two CVEs

git version control git at git.openembedded.org
Mon Mar 15 05:07:37 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9e45884d6991cf7264a36966684a4240bde29f71
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9e45884d6991cf7264a36966684a4240bde29f71

Author: Holger Hans Peter Freyther <zecke at selfish.org>
Date:   Mon Mar 15 12:25:02 2010 +0800

lsh: Upgrade to the latest version to address two CVEs

CVE-2003-0826, CVE-2005-0814

---

 conf/checksums.ini                         |    4 ----
 recipes/lsh/{lsh_1.5.5.bb => lsh_2.0.4.bb} |    4 +++-
 2 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/conf/checksums.ini b/conf/checksums.ini
index 70346bf..f1c94f6 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
similarity index 91%
rename from recipes/lsh/lsh_1.5.5.bb
rename to recipes/lsh/lsh_2.0.4.bb
index 284a010..99d5358 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





More information about the Openembedded-commits mailing list