summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 21:15:50 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 21:15:50 +0000
commit2c444c15821dde18158e2251323c2a8f174d5940 (patch)
tree32a442c4ac7438609d45b4bbe8947c3276a422fb
parent58d1f877a2337cdfa96a862eadb933da0dffdd35 (diff)
DEP-3 tagging for message adjustments, and start on miscellaneous bug fixes
-rw-r--r--debian/patches/banner-noslash.patch9
-rw-r--r--debian/patches/gnome-ssh-askpass2-link.patch6
-rw-r--r--debian/patches/helpful-wait-terminate.patch5
-rw-r--r--debian/patches/keyfile-debug.patch7
-rw-r--r--debian/patches/oom-adjust.patch7
-rw-r--r--debian/patches/quieter-signals.patch9
-rw-r--r--debian/patches/syslog-level-silent.patch10
7 files changed, 53 insertions, 0 deletions
diff --git a/debian/patches/banner-noslash.patch b/debian/patches/banner-noslash.patch
index 8002791bd..af5f4213c 100644
--- a/debian/patches/banner-noslash.patch
+++ b/debian/patches/banner-noslash.patch
@@ -1,3 +1,12 @@
1Description: Don't duplicate backslashes when displaying server banner
2Origin: vendor, http://bugs.gentoo.org/show_bug.cgi?id=244222
3Author: Michał Górny <gentoo@mgorny.alt.pl>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1533
5Bug-Debian: http://bugs.debian.org/505378
6Bug-Ubuntu: https://bugs.launchpad.net/bugs/425346
7Bug-Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=244222
8Last-Update: 2010-02-27
9
1Index: b/sshconnect2.c 10Index: b/sshconnect2.c
2=================================================================== 11===================================================================
3--- a/sshconnect2.c 12--- a/sshconnect2.c
diff --git a/debian/patches/gnome-ssh-askpass2-link.patch b/debian/patches/gnome-ssh-askpass2-link.patch
index 6e1a341b0..040bf6467 100644
--- a/debian/patches/gnome-ssh-askpass2-link.patch
+++ b/debian/patches/gnome-ssh-askpass2-link.patch
@@ -1,3 +1,9 @@
1Description: Use x11.pc when compiling/linking gnome-ssh-askpass2
2 This fixes linking with binutils-gold.
3Author: Colin Watson <cjwatson@debian.org>
4Bug-Debian: http://bugs.debian.org/555951
5Last-Update: 2010-02-27
6
1Index: b/contrib/Makefile 7Index: b/contrib/Makefile
2=================================================================== 8===================================================================
3--- a/contrib/Makefile 9--- a/contrib/Makefile
diff --git a/debian/patches/helpful-wait-terminate.patch b/debian/patches/helpful-wait-terminate.patch
index f4baa88ba..857f86456 100644
--- a/debian/patches/helpful-wait-terminate.patch
+++ b/debian/patches/helpful-wait-terminate.patch
@@ -1,3 +1,8 @@
1Description: Mention ~& when waiting for forwarded connections to terminate
2Author: Matthew Vernon <matthew@debian.org>
3Bug-Debian: http://bugs.debian.org/50308
4Last-Update: 2010-02-27
5
1Index: b/serverloop.c 6Index: b/serverloop.c
2=================================================================== 7===================================================================
3--- a/serverloop.c 8--- a/serverloop.c
diff --git a/debian/patches/keyfile-debug.patch b/debian/patches/keyfile-debug.patch
index 7a46a78d7..2e5f209f3 100644
--- a/debian/patches/keyfile-debug.patch
+++ b/debian/patches/keyfile-debug.patch
@@ -1,3 +1,10 @@
1Description: Output a debug if we can't open an existing keyfile
2Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5873
3Author: Darren Tucker <dtucker@zip.com.au>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1694
5Bug-Ubuntu: https://bugs.launchpad.net/bugs/505301
6Last-Update: 2010-02-27
7
1Index: b/auth.c 8Index: b/auth.c
2=================================================================== 9===================================================================
3--- a/auth.c 10--- a/auth.c
diff --git a/debian/patches/oom-adjust.patch b/debian/patches/oom-adjust.patch
index d01f1f3ad..ce79053f7 100644
--- a/debian/patches/oom-adjust.patch
+++ b/debian/patches/oom-adjust.patch
@@ -1,3 +1,10 @@
1Description: Disable the Linux kernel's OOM-killer for the sshd parent
2Author: Vaclav Ovsik <vaclav.ovsik@i.cz>
3Author: Colin Watson <cjwatson@debian.org>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1470
5Bug-Debian: http://bugs.debian.org/480020
6Last-Update: 2010-02-27
7
1Index: b/config.h.in 8Index: b/config.h.in
2=================================================================== 9===================================================================
3--- a/config.h.in 10--- a/config.h.in
diff --git a/debian/patches/quieter-signals.patch b/debian/patches/quieter-signals.patch
index bf36b5498..40606adc2 100644
--- a/debian/patches/quieter-signals.patch
+++ b/debian/patches/quieter-signals.patch
@@ -1,3 +1,12 @@
1Description: Reduce severity of "Killed by signal %d"
2 This produces irritating messages when using ProxyCommand or other programs
3 that use ssh under the covers (e.g. Subversion). These messages are more
4 normally printed by the calling program, such as the shell.
5Author: Peter Samuelson <peter@p12n.org>
6Author: Colin Watson <cjwatson@debian.org>
7Bug-Debian: http://bugs.debian.org/313371
8Last-Update: 2010-02-27
9
1Index: b/clientloop.c 10Index: b/clientloop.c
2=================================================================== 11===================================================================
3--- a/clientloop.c 12--- a/clientloop.c
diff --git a/debian/patches/syslog-level-silent.patch b/debian/patches/syslog-level-silent.patch
index 492d61983..1c3dacb83 100644
--- a/debian/patches/syslog-level-silent.patch
+++ b/debian/patches/syslog-level-silent.patch
@@ -1,3 +1,13 @@
1Description: Add "LogLevel SILENT" (-qq), suppressing even fatal errors
2 It's not clear that this is as useful as originally intended, or
3 implemented correctly, and there's no bug trail to be found for the
4 original feature (although it has been tweaked by bug reports since it was
5 added in Debian openssh 1:3.0.1p1-1). Needs review.
6Author: Jonathan David Amery <jdamery@ysolde.ucam.org>
7Author: Matthew Vernon <matthew@debian.org>
8Author: Colin Watson <cjwatson@debian.org>
9Last-Update: 2010-02-27
10
1Index: b/clientloop.c 11Index: b/clientloop.c
2=================================================================== 12===================================================================
3--- a/clientloop.c 13--- a/clientloop.c