wok rev 18952

Up libssh (0.7.3) CVE-2016-0739
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 07 11:12:17 2016 +0100 (2016-03-07)
parents 013b409ec529
children 5597c91d561d
files libssh-dev/receipt libssh/receipt
line diff
     1.1 --- a/libssh-dev/receipt	Mon Mar 07 10:45:25 2016 +0100
     1.2 +++ b/libssh-dev/receipt	Mon Mar 07 11:12:17 2016 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libssh-dev"
     1.7 -VERSION="0.7.0"
     1.8 +VERSION="0.7.3"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="devel files for libssh"
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12 @@ -18,4 +18,3 @@
    1.13  	cp -a $install/usr/include $fs/usr
    1.14  	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.15  }
    1.16 -
     2.1 --- a/libssh/receipt	Mon Mar 07 10:45:25 2016 +0100
     2.2 +++ b/libssh/receipt	Mon Mar 07 11:12:17 2016 +0100
     2.3 @@ -1,14 +1,14 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libssh"
     2.7 -VERSION="0.7.0"
     2.8 +VERSION="0.7.3"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Library for accessing ssh client services through C libraries"
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12  LICENSE="LGPL2.1"
    2.13  TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.14  WEB_SITE="http://www.libssh.org/"
    2.15 -WGET_URL="https://red.libssh.org/attachments/download/140/$TARBALL"
    2.16 +WGET_URL="https://red.libssh.org/attachments/download/195/$TARBALL"
    2.17  TAGS="ssh"
    2.18  
    2.19  DEPENDS="libssl"
    2.20 @@ -17,7 +17,6 @@
    2.21  # Rules to configure and make the package.
    2.22  compile_rules()
    2.23  {
    2.24 -	cd $src
    2.25  	mkdir build
    2.26  	cd build
    2.27  	cmake ../ \