libssh2: update to 1.7.0

This commit is contained in:
Tom G. Christensen 2016-03-10 12:29:48 +01:00
parent 19dcd83b92
commit 2f44ec40b4
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
###########################################################
# Check the following 4 variables before running the script
topdir=libssh2
version=1.6.0
version=1.7.0
pkgver=1
source[0]=http://www.libssh2.org/download/$topdir-$version.tar.gz
# If there are no patches, simply comment this
@ -43,6 +43,7 @@ install()
{
generic_install DESTDIR
doc NEWS README RELEASE-NOTES
compat libssh2 1.6.0 1 1
}
reg pack

View File

@ -1,4 +1,7 @@
CHANGELOG
---------
* Thu Mar 10 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 1.7.0-1
- Update to 1.7.0 (fixes CVE-2016-0787)
* Wed Feb 10 2016 Tom G. Christensen <swpkg@jupiterrise.com> - 1.6.0-1
- Initial package