pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/git-crypt



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.

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



Home | Main Index | Thread Index | Old Index