Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=p5SADC+E; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PALWgmKs Received: by mail.netbsd.org (Postfix, from userid 605) id DE74B8505E; Sat, 4 May 2024 10:18:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714817937; bh=o7L/tjyFQJFnSxwqsqp/wAVMBIqbnFNCFnTe2S/cebU=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=p5SADC+E5Xn+XLbFNvtULRGudiB8nBO2ujEPVqmsanCF1hMqJONbTKoMbydbS+UCS D4Es9q19InKfCEecMPlvoz9N00k05eXy3eBAoJykgkDpdXJSqmQx+LJ0KV6epQznY8 HUvHExlwfojuqPQYGxnfgUvumU7BCMYCGbmDzTcI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D03DB84E64 for ; Sat, 4 May 2024 10:18:55 +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 8XVXR4h_YXka for ; Sat, 4 May 2024 10:18:55 +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 2ACDA84D14 for ; Sat, 4 May 2024 10:18:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714817935; bh=o7L/tjyFQJFnSxwqsqp/wAVMBIqbnFNCFnTe2S/cebU=; h=Date:From:Subject:To:Reply-To; b=PALWgmKsb15kbT2H2Pz1Qh8aRVD0s6nTvDkdP6tK4kIJL4yu85TcmdGGZXKpSR9Hp Ry7JjSkGFtSJL6CFtXN+loelq+zlVmcE2CqQGVU98jeCLBkU53TCTuv4JrwVDAqz2r tnOV7PVRC4rhEh+eC8lS4/lW2HRPJhw29xy8rBV4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1E1E1FA2C; Sat, 4 May 2024 10:18:55 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171481793541210" MIME-Version: 1.0 Date: Sat, 4 May 2024 10:18:55 +0000 From: "Havard Eidnes" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: he@netbsd.org X-Mailer: log_accum Message-Id: <20240504101855.1E1E1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171481793541210 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: he Date: Sat May 4 10:18:55 UTC 2024 Modified Files: pkgsrc/doc: CHANGES-2024 Log Message: Note upate of security/py-bcrypt to 4.1.3. To generate a diff of this commit: cvs rdiff -u -r1.3078 -r1.3079 pkgsrc/doc/CHANGES-2024 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171481793541210 Content-Disposition: inline Content-Length: 730 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.3078 pkgsrc/doc/CHANGES-2024:1.3079 --- pkgsrc/doc/CHANGES-2024:1.3078 Sat May 4 09:41:34 2024 +++ pkgsrc/doc/CHANGES-2024 Sat May 4 10:18:54 2024 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2024,v 1.3078 2024/05/04 09:41:34 pho Exp $ +$NetBSD: CHANGES-2024,v 1.3079 2024/05/04 10:18:54 he Exp $ Changes to the packages collection and infrastructure in 2024: @@ -4920,3 +4920,4 @@ Changes to the packages collection and i Updated security/hs-tls-session-manager to 0.0.5 [pho 2024-05-04] Updated www/hs-warp-tls to 3.4.5 [pho 2024-05-04] Updated lang/purescript to 0.15.15 [pho 2024-05-04] + Updated security/py-bcrypt to 4.1.3 [he 2024-05-04] --_----------=_171481793541210--