From 5697cbd1b2c333e0b8a9f41fda53c130cc90158f Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Wed, 21 Apr 2010 17:29:34 +0000 Subject: [PATCH] [packages] sudo: update to 1.7.2p6 SVN-Revision: 21072 --- admin/sudo/Makefile | 12 ++++++------ admin/sudo/patches/101-install_no_strip.patch | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/sudo/Makefile b/admin/sudo/Makefile index 1dbaedf757..27e1e2b699 100644 --- a/admin/sudo/Makefile +++ b/admin/sudo/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sudo -PKG_VERSION:=1.7.2p5 +PKG_VERSION:=1.7.2p6 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.sudo.ws/sudo/dist -PKG_MD5SUM:=398f584e831bd75b3c0179e28368c2a3 +PKG_MD5SUM:=c4f1a43e8ba94f6bf06d2211442148c4 PKG_INSTALL:=1 @@ -27,10 +27,10 @@ define Package/sudo endef define Package/sudo/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. + 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. endef define Package/sudo/conffiles diff --git a/admin/sudo/patches/101-install_no_strip.patch b/admin/sudo/patches/101-install_no_strip.patch index 7c4401ed84..138c142ef1 100644 --- a/admin/sudo/patches/101-install_no_strip.patch +++ b/admin/sudo/patches/101-install_no_strip.patch @@ -1,6 +1,6 @@ --- a/Makefile.in +++ b/Makefile.in -@@ -417,11 +417,11 @@ install-dirs: +@@ -412,11 +412,11 @@ install-dirs: $(DESTDIR)$(noexecdir) install-binaries: install-dirs $(PROGS) -- 2.30.2