From 44985d56bc556786812a0a02d6219afd31a7381d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sat, 10 Apr 2010 11:21:48 +0200 Subject: recipes: move checksums to recipes from checksums.ini * fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa --- recipes/openssh/openssh_3.7.1p1.bb | 3 +++ recipes/openssh/openssh_3.7.1p2.bb | 3 +++ recipes/openssh/openssh_3.8p1.bb | 3 +++ recipes/openssh/openssh_4.0p1.bb | 3 +++ recipes/openssh/openssh_4.3p2.bb | 3 +++ recipes/openssh/openssh_4.6p1.bb | 3 +++ recipes/openssh/openssh_5.2p1.bb | 3 +++ 7 files changed, 21 insertions(+) (limited to 'recipes/openssh') diff --git a/recipes/openssh/openssh_3.7.1p1.bb b/recipes/openssh/openssh_3.7.1p1.bb index 5f1130da1b..a8b7d0c382 100644 --- a/recipes/openssh/openssh_3.7.1p1.bb +++ b/recipes/openssh/openssh_3.7.1p1.bb @@ -35,3 +35,6 @@ do_configure_prepend () { do_compile_append () { install -m 0644 ${WORKDIR}/sshd_config ${S}/ } + +SRC_URI[md5sum] = "f54e574e606c08ef63ebb1ab2f7689dc" +SRC_URI[sha256sum] = "61d9b805f255e143dbbc50c6c60c24f55bc4f8f319909dd399b3a3a1ef7c77f9" diff --git a/recipes/openssh/openssh_3.7.1p2.bb b/recipes/openssh/openssh_3.7.1p2.bb index 99083bb796..d24981fc29 100644 --- a/recipes/openssh/openssh_3.7.1p2.bb +++ b/recipes/openssh/openssh_3.7.1p2.bb @@ -35,3 +35,6 @@ do_configure_prepend () { do_compile_append () { install -m 0644 ${WORKDIR}/sshd_config ${S}/ } + +SRC_URI[md5sum] = "61cf5b059938718308836d00f6764a94" +SRC_URI[sha256sum] = "c77c45cda120a2df844639ed9545243e9c9a436bd723e556c9ea06c15a682d06" diff --git a/recipes/openssh/openssh_3.8p1.bb b/recipes/openssh/openssh_3.8p1.bb index 7798dbd378..b562b3c931 100644 --- a/recipes/openssh/openssh_3.8p1.bb +++ b/recipes/openssh/openssh_3.8p1.bb @@ -84,3 +84,6 @@ fi CONFFILES_openssh-sshd = "${sysconfdir}/ssh/sshd_config" CONFFILES_openssh-ssh = "${sysconfdir}/ssh/ssh_config" + +SRC_URI[md5sum] = "7861a4c0841ab69a6eec5c747daff6fb" +SRC_URI[sha256sum] = "4304eebd70fb7e8a565fc8bb32930abb0682b274db9fca4b50f47677bf9966b6" diff --git a/recipes/openssh/openssh_4.0p1.bb b/recipes/openssh/openssh_4.0p1.bb index ae3092ff10..250e6c7c09 100644 --- a/recipes/openssh/openssh_4.0p1.bb +++ b/recipes/openssh/openssh_4.0p1.bb @@ -106,3 +106,6 @@ fi CONFFILES_openssh-sshd = "${sysconfdir}/ssh/sshd_config" CONFFILES_openssh-ssh = "${sysconfdir}/ssh/ssh_config" + +SRC_URI[md5sum] = "7b36f28fc16e1b7f4ba3c1dca191ac92" +SRC_URI[sha256sum] = "5adb9b2c2002650e15216bf94ed9db9541d9a17c96fcd876784861a8890bc92b" diff --git a/recipes/openssh/openssh_4.3p2.bb b/recipes/openssh/openssh_4.3p2.bb index c3117802a7..6fe97043dc 100644 --- a/recipes/openssh/openssh_4.3p2.bb +++ b/recipes/openssh/openssh_4.3p2.bb @@ -107,3 +107,6 @@ fi CONFFILES_openssh-sshd = "${sysconfdir}/ssh/sshd_config" CONFFILES_openssh-ssh = "${sysconfdir}/ssh/ssh_config" + +SRC_URI[md5sum] = "7e9880ac20a9b9db0d3fea30a9ff3d46" +SRC_URI[sha256sum] = "4ba757d6c933e7d075b6424124d92d197eb5d91e4a58794596b67f5f0ca21d4f" diff --git a/recipes/openssh/openssh_4.6p1.bb b/recipes/openssh/openssh_4.6p1.bb index 7fa2f0982f..3bab1da0b9 100644 --- a/recipes/openssh/openssh_4.6p1.bb +++ b/recipes/openssh/openssh_4.6p1.bb @@ -6,3 +6,6 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. file://init \ " PR = "${INC_PR}.0" + +SRC_URI[md5sum] = "6a7fa99f44d9e1b5b04d15256e1405bb" +SRC_URI[sha256sum] = "7bbe277faa80c8d8d9cb96111db65fc0007d451784cc459207cd46b746a6f23a" diff --git a/recipes/openssh/openssh_5.2p1.bb b/recipes/openssh/openssh_5.2p1.bb index 5731f56414..4e8a67e1ac 100644 --- a/recipes/openssh/openssh_5.2p1.bb +++ b/recipes/openssh/openssh_5.2p1.bb @@ -8,3 +8,6 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar. file://init \ file://openssh-5.2-sftp-server-nolibcrypto.patch;patch=1 \ " + +SRC_URI[md5sum] = "ada79c7328a8551bdf55c95e631e7dad" +SRC_URI[sha256sum] = "4023710c37d0b3d79e6299cb79b6de2a31db7d581fe59e775a5351784034ecae" -- cgit 1.2.3-korg