wok rev 18174

mosh: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 01 11:46:41 2015 +0200 (2015-07-01)
parents 54fd1eb8f5ba
children c3364b33da58
files mosh/receipt squidguard/receipt
line diff
     1.1 --- a/mosh/receipt	Wed Jul 01 01:03:52 2015 +0300
     1.2 +++ b/mosh/receipt	Wed Jul 01 11:46:41 2015 +0200
     1.3 @@ -9,11 +9,13 @@
     1.4  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.5  WEB_SITE="http://mosh.mit.edu/"
     1.6  WGET_URL="${WEB_SITE}$TARBALL"
     1.7 -PROVIDE="ssh"
     1.8  TAGS="ssh"
     1.9 +NOTE1="On remote server: need -a in /etc/daemons.conf DROPBEAR_OPTIONS"
    1.10 +NOTE2="Mosh client *needs* openssh. Not compatible with dropbear yet"
    1.11  
    1.12 -DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw"
    1.13 +DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw ssh"
    1.14  BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev ncursesw-dev"
    1.15 +SUGGESTED="openssh"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
     2.1 --- a/squidguard/receipt	Wed Jul 01 01:03:52 2015 +0300
     2.2 +++ b/squidguard/receipt	Wed Jul 01 11:46:41 2015 +0200
     2.3 @@ -78,6 +78,6 @@
     2.4  
     2.5  check_config()
     2.6  {
     2.7 -	echo "http://www.example.com 192.168.0.6/- - GET" | \
     2.8 -		squidGuard -c /etc/squidGuard/squidGuard.conf -d
     2.9 +	su -c 'echo "http://www.example.com 192.168.0.6/- - GET" | \
    2.10 +		squidGuard -c /etc/squidGuard/squidGuard.conf -d' nobody
    2.11  }