wok-next diff shadow/receipt @ rev 20273

remove samba-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Nov 08 10:06:19 2017 +0100 (2017-11-08)
parents 8da249b2c8d7
children 90a5eb560fd6
line diff
     1.1 --- a/shadow/receipt	Fri Dec 23 03:55:33 2016 +0200
     1.2 +++ b/shadow/receipt	Wed Nov 08 10:06:19 2017 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="shadow"
     1.8 -VERSION="4.2.1"
     1.9 +VERSION="4.5"
    1.10  CATEGORY="system-tools"
    1.11  SHORT_DESC="Programs for handling passwords in a secure way"
    1.12  MAINTAINER="al.bobylev@gmail.com"
    1.13 @@ -9,7 +9,7 @@
    1.14  WEB_SITE="http://pkg-shadow.alioth.debian.org/"
    1.15  
    1.16  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.17 -WGET_URL="${WEB_SITE}releases/$TARBALL"
    1.18 +WGET_URL="https://github.com/shadow-maint/shadow/releases/download/$VERSION/$TARBALL"
    1.19  
    1.20  DEPENDS="acl attr"
    1.21  BUILD_DEPENDS="acl-dev attr-dev gettext"
    1.22 @@ -17,8 +17,8 @@
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25  {
    1.26 -	sed -i -e 's@#ENCRYPT_METHOD DES@ENCRYPT_METHOD SHA512@' \
    1.27 -		-e 's@/var/spool/mail@/var/mail@' etc/login.defs
    1.28 +	sed -i -e 's|#ENCRYPT_METHOD DES|ENCRYPT_METHOD SHA512|' \
    1.29 +		-e 's|/var/spool/mail|/var/mail|' etc/login.defs
    1.30  	sed -i 's|bash|sh|' etc/useradd
    1.31  
    1.32  	./configure \
    1.33 @@ -32,5 +32,5 @@
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35  genpkg_rules()
    1.36  {
    1.37 -	cook_copy_folders bin sbin etc
    1.38 +	copy @std
    1.39  }