Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ipsec-tools: Bump version to 0.7.2. | Will Newton | 2009-06-23 | 1 | -64/+0 |
| | | | | | | | | | | Add support for configuring security context support to allow building for non-SELinux targets. Remove some obsolete patches. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> | ||||
* | ipsec-tools: fix printf format string for size_t (on 64bit) | Peter Korsgaard | 2009-03-10 | 1 | -0/+64 |
Use %zu instead of %d for printing out size_t variables. Fixes a build issue on 64bit as ipsec-tools uses -Werror. |