Received: by mail.netbsd.org (Postfix, from userid 605) id 3868C84CFA; Wed, 21 Feb 2024 08:58:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708505893; bh=3gtNOJq5XogS8hAd+sQ1LxXqaTwcUUrR+BE1YWnan1o=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Al01nF4dlKFP7+N2Hosmfi9ywVntqRmXm2tzFC/EDhXHyamUYCpQ8XMKa4w7zAFiU JnDefaW+cR7nsz8f2SfzTL0oMSzv1GPRWLy+EAXXHcyC1j78M1/RNNeA+GKuMny4xx 8W+i1GoBjTfp7v6f6hviLyA7EaVwAYS/IXYWrR84= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 25D9484EDD for ; Wed, 21 Feb 2024 08:58:12 +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 dxxDI-Uo7LA6 for ; Wed, 21 Feb 2024 08:58:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 67D8B84CFA for ; Wed, 21 Feb 2024 08:58:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1708505891; bh=3gtNOJq5XogS8hAd+sQ1LxXqaTwcUUrR+BE1YWnan1o=; h=Date:From:Subject:To:Reply-To; b=Tq+WxUWhpxswoCnRI6qjk+wOEOXWgrcqzlrKuB4pcxF+MajYx4pvRXR4JkN1HnFEm VuZ0hs91cdodcL5Kcu+ycZITKOnzjqBwyhYP5puTcnQ8eC3snMz3C8idKjbVw8A1on FsrweTpJ0cz+5mLMQOviF6ArZv4Iw4FoG6Jak//U= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 5DCB8F9F4; Wed, 21 Feb 2024 08:58:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1708505891261450" MIME-Version: 1.0 Date: Wed, 21 Feb 2024 08:58:11 +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: <20240221085811.5DCB8F9F4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1708505891261450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 21 08:58:11 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 TODO Log Message: doc: Updated audio/alsa-lib to 1.2.11 To generate a diff of this commit: cvs rdiff -u -r1.1391 -r1.1392 pkgsrc/doc/CHANGES-2024 cvs rdiff -u -r1.24074 -r1.24075 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1708505891261450 Content-Disposition: inline Content-Length: 1306 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.1391 pkgsrc/doc/CHANGES-2024:1.1392 --- pkgsrc/doc/CHANGES-2024:1.1391 Wed Feb 21 08:55:55 2024 +++ pkgsrc/doc/CHANGES-2024 Wed Feb 21 08:58:10 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.1391 2024/02/21 08:55:55 adam Exp $ +$NetBSD: CHANGES-2024,v 1.1392 2024/02/21 08:58:10 wiz Exp $ Changes to the packages collection and infrastructure in 2024: @@ -2456,3 +2456,4 @@ Changes to the packages collection and i Updated security/py-cryptography_vectors to 42.0.4 [adam 2024-02-21] Updated www/py-httpbin to 0.10.2 [adam 2024-02-21] Updated textproc/py-wcmatch to 8.5.1 [adam 2024-02-21] + Updated audio/alsa-lib to 1.2.11 [wiz 2024-02-21] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.24074 pkgsrc/doc/TODO:1.24075 --- pkgsrc/doc/TODO:1.24074 Tue Feb 20 21:10:33 2024 +++ pkgsrc/doc/TODO Wed Feb 21 08:58:10 2024 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.24074 2024/02/20 21:10:33 wiz Exp $ +$NetBSD: TODO,v 1.24075 2024/02/21 08:58:10 wiz Exp $ Suggested new packages ====================== @@ -422,7 +422,6 @@ For possible Perl packages updates, see o album-4.17 o alevt-1.6.2 o alex-3.5.0.0 - o alsa-lib-1.2.11 o alsa-plugins-1.2.7.1 o amanda-3.5.2 o amavis-perl-0.3.12 [called just amavis] --_----------=_1708505891261450--