sudo: bump to version 1.8.13
Patch now upstream so remove. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
c3b9a9a3cd
commit
eaeb357a77
@ -1,20 +0,0 @@
|
||||
signame.c uses sudo_compat.h which in turn uses gid_t definitions
|
||||
that are normally defined in unistd.h.
|
||||
This doesn't seem to cause issues with (e)glibc systems, but it does break
|
||||
uClibc-based builds.
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
diff -Nura sudo-1.8.12.orig/lib/util/mksigname.c sudo-1.8.12/lib/util/mksigname.c
|
||||
--- sudo-1.8.12.orig/lib/util/mksigname.c 2015-02-09 15:40:10.000000000 -0300
|
||||
+++ sudo-1.8.12/lib/util/mksigname.c 2015-02-17 09:20:05.126701093 -0300
|
||||
@@ -44,6 +44,9 @@
|
||||
|
||||
printf("#include <config.h>\n");
|
||||
printf("#include <signal.h>\n");
|
||||
+ printf("#ifdef HAVE_UNISTD_H\n");
|
||||
+ printf("#include <unistd.h>\n");
|
||||
+ printf("#endif /* HAVE_UNISTD_H */\n");
|
||||
printf("#include \"sudo_compat.h\"\n\n");
|
||||
printf("const char *const sudo_sys_signame[NSIG] = {\n");
|
||||
for (i = 0; i < NSIG; i++) {
|
@ -1,2 +1,2 @@
|
||||
# From http://www.sudo.ws/pipermail/sudo-announce/2015-February/000136.html
|
||||
sha256 163b51841de8ad19276581a6782d61f5948f1f72a0a843371a1c167d3dc4f3b0 sudo-1.8.12.tar.gz
|
||||
# From http://www.sudo.ws/pipermail/sudo-announce/2015-March/000138.html
|
||||
sha256 e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25 sudo-1.8.13.tar.gz
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SUDO_VERSION = 1.8.12
|
||||
SUDO_VERSION = 1.8.13
|
||||
SUDO_SITE = http://www.sudo.ws/sudo/dist
|
||||
SUDO_LICENSE = ISC BSD-3c
|
||||
SUDO_LICENSE_FILES = doc/LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user