From patchwork Fri Oct 2 17:24:14 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 525669 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 80CAC140316 for ; Sat, 3 Oct 2015 03:24:31 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=kdeHACtA; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 967BCA3EAD; Fri, 2 Oct 2015 17:24:30 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vtRGUrCXr7ph; Fri, 2 Oct 2015 17:24:28 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C7FD0A3E6D; Fri, 2 Oct 2015 17:24:28 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 52B291C1047 for ; Fri, 2 Oct 2015 17:24:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 4D34E8CB4D for ; Fri, 2 Oct 2015 17:24:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id v3bPwpOdxQaZ for ; Fri, 2 Oct 2015 17:24:26 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 852538CBE5 for ; Fri, 2 Oct 2015 17:24:26 +0000 (UTC) Received: from asgard (cpe-186-22-136-136.telecentro-reversos.com.ar [186.22.136.136] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t92HOJrZ006308 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Fri, 2 Oct 2015 17:24:22 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1443806664; bh=L9hDeyCauTrl22h96CqlwahXMjh3C0DXNgnz8bcaBq4=; h=From:To:Cc:Subject:Date; b=kdeHACtAiFGac0MJrPDYOA2ZMotT57ND14tGTXGHboRyzfhIOHCssHBXi2ASZx3MP EZ03whulIe64SqAxwDgWipSLf9YaAhGQ6tjQlwFEWOvlh3PJPRZ46rPjVr9bih5WJc Ss/603DES3WLtCTZQm2j3fGCgr4vSltn49KaPpk0= Received: by asgard (sSMTP sendmail emulation); Fri, 02 Oct 2015 14:24:14 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 2 Oct 2015 14:24:14 -0300 Message-Id: <1443806654-23945-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.4.9 X-Virus-Scanned: clamav-milter 0.98.7 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH] minidlna: bump to version 1.1.5 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Gustavo Zacarias --- package/minidlna/minidlna.hash | 5 +++-- package/minidlna/minidlna.mk | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/minidlna/minidlna.hash b/package/minidlna/minidlna.hash index 797679a..d1ed4b9 100644 --- a/package/minidlna/minidlna.hash +++ b/package/minidlna/minidlna.hash @@ -1,2 +1,3 @@ -# Locally computed: -sha256 9814c04a2c506a0dd942c4218d30c07dedf90dabffbdef2d308a3f9f23545314 minidlna-1.1.4.tar.gz +# From http://sourceforge.net/projects/minidlna/files/minidlna/1.1.5/ +md5 1970e553a1eb8a3e7e302e2ce292cbc4 minidlna-1.1.5.tar.gz +sha1 8185337621f5f9111118d8a4bca1e8cfcdd19505 minidlna-1.1.5.tar.gz diff --git a/package/minidlna/minidlna.mk b/package/minidlna/minidlna.mk index ab93484..e9df92b 100644 --- a/package/minidlna/minidlna.mk +++ b/package/minidlna/minidlna.mk @@ -4,7 +4,7 @@ # ################################################################################ -MINIDLNA_VERSION = 1.1.4 +MINIDLNA_VERSION = 1.1.5 MINIDLNA_SITE = http://downloads.sourceforge.net/project/minidlna/minidlna/$(MINIDLNA_VERSION) MINIDLNA_LICENSE = GPLv2 BSD-3c MINIDLNA_LICENSE_FILES = COPYING LICENCE.miniupnpd