From patchwork Tue Nov 29 09:32:48 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Peter_M=C3=BCller?= X-Patchwork-Id: 6213 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 4NLxvv6vQZz3wgq for ; Tue, 29 Nov 2022 09:32:59 +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 4NLxvt4kxnz2Pp; Tue, 29 Nov 2022 09:32:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4NLxvt3Gj6z2yqd; Tue, 29 Nov 2022 09:32:58 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4NLxvs1h23z2xcC for ; Tue, 29 Nov 2022 09:32:57 +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 4NLxvq5yVrz1Ps for ; Tue, 29 Nov 2022 09:32:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1669714376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5rZnl7vDYrhBZDiGVUzCTjWch5wb95xsSOVdygTc4+0=; b=PxwhAjmHKRqFicPAroYAqHbt7eCRGVF3qzjPNgpzy6Lr3E613KV1DssiIxJzBJlPPYi4mL Lz2CZca/zSMaMqAA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1669714376; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=5rZnl7vDYrhBZDiGVUzCTjWch5wb95xsSOVdygTc4+0=; b=fnl/Jn6vwLrCQl991Hnw+AgjV7wAcGSEoZFT5H+90Zn5Yu5Oy8toZpJ3oC+Npmh5uI7aZb Yh64rlbrJc25dRSyaQ/vyCJVMmBi08fA04Q4VUZsBeY9bYvqbzr/JVKRQUR4WvBFzEOa8p B4hBScQmi2xHJupLykDWHZqYdeqcrhp6SGb9dOHVPwiqgLJ/4fXeCYft19XrzZmGA3B05M A1H4gZRucDMHc9FFmrUraXQSjoNLTafu43b1FLnlQcjFUF7isnpNF35Ov7qk9IoXTJzYPQ F1nA5fNj8TOnFx/r4YfZFrQsUZNEMareEuaucSuYk3rjpdQshJT3V1xhutzlDA== Message-ID: <49d80741-e0d6-1914-6c6c-ec363ed16e98@ipfire.org> Date: Tue, 29 Nov 2022 10:32:48 +0100 MIME-Version: 1.0 Content-Language: en-US To: development@lists.ipfire.org From: =?utf-8?q?Peter_M=C3=BCller?= Subject: [PATCH] wget: Update to 1.21.3 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" Signed-off-by: Peter Müller --- wget/wget.nm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wget/wget.nm b/wget/wget.nm index f0a664df8..e3ffd3707 100644 --- a/wget/wget.nm +++ b/wget/wget.nm @@ -4,7 +4,7 @@ ############################################################################### name = wget -version = 1.20.1 +version = 1.21.3 release = 1 groups = Applications/Internet @@ -30,7 +30,7 @@ build end export CPPFLAGS = %(pkg-config --cflags openssl) - export LDFLAGS += %(pkg-config --libs openssl) + LDFLAGS += %(pkg-config --libs openssl) configure_options += \ --with-ssl=openssl \