Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=kqDp94rQ; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Yc0L2tn2 Received: by mail.netbsd.org (Postfix, from userid 605) id BA73384EB1; Tue, 19 Mar 2024 09:58:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710842305; bh=3M/g6Hj3Yu5bNCN++p2DoMIENIKfCyBUkGWeGsUjpRU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=kqDp94rQCbKmtmwPl2SXpeJZNTDFG2mNfC5nDhOcysJ1IPnyuMuee8Mx/F6paIDJj y55oq9nTdBeflKHamQOeE++nYEC/us2JHClgvl9R/YcmL8uJCwZ3Y6oeodBLH90fEF oR9DjaUnSgfcUMWlwwb36gbMxGs1H7pOdp/Aa6ZY= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB83684EAB for ; Tue, 19 Mar 2024 09:58: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 ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id D0j5DIUnoS0H for ; Tue, 19 Mar 2024 09:58:24 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0CA0984D52 for ; Tue, 19 Mar 2024 09:58:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1710842304; bh=3M/g6Hj3Yu5bNCN++p2DoMIENIKfCyBUkGWeGsUjpRU=; h=Date:From:Subject:To:Reply-To; b=Yc0L2tn2BbWgezG0Nb380Yt3lL8N8a8LpmsHsPE21xt//kIOujA/Yf/neh67Zerx9 QewAtp5cvsxKgESBeftXkIJo0Wy/prwEA+2F4DDWHGv0My1kMEl6DK+psEEkqCZe1w iCbADq6lMO/Z3A4HtbyZggIR5486zKdOOtOmL0xM= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 04F43FA2C; Tue, 19 Mar 2024 09:58:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171084230392050" MIME-Version: 1.0 Date: Tue, 19 Mar 2024 09:58:23 +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: <20240319095824.04F43FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171084230392050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Mar 19 09:58:23 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: doc: Updated devel/libgphoto2 to 2.5.27nb6 To generate a diff of this commit: cvs rdiff -u -r1.1953 -r1.1954 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171084230392050 Content-Disposition: inline Content-Length: 732 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.1953 pkgsrc/doc/CHANGES-2024:1.1954 --- pkgsrc/doc/CHANGES-2024:1.1953 Mon Mar 18 20:59:52 2024 +++ pkgsrc/doc/CHANGES-2024 Tue Mar 19 09:58:23 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1953 2024/03/18 20:59:52 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1954 2024/03/19 09:58:23 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -3255,3 +3255,4 @@ Changes to the packages collection and i Updated lang/py-pyformlang to 1.0.9 [adam 2024-03-18] Updated audio/fasttracker2 to 1.79 [fox 2024-03-18] Updated textproc/libhighlight to 4.11 [schmonz 2024-03-18] + Updated devel/libgphoto2 to 2.5.27nb6 [wiz 2024-03-19] --_----------=_171084230392050--