aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2011-05-04 13:56:14 +0200
committerPaul Menzel <paulepanter@users.sourceforge.net>2011-05-04 13:58:42 +0200
commitcd15fbacb67561a86522e1539037082e42de1801 (patch)
tree7b180282e134b815faebafb5d33a299d9f34c917
parent457a9c0ffea2a12838b261cb769ee1a2d7d6195b (diff)
downloadopenembedded-cd15fbacb67561a86522e1539037082e42de1801.tar.gz
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 <florian@kernelconcepts.de> 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 <florian@kernelconcepts.de> [1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b3d5cd830628a55e4b4e153191959354e924ec19 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
-rw-r--r--recipes/proftpd/proftpd_1.3.3c.bb3
1 files changed, 2 insertions, 1 deletions
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"