openssh: bump revision after openssl update.
--HG-- extra : convert_revision : bd0c8495e578c241e7def6ed18f5a0dac5cd6e04
This commit is contained in:
parent
d020e43ac9
commit
6813f0da8c
3 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} client files."
|
This package contains the ${pkgname} client files."
|
||||||
|
|
||||||
|
revision=1
|
||||||
conf_files="/etc/ssh/ssh_config"
|
conf_files="/etc/ssh/ssh_config"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains the ${pkgname} server files."
|
This package contains the ${pkgname} server files."
|
||||||
|
|
||||||
|
revision=1
|
||||||
keep_empty_dirs=yes
|
keep_empty_dirs=yes
|
||||||
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
|
conf_files="/etc/ssh/sshd_config /etc/pam.d/sshd"
|
||||||
openrc_services="sshd default"
|
openrc_services="sshd default"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'openssh'
|
# Template file for 'openssh'
|
||||||
pkgname=openssh
|
pkgname=openssh
|
||||||
version=5.4p1
|
version=5.4p1
|
||||||
|
revision=1
|
||||||
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"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
|
configure_args="--libexecdir=/usr/libexec/openssh --with-tcp-wrappers
|
||||||
|
|
Loading…
Reference in a new issue