summaryrefslogtreecommitdiff
path: root/recipes/openssh/openssh.inc
AgeCommit message (Collapse)AuthorFiles
2010-07-31openssh.inc: Workaround uclibc issue where pthread.h inclusion causes conflictKhem Raj1
* PAM means openssh wants its own implementation of pthread functions and the signatures dont match with uclibc functions. stdio.h pulls in pthread.h and causes the compiler to abort compilation. Ideally uclibc should not include pthread.h but its a hard one to fix. Until then we disable pam on uclibc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27openssh.inc: Add missing '\' to EXTRA_OECONFKhem Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-27openssh.inc: Enable pam if present in DISTRO_FEATURESKhem Raj1
Signed-off-by: Sean Hudson <Sean_Hudson@Dell.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-08-25openssh: make openssh-keygen conflict with ssh-keygen (old name of it)Marcin Juszkiewicz1
Should fix situation after e05310f4958ba6c73488d398325670704401ee70 commit. Before: * Package openssh-keygen wants to install file /usr/bin/ssh-keygen But that file is already provided by package * ssh-keygen After: * ERROR: The following packages conflict with openssh-keygen: * ssh-keygen *
2009-08-19openssh.inc: cleanupMichael Smith1
Because of leading slashes in FILES_*, some files were being installed twice: e.g. /etc/ssh/moduli was in both openssh and openssh-sshd. Now openssh is an empty metapackage, which I think was the plan. Other cleanups: * switch to INC_PR * remove dangling slogin symlink to ssh to fix warning * remove FILES_openssh-dbg line, which had a syntax error and doesn't appear necessary to keep debug out of the openssh-misc package anymore. * rename package ssh-keygen to openssh-keygen for consistency * use ${PN} in variable names Tested with 5.2p1. Signed-off-by: Michael Smith <msmith@cbnco.com>
2009-06-09openssh: *add openssh 5.2p1Denis 'Gnutoo' Carikli1
*as openssh 5.2p is similar(they worked with the same recipe) to openssh-4.6p1 they now(for openssh-4.6p1) depend on a common openssh.inc checksums will be commited soon