summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordjm <djm>2011-02-04 00:42:11 +0000
committerdjm <djm>2011-02-04 00:42:11 +0000
commit824a34a2e28e8ad7f45aa37efe7732b7d2734975 (patch)
tree2753c55b81e6ef88bf5d9820d9b2e74136f5b3b6 /ChangeLog
parent0e2b03cfbeb0416beca97057969bfee0534b9822 (diff)
downloadopenssh-824a34a2e28e8ad7f45aa37efe7732b7d2734975.tar.gz
cherry-pick
20110125 - (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c openbsd-compat/port-linux.h] Move SELinux-specific code from ssh.c to port-linux.c to avoid compilation errors. Add -lselinux to ssh when building with SELinux support to avoid linking failure; report from amk AT spamfence.net; ok dtucker
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 0 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index a69ed9fd..6d2375a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,3 @@
-20110128
- - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled
- before attempting setfscreatecon(). Check whether matchpathcon()
- succeeded before using its result. Patch from cjwatson AT debian.org;
- bz#1851
-
-20110127
- - (tim) [config.guess config.sub] Sync with upstream.
- - (tim) [configure.ac] Consistent M4 quoting throughout, updated obsolete
- AC_TRY_COMPILE with AC_COMPILE_IFELSE, updated obsolete AC_TRY_LINK with
- AC_LINK_IFELSE, updated obsolete AC_TRY_RUN with AC_RUN_IFELSE, misc white
- space changes for consistency/readability. Makes autoconf 2.68 happy.
- "Nice work" djm
-
20110125
- (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c
openbsd-compat/port-linux.h] Move SELinux-specific code from ssh.c to