diff options
author | Paresh Chaudhary <paresh.chaudhary@rockwellcollins.com> | 2018-06-20 16:04:33 -0500 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-06-23 10:03:50 +0200 |
commit | d759195b44342c981175de6ddde6a71b7ce47b27 (patch) | |
tree | 7195f9ee39c65d70cdf60799f13838c9c0de71d0 /package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch | |
parent | 889d904f8ad85ad3aeb6bf696a2f125c9deeb44e (diff) | |
download | buildroot-d759195b44342c981175de6ddde6a71b7ce47b27.tar.gz buildroot-d759195b44342c981175de6ddde6a71b7ce47b27.zip |
strongswan: bump to version 5.6.3
Signed-off-by: Paresh Chaudhary <paresh.chaudhary@rockwellcollins.com>
Signed-off-by: Matt Weber <matthew.weber@rockwellcollins.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch')
-rw-r--r-- | package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch b/package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch deleted file mode 100644 index d5ca690b2d..0000000000 --- a/package/strongswan/0002-strongswan-add-missing-include-of-stdint.h.patch +++ /dev/null @@ -1,32 +0,0 @@ -From a8fd708ce89d5ffb64a5e8873d49a55094dde898 Mon Sep 17 00:00:00 2001 -From: Matt Weber <matthew.weber@rockwellcollins.com> -Date: Mon, 2 Oct 2017 10:16:36 -0500 -Subject: [PATCH] strongswan: add missing include of stdint.h - -Recent releases of glibc don't include the full stdint.h -header in some network headers included by utils.h. -Upstream is targetting a 5.6.1 release of the fix. - -Ustream: https://wiki.strongswan.org/issues/2425 - -Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> ---- - src/libstrongswan/utils/utils/memory.h | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/src/libstrongswan/utils/utils/memory.h b/src/libstrongswan/utils/utils/memory.h -index aef318f..c11624d 100644 ---- a/src/libstrongswan/utils/utils/memory.h -+++ b/src/libstrongswan/utils/utils/memory.h -@@ -14,6 +14,8 @@ - * for more details. - */ - -+#include <stdint.h> /* for uintptr_t */ -+ - /** - * @defgroup memory_i memory - * @{ @ingroup utils_i --- -1.9.1 - |