Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=UaiDh/bl; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ZANaCTUJ Received: by mail.netbsd.org (Postfix, from userid 605) id B84AC84E74; Mon, 18 Mar 2024 15:48:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710776905; bh=RSAOJLsV3BPUgJttXUCRbHIIkc38K8PLn0r6BWc267s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=UaiDh/blJ003n5/qdKPXvAgQj55jfJPo/9rX7zSZvS45x2Ni8ycmnWqnCCUl8X+Nl wixRWAM1ZrhynhFCi6LYVTEberK6d9Xukd4wnYUQpjx6t2/u2smbU6uoOfBR9ZPWBv Rzz4TnTOMZCfcYapbG/Y63CWq5TRvArG0JTbMMDE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A362B84E6E for ; Mon, 18 Mar 2024 15:48:24 +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 Cre3i-CTe8o9 for ; Mon, 18 Mar 2024 15:48:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F2DB184D2A for ; Mon, 18 Mar 2024 15:48:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710776904; bh=RSAOJLsV3BPUgJttXUCRbHIIkc38K8PLn0r6BWc267s=; h=Date:From:Subject:To:Reply-To; b=ZANaCTUJ8u106iSf0hO13EOHkRAkhxL7Jr9jin7RuBk8AFsugm/W5DfymAMbnJsJg TWKGpChITdf9xzrr+Q3krNFN67F5YEJylMLyHsJPNqse1cPZRx8uInXs+LXDhuTcH9 YZSzDgkkewhVO+ww0LmxH/jyBowLHrM3pdLaDO2c= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC064FA2C; Mon, 18 Mar 2024 15:48:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1710776903183050" MIME-Version: 1.0 Date: Mon, 18 Mar 2024 15:48:23 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20240318154823.EC064FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1710776903183050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: ryoon Date: Mon Mar 18 15:48:23 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated multimedia/libaom to 3.8.2 To generate a diff of this commit: cvs rdiff -u -r1.1948 -r1.1949 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1710776903183050 Content-Disposition: inline Content-Length: 727 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.1948 pkgsrc/doc/CHANGES-2024:1.1949 --- pkgsrc/doc/CHANGES-2024:1.1948 Mon Mar 18 15:42:45 2024 +++ pkgsrc/doc/CHANGES-2024 Mon Mar 18 15:48:23 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1948 2024/03/18 15:42:45 ryoon Exp $ +$NetBSD: CHANGES-2024,v 1.1949 2024/03/18 15:48:23 ryoon Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3248,3 +3248,4 @@ Changes to the packages collection and i Updated lang/openjdk11 to 1.11.0.22.7 [ryoon 2024-03-18] Updated audio/ardour to 8.2.0 [ryoon 2024-03-18] Updated lang/openjdk8 to 1.8.402 [ryoon 2024-03-18] + Updated multimedia/libaom to 3.8.2 [ryoon 2024-03-18] --_----------=_1710776903183050--