From: Gustavo Zacarias Date: Tue, 24 Mar 2015 11:31:15 +0000 (-0300) Subject: sudo: bump to version 1.8.13 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=eaeb357a77ab51acdd1ab66784ac3bb4acb0ec9a;p=buildroot.git sudo: bump to version 1.8.13 Patch now upstream so remove. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/sudo/0001-make-signame-include-unistd_h.patch b/package/sudo/0001-make-signame-include-unistd_h.patch deleted file mode 100644 index 234cd716f0..0000000000 --- a/package/sudo/0001-make-signame-include-unistd_h.patch +++ /dev/null @@ -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 - -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 \n"); - printf("#include \n"); -+ printf("#ifdef HAVE_UNISTD_H\n"); -+ printf("#include \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++) { diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash index 4f4df16c07..94b897df98 100644 --- a/package/sudo/sudo.hash +++ b/package/sudo/sudo.hash @@ -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 diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 3048557364..a1a83289f6 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -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