# HG changeset patch # User Pascal Bellard # Date 1435744001 -7200 # Node ID 7355f9472def2e066342fe270b0b5fa4f4b27a0b # Parent 54fd1eb8f5ba2393dbbf6d7a5d5e2078d2dd2482 mosh: update deps diff -r 54fd1eb8f5ba -r 7355f9472def mosh/receipt --- a/mosh/receipt Wed Jul 01 01:03:52 2015 +0300 +++ b/mosh/receipt Wed Jul 01 11:46:41 2015 +0200 @@ -9,11 +9,13 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://mosh.mit.edu/" WGET_URL="${WEB_SITE}$TARBALL" -PROVIDE="ssh" TAGS="ssh" +NOTE1="On remote server: need -a in /etc/daemons.conf DROPBEAR_OPTIONS" +NOTE2="Mosh client *needs* openssh. Not compatible with dropbear yet" -DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw" +DEPENDS="gcc-lib-base perl protobuf libssl libcrypto zlib ncursesw ssh" BUILD_DEPENDS="pkg-config protobuf-dev openssl-dev libcrypto-dev zlib-dev ncursesw-dev" +SUGGESTED="openssh" # Rules to configure and make the package. compile_rules() diff -r 54fd1eb8f5ba -r 7355f9472def squidguard/receipt --- a/squidguard/receipt Wed Jul 01 01:03:52 2015 +0300 +++ b/squidguard/receipt Wed Jul 01 11:46:41 2015 +0200 @@ -78,6 +78,6 @@ check_config() { - echo "http://www.example.com 192.168.0.6/- - GET" | \ - squidGuard -c /etc/squidGuard/squidGuard.conf -d + su -c 'echo "http://www.example.com 192.168.0.6/- - GET" | \ + squidGuard -c /etc/squidGuard/squidGuard.conf -d' nobody }