summaryrefslogtreecommitdiff
path: root/extra/libssh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libssh/PKGBUILD')
-rw-r--r--extra/libssh/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD
index 936b6403d..bd9c30295 100644
--- a/extra/libssh/PKGBUILD
+++ b/extra/libssh/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 204549 2014-01-22 12:35:17Z andyrtr $
+# $Id: PKGBUILD 207452 2014-03-09 16:43:05Z bpiotrowski $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
@@ -6,7 +6,7 @@
pkgname=libssh
pkgver=0.5.5
-pkgrel=2
+pkgrel=3
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
license=('LGPL')
@@ -15,10 +15,12 @@ depends=('zlib' 'openssl')
makedepends=('cmake' 'doxygen')
source=(https://red.libssh.org/attachments/download/51/${pkgname}-${pkgver}.tar.gz
0004-reset-global-request-status.patch
- 0005-multi-reverse-fwd.patch)
+ 0005-multi-reverse-fwd.patch
+ CVE-2014-0017.patch)
md5sums=('bb308196756c7255c0969583d917136b'
'0d8c28906b07e31466157b1fda441f4a'
- '6fa3a1a4f448e85a7eb39360f4a72ce9')
+ '6fa3a1a4f448e85a7eb39360f4a72ce9'
+ '2eddf36e41adf62e4094f17b64d466e0')
prepare() {
cd ${pkgname}-${pkgver}
@@ -26,6 +28,7 @@ prepare() {
# see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=736231
patch -Np1 -i ${srcdir}/0004-reset-global-request-status.patch
patch -Np1 -i ${srcdir}/0005-multi-reverse-fwd.patch
+ patch -Np1 -i ${srcdir}/CVE-2014-0017.patch
}
build() {