summaryrefslogtreecommitdiff
path: root/package/sudo
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2015-03-24 08:31:15 -0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-25 00:54:20 +0100
commiteaeb357a77ab51acdd1ab66784ac3bb4acb0ec9a (patch)
tree152a10004db4a325c01d69b4730eceffc3d5d677 /package/sudo
parentc3b9a9a3cde7ca3db1daca2f752fec4aa7d75356 (diff)
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>
Diffstat (limited to 'package/sudo')
-rw-r--r--package/sudo/0001-make-signame-include-unistd_h.patch20
-rw-r--r--package/sudo/sudo.hash4
-rw-r--r--package/sudo/sudo.mk2
3 files changed, 3 insertions, 23 deletions
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 234cd716f..000000000
--- 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 <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++) {
diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash
index 4f4df16c0..94b897df9 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 304855736..a1a83289f 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