openssh: update to 6.4p1.
This commit is contained in:
parent
19fb4c2bbb
commit
a2c6413827
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'openssh'
|
||||
pkgname=openssh
|
||||
version=6.3p1
|
||||
version=6.4p1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
|
||||
|
@ -15,7 +15,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://www.openssh.org"
|
||||
license="BSD"
|
||||
distfiles="ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$pkgname-$version.tar.gz"
|
||||
checksum=aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420
|
||||
checksum=5530f616513b14aea3662c4c373bafd6a97a269938674c006377e381f68975d2
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args+=" --with-kerberos5=$XBPS_CROSS_BASE"
|
||||
|
@ -55,7 +55,7 @@ openssh-server_package() {
|
|||
vmove usr/share/man/man8/${f}.8
|
||||
done
|
||||
vmove etc/pam.d
|
||||
install -d ${PKGDESTDIR}/usr/lib/systemd/system
|
||||
vmkdir usr/lib/systemd/system
|
||||
install -m644 ${FILESDIR}/*.{socket,service} \
|
||||
${PKGDESTDIR}/usr/lib/systemd/system
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue