summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 00:55:36 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 00:55:36 +0000
commite7bbd1fd0aed12d052c87c5fa81b15e69296fb46 (patch)
treea181ca1510bdc74c0a05537b10c56c24ce5dd0d5
parent48241bb588b5a831640fa543e5f9361500d48d36 (diff)
DEP-3 tagging of all remaining patches
-rw-r--r--debian/patches/debian-config.patch22
-rw-r--r--debian/patches/doc-connection-sharing.patch6
-rw-r--r--debian/patches/doc-hash-tab-completion.patch5
-rw-r--r--debian/patches/gnome-ssh-askpass2-icon.patch5
-rw-r--r--debian/patches/no-openssl-version-check.patch10
-rw-r--r--debian/patches/openbsd-docs.patch10
-rw-r--r--debian/patches/ssh-argv0.patch9
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 @@
1Description: 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.
18Author: Colin Watson <cjwatson@debian.org>
19Author: Russ Allbery <rra@debian.org>
20Forwarded: not-needed
21Last-Update: 2010-02-28
22
1Index: b/readconf.c 23Index: 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 @@
1Description: ssh(1): Document that '-S none' disables connection sharing.
2Author: martin f krafft <madduck@debian.org>
3Author: Colin Watson <cjwatson@debian.org>
4Bug-Debian: http://bugs.debian.org/471437
5Last-Update: 2010-02-28
6
1Index: b/ssh.1 7Index: 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 @@
1Description: Document that HashKnownHosts may break tab-completion
2Author: Colin Watson <cjwatson@debian.org>
3Bug-Debian: http://bugs.debian.org/430154
4Last-Update: 2010-02-28
5
1Index: b/ssh_config.5 6Index: 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 @@
1Description: Give the ssh-askpass-gnome window a default icon
2Author: Vincent Untz <vuntz@ubuntu.com>
3Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152
4Last-Update: 2010-02-28
5
1Index: b/contrib/gnome-ssh-askpass2.c 6Index: 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 @@
1Description: 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.
6Author: Philip Hands <phil@hands.com>
7Bug-Debian: http://bugs.debian.org/93581
8Forwarded: not-needed
9Last-Update: 2010-02-28
10
1Index: b/entropy.c 11Index: 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 @@
1Description: 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))
7Author: Colin Watson <cjwatson@debian.org>
8Forwarded: not-needed
9Last-Update: 2010-02-28
10
1Index: b/moduli.5 11Index: 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 @@
1Description: 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).
6Bug-Debian: http://bugs.debian.org/111341
7Forwarded: not-needed
8Last-Update: 2010-02-28
9
1Index: b/ssh.1 10Index: b/ssh.1
2=================================================================== 11===================================================================
3--- a/ssh.1 12--- a/ssh.1