# HG changeset patch # User Pascal Bellard # Date 1457345537 -3600 # Node ID b4200e26ba1c7893cb6708e169c9597f24595e64 # Parent 013b409ec529cdda873ec0c79db8dbe63dba4cc2 Up libssh (0.7.3) CVE-2016-0739 diff -r 013b409ec529 -r b4200e26ba1c libssh-dev/receipt --- a/libssh-dev/receipt Mon Mar 07 10:45:25 2016 +0100 +++ b/libssh-dev/receipt Mon Mar 07 11:12:17 2016 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libssh-dev" -VERSION="0.7.0" +VERSION="0.7.3" CATEGORY="development" SHORT_DESC="devel files for libssh" MAINTAINER="slaxemulator@gmail.com" @@ -18,4 +18,3 @@ cp -a $install/usr/include $fs/usr cp -a $install/usr/lib/pkgconfig $fs/usr/lib } - diff -r 013b409ec529 -r b4200e26ba1c libssh/receipt --- a/libssh/receipt Mon Mar 07 10:45:25 2016 +0100 +++ b/libssh/receipt Mon Mar 07 11:12:17 2016 +0100 @@ -1,14 +1,14 @@ # SliTaz package receipt. PACKAGE="libssh" -VERSION="0.7.0" +VERSION="0.7.3" CATEGORY="network" SHORT_DESC="Library for accessing ssh client services through C libraries" MAINTAINER="slaxemulator@gmail.com" LICENSE="LGPL2.1" TARBALL="$PACKAGE-$VERSION.tar.xz" WEB_SITE="http://www.libssh.org/" -WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL" +WGET_URL="https://red.libssh.org/attachments/download/195/$TARBALL" TAGS="ssh" DEPENDS="libssl" @@ -17,7 +17,6 @@ # Rules to configure and make the package. compile_rules() { - cd $src mkdir build cd build cmake ../ \