Displaying 3 results from an estimated 3 matches for "e19b4d0".
2015 Jun 30
2
Call for testing: OpenSSH 6.9
On Tue, 30 Jun 2015, Damien Miller wrote:
| I think we should just disable the test if the host doesn't support IPv6.
|
| diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
| index 7f377d8..e19b4d0 100644
| --- a/regress/cfgparse.sh
| +++ b/regress/cfgparse.sh
| @@ -3,6 +3,12 @@
|
| tid="config parse"
|
| +# Possessing struct addrinfo is a reasonable proxy for IPv6 support.
| +if ! config_defined HAVE_STRUCT_ADDRINFO ; then
Did you mean HAVE_STRUCT_IN6_ADDR ?
| + echo "s...
2015 Jun 25
5
Call for testing: OpenSSH 6.9
On 01/06/15 22:17, Tom G. Christensen wrote:
> On sparc-sun-solaris2.6 and sparc-sun-solaris2.7 the testsuite fails:
> run test cfgparse.sh ...
> reparse minimal config
> reparse regress config
> listenaddress order
> bad addr or host: ::1 (no address associated with name)
> listenaddress order 1
> bad addr or host: ::1 (no address associated with name)
> listenaddress
2015 Jun 30
2
Call for testing: OpenSSH 6.9
...Miller wrote:
| On Mon, 29 Jun 2015, Tim Rice wrote:
|
| > On Tue, 30 Jun 2015, Damien Miller wrote:
| >
| > | I think we should just disable the test if the host doesn't support IPv6.
| > |
| > | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh
| > | index 7f377d8..e19b4d0 100644
| > | --- a/regress/cfgparse.sh
| > | +++ b/regress/cfgparse.sh
| > | @@ -3,6 +3,12 @@
| > |
| > | tid="config parse"
| > |
| > | +# Possessing struct addrinfo is a reasonable proxy for IPv6 support.
| > | +if ! config_defined HAVE_STRUCT_ADDRINFO ; the...