From patchwork Thu Aug 29 07:48:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 270704 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 969372C00B1 for ; Thu, 29 Aug 2013 17:48:22 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 37B363FE02 for ; Thu, 29 Aug 2013 09:48:21 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 6EB443FC9E for ; Thu, 29 Aug 2013 09:48:20 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1376; q=dns/txt; s=ironport1; t=1377762500; x=1409298500; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=xqdcXqbwZywnoF/+/t/hEGR0hDNjLEMrLmocT/ha/rM=; b=GIt4FYKqZiw61HwGWOGnqmHya+mzu6PNe4TPeJsaB53eblajmyQJWopi gUwdPYyg2PWkJOh/ELY/zPmT9NMIH8/mMRus+myMojxbe3sDdPi0XcNT+ jP7W7zZZQ6LnBvAbQ3J/ql5Uxhl94tKEJoTgPy/pw99f5KZf3w8Wy7yxP 4=; X-IronPort-AV: E=Sophos;i="4.89,981,1367964000"; d="scan'208";a="3718824" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 29 Aug 2013 09:48:19 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Thu, 29 Aug 2013 09:48:19 +0200 Received: by localhost (Postfix, from userid 30019) id 2BDF66815A0; Thu, 29 Aug 2013 07:48:19 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH] sudo: New recipe Date: Thu, 29 Aug 2013 07:48:16 +0000 Message-ID: <1377762496-6844-2-git-send-email-kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1377762496-6844-1-git-send-email-kibo@prevas.dk> References: <1377762496-6844-1-git-send-email-kibo@prevas.dk> MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org --- recipes/sudo/sudo_1.8.7.oe | 23 +++++++++++++++++++++++ recipes/sudo/sudo_1.8.7.oe.sig | 1 + 2 files changed, 24 insertions(+) create mode 100644 recipes/sudo/sudo_1.8.7.oe create mode 100644 recipes/sudo/sudo_1.8.7.oe.sig diff --git a/recipes/sudo/sudo_1.8.7.oe b/recipes/sudo/sudo_1.8.7.oe new file mode 100644 index 0000000..1e34f5c --- /dev/null +++ b/recipes/sudo/sudo_1.8.7.oe @@ -0,0 +1,23 @@ +DESCRIPTION = """ +Sudo (su "do") allows a system administrator to delegate authority to give +certain users (or groups of users) the ability to run some (or all) commands +as root or another user while providing an audit trail of the commands and +their arguments. +""" +LICENSE = "ISC" + +RECIPE_TYPES = "machine" + +SRC_URI = "http://www.sudo.ws/sudo/dist/${PN}-${PV}.tar.gz" + +inherit autotools pkgconfig auto-package-utils + +DEPENDS += "libdl" + +AUTO_PACKAGE_UTILS = "sudo sudoreplay visudo sudoedit" +AUTO_PACKAGE_UTILS_RDEPENDS += "${PN}" +DEPENDS_${PN}-sudo += "libdl" +RDEPENDS_${PN}-sudo += "libdl" + +RDEPENDS_${PN}-sudoedit = "${PN}-sudo" + diff --git a/recipes/sudo/sudo_1.8.7.oe.sig b/recipes/sudo/sudo_1.8.7.oe.sig new file mode 100644 index 0000000..ea9f249 --- /dev/null +++ b/recipes/sudo/sudo_1.8.7.oe.sig @@ -0,0 +1 @@ +748c87b8caa2e513775961cb3330f2a78118f4bf sudo-1.8.7.tar.gz