wok-6.x diff openssh/receipt @ rev 23654

Up openssh (8.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 21 06:14:03 2020 +0000 (2020-04-21)
parents e04fb802c121
children 1d84e90f8d94
line diff
     1.1 --- a/openssh/receipt	Fri Apr 17 10:19:33 2020 +0000
     1.2 +++ b/openssh/receipt	Tue Apr 21 06:14:03 2020 +0000
     1.3 @@ -28,7 +28,6 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	patch -p1 < $stuff/knock.u
     1.8  	unset LD # for cross compiling with --disable-strip
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11 @@ -71,7 +70,7 @@
    1.12  
    1.13  # From https://wiki.gentoo.org/wiki/SSH_jump_host  
    1.14  Host *+*
    1.15 -  ProxyCommand ssh $(echo %h | sed 's/+[^+]*$//;s/\([^+%%]*\)%%\([^+]*\)$/\2 -l \1/;s/:/ -p /') exec nc -w1 $(echo %h | sed 's/^.*+//;/:/!s/$/ %p/;s/:/ /')
    1.16 +  ProxyCommand ssh \$(echo %h | sed 's/+[^+]*$//;s/\\([^+%%]*\\)%%\\([^+]*\\)\$/\\2 -l \\1/;s/:/ -p /') exec nc -w1 \$(echo %h | sed 's/^.*+//;/:/!s/\$/ %p/;s/:/ /')
    1.17  
    1.18  EOT
    1.19  }