[oe-commits] Paul Menzel : proftpd 1.3.3c: add checksums

git version control git at git.openembedded.org
Wed May 4 12:02:42 UTC 2011


Module: openembedded.git
Branch: master
Commit: cd15fbacb67561a86522e1539037082e42de1801
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cd15fbacb67561a86522e1539037082e42de1801

Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Wed May  4 13:56:14 2011 +0200

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 at 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 at kernelconcepts.de>

[1] http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=b3d5cd830628a55e4b4e153191959354e924ec19

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>

---

 recipes/proftpd/proftpd_1.3.3c.bb |    3 ++-
 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 3bf4745..465ecbb 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"





More information about the Openembedded-commits mailing list