diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-07-23 12:31:42 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-07-23 12:31:42 +0000 |
commit | cb609a0692f554708a94db82715df4a1cf332763 (patch) | |
tree | 78e92b726078d022897a912bb823ad9b3537aec0 /app-admin | |
parent | Remove vulnerable. (diff) | |
download | gentoo-2-cb609a0692f554708a94db82715df4a1cf332763.tar.gz gentoo-2-cb609a0692f554708a94db82715df4a1cf332763.tar.bz2 gentoo-2-cb609a0692f554708a94db82715df4a1cf332763.zip |
Remove old.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/metalog/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/metalog/files/metalog-2-no-gets.patch | 24 | ||||
-rw-r--r-- | app-admin/metalog/files/metalog.service | 10 | ||||
-rw-r--r-- | app-admin/metalog/metalog-1.ebuild | 58 | ||||
-rw-r--r-- | app-admin/metalog/metalog-2.ebuild | 59 | ||||
-rw-r--r-- | app-admin/metalog/metalog-3.ebuild | 60 |
6 files changed, 6 insertions, 212 deletions
diff --git a/app-admin/metalog/ChangeLog b/app-admin/metalog/ChangeLog index f40f5c64b10d..114fa798fc6f 100644 --- a/app-admin/metalog/ChangeLog +++ b/app-admin/metalog/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/metalog # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/ChangeLog,v 1.124 2015/06/09 08:42:27 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/ChangeLog,v 1.125 2015/07/23 12:31:42 mrueg Exp $ + + 23 Jul 2015; Manuel Rüger <mrueg@gentoo.org> -files/metalog-2-no-gets.patch, + -files/metalog.service, -metalog-1.ebuild, -metalog-2.ebuild, + -metalog-3.ebuild: + Remove old. 09 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Updating remote-id in metadata.xml diff --git a/app-admin/metalog/files/metalog-2-no-gets.patch b/app-admin/metalog/files/metalog-2-no-gets.patch deleted file mode 100644 index 24d457611b3b..000000000000 --- a/app-admin/metalog/files/metalog-2-no-gets.patch +++ /dev/null @@ -1,24 +0,0 @@ -https://bugs.gentoo.org/426632 - -hack until gzip pulls a newer gnulib version - -From 66712c23388e93e5c518ebc8515140fa0c807348 Mon Sep 17 00:00:00 2001 -From: Eric Blake <eblake@redhat.com> -Date: Thu, 29 Mar 2012 13:30:41 -0600 -Subject: [PATCH] stdio: don't assume gets any more - -Gnulib intentionally does not have a gets module, and now that C11 -and glibc have dropped it, we should be more proactive about warning -any user on a platform that still has a declaration of this dangerous -interface. - ---- a/gnulib/lib/stdio.in.h -+++ b/gnulib/lib/stdio.in.h -@@ -125,7 +125,6 @@ - /* It is very rare that the developer ever has full control of stdin, - so any use of gets warrants an unconditional warning. Assume it is - always declared, since it is required by C89. */ --_GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead"); - #endif - - diff --git a/app-admin/metalog/files/metalog.service b/app-admin/metalog/files/metalog.service deleted file mode 100644 index adc66ba98157..000000000000 --- a/app-admin/metalog/files/metalog.service +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=System Logger Daemon -Names=syslog.service - -[Service] -ExecStart=/usr/sbin/metalog -Restart=always - -[Install] -Alias=syslog.service diff --git a/app-admin/metalog/metalog-1.ebuild b/app-admin/metalog/metalog-1.ebuild deleted file mode 100644 index 4cc107136ad4..000000000000 --- a/app-admin/metalog/metalog-1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-1.ebuild,v 1.10 2011/04/07 07:50:42 ultrabug Exp $ - -EAPI="2" - -inherit eutils - -DESCRIPTION="A highly configurable replacement for syslogd/klogd" -HOMEPAGE="http://metalog.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.lzma" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="unicode" - -RDEPEND=">=dev-libs/libpcre-3.4" -DEPEND="${RDEPEND} - || ( app-arch/xz-utils app-arch/lzma-utils )" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9-metalog-conf.patch -} - -src_configure() { - econf $(use_with unicode) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README NEWS metalog.conf - - into / - dosbin "${FILESDIR}"/consolelog.sh || die - - newinitd "${FILESDIR}"/metalog.initd metalog - newconfd "${FILESDIR}"/metalog.confd metalog -} - -pkg_preinst() { - if [[ -d "${ROOT}"/etc/metalog ]] && [[ ! -e "${ROOT}"/etc/metalog.conf ]] ; then - mv -f "${ROOT}"/etc/metalog/metalog.conf "${ROOT}"/etc/metalog.conf - rmdir "${ROOT}"/etc/metalog - export MOVED_METALOG_CONF=true - else - export MOVED_METALOG_CONF=false - fi -} - -pkg_postinst() { - if ${MOVED_METALOG_CONF} ; then - ewarn "The default metalog.conf file has been moved" - ewarn "from /etc/metalog/metalog.conf to just" - ewarn "/etc/metalog.conf. If you had a standard" - ewarn "setup, the file has been moved for you." - fi -} diff --git a/app-admin/metalog/metalog-2.ebuild b/app-admin/metalog/metalog-2.ebuild deleted file mode 100644 index 3622317399e4..000000000000 --- a/app-admin/metalog/metalog-2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-2.ebuild,v 1.10 2012/07/15 22:21:32 vapier Exp $ - -EAPI="3" - -inherit eutils - -DESCRIPTION="A highly configurable replacement for syslogd/klogd" -HOMEPAGE="http://metalog.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="unicode" - -RDEPEND=">=dev-libs/libpcre-3.4" -DEPEND="${RDEPEND} - app-arch/xz-utils" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9-metalog-conf.patch - epatch "${FILESDIR}"/${P}-no-gets.patch #426632 -} - -src_configure() { - econf $(use_with unicode) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README NEWS metalog.conf - - into / - dosbin "${FILESDIR}"/consolelog.sh || die - - newinitd "${FILESDIR}"/metalog.initd metalog - newconfd "${FILESDIR}"/metalog.confd metalog -} - -pkg_preinst() { - if [[ -d "${ROOT}"/etc/metalog ]] && [[ ! -e "${ROOT}"/etc/metalog.conf ]] ; then - mv -f "${ROOT}"/etc/metalog/metalog.conf "${ROOT}"/etc/metalog.conf - rmdir "${ROOT}"/etc/metalog - export MOVED_METALOG_CONF=true - else - export MOVED_METALOG_CONF=false - fi -} - -pkg_postinst() { - if ${MOVED_METALOG_CONF} ; then - ewarn "The default metalog.conf file has been moved" - ewarn "from /etc/metalog/metalog.conf to just" - ewarn "/etc/metalog.conf. If you had a standard" - ewarn "setup, the file has been moved for you." - fi -} diff --git a/app-admin/metalog/metalog-3.ebuild b/app-admin/metalog/metalog-3.ebuild deleted file mode 100644 index 42527ee4b362..000000000000 --- a/app-admin/metalog/metalog-3.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/metalog-3.ebuild,v 1.11 2013/09/05 05:59:57 vapier Exp $ - -EAPI="3" - -inherit eutils systemd - -DESCRIPTION="A highly configurable replacement for syslogd/klogd" -HOMEPAGE="http://metalog.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd" -IUSE="unicode" - -RDEPEND=">=dev-libs/libpcre-3.4" -DEPEND="${RDEPEND} - virtual/pkgconfig - app-arch/xz-utils" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-0.9-metalog-conf.patch -} - -src_configure() { - econf $(use_with unicode) -} - -src_install() { - emake DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog README NEWS metalog.conf - - into / - dosbin "${FILESDIR}"/consolelog.sh || die - - newinitd "${FILESDIR}"/metalog.initd metalog - newconfd "${FILESDIR}"/metalog.confd metalog - systemd_dounit "${FILESDIR}/${PN}.service" -} - -pkg_preinst() { - if [[ -d "${ROOT}"/etc/metalog ]] && [[ ! -e "${ROOT}"/etc/metalog.conf ]] ; then - mv -f "${ROOT}"/etc/metalog/metalog.conf "${ROOT}"/etc/metalog.conf - rmdir "${ROOT}"/etc/metalog - export MOVED_METALOG_CONF=true - else - export MOVED_METALOG_CONF=false - fi -} - -pkg_postinst() { - if ${MOVED_METALOG_CONF} ; then - ewarn "The default metalog.conf file has been moved" - ewarn "from /etc/metalog/metalog.conf to just" - ewarn "/etc/metalog.conf. If you had a standard" - ewarn "setup, the file has been moved for you." - fi -} |