wok-next rev 16753
git: update wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jun 16 10:29:38 2014 +0200 (2014-06-16) |
parents | 6ad950f90243 |
children | 08186c6ff72d |
files | git/receipt openssh/receipt |
line diff
1.1 --- a/git/receipt Sun Jun 15 17:19:44 2014 +0300 1.2 +++ b/git/receipt Mon Jun 16 10:29:38 2014 +0200 1.3 @@ -8,20 +8,19 @@ 1.4 LICENSE="GPL2" 1.5 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.6 WEB_SITE="http://git-scm.com/" 1.7 -WGET_URL="ftp://ftp.kernel.org/pub/software/scm/git/$TARBALL" 1.8 +WGET_URL="https://www.kernel.org/pub/software/scm/git/$TARBALL" 1.9 1.10 # NO_NSEC=1 1.11 CROSS_BUGS="bug: can't run test and make package." 1.12 #HOST_ARCH="i486 arm" 1.13 1.14 DEPENDS="zlib openssl curl expat" 1.15 -BUILD_DEPENDS="zlib-dev openssl-dev curl-dev expat-dev perl python-dev \ 1.16 +BUILD_DEPENDS="wget zlib-dev openssl-dev curl-dev expat-dev perl python-dev \ 1.17 tar bzip2" 1.18 1.19 # Rules to configure and make the package. 1.20 compile_rules() 1.21 { 1.22 - cd $src 1.23 [ -L /bin/tar ] && tazpkg get-install tar --forced 1.24 ./configure \ 1.25 --prefix=/usr \
2.1 --- a/openssh/receipt Sun Jun 15 17:19:44 2014 +0300 2.2 +++ b/openssh/receipt Mon Jun 16 10:29:38 2014 +0200 2.3 @@ -48,12 +48,12 @@ 2.4 2.5 post_install() 2.6 { 2.7 - [ "$1" ] || while read dropbear openssh ; do 2.8 - [ -s $dropbear ] || continue 2.9 + while read dropbear openssh ; do 2.10 + [ -s $1$dropbear ] || continue 2.11 dropbearconvert dropbear openssh $1$dropbear $1$openssh 2.12 dropbearkey -y -f $1$dropbear | grep ssh > $1$openssh.pub 2.13 dropbearkey -y -f $1$dropbear | grep Fingerprint 2.14 - done <<EOT 2.15 + done <<EOT 2.16 /etc/dropbear/dropbear_rsa_host_key /etc/ssh/ssh_host_rsa_key 2.17 /etc/dropbear/dropbear_dss_host_key /etc/ssh/ssh_host_dsa_key 2.18 EOT