diff options
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/authorized-keys-man-symlink.patch | 5 | ||||
-rw-r--r-- | debian/patches/debian-banner.patch | 8 | ||||
-rw-r--r-- | debian/patches/lintian-symlink-pickiness.patch | 4 | ||||
-rw-r--r-- | debian/patches/package-versioning.patch | 9 |
4 files changed, 26 insertions, 0 deletions
diff --git a/debian/patches/authorized-keys-man-symlink.patch b/debian/patches/authorized-keys-man-symlink.patch index 1e8aab147..d15293e93 100644 --- a/debian/patches/authorized-keys-man-symlink.patch +++ b/debian/patches/authorized-keys-man-symlink.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Description: Install authorized_keys(5) as a symlink to sshd(8) | ||
2 | Author: Tomas Pospisek <tpo_deb@sourcepole.ch> | ||
3 | Bug-Debian: http://bugs.debian.org/441817 | ||
4 | Last-Update: 2010-02-28 | ||
5 | |||
1 | Index: b/Makefile.in | 6 | Index: b/Makefile.in |
2 | =================================================================== | 7 | =================================================================== |
3 | --- a/Makefile.in | 8 | --- a/Makefile.in |
diff --git a/debian/patches/debian-banner.patch b/debian/patches/debian-banner.patch index 814294e26..a9b38e281 100644 --- a/debian/patches/debian-banner.patch +++ b/debian/patches/debian-banner.patch | |||
@@ -1,3 +1,11 @@ | |||
1 | Description: Add DebianBanner server configuration option | ||
2 | Setting this to "no" causes sshd to omit the Debian revision from its | ||
3 | initial protocol handshake, for those scared by package-versioning.patch. | ||
4 | Author: Kees Cook <kees@debian.org> | ||
5 | Bug-Debian: http://bugs.debian.org/562048 | ||
6 | Forwarded: not-needed | ||
7 | Last-Update: 2010-02-28 | ||
8 | |||
1 | Index: b/servconf.c | 9 | Index: b/servconf.c |
2 | =================================================================== | 10 | =================================================================== |
3 | --- a/servconf.c | 11 | --- a/servconf.c |
diff --git a/debian/patches/lintian-symlink-pickiness.patch b/debian/patches/lintian-symlink-pickiness.patch index 33acec411..7cd8ab173 100644 --- a/debian/patches/lintian-symlink-pickiness.patch +++ b/debian/patches/lintian-symlink-pickiness.patch | |||
@@ -1,3 +1,7 @@ | |||
1 | Description: Fix picky lintian errors about slogin symlinks | ||
2 | Author: Colin Watson <cjwatson@debian.org> | ||
3 | Last-Update: 2010-02-28 | ||
4 | |||
1 | Index: b/Makefile.in | 5 | Index: b/Makefile.in |
2 | =================================================================== | 6 | =================================================================== |
3 | --- a/Makefile.in | 7 | --- a/Makefile.in |
diff --git a/debian/patches/package-versioning.patch b/debian/patches/package-versioning.patch index 4c227f054..939b9adca 100644 --- a/debian/patches/package-versioning.patch +++ b/debian/patches/package-versioning.patch | |||
@@ -1,3 +1,12 @@ | |||
1 | Description: Include the Debian version in our identification | ||
2 | This makes it easier to audit networks for versions patched against | ||
3 | security vulnerabilities. It has little detrimental effect, as attackers | ||
4 | will generally just try attacks rather than bothering to scan for | ||
5 | vulnerable-looking version strings. (However, see debian-banner.patch.) | ||
6 | Author: Matthew Vernon <matthew@debian.org> | ||
7 | Forwarded: not-needed | ||
8 | Last-Update: 2010-02-28 | ||
9 | |||
1 | Index: b/sshconnect.c | 10 | Index: b/sshconnect.c |
2 | =================================================================== | 11 | =================================================================== |
3 | --- a/sshconnect.c | 12 | --- a/sshconnect.c |