openssh: Update to 6.5.p1
This commit is contained in:
@@ -1,27 +1,28 @@
|
||||
# Maintainer: Alexey Pavlov <alexpux@gmail.com>
|
||||
|
||||
pkgname=openssh
|
||||
pkgver=6.4p1
|
||||
pkgrel=2
|
||||
pkgver=6.5p1
|
||||
pkgrel=1
|
||||
pkgdesc='Free version of the SSH connectivity tools'
|
||||
url='http://www.openssh.org/portable.html'
|
||||
license=('custom:BSD')
|
||||
arch=('i686' 'x86_64')
|
||||
groups=('net-utils')
|
||||
depends=('openssl' 'libedit' 'libcrypt')
|
||||
depends=('heimdal' 'libedit' 'libcrypt' 'openssl')
|
||||
makedepends=('heimdal-devel' 'libedit-devel' 'libcrypt-devel' 'openssl-devel')
|
||||
source=("ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/${pkgname}-${pkgver}.tar.gz"
|
||||
openssh-6.3p1-fix-man-install.patch
|
||||
openssh-6.3p1-msys2.patch)
|
||||
sha1sums=('cf5fe0eb118d7e4f9296fbc5d6884965885fc55d'
|
||||
sha1sums=('3363a72b4fee91b29cf2024ff633c17f6cd2f86d'
|
||||
'3caaf19c16dd13276f96353014826bd40a887a2e'
|
||||
'cb7ba3141fc0f3b2c1fa7c8cf510cb8a2c9fee00')
|
||||
|
||||
backup=('etc/ssh/ssh_config')
|
||||
backup=('usr/etc/ssh/ssh_config')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i ${srcdir}/openssh-6.3p1-fix-man-install.patch
|
||||
patch -p1 -i ${srcdir}/openssh-6.3p1-msys2.patch
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
patch -p1 -i ${srcdir}/openssh-6.3p1-fix-man-install.patch
|
||||
patch -p1 -i ${srcdir}/openssh-6.3p1-msys2.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
@@ -33,7 +34,9 @@ build() {
|
||||
--sbindir=/usr/bin \
|
||||
--libexecdir=/usr/lib/ssh \
|
||||
--sysconfdir=/etc/ssh \
|
||||
--with-libedit
|
||||
--with-libedit \
|
||||
--with-kerberos5=/usr \
|
||||
--disable-strip
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user