wok rev 20878
Up openssh-pam (7.9p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Feb 24 00:12:17 2019 +0100 (2019-02-24) |
parents | 809015307697 |
children | c6996070ca97 |
files | openssh-pam/receipt |
line diff
1.1 --- a/openssh-pam/receipt Sat Feb 23 23:59:15 2019 +0100 1.2 +++ b/openssh-pam/receipt Sun Feb 24 00:12:17 2019 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="openssh-pam" 1.7 -VERSION="7.6p1" 1.8 +VERSION="7.9p1" 1.9 CATEGORY="security" 1.10 SHORT_DESC="Openbsd Secure Shell using PAM." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -22,7 +22,7 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - patch -p1 < $wanted_stuff/knock.u 1.17 + patch -p1 < $WOK/$SOURCE/stuff/knock.u 1.18 unset LD # for cross compiling with --disable-strip 1.19 ./configure \ 1.20 --prefix=/usr \