openssh: update to 6.3p1.

This commit is contained in:
Juan RP 2013-09-13 11:35:45 +02:00
parent 268dbf347b
commit 988bfd7abb
4 changed files with 12 additions and 7 deletions

View File

@ -8,6 +8,7 @@
Description=SSH Secure Shell Service
Wants=sshdgenkeys.service
After=sshdgenkeys.service
After=network.target
[Service]
ExecStart=/usr/sbin/sshd -D

View File

@ -1,7 +1,6 @@
[Unit]
Conflicts=sshd.service
Wants=sshdgenkeys.service
After=sshdgenkeys.service
[Socket]
ListenStream=22

View File

@ -1,10 +1,15 @@
[Unit]
Description=OpenSSH server Key Generation
ConditionPathExists=|!/etc/ssh/ssh_host_key
ConditionPathExists=|!/etc/ssh/ssh_host_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_ecdsa_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_dsa_key.pub
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key
ConditionPathExists=|!/etc/ssh/ssh_host_rsa_key.pub
[Service]
Type=oneshot
ExecStart=/usr/bin/ssh-keygen -A
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target

View File

@ -1,7 +1,7 @@
# Template file for 'openssh'
pkgname=openssh
version=6.2p2
revision=2
version=6.3p1
revision=1
build_style=gnu-configure
configure_args="--without-tcp-wrappers --datadir=/usr/share/openssh
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
@ -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=7f29b9d2ad672ae0f9e1dcbff871fc5c2e60a194e90c766432e32161b842313b
checksum=aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420
if [ "$CROSS_BUILD" ]; then
configure_args+=" --with-kerberos5=$XBPS_CROSS_BASE"