# HG changeset patch # User Pascal Bellard # Date 1431678094 -7200 # Node ID 33e5fb8a4dcb5270fd10240d8e9052f6a7971a18 # Parent 7ef2138f26672fd95967867cf025e39684b739ce Up autossh (1.4d), libssh (0.7.0), sshttp (0-31s) diff -r 7ef2138f2667 -r 33e5fb8a4dcb autossh/receipt --- a/autossh/receipt Fri May 15 09:55:50 2015 +0200 +++ b/autossh/receipt Fri May 15 10:21:34 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="autossh" -VERSION="1.4c" +VERSION="1.4d" CATEGORY="network" SHORT_DESC="Automatically restart SSH sessions and tunnels." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src ./configure --prefix=/usr \ $CONFIGURE_ARGS && make diff -r 7ef2138f2667 -r 33e5fb8a4dcb libssh-dev/receipt --- a/libssh-dev/receipt Fri May 15 09:55:50 2015 +0200 +++ b/libssh-dev/receipt Fri May 15 10:21:34 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh-dev" -VERSION="0.5.2" +VERSION="0.7.0" CATEGORY="development" SHORT_DESC="devel files for libssh" MAINTAINER="slaxemulator@gmail.com" diff -r 7ef2138f2667 -r 33e5fb8a4dcb libssh/receipt --- a/libssh/receipt Fri May 15 09:55:50 2015 +0200 +++ b/libssh/receipt Fri May 15 10:21:34 2015 +0200 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="libssh" -VERSION="0.5.2" +VERSION="0.7.0" CATEGORY="network" SHORT_DESC="Library for accessing ssh client services through C libraries" MAINTAINER="slaxemulator@gmail.com" LICENSE="LGPL2.1" -TARBALL="$PACKAGE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.libssh.org/" -WGET_URL="https://red.libssh.org/attachments/download/27/$TARBALL" +WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL" TAGS="ssh" DEPENDS="libssl" @@ -33,4 +33,3 @@ mkdir -p $fs/usr/lib cp -a $install/usr/lib/*.so* $fs/usr/lib } - diff -r 7ef2138f2667 -r 33e5fb8a4dcb sshttp/receipt --- a/sshttp/receipt Fri May 15 09:55:50 2015 +0200 +++ b/sshttp/receipt Fri May 15 10:21:34 2015 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="sshttp" -VERSION="0-27" +VERSION="0-31s" CATEGORY="network" SHORT_DESC="hiding a SSH server behind a HTTP server." MAINTAINER="pascal.bellard@slitaz.org" @@ -17,8 +17,7 @@ # Rules to configure and make the package. compile_rules() { - cd $src - make && cp README $WOK/$PACKAGE/description.txt + make && cp README* $WOK/$PACKAGE/description.txt } # Rules to gen a SliTaz package suitable for Tazpkg.