diff options
author | Vicente Olivert Riera <Vincent.Riera@imgtec.com> | 2015-11-02 09:38:13 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-11-02 15:40:53 +0100 |
commit | 2bb372c118bbb689b8b118522865a0823b60cd0a (patch) | |
tree | 6dfcb44b063ef4a171bc85b6bfd3f2126ee65111 /package/sudo/0001-musl-fix-missing-header.patch | |
parent | 31a3f4bd54e12b8d6de286ab8fb6d9651990e2f5 (diff) | |
download | buildroot-2bb372c118bbb689b8b118522865a0823b60cd0a.tar.gz buildroot-2bb372c118bbb689b8b118522865a0823b60cd0a.zip |
sudo: bump to version 1.8.15
Unneeded patches removed. Highlights from ChangeLog:
* Fixed a build problem on systems that don't implicitly include
sys/types.h from other header files. Bug #711.
* Fixed the compiler stack protector test in configure for compilers
that support -fstack-protector but don't actually have the ssp
library available.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/sudo/0001-musl-fix-missing-header.patch')
-rw-r--r-- | package/sudo/0001-musl-fix-missing-header.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/sudo/0001-musl-fix-missing-header.patch b/package/sudo/0001-musl-fix-missing-header.patch deleted file mode 100644 index e3681b2fcc..0000000000 --- a/package/sudo/0001-musl-fix-missing-header.patch +++ /dev/null @@ -1,19 +0,0 @@ -Header sys/types.h is needed for id_t - -Patch reported as bug upstream: -http://bugzilla.sudo.ws/show_bug.cgi?id=711 - -Signed-off-by: Jörg Krause <joerg.krause@embedded.rocks> - -diff -purN sudo-1.8.14p3.orig/include/sudo_util.h sudo-1.8.14p3/include/sudo_util.h ---- sudo-1.8.14p3.orig/include/sudo_util.h 2015-07-22 14:22:49.000000000 +0200 -+++ sudo-1.8.14p3/include/sudo_util.h 2015-08-01 09:35:15.077909614 +0200 -@@ -23,6 +23,8 @@ - # include "compat/stdbool.h" - #endif /* HAVE_STDBOOL_H */ - -+#include <sys/types.h> -+ - /* - * Macros for operating on struct timeval. - */ |