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