diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/epfnosupport.patch | 6 | ||||
-rw-r--r-- | debian/patches/no-constraint-fallback.patch | 9 | ||||
-rw-r--r-- | debian/patches/scp-quoting.patch | 9 | ||||
-rw-r--r-- | debian/patches/shell-path.patch | 8 | ||||
-rw-r--r-- | debian/patches/ssh-copy-id-status-check.patch | 6 | ||||
-rw-r--r-- | debian/patches/ssh-copy-id-trailing-colons.patch | 8 | ||||
-rw-r--r-- | debian/patches/sshd-ignore-sighup.patch | 7 | ||||
-rw-r--r-- | debian/patches/user-group-modes.patch | 12 |
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 @@ | |||
1 | Description: Fix X forwarding on the Hurd | ||
2 | socket() may return EPFNOSUPPORT, which != EAFNOSUPPORT on the Hurd. | ||
3 | Author: Robert Bihlmeyer <robbe@orcus.priv.at> | ||
4 | Bug-Debian: http://bugs.debian.org/102991 | ||
5 | Last-Update: 2010-02-27 | ||
6 | |||
1 | Index: b/channels.c | 7 | Index: 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 @@ | |||
1 | Description: 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. | ||
4 | Origin: upstream, http://bazaar.launchpad.net/~vcs-imports/openssh/main/revision/5777 | ||
5 | Author: Daniel Kahn Gillmor <dkg@fifthhorseman.net> | ||
6 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1612 | ||
7 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/209447 | ||
8 | Last-Update: 2010-02-28 | ||
9 | |||
1 | Index: b/authfd.c | 10 | Index: 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 @@ | |||
1 | Description: 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. | ||
6 | Author: Nicolas Valcárcel <nvalcarcel@ubuntu.com> | ||
7 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/89945 | ||
8 | Last-Update: 2010-02-27 | ||
9 | |||
1 | Index: b/scp.c | 10 | Index: 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 @@ | |||
1 | Description: 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. | ||
4 | Author: Colin Watson <cjwatson@debian.org> | ||
5 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1494 | ||
6 | Bug-Debian: http://bugs.debian.org/492728 | ||
7 | Last-Update: 2010-02-27 | ||
8 | |||
1 | Index: b/sshconnect.c | 9 | Index: 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 @@ | |||
1 | Description: ssh-copy-id: Check exit status of 'ssh-add -L' | ||
2 | This fixes behaviour when an agent is running with no identities loaded. | ||
3 | Author: Adeodato Simó <asp16@alu.ua.es> | ||
4 | Bug-Debian: http://bugs.debian.org/221675 | ||
5 | Last-Update: 2010-02-27 | ||
6 | |||
1 | Index: b/contrib/ssh-copy-id | 7 | Index: 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 @@ | |||
1 | Description: ssh-copy-id: Strip trailing colons from hostname | ||
2 | Author: Karl Goetz <karl@kgoetz.id.au> | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1530 | ||
5 | Bug-Debian: http://bugs.debian.org/226172 | ||
6 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/249706 | ||
7 | Last-Update: 2010-02-27 | ||
8 | |||
1 | Index: b/contrib/ssh-copy-id | 9 | Index: 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 @@ | |||
1 | Description: sshd: Ignore subsequent SIGHUPs during re-exec | ||
2 | Prevents two HUPs in quick succession from resulting in sshd dying. | ||
3 | Author: Colin Watson <cjwatson@debian.org> | ||
4 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1692 | ||
5 | Bug-Ubuntu: https://bugs.launchpad.net/bugs/497781 | ||
6 | Last-Update: 2010-02-28 | ||
7 | |||
1 | Index: b/sshd.c | 8 | Index: 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 @@ | |||
1 | Description: 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. | ||
8 | Author: Colin Watson <cjwatson@debian.org> | ||
9 | Bug: https://bugzilla.mindrot.org/show_bug.cgi?id=1060 | ||
10 | Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=314347 | ||
11 | Last-Update: 2010-02-27 | ||
12 | |||
1 | Index: b/readconf.c | 13 | Index: b/readconf.c |
2 | =================================================================== | 14 | =================================================================== |
3 | --- a/readconf.c | 15 | --- a/readconf.c |