Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8F0551A9239 for ; Sun, 16 Jan 2022 22:52:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id BE99484E5A; Sun, 16 Jan 2022 22:52:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 05BA884E56 for ; Sun, 16 Jan 2022 22:52:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id TPOQFvBtA4gc for ; Sun, 16 Jan 2022 22:52:06 +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 7CD1084D4C for ; Sun, 16 Jan 2022 22:52:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78E0AFB24; Sun, 16 Jan 2022 22:52:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642373526266830" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 22:52:06 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/readline To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220116225206.78E0AFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642373526266830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 22:52:06 UTC 2022 Modified Files: pkgsrc/devel/readline: Makefile distinfo Log Message: readline: update to 8.1.2. Changes not found. To generate a diff of this commit: cvs rdiff -u -r1.70 -r1.71 pkgsrc/devel/readline/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/devel/readline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642373526266830 Content-Disposition: inline Content-Length: 1670 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/readline/Makefile diff -u pkgsrc/devel/readline/Makefile:1.70 pkgsrc/devel/readline/Makefile:1.71 --- pkgsrc/devel/readline/Makefile:1.70 Mon Jan 4 12:01:45 2021 +++ pkgsrc/devel/readline/Makefile Sun Jan 16 22:52:06 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.70 2021/01/04 12:01:45 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2022/01/16 22:52:06 wiz Exp $ -READLINE_VERSION= 8.1 +READLINE_VERSION= 8.1.2 DISTNAME= readline-${READLINE_VERSION} CATEGORIES= devel Index: pkgsrc/devel/readline/distinfo diff -u pkgsrc/devel/readline/distinfo:1.32 pkgsrc/devel/readline/distinfo:1.33 --- pkgsrc/devel/readline/distinfo:1.32 Tue Oct 26 10:19:21 2021 +++ pkgsrc/devel/readline/distinfo Sun Jan 16 22:52:06 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2021/10/26 10:19:21 nia Exp $ +$NetBSD: distinfo,v 1.33 2022/01/16 22:52:06 wiz Exp $ -BLAKE2s (readline-8.1.tar.gz) = f24c13d1ca5a21949574e10b770d3ab936eb8738a507af7cb41803fccbbdfc02 -SHA512 (readline-8.1.tar.gz) = 27790d0461da3093a7fee6e89a51dcab5dc61928ec42e9228ab36493b17220641d5e481ea3d8fee5ee0044c70bf960f55c7d3f1a704cf6b9c42e5c269b797e00 -Size (readline-8.1.tar.gz) = 2993288 bytes +BLAKE2s (readline-8.1.2.tar.gz) = d38b2a3fad298bcdbf309f322dae4cea26a3389084b4cad39b347e7ec0598d83 +SHA512 (readline-8.1.2.tar.gz) = b512275c8aa8b3b3178366c6d681f867676fc1c881e375134a88e9c860a448535e04ca43df727817fd0048261e48203e88bd1c086e86572022d1d65fb0350e4d +Size (readline-8.1.2.tar.gz) = 2993073 bytes SHA1 (patch-ae) = bdd702b6cbc63cb1e4e6a4889717d7928acd9a01 SHA1 (patch-ag) = 3114e6959dfff3e2aae74c3df3ba4b0f692b79bb SHA1 (patch-ah) = d812ea068415939beb42c72dd9bed8d210db57d1 --_----------=_1642373526266830--