summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2006-10-27 10:45:02 +0000
committerColin Watson <cjwatson@debian.org>2006-10-27 10:45:02 +0000
commit862c67dab9ad276ddee36f9eeb6d2944f7ff8b51 (patch)
tree295122a1bbf008f322a428712f90d48761348b9a
parentbe6478d45d2d5c57bc30ca83d14b7b1ef6ed5ce6 (diff)
ack NMU, and a whitespace tweak
-rw-r--r--debian/changelog6
-rw-r--r--monitor.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 000eaa8dc..64f713cf8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:4.3p2-6) UNRELEASED; urgency=low
2
3 * Acknowledge NMU (thanks, Manoj; closes: #394795).
4
5 -- Colin Watson <cjwatson@debian.org> Fri, 27 Oct 2006 11:43:27 +0100
6
1openssh (1:4.3p2-5.1) unstable; urgency=low 7openssh (1:4.3p2-5.1) unstable; urgency=low
2 8
3 * NMU to update SELinux patch, bringing it in line with current selinux 9 * NMU to update SELinux patch, bringing it in line with current selinux
diff --git a/monitor.h b/monitor.h
index 5d4795607..707df9216 100644
--- a/monitor.h
+++ b/monitor.h
@@ -30,7 +30,7 @@
30 30
31enum monitor_reqtype { 31enum monitor_reqtype {
32 MONITOR_REQ_MODULI, MONITOR_ANS_MODULI, 32 MONITOR_REQ_MODULI, MONITOR_ANS_MODULI,
33 MONITOR_REQ_FREE, MONITOR_REQ_AUTHSERV,MONITOR_REQ_AUTHROLE, 33 MONITOR_REQ_FREE, MONITOR_REQ_AUTHSERV, MONITOR_REQ_AUTHROLE,
34 MONITOR_REQ_SIGN, MONITOR_ANS_SIGN, 34 MONITOR_REQ_SIGN, MONITOR_ANS_SIGN,
35 MONITOR_REQ_PWNAM, MONITOR_ANS_PWNAM, 35 MONITOR_REQ_PWNAM, MONITOR_ANS_PWNAM,
36 MONITOR_REQ_AUTH2_READ_BANNER, MONITOR_ANS_AUTH2_READ_BANNER, 36 MONITOR_REQ_AUTH2_READ_BANNER, MONITOR_ANS_AUTH2_READ_BANNER,