diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/banner-noslash.patch | 9 | ||||
-rw-r--r-- | debian/patches/gnome-ssh-askpass2-link.patch | 6 | ||||
-rw-r--r-- | debian/patches/helpful-wait-terminate.patch | 5 | ||||
-rw-r--r-- | debian/patches/keyfile-debug.patch | 7 | ||||
-rw-r--r-- | debian/patches/oom-adjust.patch | 7 | ||||
-rw-r--r-- | debian/patches/quieter-signals.patch | 9 | ||||
-rw-r--r-- | debian/patches/syslog-level-silent.patch | 10 |
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 @@ | |||
1 | Description: Don't duplicate backslashes when displaying server banner | ||
2 | Origin: vendor, http://bugs.gentoo.org/show_bug.cgi?id=244222 | ||
3 | Author: Michał Górny <gentoo@mgorny.alt.pl> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1533 | ||
5 | Bug-Debian: http://bugs.debian.org/505378 | ||
6 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/425346 | ||
7 | Bug-Gentoo: http://bugs.gentoo.org/show_bug.cgi?id=244222 | ||
8 | Last-Update: 2010-02-27 | ||
9 | |||
1 | Index: b/sshconnect2.c | 10 | Index: 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 @@ | |||
1 | Description: Use x11.pc when compiling/linking gnome-ssh-askpass2 | ||
2 | This fixes linking with binutils-gold. | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug-Debian: http://bugs.debian.org/555951 | ||
5 | Last-Update: 2010-02-27 | ||
6 | |||
1 | Index: b/contrib/Makefile | 7 | Index: 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 @@ | |||
1 | Description: Mention ~& when waiting for forwarded connections to terminate | ||
2 | Author: Matthew Vernon <matthew@debian.org> | ||
3 | Bug-Debian: http://bugs.debian.org/50308 | ||
4 | Last-Update: 2010-02-27 | ||
5 | |||
1 | Index: b/serverloop.c | 6 | Index: 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 @@ | |||
1 | Description: Output a debug if we can't open an existing keyfile | ||
2 | Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5873 | ||
3 | Author: Darren Tucker <dtucker@zip.com.au> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1694 | ||
5 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/505301 | ||
6 | Last-Update: 2010-02-27 | ||
7 | |||
1 | Index: b/auth.c | 8 | Index: 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 @@ | |||
1 | Description: Disable the Linux kernel's OOM-killer for the sshd parent | ||
2 | Author: Vaclav Ovsik <vaclav.ovsik@i.cz> | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1470 | ||
5 | Bug-Debian: http://bugs.debian.org/480020 | ||
6 | Last-Update: 2010-02-27 | ||
7 | |||
1 | Index: b/config.h.in | 8 | Index: 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 @@ | |||
1 | Description: 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. | ||
5 | Author: Peter Samuelson <peter@p12n.org> | ||
6 | Author: Colin Watson <cjwatson@debian.org> | ||
7 | Bug-Debian: http://bugs.debian.org/313371 | ||
8 | Last-Update: 2010-02-27 | ||
9 | |||
1 | Index: b/clientloop.c | 10 | Index: 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 @@ | |||
1 | Description: 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. | ||
6 | Author: Jonathan David Amery <jdamery@ysolde.ucam.org> | ||
7 | Author: Matthew Vernon <matthew@debian.org> | ||
8 | Author: Colin Watson <cjwatson@debian.org> | ||
9 | Last-Update: 2010-02-27 | ||
10 | |||
1 | Index: b/clientloop.c | 11 | Index: b/clientloop.c |
2 | =================================================================== | 12 | =================================================================== |
3 | --- a/clientloop.c | 13 | --- a/clientloop.c |