Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=RjU/vf+9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=d2Ocmtso Received: by mail.netbsd.org (Postfix, from userid 605) id 6758784D80; Wed, 10 Apr 2024 09:15:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712740521; bh=eUw56KYF2tnxydKz+IWqvhJhrKmed/6fS4HTIU4mvk8=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=RjU/vf+9TXnHhL9in2otL73coCCb2ohTg3YISu5I8UnMqg+IZ5ZdSMBJ9bA5ZLl5O t0eparDUn4HNBvP7j8YOqBw3PbvX7Vz7ZE4G3Hb/78nTduKBQ2lRrQTd6mnxgPCLff uFn3zrOcuEMYzJJCyOzMb0NStjloxXgu3IxVwtDY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5916184D4D for ; Wed, 10 Apr 2024 09:15:20 +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 EEmd_NVRopa0 for ; Wed, 10 Apr 2024 09:15:19 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AD53E84D1B for ; Wed, 10 Apr 2024 09:15:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712740519; bh=eUw56KYF2tnxydKz+IWqvhJhrKmed/6fS4HTIU4mvk8=; h=Date:From:Subject:To:Reply-To; b=d2OcmtsoNrIkGAVO0iGwRx1mtVGlv1UmDcdB7ZSE5VIFSkZ6Q6L8HMl4yjom7Zy3W a8GDmpdRekl0EzkJM+RSugokLy7nNWKmy3Gz9gJTEu+50DRGoy71m2Dqxz8MUaMTaz k9bgbLQkhINbZef2hoiZPoWO6dwjQIq0DlHYu3Tk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A658EFA2C; Wed, 10 Apr 2024 09:15:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712740519137690" MIME-Version: 1.0 Date: Wed, 10 Apr 2024 09:15:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240410091519.A658EFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712740519137690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Apr 10 09:15:19 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/gobject-introspection to 1.80.1nb2 To generate a diff of this commit: cvs rdiff -u -r1.2380 -r1.2381 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712740519137690 Content-Disposition: inline Content-Length: 740 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.2380 pkgsrc/doc/CHANGES-2024:1.2381 --- pkgsrc/doc/CHANGES-2024:1.2380 Wed Apr 10 08:50:51 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Apr 10 09:15:19 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.2380 2024/04/10 08:50:51 adam Exp $ +$NetBSD: CHANGES-2024,v 1.2381 2024/04/10 09:15:19 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3960,3 +3960,4 @@ Changes to the packages collection and i Added net/bropages version 1.41.0 [pin 2024-04-10] Updated audio/taglib to 2.0.1 [adam 2024-04-10] Updated www/py-django-import-export to 3.3.8 [adam 2024-04-10] + Updated devel/gobject-introspection to 1.80.1nb2 [wiz 2024-04-10] --_----------=_1712740519137690--