From patchwork Sat Aug 1 07:46:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 502795 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 11439140D19 for ; Sat, 1 Aug 2015 17:46:19 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 65EF2A2933; Sat, 1 Aug 2015 07:46:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fvVry7X8sXdy; Sat, 1 Aug 2015 07:46:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 83D75A18EC; Sat, 1 Aug 2015 07:46:16 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 269391C105E for ; Sat, 1 Aug 2015 07:46:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 22B8E86BC1 for ; Sat, 1 Aug 2015 07:46:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7OiWhaKg+s18 for ; Sat, 1 Aug 2015 07:46:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mx02.posteo.de (mx02.posteo.de [89.146.194.165]) by whitealder.osuosl.org (Postfix) with ESMTPS id B45B685D66 for ; Sat, 1 Aug 2015 07:46:14 +0000 (UTC) Received: from dovecot04.posteo.de (unknown [185.67.36.27]) by mx02.posteo.de (Postfix) with ESMTPS id 17E0225A211D for ; Sat, 1 Aug 2015 09:46:11 +0200 (CEST) Received: from mail.posteo.de (localhost [127.0.0.1]) by dovecot04.posteo.de (Postfix) with ESMTPSA id 3mjyGC2bvDzFpW0 for ; Sat, 1 Aug 2015 09:46:11 +0200 (CEST) Received: from nzxt.fritz.box (nzxt.localdomain [192.168.178.46]) (Authenticated sender: joerg.krause@embedded.rocks) by embedded.rocks (Postfix) with ESMTPSA id 125DD980379; Sat, 1 Aug 2015 09:46:10 +0200 (CEST) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Sat, 1 Aug 2015 09:46:04 +0200 Message-Id: <1438415164-12441-1-git-send-email-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.5.0 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/1] package/sudo: bump to version 1.8.14p3 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Also add a patch to fix missing header include with the musl C library: ../include/sudo_util.h:220:14: error: unknown type name 'id_t' Reported upstream: http://bugzilla.sudo.ws/show_bug.cgi?id=711 Signed-off-by: Jörg Krause --- package/sudo/0001-musl-fix-missing-header.patch | 19 +++++++++++++++++++ package/sudo/sudo.hash | 4 ++-- package/sudo/sudo.mk | 2 +- 3 files changed, 22 insertions(+), 3 deletions(-) create mode 100644 package/sudo/0001-musl-fix-missing-header.patch diff --git a/package/sudo/0001-musl-fix-missing-header.patch b/package/sudo/0001-musl-fix-missing-header.patch new file mode 100644 index 0000000..e3681b2 --- /dev/null +++ b/package/sudo/0001-musl-fix-missing-header.patch @@ -0,0 +1,19 @@ +Header sys/types.h is needed for id_t + +Patch reported as bug upstream: +http://bugzilla.sudo.ws/show_bug.cgi?id=711 + +Signed-off-by: Jörg Krause + +diff -purN sudo-1.8.14p3.orig/include/sudo_util.h sudo-1.8.14p3/include/sudo_util.h +--- sudo-1.8.14p3.orig/include/sudo_util.h 2015-07-22 14:22:49.000000000 +0200 ++++ sudo-1.8.14p3/include/sudo_util.h 2015-08-01 09:35:15.077909614 +0200 +@@ -23,6 +23,8 @@ + # include "compat/stdbool.h" + #endif /* HAVE_STDBOOL_H */ + ++#include ++ + /* + * Macros for operating on struct timeval. + */ diff --git a/package/sudo/sudo.hash b/package/sudo/sudo.hash index 94b897d..cf96417 100644 --- a/package/sudo/sudo.hash +++ b/package/sudo/sudo.hash @@ -1,2 +1,2 @@ -# From http://www.sudo.ws/pipermail/sudo-announce/2015-March/000138.html -sha256 e374e5edf2c11c00d6916a9f51cb0ad15e51c7b028370fa15169b07e61e05a25 sudo-1.8.13.tar.gz +# From http://www.sudo.ws/download.html +sha256 a8a697cbb113859058944850d098464618254804cf97961dee926429f00a1237 sudo-1.8.14p3.tar.gz diff --git a/package/sudo/sudo.mk b/package/sudo/sudo.mk index 10fbc88..4327c8a 100644 --- a/package/sudo/sudo.mk +++ b/package/sudo/sudo.mk @@ -4,7 +4,7 @@ # ################################################################################ -SUDO_VERSION = 1.8.13 +SUDO_VERSION = 1.8.14p3 SUDO_SITE = http://www.sudo.ws/sudo/dist SUDO_LICENSE = ISC BSD-3c SUDO_LICENSE_FILES = doc/LICENSE