From cd15fbacb67561a86522e1539037082e42de1801 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 4 May 2011 13:56:14 +0200 Subject: proftpd 1.3.3c: add checksums Task fetch failed with the following error. NOTE: This package has no checksums, please add to recipe NOTE: SRC_URI[md5sum] = "4f2c554d6273b8145095837913ba9e5d" SRC_URI[sha256sum] = "44be095ed063df93278928cf665ad7b9b38e2c8d0cca97fb51307ec3a390a591" ERROR: proftpd-1.3.3c: ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/proftpd-1.3.3c.tar.gz cannot check archive integrity This is a fix up for commit b3d5cd83 [1]. commit b3d5cd830628a55e4b4e153191959354e924ec19 Author: Florian Boor Date: Mon Nov 22 11:29:07 2010 +0100 proftpd: Add version 1.3.3c Update in order to get rid of several vulnerabilities of previous releases. Signed-off-by: Florian Boor [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b3d5cd830628a55e4b4e153191959354e924ec19 Signed-off-by: Paul Menzel --- recipes/proftpd/proftpd_1.3.3c.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/proftpd/proftpd_1.3.3c.bb b/recipes/proftpd/proftpd_1.3.3c.bb index 3bf4745a92..465ecbb57a 100644 --- a/recipes/proftpd/proftpd_1.3.3c.bb +++ b/recipes/proftpd/proftpd_1.3.3c.bb @@ -7,7 +7,8 @@ SRC_URI = "ftp://ftp.nl.uu.net/pub/unix/ftp/proftpd/ftp/distrib/source/${PN}-${P file://make.patch \ file://proftpd-install-nostrip.patch \ " - +SRC_URI[md5sum] = "4f2c554d6273b8145095837913ba9e5d" +SRC_URI[sha256sum] = "44be095ed063df93278928cf665ad7b9b38e2c8d0cca97fb51307ec3a390a591" EXTRA_OECONF = "ac_cv_func_setpgrp_void=yes ac_cv_func_setgrent_void=yes --disable-cap" LDFLAGS += "-Llib" -- cgit 1.2.3-korg