diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/tests/regress | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 42db22791..3e93967b2 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,10 @@ | |||
1 | openssh (1:7.4p1-2) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Attempt to hack around regress/forwarding.sh test failure in some | ||
4 | environments. | ||
5 | |||
6 | -- Colin Watson <cjwatson@debian.org> Wed, 28 Dec 2016 19:46:57 +0000 | ||
7 | |||
1 | openssh (1:7.4p1-1) unstable; urgency=medium | 8 | openssh (1:7.4p1-1) unstable; urgency=medium |
2 | 9 | ||
3 | * New upstream release (http://www.openssh.com/txt/release-7.4): | 10 | * New upstream release (http://www.openssh.com/txt/release-7.4): |
diff --git a/debian/tests/regress b/debian/tests/regress index 846482d62..02b8658bd 100755 --- a/debian/tests/regress +++ b/debian/tests/regress | |||
@@ -29,6 +29,9 @@ fi | |||
29 | cp -a . "$TMP/tree" | 29 | cp -a . "$TMP/tree" |
30 | cd "$TMP/tree" | 30 | cd "$TMP/tree" |
31 | 31 | ||
32 | # Attempt to hack around test failure in some environments. | ||
33 | sed -i 's/^base=33/base=34/' regress/forwarding.sh | ||
34 | |||
32 | # We aren't actually going to use most of this build, but we need a basic | 35 | # We aren't actually going to use most of this build, but we need a basic |
33 | # build tree in place in order to be able to build the regression tests. | 36 | # build tree in place in order to be able to build the regression tests. |
34 | autoreconf -f -i | 37 | autoreconf -f -i |