Rev 131 | Rev 135 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 131 | Rev 133 | ||
|---|---|---|---|
| Line -... | Line 1... | ||
| - | 1 | lsh-utils (2.1-7) unstable; urgency=low |
|
| - | 2 | ||
| - | 3 | * nettle3.patch: fix pointer type mismatches, mainly changing length |
|
| - | 4 | variables from unsigned to size_t. |
|
| - | 5 | ||
| - | 6 | -- Magnus Holmgren <holmgren@debian.org> Wed, 03 Jun 2015 00:06:24 +0200 |
|
| - | 7 | ||
| 1 | lsh-utils (2.1-6) unstable; urgency=low |
8 | lsh-utils (2.1-6) unstable; urgency=low |
| 2 | 9 | ||
| 3 | * skip-argp.patch (new): Make sure we don't touch the embedded argp copy |
10 | * skip-argp.patch (new): Make sure we don't touch the embedded argp copy |
| 4 | when not needed. It fails to build with GCC 5, which defaults to C99, |
11 | when not needed. It fails to build with GCC 5, which defaults to C99, |
| 5 | which has different inline function rules, and we don't need it. |
12 | which has different inline function rules, and we don't need it. |