From nobody Wed Nov 13 03:30:27 2024 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Xp81c3WqRz5d4kl; Wed, 13 Nov 2024 03:30:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R10" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Xp81c1J6Gz4vQG; Wed, 13 Nov 2024 03:30:28 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1731468628; 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=bOeFFc2/dde9oYNgArG/zJREFERtA6/Kqbl4Rbseico=; b=KZzklMKG5Qlc88AJjk+KgABa+mTLPxWBMVsnJtg+CPv9sQAgVDbZ4UPGB2zNXShkZ1VRAt 96zdIKdTnHIfAWL3oyKFMnqydyyYqpBesqcPi0za9mz5MYquAdac4cRYr4aOmZWNwNRM76 z09PTVBw6cTDEfzso66sYsBIZrW+zaIwVBsCPbHLIAFTnRa0PrdPSk2ljYsq6w7pawzFft PbUM/ncfORdrfZzCiSze249lsfX3783B5KoFGdCMNS1DqR10TJBO5jtz156VLRmBceZk2Y 8ENdLP0NcBgqIIcD983OShawwNHn70tE2P0C60tkkQwA+WS+FHVrsUU8w+DKgA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1731468628; 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=bOeFFc2/dde9oYNgArG/zJREFERtA6/Kqbl4Rbseico=; b=b6Z10N8qoHyBpPy3a3EDkdQpk6PMBly3hpecKq86OoKAIXgt41nwxK3GDicU3e7vNVPOfr +LfZ1eLxPYsvG+ndXl4LivcPAMMcD6Jl8hb3jH42u+WMb0UPUsQCcKFc8fU2x0uZZZB6js xNkNdGSDE5LXpxuk+fLMeJHRMbfq0n7FhVchN+cEIMFTigqMwGxrA71k5ucETkPHXZ6Crz MhJTXtIyPTPqUPgLDwhIqaX8A65UD7aPU+s+w1SEYGaNi30qldaHSdrb6dpvDsK81fhv6b F4OO0OPVTRjY7Vo+nmChE5nOQyQZZuT5Zz+cs9AgtJhNx/kdZ1a28S+G5jryCQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1731468628; a=rsa-sha256; cv=none; b=dBzeAWfiUuJ4DcjDepCnFFcJDsBgerYiElUC0pddLLqEJ8ql0T1buW7r/niBanczkpsbX8 Dvx4X5mhTb9w5ToqJ4oNGedvCZgEdB/mTIRERe6JWkj6TOGzBS7i/L0nNlAGj3qbKfYDAT HxTjr62YutBmTmmGtinBCuVmm7heaw0+Q3MD25W3C4tLsG24cvu0gmITC8GRyl1xi70QWT v2Q3SGM2DNsGTo36Qv6GPcka6JkIzxdMndfjPFEwmoDd7TTFXqz9Sdd0HwGU24+ySaxCQ3 ZP/XQgTxdnQaYIyWLVSOiglD8EH6emRsztpEBFZYk4Tz2wuYhKbxl9SVOf5EUQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4Xp81c0fcrzdnh; Wed, 13 Nov 2024 03:30:28 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.18.1/8.18.1) with ESMTP id 4AD3URAW059015; Wed, 13 Nov 2024 03:30:27 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.18.1/8.18.1/Submit) id 4AD3URE3059012; Wed, 13 Nov 2024 03:30:27 GMT (envelope-from git) Date: Wed, 13 Nov 2024 03:30:27 GMT Message-Id: <202411130330.4AD3URE3059012@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yasuhiro Kimura Subject: git: 590e2aa40f8b - main - ftp/wget: Update to 1.25.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-ports-main@freebsd.org Sender: owner-dev-commits-ports-main@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yasu X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 590e2aa40f8badbfb1fd3f0d7b1b905f9c2d333a Auto-Submitted: auto-generated The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=590e2aa40f8badbfb1fd3f0d7b1b905f9c2d333a commit 590e2aa40f8badbfb1fd3f0d7b1b905f9c2d333a Author: Yasuhiro Kimura AuthorDate: 2024-11-13 03:22:13 +0000 Commit: Yasuhiro Kimura CommitDate: 2024-11-13 03:29:47 +0000 ftp/wget: Update to 1.25.0 ChangeLog: https://git.savannah.gnu.org/cgit/wget.git/tree/NEWS?h=v1.25.0 MFH: 2024Q4 Security: CVE-2024-10524 --- ftp/wget/Makefile | 2 +- ftp/wget/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 708ae928bb85..23a1792aa288 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -1,5 +1,5 @@ PORTNAME= wget -DISTVERSION= 1.24.5 +DISTVERSION= 1.25.0 CATEGORIES= ftp www MASTER_SITES= GNU diff --git a/ftp/wget/distinfo b/ftp/wget/distinfo index 91326307e8ee..74829f34772a 100644 --- a/ftp/wget/distinfo +++ b/ftp/wget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710143008 -SHA256 (wget-1.24.5.tar.lz) = 57a107151e4ef94fdf94affecfac598963f372f13293ed9c74032105390b36ee -SIZE (wget-1.24.5.tar.lz) = 2545954 +TIMESTAMP = 1731467020 +SHA256 (wget-1.25.0.tar.lz) = 19225cc756b0a088fc81148dc6a40a0c8f329af7fd8483f1c7b2fe50f4e08a1f +SIZE (wget-1.25.0.tar.lz) = 2582072