Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=f+f2FlEc; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=FNjuQ7Q7 Received: by mail.netbsd.org (Postfix, from userid 605) id 4DBAD8505D; Sat, 4 May 2024 11:07:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714820839; bh=QN0WrTPFozu/DPUn1nd1aDkXr84YCiMC+5lr4K+L0eg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=f+f2FlEcFs2xI7SCnxRwORJYEUWkWGLxK6LPyKlxXz+DLgKQuzW9Ok+9rDTBBri0B vfb1x7cHi+Ze9NPKOaHBNjEF21dE94xjuxSZX8OWnhJFSBDlFaIwy2Y3U4cHLmhb/8 9OxXI5G7ha1ABfXB8oe0xF8PL1QIoakqHymN1tWw= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BFCD84E64 for ; Sat, 4 May 2024 11:07:18 +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 jyzuA1Adp1Ig for ; Sat, 4 May 2024 11:07:17 +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 A1A2984D14 for ; Sat, 4 May 2024 11:07:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714820837; bh=QN0WrTPFozu/DPUn1nd1aDkXr84YCiMC+5lr4K+L0eg=; h=Date:From:Subject:To:Reply-To; b=FNjuQ7Q7U4MDG2jJvU/K3orIv3lBZrhNmZoO6HX+YZZcUqehI2kNUgIwW2Ag6uJ6H 3CIWAafYAvWxwz7F9KBoWjtqVI1XGO3wzB+JKtpmeNmYTEXQ2NJCIlrjpnzCD+dN7O yt9ZuxykaMmwYnBJ/FttNIjTm+SJpr7mu5MHwLSU= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8CF98FA2C; Sat, 4 May 2024 11:07:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714820837271940" MIME-Version: 1.0 Date: Sat, 4 May 2024 11:07:17 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/security/git-crypt To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20240504110717.8CF98FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714820837271940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: leot Date: Sat May 4 11:07:17 UTC 2024 Modified Files: pkgsrc/security/git-crypt: distinfo pkgsrc/security/git-crypt/patches: patch-util.cpp Log Message: git-crypt: Reference PR lib/58206 Seems exactly the same problem. Add a reference to it so once it is addressed we can wait a couple of years and G/C this patch too. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/git-crypt/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/git-crypt/patches/patch-util.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714820837271940 Content-Disposition: inline Content-Length: 1560 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/git-crypt/distinfo diff -u pkgsrc/security/git-crypt/distinfo:1.1 pkgsrc/security/git-crypt/distinfo:1.2 --- pkgsrc/security/git-crypt/distinfo:1.1 Mon Dec 5 21:57:58 2022 +++ pkgsrc/security/git-crypt/distinfo Sat May 4 11:07:17 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2022/12/05 21:57:58 nikita Exp $ +$NetBSD: distinfo,v 1.2 2024/05/04 11:07:17 leot Exp $ BLAKE2s (git-crypt-0.7.0.tar.gz) = 742db2743dd7c5daea1658c8028a8024839151eb8a28bb545c6f5e12a5980208 SHA512 (git-crypt-0.7.0.tar.gz) = 88eb730f0f0b4622c1a3ce64c62fa97a9a4da0716f4cce86fad8d700e2cb248dae8fc9e92996448564903564dbcddaa1f87201cf7ebc77144660f3044ae92904 Size (git-crypt-0.7.0.tar.gz) = 57621 bytes -SHA1 (patch-util.cpp) = ed9dee74f7e8d50f72670542323013d0a2d44464 +SHA1 (patch-util.cpp) = 8e856d6e066963ff92d4e08d91f6224b49ca2f8e Index: pkgsrc/security/git-crypt/patches/patch-util.cpp diff -u pkgsrc/security/git-crypt/patches/patch-util.cpp:1.1 pkgsrc/security/git-crypt/patches/patch-util.cpp:1.2 --- pkgsrc/security/git-crypt/patches/patch-util.cpp:1.1 Mon Dec 5 21:57:58 2022 +++ pkgsrc/security/git-crypt/patches/patch-util.cpp Sat May 4 11:07:17 2024 @@ -1,9 +1,9 @@ -$NetBSD: patch-util.cpp,v 1.1 2022/12/05 21:57:58 nikita Exp $ +$NetBSD: patch-util.cpp,v 1.2 2024/05/04 11:07:17 leot Exp $ Keep the C++ streams synchronized to the standard C streams on NetBSD otherwise it is not possible to read via std::cin. -XXX: Why? +Related to PR lib/58206. --- util.cpp.orig 2017-11-26 18:24:03.000000000 +0000 +++ util.cpp --_----------=_1714820837271940--