aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-03-27 14:43:42 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-03-27 14:43:42 +0000
commit988d82364e647774ac0ba09cb5fc50958e552df9 (patch)
tree783a7210ef8d66e8d59d8c12212277dabb3ad37a
parent94ec5a00f5682cd51f65e1d82fedf9d32de7c66e (diff)
downloadaports-988d82364e647774ac0ba09cb5fc50958e552df9.tar.bz2
aports-988d82364e647774ac0ba09cb5fc50958e552df9.tar.xz
main/libssh: security upgrade to 0.5.4 (CVE-2013-0176)
fixes #1694
-rw-r--r--main/libssh/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libssh/APKBUILD b/main/libssh/APKBUILD
index be17a6496b..2884307035 100644
--- a/main/libssh/APKBUILD
+++ b/main/libssh/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Carlo Landmeter
# Maintainer:
pkgname=libssh
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=0
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
@@ -10,7 +10,7 @@ license="LGPL"
depends=
makedepends="openssl-dev cmake doxygen wget"
subpackages="$pkgname-dev"
-source="https://red.libssh.org/attachments/download/38/libssh-$pkgver.tar.gz"
+source="https://red.libssh.org/attachments/download/41/libssh-$pkgver.tar.gz"
_builddir="$srcdir"/$pkgname-$pkgver
@@ -41,4 +41,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-md5sums="9ad01838d3b89d98e900e0f6260a88cc libssh-0.5.3.tar.gz"
+md5sums="b8b4e733c13dfabae33b2688ef82dacc libssh-0.5.4.tar.gz"