From patchwork Fri Apr 8 18:49:41 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5473 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KZnNq2bCQz3x1w for ; Fri, 8 Apr 2022 18:49:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KZnNp6Z2Wz2Hr; Fri, 8 Apr 2022 18:49:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KZnNp6mcRz2yNd; Fri, 8 Apr 2022 18:49:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KZnNp344fz2xxk for ; Fri, 8 Apr 2022 18:49:46 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KZnNp1KlKz3D; Fri, 8 Apr 2022 18:49:46 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649443786; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AhqmsoMIkLBArhk8mJPh5w1zajp8ufFHEA+mq19iXZM=; b=soEM9dwZBTYfP0xV8O0keG/wjCJZ5IersGq8lxTQO6Q5hZJSVp0+LHAibXJsSWJMes95uV 7wWXbOtMkWPvLEBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649443786; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=AhqmsoMIkLBArhk8mJPh5w1zajp8ufFHEA+mq19iXZM=; b=P/kIdnIfwI5G6wK7yzbP7Yw+9xSTw8K+T0DHjSJa1nsOFLmS08u42zL/o/o5Ao4t6YXJY3 aWTL6JotRIsaycGcUpa8DZ5BJaQ1Fo1A0+Y74b7i0nRqFmSaX5luDitK5pq8EhtUzQk8V+ hy7Nm3ybcaW0aJumvSv927vhuGIAVqXUF5BJD8VrktxH16xmnNbjlpDSHnUhDtv80VI4X/ fJulhwxBK6g07Pv3wkJzTCx/YX7ya8GtK78fChp742NaTAxKqnIbAGNhtOflSSeA8GUKBD mDBLHZp3J/TZmxGMd7pTZEVFUz/wIzVvw4Txn5JGm4WKo2ieYP3CBRhRqDD3CQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] perl-libwww: Update to 6.62 Date: Fri, 8 Apr 2022 20:49:41 +0200 Message-Id: <20220408184941.2830460-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 6.61 to 6.62 - Update of rootfile not required - Changelog 6.62 2022-04-05 01:04:17Z - Allow downloading to a filehandle (GH#400) (Andrew Fresh) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/perl-libwww | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/perl-libwww b/lfs/perl-libwww index b10df97ed..cec71ffca 100644 --- a/lfs/perl-libwww +++ b/lfs/perl-libwww @@ -24,7 +24,7 @@ include Config -VER = 6.61 +VER = 6.62 THISAPP = libwww-perl-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 962e81682cad3c12d24d150db4559a133047379aea7f4835d10041591d95cfde2090f5f3fe22750d971524dbae8aaa3c185a5f37f75ad1ce66ba58038164b09c +$(DL_FILE)_BLAKE2 = 8ffdb0572b161d0f8215978749ef620e83b1f54d404bbb9667e85d51cd81a73fc0904fe9af247602587681e8a9e6faca2cd8b868ea8a3376d2e82ae41b9a27ec install : $(TARGET)