Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Z/3m8pIy; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0A7XEAKN Received: by mail.netbsd.org (Postfix, from userid 605) id A2C0784F65; Fri, 19 Apr 2024 07:43:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713512608; bh=+79BLIcGS/si/S8i0zeAplUONZPZtsWeadBf+G7zIiA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Z/3m8pIyNhxZEDZH0AN9jOJUiEkpSjcsTtQyHvuZT/KshcZvubboMC4IKRcXHXb4Y G1/AR8hWecis2MGMJ0srcv+iRNlcNFXr0e+MRHLwVHhjA+OMpX5dB81/wXebgr+6Tg 1brFgWcNP8ZCZfUrkYyD63W1tiAupPVEq3ohAcKg= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 93E5F84E79 for ; Fri, 19 Apr 2024 07:43:27 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 0scYtpliFjs4 for ; Fri, 19 Apr 2024 07:43:27 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 269D984CD5 for ; Fri, 19 Apr 2024 07:43:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1713512607; bh=+79BLIcGS/si/S8i0zeAplUONZPZtsWeadBf+G7zIiA=; h=Date:From:Subject:To:Reply-To; b=0A7XEAKNscl1WqYXm7jkJldUMux369f1Traq/t/nvqO//zjm3b8mJIesK2dvaECEa qse5i5YFxtiJCS/bs39IRnKiNBV76L/u/UUWpQB1rGeGOXc28a1DvJLX2rndTXeidP 2V/snT/Z6QFuPvw403YoAebCpj7ZnezpUFO1ka04= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1FF76FA2C; Fri, 19 Apr 2024 07:43:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171351260784210" MIME-Version: 1.0 Date: Fri, 19 Apr 2024 07:43:27 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240419074327.1FF76FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171351260784210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Apr 19 07:43:27 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated sysutils/autorestic to 1.8.2 To generate a diff of this commit: cvs rdiff -u -r1.2591 -r1.2592 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171351260784210 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2024 diff -u pkgsrc/doc/CHANGES-2024:1.2591 pkgsrc/doc/CHANGES-2024:1.2592 --- pkgsrc/doc/CHANGES-2024:1.2591 Fri Apr 19 05:58:08 2024 +++ pkgsrc/doc/CHANGES-2024 Fri Apr 19 07:43:26 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2591 2024/04/19 05:58:08 wiz Exp $ +$NetBSD: CHANGES-2024,v 1.2592 2024/04/19 07:43:26 pho Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4274,3 +4274,4 @@ Changes to the packages collection and i Updated net/py-grpcio-tools to 1.62.2 [adam 2024-04-19] Updated shells/oh-my-posh to 19.21.0 [pin 2024-04-19] Removed net/net6 [wiz 2024-04-19] + Updated sysutils/autorestic to 1.8.2 [pho 2024-04-19] --_----------=_171351260784210--