summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 00:11:59 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 00:11:59 +0000
commit0d2786ac869cb7a5a289a3efbdc75ff8c66548d4 (patch)
treeca26aaf14245c50123702d5c7b8a417fee49f7ff /debian/patches
parent2c444c15821dde18158e2251323c2a8f174d5940 (diff)
DEP-3 tagging of remaining miscellaneous bug fixes
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/epfnosupport.patch6
-rw-r--r--debian/patches/no-constraint-fallback.patch9
-rw-r--r--debian/patches/scp-quoting.patch9
-rw-r--r--debian/patches/shell-path.patch8
-rw-r--r--debian/patches/ssh-copy-id-status-check.patch6
-rw-r--r--debian/patches/ssh-copy-id-trailing-colons.patch8
-rw-r--r--debian/patches/sshd-ignore-sighup.patch7
-rw-r--r--debian/patches/user-group-modes.patch12
8 files changed, 65 insertions, 0 deletions
diff --git a/debian/patches/epfnosupport.patch b/debian/patches/epfnosupport.patch
index aceb71ff8..ef3f6d993 100644
--- a/debian/patches/epfnosupport.patch
+++ b/debian/patches/epfnosupport.patch
@@ -1,3 +1,9 @@
1Description: Fix X forwarding on the Hurd
2 socket() may return EPFNOSUPPORT, which != EAFNOSUPPORT on the Hurd.
3Author: Robert Bihlmeyer <robbe@orcus.priv.at>
4Bug-Debian: http://bugs.debian.org/102991
5Last-Update: 2010-02-27
6
1Index: b/channels.c 7Index: b/channels.c
2=================================================================== 8===================================================================
3--- a/channels.c 9--- a/channels.c
diff --git a/debian/patches/no-constraint-fallback.patch b/debian/patches/no-constraint-fallback.patch
index 139d1ec73..dc01085cb 100644
--- a/debian/patches/no-constraint-fallback.patch
+++ b/debian/patches/no-constraint-fallback.patch
@@ -1,3 +1,12 @@
1Description: ssh-add: Don't discard constraints when agent refuses request
2 This was a useful migration measure back in 2002 when constraints were new,
3 but just adds risk now.
4Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5777
5Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
6Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1612
7Bug-Ubuntu: https://bugs.launchpad.net/bugs/209447
8Last-Update: 2010-02-28
9
1Index: b/authfd.c 10Index: b/authfd.c
2=================================================================== 11===================================================================
3--- a/authfd.c 12--- a/authfd.c
diff --git a/debian/patches/scp-quoting.patch b/debian/patches/scp-quoting.patch
index 80c1b2a24..99702c317 100644
--- a/debian/patches/scp-quoting.patch
+++ b/debian/patches/scp-quoting.patch
@@ -1,3 +1,12 @@
1Description: Adjust scp quoting in verbose mode
2 Tweak scp's reporting of filenames in verbose mode to be a bit less
3 confusing with spaces.
4 .
5 This should be revised to mimic real shell quoting.
6Author: Nicolas Valcárcel <nvalcarcel@ubuntu.com>
7Bug-Ubuntu: https://bugs.launchpad.net/bugs/89945
8Last-Update: 2010-02-27
9
1Index: b/scp.c 10Index: b/scp.c
2=================================================================== 11===================================================================
3--- a/scp.c 12--- a/scp.c
diff --git a/debian/patches/shell-path.patch b/debian/patches/shell-path.patch
index 9501972b9..cd1bafe83 100644
--- a/debian/patches/shell-path.patch
+++ b/debian/patches/shell-path.patch
@@ -1,3 +1,11 @@
1Description: Look for $SHELL on the path for ProxyCommand/LocalCommand
2 There's some debate on the upstream bug about whether POSIX requires this.
3 I (Colin Watson) agree with Vincent and think it does.
4Author: Colin Watson <cjwatson@debian.org>
5Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1494
6Bug-Debian: http://bugs.debian.org/492728
7Last-Update: 2010-02-27
8
1Index: b/sshconnect.c 9Index: b/sshconnect.c
2=================================================================== 10===================================================================
3--- a/sshconnect.c 11--- a/sshconnect.c
diff --git a/debian/patches/ssh-copy-id-status-check.patch b/debian/patches/ssh-copy-id-status-check.patch
index 4f7fb4dfb..bd43f8af4 100644
--- a/debian/patches/ssh-copy-id-status-check.patch
+++ b/debian/patches/ssh-copy-id-status-check.patch
@@ -1,3 +1,9 @@
1Description: ssh-copy-id: Check exit status of 'ssh-add -L'
2 This fixes behaviour when an agent is running with no identities loaded.
3Author: Adeodato Simó <asp16@alu.ua.es>
4Bug-Debian: http://bugs.debian.org/221675
5Last-Update: 2010-02-27
6
1Index: b/contrib/ssh-copy-id 7Index: b/contrib/ssh-copy-id
2=================================================================== 8===================================================================
3--- a/contrib/ssh-copy-id 9--- a/contrib/ssh-copy-id
diff --git a/debian/patches/ssh-copy-id-trailing-colons.patch b/debian/patches/ssh-copy-id-trailing-colons.patch
index 624e8d5a7..1063fc6bb 100644
--- a/debian/patches/ssh-copy-id-trailing-colons.patch
+++ b/debian/patches/ssh-copy-id-trailing-colons.patch
@@ -1,3 +1,11 @@
1Description: ssh-copy-id: Strip trailing colons from hostname
2Author: Karl Goetz <karl@kgoetz.id.au>
3Author: Colin Watson <cjwatson@debian.org>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1530
5Bug-Debian: http://bugs.debian.org/226172
6Bug-Ubuntu: https://bugs.launchpad.net/bugs/249706
7Last-Update: 2010-02-27
8
1Index: b/contrib/ssh-copy-id 9Index: b/contrib/ssh-copy-id
2=================================================================== 10===================================================================
3--- a/contrib/ssh-copy-id 11--- a/contrib/ssh-copy-id
diff --git a/debian/patches/sshd-ignore-sighup.patch b/debian/patches/sshd-ignore-sighup.patch
index 652b3fa66..ded8bc247 100644
--- a/debian/patches/sshd-ignore-sighup.patch
+++ b/debian/patches/sshd-ignore-sighup.patch
@@ -1,3 +1,10 @@
1Description: sshd: Ignore subsequent SIGHUPs during re-exec
2 Prevents two HUPs in quick succession from resulting in sshd dying.
3Author: Colin Watson <cjwatson@debian.org>
4Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1692
5Bug-Ubuntu: https://bugs.launchpad.net/bugs/497781
6Last-Update: 2010-02-28
7
1Index: b/sshd.c 8Index: b/sshd.c
2=================================================================== 9===================================================================
3--- a/sshd.c 10--- a/sshd.c
diff --git a/debian/patches/user-group-modes.patch b/debian/patches/user-group-modes.patch
index 47bb458e6..c99c796f3 100644
--- a/debian/patches/user-group-modes.patch
+++ b/debian/patches/user-group-modes.patch
@@ -1,3 +1,15 @@
1Description: Allow harmless group-writability
2 Allow ~/.ssh/config to be group-writable, provided that the group in
3 question contains only the file's owner. Rejected upstream for IMO
4 incorrect reasons (e.g. a misunderstanding about the contents of
5 gr->gr_mem). Given that per-user groups and umask 002 are the default
6 setup in Debian (for good reasons - this makes operating in setgid
7 directories with other groups much easier), we need to permit this.
8Author: Colin Watson <cjwatson@debian.org>
9Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1060
10Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314347
11Last-Update: 2010-02-27
12
1Index: b/readconf.c 13Index: b/readconf.c
2=================================================================== 14===================================================================
3--- a/readconf.c 15--- a/readconf.c