unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob d9dbc87bd34f3617e3ea591a6bf6deceddf14b60 895 bytes (raw)
name: gnu/packages/patches/gitolite-openssh-6.8-compat.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 
From ed807a40c6683960e357bc995b3acf721ec088b4 Mon Sep 17 00:00:00 2001
From: Sitaram Chamarty <sitaram@atc.tcs.com>
Date: Thu, 19 Mar 2015 05:17:59 +0530
Subject: [PATCH] openssh 6.8 compat

---
 src/triggers/post-compile/ssh-authkeys | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/triggers/post-compile/ssh-authkeys b/src/triggers/post-compile/ssh-authkeys
index 84dda73..d5f5d8b 100755
--- a/src/triggers/post-compile/ssh-authkeys
+++ b/src/triggers/post-compile/ssh-authkeys
@@ -115,7 +115,7 @@ sub fp_file {
     my $f  = shift;
     my $fp = `ssh-keygen -l -f '$f'`;
     chomp($fp);
-    _die "fingerprinting failed for '$f'" unless $fp =~ /([0-9a-f][0-9a-f](:[0-9a-f][0-9a-f])+)/;
+    _die "fingerprinting failed for '$f'" unless $fp =~ /([0-9a-f][0-9a-f](:[0-9a-f][0-9a-f])+)/ or $fp =~ m(SHA256:([A-ZA-z0-9+/]+));
     $fp = $1;
     return $fp;
 }
-- 
2.2.1


debug log:

solving d9dbc87 ...
found d9dbc87 in https://yhetil.org/guix-devel/87r3rkb8zp.fsf@fsf.org/

applying [1/1] https://yhetil.org/guix-devel/87r3rkb8zp.fsf@fsf.org/
diff --git a/gnu/packages/patches/gitolite-openssh-6.8-compat.patch b/gnu/packages/patches/gitolite-openssh-6.8-compat.patch
new file mode 100644
index 0000000..d9dbc87

1:29: trailing whitespace.
-- 
Checking patch gnu/packages/patches/gitolite-openssh-6.8-compat.patch...
1:31: new blank line at EOF.
+
Applied patch gnu/packages/patches/gitolite-openssh-6.8-compat.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 d9dbc87bd34f3617e3ea591a6bf6deceddf14b60	gnu/packages/patches/gitolite-openssh-6.8-compat.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).