mirror of
https://github.com/novatiq/packages.git
synced 2026-04-29 06:58:39 +01:00
4c72f8dd66
- Use HTTPS for downloading tarball and for their website - Add PKG_CPE_ID - Remove inactive maintainer - Refreshed patches Fixes: CVE-2019-14287 Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
12 lines
168 B
Diff
12 lines
168 B
Diff
--- a/include/sudo_util.h
|
|
+++ b/include/sudo_util.h
|
|
@@ -33,6 +33,8 @@
|
|
# endif
|
|
#endif
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
/*
|
|
* Macros for operating on struct timeval.
|
|
*/
|