summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2015-02-10 08:48:37 +0000
committerLars Wendler <polynomial-c@gentoo.org>2015-02-10 08:48:37 +0000
commit274712a57bcb5d7eea2c64e5ec0cffdf51b2a0ff (patch)
tree8579167be2380d864e73e149d7041cc8b359ae2d /app-admin/sudo
parentversion bump (diff)
downloadgentoo-2-274712a57bcb5d7eea2c64e5ec0cffdf51b2a0ff.tar.gz
gentoo-2-274712a57bcb5d7eea2c64e5ec0cffdf51b2a0ff.tar.bz2
gentoo-2-274712a57bcb5d7eea2c64e5ec0cffdf51b2a0ff.zip
Security bump (bug #539532). Removed old
(Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'app-admin/sudo')
-rw-r--r--app-admin/sudo/ChangeLog10
-rw-r--r--app-admin/sudo/sudo-1.8.12.ebuild (renamed from app-admin/sudo/sudo-1.8.6_p7.ebuild)15
2 files changed, 18 insertions, 7 deletions
diff --git a/app-admin/sudo/ChangeLog b/app-admin/sudo/ChangeLog
index 2f33ca0ebe73..5694b95a8b30 100644
--- a/app-admin/sudo/ChangeLog
+++ b/app-admin/sudo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-admin/sudo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.377 2014/11/02 08:54:56 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.378 2015/02/10 08:48:37 polynomial-c Exp $
+
+*sudo-1.8.12 (10 Feb 2015)
+
+ 10 Feb 2015; Lars Wendler <polynomial-c@gentoo.org> -sudo-1.8.6_p7.ebuild,
+ +sudo-1.8.12.ebuild:
+ Security bump (bug #539532). Removed old.
02 Nov 2014; Agostino Sarubbo <ago@gentoo.org> sudo-1.8.11_p1.ebuild:
Stable for alpha, wrt bug #524752
diff --git a/app-admin/sudo/sudo-1.8.6_p7.ebuild b/app-admin/sudo/sudo-1.8.12.ebuild
index a862dd0c40f5..e01fd77a804a 100644
--- a/app-admin/sudo/sudo-1.8.6_p7.ebuild
+++ b/app-admin/sudo/sudo-1.8.12.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild,v 1.13 2013/05/27 21:35:20 zx2c4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.12.ebuild,v 1.1 2015/02/10 08:48:37 polynomial-c Exp $
-EAPI=4
+EAPI=5
inherit eutils pam multilib libtool
@@ -23,7 +23,7 @@ SRC_URI="http://www.sudo.ws/sudo/dist/${uri_prefix}${MY_P}.tar.gz
# 3-clause BSD license
LICENSE="ISC BSD"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~sparc-solaris"
IUSE="ldap nls pam offensive selinux skey +sendmail"
DEPEND="pam? ( virtual/pam )
@@ -118,7 +118,8 @@ src_configure() {
$(use_with sendmail) \
--without-opie \
--without-linux-audit \
- --with-timedir="${EPREFIX}"/var/db/sudo \
+ --with-rundir="${EPREFIX}"/var/run/sudo \
+ --with-vardir="${EPREFIX}"/var/db/sudo \
--with-plugindir="${EPREFIX}"/usr/$(get_libdir)/sudo \
--docdir="${EPREFIX}"/usr/share/doc/${PF}
}
@@ -148,6 +149,10 @@ src_install() {
keepdir /var/db/sudo
fperms 0700 /var/db/sudo
+
+ # Don't install into /var/run as that is a tmpfs most of the time
+ # (bug #504854)
+ rm -rf "${D}"/var/run
}
pkg_postinst() {