summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThilo Bangert <bangert@gentoo.org>2010-03-14 22:14:56 +0000
committerThilo Bangert <bangert@gentoo.org>2010-03-14 22:14:56 +0000
commit6b10a531984f008045349903fece6b96e7ba159b (patch)
tree696e827998879bf62e2d123ff9bac8df2366f1d2 /sys-process
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-6b10a531984f008045349903fece6b96e7ba159b.tar.gz
gentoo-2-6b10a531984f008045349903fece6b96e7ba159b.tar.bz2
gentoo-2-6b10a531984f008045349903fece6b96e7ba159b.zip
remove vulnerable versions
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/cronie/ChangeLog6
-rw-r--r--sys-process/cronie/cronie-1.4.1.ebuild50
-rw-r--r--sys-process/cronie/cronie-1.4.3-r1.ebuild52
-rw-r--r--sys-process/cronie/cronie-1.4.3.ebuild52
-rw-r--r--sys-process/cronie/cronie-1.4.ebuild50
5 files changed, 5 insertions, 205 deletions
diff --git a/sys-process/cronie/ChangeLog b/sys-process/cronie/ChangeLog
index ee6900f68198..fbb782619f9e 100644
--- a/sys-process/cronie/ChangeLog
+++ b/sys-process/cronie/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.11 2010/03/06 21:53:17 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.12 2010/03/14 22:14:56 bangert Exp $
+
+ 14 Mar 2010; Thilo Bangert <bangert@gentoo.org> -cronie-1.4.ebuild,
+ -cronie-1.4.1.ebuild, -cronie-1.4.3.ebuild, -cronie-1.4.3-r1.ebuild:
+ remove vulnerable versions
*cronie-1.4.4 (06 Mar 2010)
diff --git a/sys-process/cronie/cronie-1.4.1.ebuild b/sys-process/cronie/cronie-1.4.1.ebuild
deleted file mode 100644
index 3e5db54204eb..000000000000
--- a/sys-process/cronie/cronie-1.4.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.1.ebuild,v 1.1 2009/08/23 20:12:43 bangert Exp $
-
-EAPI="2"
-
-inherit cron eutils
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron."
-SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
-HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-
-LICENSE="ISC BSD BSD-2"
-KEYWORDS="~x86"
-IUSE="inotify pam"
-
-DEPEND="pam? ( virtual/pam )"
-RDEPEND="${DEPEND}"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-src_configure() {
- SPOOL_DIR="/var/spool/cron/crontabs" econf \
- $(use_with inotify ) \
- $(use_with pam ) \
- --with-daemon_username=cron \
- --with-daemon_groupname=cron \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
-
- docrondir
- fowners root:cron /usr/bin/crontab
- fperms 2750 /usr/bin/crontab
-
- insinto /etc
- newins "${FILESDIR}/${PN}-1.2-crontab" crontab
- newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
- keepdir /etc/cron.d
- newinitd "${FILESDIR}/${PN}-1.2-initd" cronie
- dodoc NEWS AUTHORS README
-}
-
-pkg_postinst() {
- cron_pkg_postinst
-}
diff --git a/sys-process/cronie/cronie-1.4.3-r1.ebuild b/sys-process/cronie/cronie-1.4.3-r1.ebuild
deleted file mode 100644
index 2615c5b79e7d..000000000000
--- a/sys-process/cronie/cronie-1.4.3-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.3-r1.ebuild,v 1.2 2009/12/03 11:37:19 maekke Exp $
-
-EAPI="2"
-
-inherit cron eutils pam
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron."
-SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
-HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-
-LICENSE="ISC BSD BSD-2"
-KEYWORDS="~amd64 ~x86"
-IUSE="inotify pam"
-
-DEPEND="pam? ( virtual/pam )"
-RDEPEND="${DEPEND}"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-src_configure() {
- SPOOL_DIR="/var/spool/cron/crontabs" econf \
- $(use_with inotify ) \
- $(use_with pam ) \
- --with-daemon_username=cron \
- --with-daemon_groupname=cron \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
-
- docrondir
- fowners root:cron /usr/bin/crontab
- fperms 2750 /usr/bin/crontab
-
- insinto /etc
- newins "${FILESDIR}/${PN}-1.2-crontab" crontab
- newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
- keepdir /etc/cron.d
- newinitd "${FILESDIR}/${PN}-1.2-initd" cronie
- newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-
- dodoc NEWS AUTHORS README
-}
-
-pkg_postinst() {
- cron_pkg_postinst
-}
diff --git a/sys-process/cronie/cronie-1.4.3.ebuild b/sys-process/cronie/cronie-1.4.3.ebuild
deleted file mode 100644
index d734c5313132..000000000000
--- a/sys-process/cronie/cronie-1.4.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.3.ebuild,v 1.1 2009/11/20 09:25:20 bangert Exp $
-
-EAPI="2"
-
-inherit cron eutils pam
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron."
-SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
-HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-
-LICENSE="ISC BSD BSD-2"
-KEYWORDS="~x86"
-IUSE="inotify pam"
-
-DEPEND="pam? ( virtual/pam )"
-RDEPEND="${DEPEND}"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-src_configure() {
- SPOOL_DIR="/var/spool/cron/crontabs" econf \
- $(use_with inotify ) \
- $(use_with pam ) \
- --with-daemon_username=cron \
- --with-daemon_groupname=cron \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
-
- docrondir
- fowners root:cron /usr/bin/crontab
- fperms 2750 /usr/bin/crontab
-
- insinto /etc
- newins "${FILESDIR}/${PN}-1.2-crontab" crontab
- newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
- keepdir /etc/cron.d
- newinitd "${FILESDIR}/${PN}-1.2-initd" cronie
- newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-
- dodoc NEWS AUTHORS README
-}
-
-pkg_postinst() {
- cron_pkg_postinst
-}
diff --git a/sys-process/cronie/cronie-1.4.ebuild b/sys-process/cronie/cronie-1.4.ebuild
deleted file mode 100644
index 9f6df8c52ba1..000000000000
--- a/sys-process/cronie/cronie-1.4.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.ebuild,v 1.1 2009/07/28 20:52:47 bangert Exp $
-
-EAPI="2"
-
-inherit cron eutils
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron."
-SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
-HOMEPAGE="https://fedorahosted.org/cronie/wiki"
-
-LICENSE="ISC BSD BSD-2"
-KEYWORDS="~x86"
-IUSE="inotify pam"
-
-DEPEND="pam? ( virtual/pam )"
-RDEPEND="${DEPEND}"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-src_configure() {
- SPOOL_DIR="/var/spool/cron/crontabs" econf \
- $(use_with inotify ) \
- $(use_with pam ) \
- --with-daemon_username=cron \
- --with-daemon_groupname=cron \
- || die "econf failed"
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die "install failed"
-
- docrondir
- fowners root:cron /usr/bin/crontab
- fperms 2750 /usr/bin/crontab
-
- insinto /etc
- newins "${FILESDIR}/${PN}-1.2-crontab" crontab
- newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
- keepdir /etc/cron.d
- newinitd "${FILESDIR}/${PN}-1.2-initd" cronie
- dodoc NEWS AUTHORS README
-}
-
-pkg_postinst() {
- cron_pkg_postinst
-}