summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2011-02-04 11:42:11 +1100
committerDamien Miller <djm@mindrot.org>2011-02-04 11:42:11 +1100
commit8ba5292c25655a1002ec790f5840a7b8420091bf (patch)
tree83bde87ca0908652b3a87ea86221dae1afaacf48 /ChangeLog
parentd4a5504cb19acf061bc6d68362b666416b21d9b3 (diff)
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 a69ed9fde..6d2375a33 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,17 +1,3 @@
120110128
2 - (djm) [openbsd-compat/port-linux.c] Check whether SELinux is enabled
3 before attempting setfscreatecon(). Check whether matchpathcon()
4 succeeded before using its result. Patch from cjwatson AT debian.org;
5 bz#1851
6
720110127
8 - (tim) [config.guess config.sub] Sync with upstream.
9 - (tim) [configure.ac] Consistent M4 quoting throughout, updated obsolete
10 AC_TRY_COMPILE with AC_COMPILE_IFELSE, updated obsolete AC_TRY_LINK with
11 AC_LINK_IFELSE, updated obsolete AC_TRY_RUN with AC_RUN_IFELSE, misc white
12 space changes for consistency/readability. Makes autoconf 2.68 happy.
13 "Nice work" djm
14
1520110125 120110125
16 - (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c 2 - (djm) [configure.ac Makefile.in ssh.c openbsd-compat/port-linux.c
17 openbsd-compat/port-linux.h] Move SELinux-specific code from ssh.c to 3 openbsd-compat/port-linux.h] Move SELinux-specific code from ssh.c to