openssh: update to 6.3p1.
This commit is contained in:
parent
268dbf347b
commit
988bfd7abb
|
@ -8,6 +8,7 @@
|
||||||
Description=SSH Secure Shell Service
|
Description=SSH Secure Shell Service
|
||||||
Wants=sshdgenkeys.service
|
Wants=sshdgenkeys.service
|
||||||
After=sshdgenkeys.service
|
After=sshdgenkeys.service
|
||||||
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/sbin/sshd -D
|
ExecStart=/usr/sbin/sshd -D
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Conflicts=sshd.service
|
Conflicts=sshd.service
|
||||||
Wants=sshdgenkeys.service
|
Wants=sshdgenkeys.service
|
||||||
After=sshdgenkeys.service
|
|
||||||
|
|
||||||
[Socket]
|
[Socket]
|
||||||
ListenStream=22
|
ListenStream=22
|
||||||
|
|
|
@ -1,10 +1,15 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=OpenSSH server Key Generation
|
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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=/usr/bin/ssh-keygen -A
|
ExecStart=/usr/bin/ssh-keygen -A
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
|
|
||||||
[Install]
|
|
||||||
WantedBy=multi-user.target
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=6.2p2
|
version=6.3p1
|
||||||
revision=2
|
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
|
||||||
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
--sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody
|
||||||
|
@ -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=7f29b9d2ad672ae0f9e1dcbff871fc5c2e60a194e90c766432e32161b842313b
|
checksum=aea575ededd3ebd45c05d42d0a87af22c79131a847ea440c54e3fdd223f5a420
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" --with-kerberos5=$XBPS_CROSS_BASE"
|
configure_args+=" --with-kerberos5=$XBPS_CROSS_BASE"
|
||||||
|
|
Loading…
Reference in New Issue