summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-28 00:28:13 +0000
committerColin Watson <cjwatson@debian.org>2010-02-28 00:28:13 +0000
commit48241bb588b5a831640fa543e5f9361500d48d36 (patch)
tree6945bfddb26fc25bef20eb97b73baa3382f08c00
parentec4ec28df9c4cdde481b063adacab4a809581834 (diff)
DEP-3 tagging of versioning and file system layout
-rw-r--r--debian/patches/authorized-keys-man-symlink.patch5
-rw-r--r--debian/patches/debian-banner.patch8
-rw-r--r--debian/patches/lintian-symlink-pickiness.patch4
-rw-r--r--debian/patches/package-versioning.patch9
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 @@
1Description: Install authorized_keys(5) as a symlink to sshd(8)
2Author: Tomas Pospisek <tpo_deb@sourcepole.ch>
3Bug-Debian: http://bugs.debian.org/441817
4Last-Update: 2010-02-28
5
1Index: b/Makefile.in 6Index: 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 @@
1Description: 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.
4Author: Kees Cook <kees@debian.org>
5Bug-Debian: http://bugs.debian.org/562048
6Forwarded: not-needed
7Last-Update: 2010-02-28
8
1Index: b/servconf.c 9Index: 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 @@
1Description: Fix picky lintian errors about slogin symlinks
2Author: Colin Watson <cjwatson@debian.org>
3Last-Update: 2010-02-28
4
1Index: b/Makefile.in 5Index: 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 @@
1Description: 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.)
6Author: Matthew Vernon <matthew@debian.org>
7Forwarded: not-needed
8Last-Update: 2010-02-28
9
1Index: b/sshconnect.c 10Index: b/sshconnect.c
2=================================================================== 11===================================================================
3--- a/sshconnect.c 12--- a/sshconnect.c