aboutsummaryrefslogtreecommitdiffstats
path: root/main/sudo/musl-fix-headers.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-03-17 07:44:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-03-17 07:45:12 +0000
commit484e6f932c3ce72e6de3242d9ac39bf3447056aa (patch)
tree384580f2a6a4c706d9661d810ea58b659c2603e8 /main/sudo/musl-fix-headers.patch
parent8f03ad37424d11af968ad0fec434855ed4279e3e (diff)
downloadaports-484e6f932c3ce72e6de3242d9ac39bf3447056aa.tar.bz2
aports-484e6f932c3ce72e6de3242d9ac39bf3447056aa.tar.xz
main/sudo: security upgrade to 1.8.12 (CVE-2014-9680)
ref #3986
Diffstat (limited to 'main/sudo/musl-fix-headers.patch')
-rw-r--r--main/sudo/musl-fix-headers.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/main/sudo/musl-fix-headers.patch b/main/sudo/musl-fix-headers.patch
new file mode 100644
index 0000000000..8ab84ad8ff
--- /dev/null
+++ b/main/sudo/musl-fix-headers.patch
@@ -0,0 +1,10 @@
+--- ./include/sudo_compat.h.orig
++++ ./include/sudo_compat.h
+@@ -27,6 +27,7 @@
+ # include <stddef.h>
+ #endif
+ #include <stdarg.h>
++#include <sys/types.h>
+
+ /*
+ * Macros and functions that may be missing on some operating systems.