From patchwork Sat Oct 24 16:26:49 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 535431 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 567A2141330 for ; Sun, 25 Oct 2015 03:27:32 +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=Hanz9mrT; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 6A3EB8A57D; Sat, 24 Oct 2015 16:27:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id sxCeLo+yFs0d; Sat, 24 Oct 2015 16:27:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id B33D28A59C; Sat, 24 Oct 2015 16:27:30 +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 CFB7A1C1011 for ; Sat, 24 Oct 2015 16:27:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C9E9B8840F for ; Sat, 24 Oct 2015 16:27:26 +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 XNWALH1pztfz for ; Sat, 24 Oct 2015 16:27:26 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com [209.85.212.180]) by whitealder.osuosl.org (Postfix) with ESMTPS id 0638D8A1F3 for ; Sat, 24 Oct 2015 16:27:26 +0000 (UTC) Received: by wijp11 with SMTP id p11so113803726wij.0 for ; Sat, 24 Oct 2015 09:27:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=bEIZVOnrhTqIh+KuZL9VGrzj6EQ5c/A1QCDLKEGGW98=; b=Hanz9mrTOPpqPUyCOiOf/sP2YQ+TikKWsy4coR/ZvqwQfTM7OBdo3wrowCzJS5TLY6 z0ApvaCh6mBKaRtL0zFLhyg7rSg79OUX1bbRqc1athFWZoOaY5yud5juzZmU8GQ6MuOY zlKrYj9UcgXejvJe2YsWzpOIEWFfQ6yESlJVPjI85+CzyAjwDhMUMxHvVtjN3+kfOOyy 64prV4nZk1Y4devREX3C9Gvc5hgcVc1d+izOmWVKmTeuNmAIX0l62UpNGfwMsfuZ+Fj7 uvAp9fhGu2P8s1mbRPOPu9eudKcsh3c3gJNm9MRXs9TwO5viaQ7GLgjKIrhR/rm9ymFf 50+g== X-Received: by 10.180.9.172 with SMTP id a12mr10014043wib.37.1445704044687; Sat, 24 Oct 2015 09:27:24 -0700 (PDT) Received: from localhost.localdomain (36.177.132.77.rev.sfr.net. [77.132.177.36]) by smtp.gmail.com with ESMTPSA id gh9sm28885541wjb.27.2015.10.24.09.27.23 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 24 Oct 2015 09:27:24 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Sat, 24 Oct 2015 18:26:49 +0200 Message-Id: <1445704018-9780-2-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 2.5.0 In-Reply-To: <1445704018-9780-1-git-send-email-francois.perrad@gadz.org> References: <1445704018-9780-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 02/11] perl-http-message: bump to version 6.11 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: Francois Perrad --- package/perl-http-message/perl-http-message.hash | 4 ++-- package/perl-http-message/perl-http-message.mk | 13 ++++--------- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/package/perl-http-message/perl-http-message.hash b/package/perl-http-message/perl-http-message.hash index ff6268d..f57fec2 100644 --- a/package/perl-http-message/perl-http-message.hash +++ b/package/perl-http-message/perl-http-message.hash @@ -1,3 +1,3 @@ # retrieved by scancpan from http://cpan.metacpan.org/ -md5 e563ac516e28d33f65bc0f295f625f85 HTTP-Message-6.06.tar.gz -sha256 087e97009c5239dca4631cf433d836771b3fc5ba5685eef1965f9d3415cbad63 HTTP-Message-6.06.tar.gz +md5 4ed7add10daea3ab30abfeab6d03872f HTTP-Message-6.11.tar.gz +sha256 e7b368077ae6a188d99920411d8f52a8e5acfb39574d4f5c24f46fd22533d81b HTTP-Message-6.11.tar.gz diff --git a/package/perl-http-message/perl-http-message.mk b/package/perl-http-message/perl-http-message.mk index 12eda90..77213fa 100644 --- a/package/perl-http-message/perl-http-message.mk +++ b/package/perl-http-message/perl-http-message.mk @@ -4,16 +4,11 @@ # ################################################################################ -PERL_HTTP_MESSAGE_VERSION = 6.06 +PERL_HTTP_MESSAGE_VERSION = 6.11 PERL_HTTP_MESSAGE_SOURCE = HTTP-Message-$(PERL_HTTP_MESSAGE_VERSION).tar.gz -PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/G/GA/GAAS +PERL_HTTP_MESSAGE_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER +PERL_HTTP_MESSAGE_DEPENDENCIES = perl-encode-locale perl-http-date perl-io-html perl-lwp-mediatypes perl-uri PERL_HTTP_MESSAGE_LICENSE = Artistic or GPLv1+ -PERL_HTTP_MESSAGE_LICENSE_FILES = README -PERL_HTTP_MESSAGE_DEPENDENCIES = \ - perl-encode-locale \ - perl-http-date \ - perl-io-html \ - perl-lwp-mediatypes \ - perl-uri +PERL_HTTP_MESSAGE_LICENSE_FILES = LICENSE $(eval $(perl-package))