All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] sudo: bump to version 1.8.13
@ 2015-03-24 11:31 Gustavo Zacarias
  2015-03-24 23:54 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Gustavo Zacarias @ 2015-03-24 11:31 UTC (permalink / raw)
  To: buildroot

Patch now upstream so remove.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 .../sudo/0001-make-signame-include-unistd_h.patch    | 20 --------------------
 package/sudo/sudo.hash                               |  4 ++--
 package/sudo/sudo.mk                                 |  2 +-
 3 files changed, 3 insertions(+), 23 deletions(-)
 delete mode 100644 package/sudo/0001-make-signame-include-unistd_h.patch

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 234cd71..0000000
--- 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 4f4df16..94b897d 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 3048557..a1a8328 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
-- 
2.0.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] sudo: bump to version 1.8.13
  2015-03-24 11:31 [Buildroot] [PATCH] sudo: bump to version 1.8.13 Gustavo Zacarias
@ 2015-03-24 23:54 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-03-24 23:54 UTC (permalink / raw)
  To: buildroot

Dear Gustavo Zacarias,

On Tue, 24 Mar 2015 08:31:15 -0300, Gustavo Zacarias wrote:
> Patch now upstream so remove.
> 
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  .../sudo/0001-make-signame-include-unistd_h.patch    | 20 --------------------
>  package/sudo/sudo.hash                               |  4 ++--
>  package/sudo/sudo.mk                                 |  2 +-
>  3 files changed, 3 insertions(+), 23 deletions(-)
>  delete mode 100644 package/sudo/0001-make-signame-include-unistd_h.patch

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-24 23:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-24 11:31 [Buildroot] [PATCH] sudo: bump to version 1.8.13 Gustavo Zacarias
2015-03-24 23:54 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.