tags 685928 + patch tags 685928 + pending thanks Dear maintainer,
I've prepared an NMU for sslh (versioned as 1.13b-3.2) and uploaded it to DELAYED/0 (because my previous NMU triggered it, thus it's just a “cleaning my own mess” upload). It fixes the issue by restoring one of your old patches, I'll update your Git repository with the tags after this message, and will take care of the unblock request. Regards David
diff -Nru sslh-1.13b/debian/changelog sslh-1.13b/debian/changelog --- sslh-1.13b/debian/changelog 2012-08-23 17:45:06.000000000 -0400 +++ sslh-1.13b/debian/changelog 2012-08-26 11:38:46.000000000 -0400 @@ -1,3 +1,11 @@ +sslh (1.13b-3.2) unstable; urgency=low + + * Non-maintainer upload. + * Restore debian/patch/ftbfs_localhost.diff, as autobuilders are still not + all fixed (Closes: #685928) + + -- David Prévot <taf...@debian.org> Sun, 26 Aug 2012 11:35:48 -0400 + sslh (1.13b-3.1) unstable; urgency=low * Non-maintainer upload. diff -Nru sslh-1.13b/debian/patches/ftbfs_localhost.diff sslh-1.13b/debian/patches/ftbfs_localhost.diff --- sslh-1.13b/debian/patches/ftbfs_localhost.diff 1969-12-31 20:00:00.000000000 -0400 +++ sslh-1.13b/debian/patches/ftbfs_localhost.diff 2012-08-26 11:41:05.000000000 -0400 @@ -0,0 +1,17 @@ +From: Guillaume Delacour <g...@iroqwa.org> +Subject: Fix FTBFS if ip6-localhost don't resolv to ::1 +Last-Update: 2012-08-26 + +--- a/t ++++ b/t +@@ -8,8 +8,8 @@ + + # We use ports 9000, 9001 and 9002 -- hope that won't clash + # with anything... +-my $ssh_address = "ip6-localhost:9000"; +-my $ssl_address = "ip6-localhost:9001"; ++my $ssh_address = "::1:9000"; ++my $ssl_address = "::1:9001"; + my $sslh_port = 9002; + my $no_listen = 9003; # Port on which no-one listens + my $pidfile = "/tmp/sslh_test.pid"; diff -Nru sslh-1.13b/debian/patches/series sslh-1.13b/debian/patches/series --- sslh-1.13b/debian/patches/series 2012-06-21 06:11:06.000000000 -0400 +++ sslh-1.13b/debian/patches/series 2012-08-26 11:41:05.000000000 -0400 @@ -1 +1,2 @@ minor_typo_manpage.diff +ftbfs_localhost.diff