From e7bbd1fd0aed12d052c87c5fa81b15e69296fb46 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 28 Feb 2010 00:55:36 +0000 Subject: DEP-3 tagging of all remaining patches --- debian/patches/debian-config.patch | 22 ++++++++++++++++++++++ debian/patches/doc-connection-sharing.patch | 6 ++++++ debian/patches/doc-hash-tab-completion.patch | 5 +++++ debian/patches/gnome-ssh-askpass2-icon.patch | 5 +++++ debian/patches/no-openssl-version-check.patch | 10 ++++++++++ debian/patches/openbsd-docs.patch | 10 ++++++++++ debian/patches/ssh-argv0.patch | 9 +++++++++ 7 files changed, 67 insertions(+) (limited to 'debian/patches') 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 @@ +Description: Various Debian-specific configuration changes + ssh: Enable ForwardX11Trusted, returning to earlier semantics which cause + fewer problems with existing setups (http://bugs.debian.org/237021). + . + ssh: Set 'SendEnv LANG LC_*' by default (http://bugs.debian.org/264024). + . + ssh: Enable HashKnownHosts by default to try to limit the spread of ssh + worms. + . + ssh: Enable GSSAPIAuthentication and disable GSSAPIDelegateCredentials by + default. + . + sshd: Refer to /usr/share/doc/openssh-server/README.Debian.gz alongside + PermitRootLogin default. + . + Document all of this, along with several sshd defaults set in + debian/openssh-server.postinst. +Author: Colin Watson +Author: Russ Allbery +Forwarded: not-needed +Last-Update: 2010-02-28 + Index: b/readconf.c =================================================================== --- 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 @@ +Description: ssh(1): Document that '-S none' disables connection sharing. +Author: martin f krafft +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/471437 +Last-Update: 2010-02-28 + Index: b/ssh.1 =================================================================== --- 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 @@ +Description: Document that HashKnownHosts may break tab-completion +Author: Colin Watson +Bug-Debian: http://bugs.debian.org/430154 +Last-Update: 2010-02-28 + Index: b/ssh_config.5 =================================================================== --- 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 @@ +Description: Give the ssh-askpass-gnome window a default icon +Author: Vincent Untz +Bug-Ubuntu: https://bugs.launchpad.net/bugs/27152 +Last-Update: 2010-02-28 + Index: b/contrib/gnome-ssh-askpass2.c =================================================================== --- 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 @@ +Description: Disable OpenSSL version check + It may be that this patch should be replaced by more accurate dependencies, + and it certainly doesn't seem suitable for upstream. This is a very old + change, though, and needs review of current practices in Debian's OpenSSL + package. +Author: Philip Hands +Bug-Debian: http://bugs.debian.org/93581 +Forwarded: not-needed +Last-Update: 2010-02-28 + Index: b/entropy.c =================================================================== --- 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 @@ +Description: Adjust various OpenBSD-specific references in manual pages + No single bug reference for this patch, but history includes: + http://bugs.debian.org/154434 (login.conf(5)) + http://bugs.debian.org/513417 (/etc/rc) + http://bugs.debian.org/530692 (ssl(8)) + https://bugs.launchpad.net/bugs/456660 (ssl(8)) +Author: Colin Watson +Forwarded: not-needed +Last-Update: 2010-02-28 + Index: b/moduli.5 =================================================================== --- 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 @@ +Description: ssh(1): Refer to ssh-argv0(1) + Old versions of OpenSSH (up to 2.5 or thereabouts) allowed creating + symlinks to ssh with the name of the host you want to connect to. Debian + ships an ssh-argv0 script restoring this feature; this patch refers to its + manual page from ssh(1). +Bug-Debian: http://bugs.debian.org/111341 +Forwarded: not-needed +Last-Update: 2010-02-28 + Index: b/ssh.1 =================================================================== --- a/ssh.1 -- cgit v1.2.3