From patchwork Sat Jul 1 17:36:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 783108 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3x0LDq11YSz9t2W for ; Sun, 2 Jul 2017 03:36:59 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="U+Jsa2Qd"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B89D8871C7; Sat, 1 Jul 2017 17:36:55 +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 9laOCPydkkaT; Sat, 1 Jul 2017 17:36:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 9DAD38708A; Sat, 1 Jul 2017 17:36:54 +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 BAEFB1C0F41 for ; Sat, 1 Jul 2017 17:36:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B2AA88708A for ; Sat, 1 Jul 2017 17:36:52 +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 Kwy-cOWGCQ-6 for ; Sat, 1 Jul 2017 17:36:51 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by whitealder.osuosl.org (Postfix) with ESMTPS id 02B9B86EA7 for ; Sat, 1 Jul 2017 17:36:50 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3x0LDb5tH1zyqC for ; Sat, 1 Jul 2017 19:36:47 +0200 (CEST) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1498930606; x=1499535407; bh=Bfc1Ue3sgF3GU4D0gAzJJz3B+aSbIVl16a2W5vA0Nu8=; b=U+Jsa2QdOiqi 7PBKnoUyxWPAXKRRPhMcw67bRd8hs6FuQxpIReFJFdfnojOhMAn8nBL/somb6LJ8 +Df1OgHKcPiO+Ts96tDS9Ppc9NXnbgQZNhoxdjR73nlcSQaYikT1qbEiuSLae3A1 JoWDm91QNSNgzL+jlgXjitsIqQ/V9gfPIhRWQTpCTnA4gjxERF99u1sZmx2qsqsG JtID7aL5jvhBzZst3nM/5vCG6Suakx7og91k98svNHH6vr5bFqNSrdg7Q1U8/6Ho KybNH7Ax6DpPDRs7nF1CikCLNazX0uWY7Ck7V2rmuB9oC4Z06aAddr8gl1e5Jh9+ rNLseJ/mfQ== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Sq1WOkJkzl8S; Sat, 1 Jul 2017 19:36:46 +0200 (CEST) Received: from nzxt.fritz.box (port-92-195-105-121.dynamic.qsc.de [92.195.105.121]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Sat, 1 Jul 2017 19:36:46 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Sat, 1 Jul 2017 19:36:43 +0200 Message-Id: <20170701173644.789-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/2] libupnpp: bump to version 0.15.3 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: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Jörg Krause --- package/libupnpp/libupnpp.hash | 4 ++-- package/libupnpp/libupnpp.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/libupnpp/libupnpp.hash b/package/libupnpp/libupnpp.hash index 4e759bd47f..c8507409a6 100644 --- a/package/libupnpp/libupnpp.hash +++ b/package/libupnpp/libupnpp.hash @@ -1,2 +1,2 @@ -# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.15.2.tar.gz.sha256 -sha256 3abcc0c951ac37b92b9b1f6d10255a5b54353a1cb43a58d48324c08c6e41a6ab libupnpp-0.15.2.tar.gz +# Hashes from: http://www.lesbonscomptes.com/upmpdcli/downloads/libupnpp-0.15.3.tar.gz.sha256 +sha256 c9c5af25bff3d99f0e76296a13e544cc04e70c85623e4c9869a25418caa9e7b7 libupnpp-0.15.3.tar.gz diff --git a/package/libupnpp/libupnpp.mk b/package/libupnpp/libupnpp.mk index 961051c7b2..2e1d72fce1 100644 --- a/package/libupnpp/libupnpp.mk +++ b/package/libupnpp/libupnpp.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBUPNPP_VERSION = 0.15.2 +LIBUPNPP_VERSION = 0.15.3 LIBUPNPP_SITE = http://www.lesbonscomptes.com/upmpdcli/downloads LIBUPNPP_LICENSE = GPL-2.0+ LIBUPNPP_LICENSE_FILES = COPYING