mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 09:57:14 +08:00
libssh2: update to 1.7.0 to fix security issues.
This commit is contained in:
parent
9d282b8b11
commit
abbccd1555
@ -1,11 +1,5 @@
|
||||
#
|
||||
# Platform packages for Chakra, part of chakra-project.org
|
||||
#
|
||||
# maintainer <inkane@chakra-project.org>
|
||||
# contributor <abveritas[at]chakra-project[dot]org>
|
||||
|
||||
pkgname=libssh2
|
||||
pkgver=1.6.0
|
||||
pkgver=1.7.0
|
||||
pkgrel=1
|
||||
pkgdesc="A library implementing the SSH2 protocol as defined by Internet Drafts"
|
||||
url="http://www.libssh2.org/"
|
||||
@ -16,7 +10,7 @@ makedepends=('zlib')
|
||||
provides=('libssh2.so')
|
||||
validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
|
||||
source=("http://www.libssh2.org/download/$pkgname-$pkgver.tar.gz"{,.asc})
|
||||
md5sums=('00aabd6e714a5f42a4fb82ace20db1dd'
|
||||
md5sums=('b01662a210e94cccf2f76094db7dac5c'
|
||||
'SKIP')
|
||||
|
||||
build() {
|
||||
|
Loading…
Reference in New Issue
Block a user