]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssh: upgrade to v5.8p2
authorScott Garman <scott.a.garman@intel.com>
Sun, 5 Jun 2011 23:39:32 +0000 (16:39 -0700)
committerSaul Wold <sgw@linux.intel.com>
Tue, 7 Jun 2011 06:51:24 +0000 (23:51 -0700)
LICENCE checksum updated due to a one-line change in the file (RedHat
was added as a copyright holder).

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
meta/recipes-connectivity/openssh/openssh-5.8p2/init [moved from meta/recipes-connectivity/openssh/openssh-5.6p1/init with 100% similarity]
meta/recipes-connectivity/openssh/openssh-5.8p2/nostrip.patch [moved from meta/recipes-connectivity/openssh/openssh-5.6p1/nostrip.patch with 100% similarity]
meta/recipes-connectivity/openssh/openssh-5.8p2/ssh_config [moved from meta/recipes-connectivity/openssh/openssh-5.6p1/ssh_config with 100% similarity]
meta/recipes-connectivity/openssh/openssh-5.8p2/sshd_config [moved from meta/recipes-connectivity/openssh/openssh-5.6p1/sshd_config with 100% similarity]
meta/recipes-connectivity/openssh/openssh_5.8p2.bb [moved from meta/recipes-connectivity/openssh/openssh_5.6p1.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-connectivity/openssh/openssh_5.6p1.bb
rename to meta/recipes-connectivity/openssh/openssh_5.8p2.bb
index b112b79181b6a29935acafe96c02f3be28293afa..04d99d97b04fc76b7a443603b2675332763f7961 100644 (file)
@@ -4,10 +4,11 @@ Ssh (Secure Shell) is a program for logging into a remote machine \
 and for executing commands on a remote machine."
 HOMEPAGE = "http://openssh.org"
 SECTION = "console/network"
+PRIORITY = "optional"
 LICENSE = "BSD"
-LIC_FILES_CHKSUM = "file://LICENCE;md5=7ae09218173be1643c998a4b71027f9b"
+LIC_FILES_CHKSUM = "file://LICENCE;md5=bae9a689be41581503bcf95d8fb42c4e"
 
-PR = "r2"
+PR = "r0"
 
 DEPENDS = "zlib openssl"
 DEPENDS += "${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
@@ -25,8 +26,8 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
            file://ssh_config \
            file://init \
           "
-SRC_URI[md5sum] = "e6ee52e47c768bf0ec42a232b5d18fb0"
-SRC_URI[sha256sum] = "538af53b2b8162c21a293bb004ae2bdb141abd250f61b4cea55244749f3c6c2b"
+SRC_URI[md5sum] = "0541579adf9d55abb15ef927048d372e"
+SRC_URI[sha256sum] = "5c35ec7c966ce05cc4497ac59c0b54a556e55ae7368165cc8c4129694654f314"
 
 inherit autotools