diff options
author | Fernando J. Pereda <ferdy@gentoo.org> | 2007-04-13 15:16:00 +0000 |
---|---|---|
committer | Fernando J. Pereda <ferdy@gentoo.org> | 2007-04-13 15:16:00 +0000 |
commit | 4a10e2a88524c4e5b253848447e71e879abc23ed (patch) | |
tree | 2b0d6fe5d859044455bba54c1c85633ce531aa3c | |
parent | Stable on sparc (diff) | |
download | gentoo-2-4a10e2a88524c4e5b253848447e71e879abc23ed.tar.gz gentoo-2-4a10e2a88524c4e5b253848447e71e879abc23ed.tar.bz2 gentoo-2-4a10e2a88524c4e5b253848447e71e879abc23ed.zip |
Stable on alpha as per security bug #164466
(Portage version: 2.1.2.2)
-rw-r--r-- | sys-process/vixie-cron/ChangeLog | 6 | ||||
-rw-r--r-- | sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-process/vixie-cron/ChangeLog b/sys-process/vixie-cron/ChangeLog index 8c73b8a6efdd..637a85cee6e1 100644 --- a/sys-process/vixie-cron/ChangeLog +++ b/sys-process/vixie-cron/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/vixie-cron # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.51 2007/04/11 19:42:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/ChangeLog,v 1.52 2007/04/13 15:16:00 ferdy Exp $ + + 13 Apr 2007; Fernando J. Pereda <ferdy@gentoo.org> + vixie-cron-4.1-r10.ebuild: + Stable on alpha as per security bug #164466 11 Apr 2007; Tobias Scherbaum <dertobi123@gentoo.org> vixie-cron-4.1-r10.ebuild: diff --git a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild index 87da04b6f075..7fe3a636de8a 100644 --- a/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild +++ b/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.8 2007/04/11 19:42:10 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/vixie-cron/vixie-cron-4.1-r10.ebuild,v 1.9 2007/04/13 15:16:00 ferdy Exp $ inherit cron toolchain-funcs pam @@ -15,7 +15,7 @@ SRC_URI="mirror://gentoo/${P}.tar.bz2 mirror://gentoo/${P}-gentoo-${GENTOO_PATCH_REV}.patch.bz2" LICENSE="as-is" -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="selinux pam debug" DEPEND="selinux? ( sys-libs/libselinux ) |