public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.6_p8.ebuild sudo-1.8.5_p2.ebuild sudo-1.8.6_p7.ebuild metadata.xml ChangeLog
@ 2013-05-27 21:35 Jason Donenfeld (zx2c4)
  0 siblings, 0 replies; only message in thread
From: Jason Donenfeld (zx2c4) @ 2013-05-27 21:35 UTC (permalink / raw
  To: gentoo-commits

zx2c4       13/05/27 21:35:20

  Modified:             sudo-1.8.6_p8.ebuild sudo-1.8.5_p2.ebuild
                        sudo-1.8.6_p7.ebuild metadata.xml ChangeLog
  Log:
  Per discussion with flameeyes and zmedico, introduce sendmail USE flag to make packages.provided less compelling.
  
  (Portage version: 2.2.0_alpha176/cvs/Linux x86_64, signed Manifest commit with key A5DE03AE)

Revision  Changes    Path
1.2                  app-admin/sudo/sudo-1.8.6_p8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild?r1=1.1&r2=1.2

Index: sudo-1.8.6_p8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sudo-1.8.6_p8.ebuild	15 Apr 2013 21:57:23 -0000	1.1
+++ sudo-1.8.6_p8.ebuild	27 May 2013 21:35:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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_p8.ebuild,v 1.1 2013/04/15 21:57:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p8.ebuild,v 1.2 2013/05/27 21:35:20 zx2c4 Exp $
 
 EAPI=4
 
@@ -24,7 +24,7 @@
 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"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
 
 DEPEND="pam? ( virtual/pam )
 	skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@
 	pam? ( sys-auth/pambase )
 	>=app-misc/editor-wrapper-3
 	virtual/editor
-	virtual/mta"
+	sendmail? ( virtual/mta )"
 DEPEND="${DEPEND}
 	sys-devel/bison"
 
@@ -115,6 +115,7 @@
 		$(use_with pam) \
 		$(use_with skey) \
 		$(use_with selinux) \
+		$(use_with sendmail) \
 		--without-opie \
 		--without-linux-audit \
 		--with-timedir="${EPREFIX}"/var/db/sudo \



1.5                  app-admin/sudo/sudo-1.8.5_p2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild?r1=1.4&r2=1.5

Index: sudo-1.8.5_p2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sudo-1.8.5_p2.ebuild	8 Feb 2013 21:40:33 -0000	1.4
+++ sudo-1.8.5_p2.ebuild	27 May 2013 21:35:20 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild,v 1.4 2013/02/08 21:40:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.5_p2.ebuild,v 1.5 2013/05/27 21:35:20 zx2c4 Exp $
 
 EAPI="4"
 
@@ -24,7 +24,7 @@
 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"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
 
 DEPEND="pam? ( virtual/pam )
 	skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@
 	pam? ( sys-auth/pambase )
 	>=app-misc/editor-wrapper-3
 	virtual/editor
-	virtual/mta"
+	sendmail? ( virtual/mta )"
 DEPEND="${DEPEND}
 	sys-devel/bison"
 
@@ -115,6 +115,7 @@
 		$(use_with pam) \
 		$(use_with skey) \
 		$(use_with selinux) \
+		$(use_with sendmail) \
 		--without-opie \
 		--without-linux-audit \
 		--with-timedir="${EPREFIX}"/var/db/sudo \



1.13                 app-admin/sudo/sudo-1.8.6_p7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild?r1=1.12&r2=1.13

Index: sudo-1.8.6_p7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/sudo-1.8.6_p7.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- sudo-1.8.6_p7.ebuild	14 Apr 2013 11:49:56 -0000	1.12
+++ sudo-1.8.6_p7.ebuild	27 May 2013 21:35:20 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 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.12 2013/04/14 11:49:56 ago Exp $
+# $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 $
 
 EAPI=4
 
@@ -24,7 +24,7 @@
 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"
-IUSE="ldap nls pam offensive selinux skey"
+IUSE="ldap nls pam offensive selinux skey +sendmail"
 
 DEPEND="pam? ( virtual/pam )
 	skey? ( >=sys-auth/skey-1.1.5-r1 )
@@ -39,7 +39,7 @@
 	pam? ( sys-auth/pambase )
 	>=app-misc/editor-wrapper-3
 	virtual/editor
-	virtual/mta"
+	sendmail? ( virtual/mta )"
 DEPEND="${DEPEND}
 	sys-devel/bison"
 
@@ -115,6 +115,7 @@
 		$(use_with pam) \
 		$(use_with skey) \
 		$(use_with selinux) \
+		$(use_with sendmail) \
 		--without-opie \
 		--without-linux-audit \
 		--with-timedir="${EPREFIX}"/var/db/sudo \



1.10                 app-admin/sudo/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/metadata.xml?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/metadata.xml?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/metadata.xml?r1=1.9&r2=1.10

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/metadata.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- metadata.xml	6 Apr 2011 04:14:40 -0000	1.9
+++ metadata.xml	27 May 2013 21:35:20 -0000	1.10
@@ -9,6 +9,9 @@
     arguments.
   </longdescription>
   <use>
+	<flag name='sendmail'>
+	  Allow sudo to send emails with sendmail.
+	</flag>
     <flag name='offensive'>
       Let sudo print insults when the user types the wrong password.
     </flag>



1.355                app-admin/sudo/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.355&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?rev=1.355&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/sudo/ChangeLog?r1=1.354&r2=1.355

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v
retrieving revision 1.354
retrieving revision 1.355
diff -u -r1.354 -r1.355
--- ChangeLog	15 Apr 2013 21:57:23 -0000	1.354
+++ ChangeLog	27 May 2013 21:35:20 -0000	1.355
@@ -1,6 +1,11 @@
 # ChangeLog for app-admin/sudo
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.354 2013/04/15 21:57:23 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/sudo/ChangeLog,v 1.355 2013/05/27 21:35:20 zx2c4 Exp $
+
+  27 May 2013; Jason A. Donenfeld <zx2c4@gentoo.org> metadata.xml,
+  sudo-1.8.5_p2.ebuild, sudo-1.8.6_p7.ebuild, sudo-1.8.6_p8.ebuild:
+  Per discussion with flameeyes and zmedico, introduce sendmail USE flag to make
+  packages.provided less compelling.
 
 *sudo-1.8.6_p8 (15 Apr 2013)
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-05-27 21:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-27 21:35 [gentoo-commits] gentoo-x86 commit in app-admin/sudo: sudo-1.8.6_p8.ebuild sudo-1.8.5_p2.ebuild sudo-1.8.6_p7.ebuild metadata.xml ChangeLog Jason Donenfeld (zx2c4)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox