From 66fdb5a90b74e1f43a953749aeb6389367ad4345 Mon Sep 17 00:00:00 2001 From: Chad Monroe Date: Wed, 5 Mar 2025 09:25:59 -0800 Subject: [PATCH] wget: update to 1.25.0 Fixes: CVE-2024-38428 Signed-off-by: Chad Monroe --- net/wget/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/wget/Makefile b/net/wget/Makefile index 8711c248b2..ae3ca21f4e 100644 --- a/net/wget/Makefile +++ b/net/wget/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=wget -PKG_VERSION:=1.24.5 -PKG_RELEASE:=2 +PKG_VERSION:=1.25.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@GNU/$(PKG_NAME) -PKG_HASH:=fa2dc35bab5184ecbc46a9ef83def2aaaa3f4c9f3c97d4bd19dcb07d4da637de +PKG_HASH:=766e48423e79359ea31e41db9e5c289675947a7fcf2efdcedb726ac9d0da3784 PKG_MAINTAINER:= PKG_LICENSE:=GPL-3.0-or-later