From patchwork Mon Dec 21 19:41:12 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christian Schoenebeck X-Patchwork-Id: 559685 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3EA5A1402DE for ; Tue, 22 Dec 2015 06:41:57 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=rPGCxoGN; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id EAB3A280845; Mon, 21 Dec 2015 20:41:07 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-1.5 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id D5404280838 for ; Mon, 21 Dec 2015 20:40:56 +0100 (CET) X-policyd-weight: using cached result; rate: -8.5 Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Mon, 21 Dec 2015 20:40:56 +0100 (CET) Received: by mail-wm0-f49.google.com with SMTP id l126so83059217wml.0 for ; Mon, 21 Dec 2015 11:41:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-type:content-transfer-encoding; bh=tfVfz3qTGNoj2SvM3q30e6XQB+h2OFJcg1khDZO6lqs=; b=rPGCxoGNj6jKvCGqjMVDe3zLk83Va8RI9/A9YWZ+bmuO551wTGKurX6KPdLLj6NBa+ Fk0r/sL+P+hKaqrHV6YpeIlwofW04KYpvBaPccFp1IZauEZWTMr/iYj0oYjI3YIQ1/N6 lihsQEuH1C377N6YR29kfhPWb/0XoONbpwFvy8z4qDDKwso8HfFC8yWY2FIjrcRMbIvQ a3GJ4P5X+4ON7sQv3EhE0xK2s6GHxFCMKFGEIHxV065Yfa3khOpzQEMUoLkZEmlIAjNz 6bqCoMxBzyI4JZRk1il0CH1iBBK10TZA0aPw6jL+7O8PL0Kv8+Ptq9pvDw0OiM8eFOpM BQqQ== X-Received: by 10.28.15.146 with SMTP id 140mr21393366wmp.79.1450726874657; Mon, 21 Dec 2015 11:41:14 -0800 (PST) Received: from [172.27.10.127] (ip-176-199-242-185.hsi06.unitymediagroup.de. [176.199.242.185]) by smtp.googlemail.com with ESMTPSA id t3sm29538143wjz.11.2015.12.21.11.41.13 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 21 Dec 2015 11:41:13 -0800 (PST) To: OpenWrt Development List From: Christian Schoenebeck Message-ID: <567855D8.7070203@gmail.com> Date: Mon, 21 Dec 2015 20:41:12 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Subject: [OpenWrt-Devel] ca-certificates: update to version 20151214 X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" update to version 20151214 Signed-off-by: Christian Schoenebeck --- package/system/ca-certificates/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 9c50fef..18af018 100644 --- a/package/system/ca-certificates/Makefile +++ b/package/system/ca-certificates/Makefile @@ -7,11 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ca-certificates -PKG_VERSION:=20150426 +PKG_VERSION:=20151214 PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/c/ca-certificates -PKG_MD5SUM:=717455f13fb31fd014a11a468ea3895d +PKG_MD5SUM:=2233bfa64af6f58f5eca9735b6742818 +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) PKG_INSTALL:=1