diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/debian-config.patch | 22 | ||||
-rw-r--r-- | debian/patches/doc-connection-sharing.patch | 6 | ||||
-rw-r--r-- | debian/patches/doc-hash-tab-completion.patch | 5 | ||||
-rw-r--r-- | debian/patches/gnome-ssh-askpass2-icon.patch | 5 | ||||
-rw-r--r-- | debian/patches/no-openssl-version-check.patch | 10 | ||||
-rw-r--r-- | debian/patches/openbsd-docs.patch | 10 | ||||
-rw-r--r-- | debian/patches/ssh-argv0.patch | 9 |
7 files changed, 67 insertions, 0 deletions
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch index 5aa0035c8..3c8bbb0a4 100644 --- a/debian/patches/debian-config.patch +++ b/debian/patches/debian-config.patch | |||
@@ -1,3 +1,25 @@ | |||
1 | Description: Various Debian-specific configuration changes | ||
2 | ssh: Enable ForwardX11Trusted, returning to earlier semantics which cause | ||
3 | fewer problems with existing setups (http://bugs.debian.org/237021). | ||
4 | . | ||
5 | ssh: Set 'SendEnv LANG LC_*' by default (http://bugs.debian.org/264024). | ||
6 | . | ||
7 | ssh: Enable HashKnownHosts by default to try to limit the spread of ssh | ||
8 | worms. | ||
9 | . | ||
10 | ssh: Enable GSSAPIAuthentication and disable GSSAPIDelegateCredentials by | ||
11 | default. | ||
12 | . | ||
13 | sshd: Refer to /usr/share/doc/openssh-server/README.Debian.gz alongside | ||
14 | PermitRootLogin default. | ||
15 | . | ||
16 | Document all of this, along with several sshd defaults set in | ||
17 | debian/openssh-server.postinst. | ||
18 | Author: Colin Watson <cjwatson@debian.org> | ||
19 | Author: Russ Allbery <rra@debian.org> | ||
20 | Forwarded: not-needed | ||
21 | Last-Update: 2010-02-28 | ||
22 | |||
1 | Index: b/readconf.c | 23 | Index: b/readconf.c |
2 | =================================================================== | 24 | =================================================================== |
3 | --- a/readconf.c | 25 | --- a/readconf.c |
diff --git a/debian/patches/doc-connection-sharing.patch b/debian/patches/doc-connection-sharing.patch index 69a11c590..a71bf4f18 100644 --- a/debian/patches/doc-connection-sharing.patch +++ b/debian/patches/doc-connection-sharing.patch | |||
@@ -1,3 +1,9 @@ | |||
1 | Description: ssh(1): Document that '-S none' disables connection sharing. | ||
2 | Author: martin f krafft <madduck@debian.org> | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug-Debian: http://bugs.debian.org/471437 | ||
5 | Last-Update: 2010-02-28 | ||
6 | |||
1 | Index: b/ssh.1 | 7 | Index: b/ssh.1 |
2 | =================================================================== | 8 | =================================================================== |
3 | --- a/ssh.1 | 9 | --- a/ssh.1 |
diff --git a/debian/patches/doc-hash-tab-completion.patch b/debian/patches/doc-hash-tab-completion.patch index c878b213e..16172a020 100644 --- a/debian/patches/doc-hash-tab-completion.patch +++ b/debian/patches/doc-hash-tab-completion.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Description: Document that HashKnownHosts may break tab-completion | ||
2 | Author: Colin Watson <cjwatson@debian.org> | ||
3 | Bug-Debian: http://bugs.debian.org/430154 | ||
4 | Last-Update: 2010-02-28 | ||
5 | |||
1 | Index: b/ssh_config.5 | 6 | Index: b/ssh_config.5 |
2 | =================================================================== | 7 | =================================================================== |
3 | --- a/ssh_config.5 | 8 | --- a/ssh_config.5 |
diff --git a/debian/patches/gnome-ssh-askpass2-icon.patch b/debian/patches/gnome-ssh-askpass2-icon.patch index aaf804841..400415511 100644 --- a/debian/patches/gnome-ssh-askpass2-icon.patch +++ b/debian/patches/gnome-ssh-askpass2-icon.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Description: Give the ssh-askpass-gnome window a default icon | ||
2 | Author: Vincent Untz <vuntz@ubuntu.com> | ||
3 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152 | ||
4 | Last-Update: 2010-02-28 | ||
5 | |||
1 | Index: b/contrib/gnome-ssh-askpass2.c | 6 | Index: b/contrib/gnome-ssh-askpass2.c |
2 | =================================================================== | 7 | =================================================================== |
3 | --- a/contrib/gnome-ssh-askpass2.c | 8 | --- a/contrib/gnome-ssh-askpass2.c |
diff --git a/debian/patches/no-openssl-version-check.patch b/debian/patches/no-openssl-version-check.patch index 9001f6565..82f1fa472 100644 --- a/debian/patches/no-openssl-version-check.patch +++ b/debian/patches/no-openssl-version-check.patch | |||
@@ -1,3 +1,13 @@ | |||
1 | Description: Disable OpenSSL version check | ||
2 | It may be that this patch should be replaced by more accurate dependencies, | ||
3 | and it certainly doesn't seem suitable for upstream. This is a very old | ||
4 | change, though, and needs review of current practices in Debian's OpenSSL | ||
5 | package. | ||
6 | Author: Philip Hands <phil@hands.com> | ||
7 | Bug-Debian: http://bugs.debian.org/93581 | ||
8 | Forwarded: not-needed | ||
9 | Last-Update: 2010-02-28 | ||
10 | |||
1 | Index: b/entropy.c | 11 | Index: b/entropy.c |
2 | =================================================================== | 12 | =================================================================== |
3 | --- a/entropy.c | 13 | --- a/entropy.c |
diff --git a/debian/patches/openbsd-docs.patch b/debian/patches/openbsd-docs.patch index 851e6adfb..f34a7f7e2 100644 --- a/debian/patches/openbsd-docs.patch +++ b/debian/patches/openbsd-docs.patch | |||
@@ -1,3 +1,13 @@ | |||
1 | Description: Adjust various OpenBSD-specific references in manual pages | ||
2 | No single bug reference for this patch, but history includes: | ||
3 | http://bugs.debian.org/154434 (login.conf(5)) | ||
4 | http://bugs.debian.org/513417 (/etc/rc) | ||
5 | http://bugs.debian.org/530692 (ssl(8)) | ||
6 | https://bugs.launchpad.net/bugs/456660 (ssl(8)) | ||
7 | Author: Colin Watson <cjwatson@debian.org> | ||
8 | Forwarded: not-needed | ||
9 | Last-Update: 2010-02-28 | ||
10 | |||
1 | Index: b/moduli.5 | 11 | Index: b/moduli.5 |
2 | =================================================================== | 12 | =================================================================== |
3 | --- a/moduli.5 | 13 | --- a/moduli.5 |
diff --git a/debian/patches/ssh-argv0.patch b/debian/patches/ssh-argv0.patch index 0d5412374..4fd544b3f 100644 --- a/debian/patches/ssh-argv0.patch +++ b/debian/patches/ssh-argv0.patch | |||
@@ -1,3 +1,12 @@ | |||
1 | Description: ssh(1): Refer to ssh-argv0(1) | ||
2 | Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating | ||
3 | symlinks to ssh with the name of the host you want to connect to. Debian | ||
4 | ships an ssh-argv0 script restoring this feature; this patch refers to its | ||
5 | manual page from ssh(1). | ||
6 | Bug-Debian: http://bugs.debian.org/111341 | ||
7 | Forwarded: not-needed | ||
8 | Last-Update: 2010-02-28 | ||
9 | |||
1 | Index: b/ssh.1 | 10 | Index: b/ssh.1 |
2 | =================================================================== | 11 | =================================================================== |
3 | --- a/ssh.1 | 12 | --- a/ssh.1 |