From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 13 Oct 2025 12:34:44 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v8Ft6-007LBF-2x for lore@lore.pengutronix.de; Mon, 13 Oct 2025 12:34:44 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8Ft6-0003ys-K8; Mon, 13 Oct 2025 12:34:44 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v8Fsu-0003ye-18; Mon, 13 Oct 2025 12:34:32 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Mon, 13 Oct 2025 12:34:16 +0200 Message-ID: <20251013103429.1575390-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] wget: version bump 1.21.3 -> 1.25.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false The copyright year was updated to 2024 in main.c. Also 2023 was added to the copyright year of the GPL license in COPYING, which was part of a global copyright bump commit [1]. [1] https://gitlab.com/gnuwget/wget/-/commit/42239969300cae065e38781df3d157483897ff6b#6156cd6ac57d8b88e473d9202392ec064b623c93 Signed-off-by: Sven Püschel --- rules/wget.make | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/rules/wget.make b/rules/wget.make index f5fc23291..38aa18176 100644 --- a/rules/wget.make +++ b/rules/wget.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_WGET) += wget # # Paths and names # -WGET_VERSION := 1.21.3 -WGET_MD5 := e89496b15f8bf039d723926fae4d91f5 +WGET_VERSION := 1.25.0 +WGET_MD5 := c70ba58b36f944e8ba1d655ace552881 WGET := wget-$(WGET_VERSION) WGET_SUFFIX := tar.gz WGET_URL := $(call ptx/mirror, GNU, wget/$(WGET).$(WGET_SUFFIX)) @@ -23,8 +23,8 @@ WGET_SOURCE := $(SRCDIR)/$(WGET).$(WGET_SUFFIX) WGET_DIR := $(BUILDDIR)/$(WGET) WGET_LICENSE := GPL-3.0-or-later WGET_LICENSE_FILES := \ - file://COPYING;md5=c678957b0c8e964aa6c70fd77641a71e \ - file://src/main.c;startline=1;endline=28;md5=369c109d52f213d2396ac45b9d884c39 + file://COPYING;md5=6f65012d1daf98cb09b386cfb68df26b \ + file://src/main.c;startline=1;endline=28;md5=b7f089e6003b1636b334da3f6cfbeaec # ---------------------------------------------------------------------------- # Prepare @@ -57,6 +57,7 @@ WGET_CONF_OPT := \ --disable-iri \ --disable-pcre2 \ --disable-pcre \ + --disable-libproxy \ --disable-xattr \ --without-libpsl \ --with-ssl=$(call remove_quotes, $(PTXCONF_WGET_SSL)) \ -- 2.47.3