summaryrefslogtreecommitdiff
path: root/extra/libssh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/libssh/PKGBUILD')
-rw-r--r--extra/libssh/PKGBUILD28
1 files changed, 7 insertions, 21 deletions
diff --git a/extra/libssh/PKGBUILD b/extra/libssh/PKGBUILD
index bd9c30295..cbc36b9b3 100644
--- a/extra/libssh/PKGBUILD
+++ b/extra/libssh/PKGBUILD
@@ -1,42 +1,28 @@
-# $Id: PKGBUILD 207452 2014-03-09 16:43:05Z bpiotrowski $
+# $Id: PKGBUILD 211694 2014-04-23 15:10:12Z andyrtr $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
# Contributor: ice-man <icemanf@gmail.com>
# Contributor: sergeantspoon <sergeantspoon@archlinux.us>
pkgname=libssh
-pkgver=0.5.5
-pkgrel=3
+pkgver=0.6.3
+pkgrel=1
pkgdesc="Library for accessing ssh client services through C libraries"
url="http://www.libssh.org/"
license=('LGPL')
arch=('i686' 'x86_64')
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
- CVE-2014-0017.patch)
-md5sums=('bb308196756c7255c0969583d917136b'
- '0d8c28906b07e31466157b1fda441f4a'
- '6fa3a1a4f448e85a7eb39360f4a72ce9'
- '2eddf36e41adf62e4094f17b64d466e0')
-
-prepare() {
- cd ${pkgname}-${pkgver}
- # add multiple channels on a single SSH connection required by X2goclient
- # 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
-}
+source=(https://red.libssh.org/attachments/download/87/${pkgname}-${pkgver}.tar.xz)
+md5sums=('66cf16e77f60913b4d54f18c92cdbf71')
build() {
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
+ -DCMAKE_BUILD_TYPE=Release \
+ -DWITH_GSSAPI=OFF
make
}