From patchwork Thu Aug 29 07:16:19 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: 270698 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 E3BD02C00AC for ; Thu, 29 Aug 2013 17:16:29 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 552A13FE02 for ; Thu, 29 Aug 2013 09:16:25 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 53BE83FC9E for ; Thu, 29 Aug 2013 09:16:23 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1300; q=dns/txt; s=ironport2; t=1377760583; x=1409296583; h=from:to:subject:date:message-id:in-reply-to:references: mime-version; bh=CbWPn9jzg7YmwXR0Vv+B8F9B+2ddpUa6UzPInLLicXM=; b=fEzFDnbCLftEAPNhOufcCJ+HRi+SHVboeNcG/TiCZbtivaimUwk8KvG8 PmI/7TyA7A6qo3x2nhfZQ10PHVRmpZyykY6yjbIAgTKiU1Xsyf8YLRgGQ EG/IvfIk68D1+uN9a44bJfhcsPCPlYJnsXOdoQIrDSG98+duIKHTvNlhE 8=; X-IronPort-AV: E=Sophos;i="4.89,981,1367964000"; d="scan'208";a="3467924" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 29 Aug 2013 09:16:22 +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:16:22 +0200 Received: by localhost (Postfix, from userid 30019) id 28F066815A0; Thu, 29 Aug 2013 07:16:22 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH] sudo: New recipe Date: Thu, 29 Aug 2013 07:16:19 +0000 Message-ID: <1377760579-20829-2-git-send-email-kibo@prevas.dk> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1377760579-20829-1-git-send-email-kibo@prevas.dk> References: <1377760579-20829-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 | 21 +++++++++++++++++++++ recipes/sudo/sudo_1.8.7.oe.sig | 1 + 2 files changed, 22 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..fb35f87 --- /dev/null +++ b/recipes/sudo/sudo_1.8.7.oe @@ -0,0 +1,21 @@ +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" + +RDEPENDS_${PN}-sudoedit = "${PN}-sudo" +RDEPENDS_${PN}-sudo = "${PN}" + 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