wok diff openssh-pam/receipt @ rev 23741

updated workerfm again (2.19.6 -> 4.1.0)
author Hans-G?nter Theisgen
date Fri May 01 11:25:13 2020 +0100 (2020-05-01)
parents e04fb802c121
children 2c466aa0cddc
line diff
     1.1 --- a/openssh-pam/receipt	Fri Apr 17 10:19:33 2020 +0000
     1.2 +++ b/openssh-pam/receipt	Fri May 01 11:25:13 2020 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="openssh-pam"
     1.7 -VERSION="7.9p1"
     1.8 +VERSION="8.2p1"
     1.9  CATEGORY="security"
    1.10  SHORT_DESC="Openbsd Secure Shell using PAM."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -28,7 +28,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	patch -p1 < $WOK/$SOURCE/stuff/knock.u
    1.17  	unset LD # for cross compiling with --disable-strip
    1.18  	./configure \
    1.19  		--prefix=/usr \
    1.20 @@ -73,7 +72,7 @@
    1.21  
    1.22  # From https://wiki.gentoo.org/wiki/SSH_jump_host  
    1.23  Host *+*
    1.24 -  ProxyCommand ssh $(echo %h | sed 's/+[^+]*$//;s/\([^+%%]*\)%%\([^+]*\)$/\2 -l \1/;s/:/ -p /') exec nc -w1 $(echo %h | sed 's/^.*+//;/:/!s/$/ %p/;s/:/ /')
    1.25 +  ProxyCommand ssh \$(echo %h | sed 's/+[^+]*$//;s/\\([^+%%]*\\)%%\\([^+]*\\)\$/\\2 -l \\1/;s/:/ -p /') exec nc -w1 \$(echo %h | sed 's/^.*+//;/:/!s/\$/ %p/;s/:/ /')
    1.26  
    1.27  EOT
    1.28  }