From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 58A4E6D614 for ; Thu, 14 Nov 2013 14:52:00 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 14 Nov 2013 06:48:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.93,535,1378882800"; d="scan'208";a="408800918" Received: from vpopa-desktop.rb.intel.com ([10.237.105.58]) by orsmga001.jf.intel.com with ESMTP; 14 Nov 2013 06:51:57 -0800 From: Valentin Popa To: openembedded-core@lists.openembedded.org Date: Thu, 14 Nov 2013 16:53:01 +0200 Message-Id: <1384440781-12525-1-git-send-email-valentin.popa@intel.com> X-Mailer: git-send-email 1.8.3.2 Subject: [PATCH] lighttpd: upgrade to 1.4.33 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 14:52:01 -0000 Signed-off-by: Valentin Popa --- .../lighttpd/{lighttpd_1.4.32.bb => lighttpd_1.4.33.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/lighttpd/{lighttpd_1.4.32.bb => lighttpd_1.4.33.bb} (93%) diff --git a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb b/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb similarity index 93% rename from meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb rename to meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb index a1f0589..e8be659 100644 --- a/meta/recipes-extended/lighttpd/lighttpd_1.4.32.bb +++ b/meta/recipes-extended/lighttpd/lighttpd_1.4.33.bb @@ -24,8 +24,8 @@ SRC_URI = "http://download.lighttpd.net/lighttpd/releases-1.4.x/lighttpd-${PV}.t file://lighttpd.service \ " -SRC_URI[md5sum] = "8e2d4ae8e918d4de1aeb9842584d170b" -SRC_URI[sha256sum] = "60691b2dcf3ad2472c06b23d75eb0c164bf48a08a630ed3f308f61319104701f" +SRC_URI[md5sum] = "e66b8164e5fc5a6beec0823b697fbe1d" +SRC_URI[sha256sum] = "2ff2324658c0f90e7d39afd40f08f11ca230903b9019c31a2bbecd8f087f235e" EXTRA_OECONF = " \ --without-bzip2 \ -- 1.8.3.2