Rev 81 | Rev 88 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 81 | Rev 85 | ||
|---|---|---|---|
| Line 13... | Line 13... | ||
| 13 | * Increase Debhelper compat level to 7. | 13 | * Increase Debhelper compat level to 7. | 
| 14 | * blacklist.patch: Don't reject when blacklisted_key() returns -1, | 14 | * blacklist.patch: Don't reject when blacklisted_key() returns -1, | 
| 15 | indicating no blacklist file for the key type and/or size in question | 15 | indicating no blacklist file for the key type and/or size in question | 
| 16 | exists. | 16 | exists. | 
| 17 | * nettle-2.1.patch (new): Build with Nettle 2.1. | 17 | * nettle-2.1.patch (new): Build with Nettle 2.1. | 
| - | 18 | * Enable tests. | |
| - | 19 | testsuite-mini-inetd-localhost.patch (new): When told to bind to | |
| - | 20 | "localhost", mini-inetd, which is used in certain (optional) tests, | |
| - | 21 | seems to bind to 255.255.255.255, which is of course no good. Tell it | |
| - | 22 | to bind to 127.0.0.1 instead. | |
| 18 | 23 | ||
| 19 | -- Magnus Holmgren <holmgren@debian.org> Sat, 19 Mar 2011 20:53:55 +0100 | 24 | -- Magnus Holmgren <holmgren@debian.org> Sun, 20 Mar 2011 01:24:29 +0100 | 
| 20 | 25 | ||
| 21 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low | 26 | lsh-utils (2.0.4-dfsg-7) unstable; urgency=low | 
| 22 | 27 | ||
| 23 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits | 28 | * terminate_on_connection_failure.dpatch (new): Make sure that lsh exits | 
| 24 | if it fails to connect to the remote host (Closes: #485812). | 29 | if it fails to connect to the remote host (Closes: #485812). |