public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/files/, app-admin/logcheck/, profiles/
@ 2022-09-18 21:23 John Helmert III
  0 siblings, 0 replies; only message in thread
From: John Helmert III @ 2022-09-18 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     c1517666b3bb5e08ad6a85aceada2e9ddfc25f10
Author:     John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 21:20:38 2022 +0000
Commit:     John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 21:20:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1517666

app-admin/logcheck: treeclean

Bug: https://bugs.gentoo.org/630752
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>

 app-admin/logcheck/Manifest               |  1 -
 app-admin/logcheck/files/logcheck.cron    | 10 -----
 app-admin/logcheck/logcheck-1.3.23.ebuild | 65 -------------------------------
 app-admin/logcheck/metadata.xml           |  5 ---
 profiles/package.mask                     |  5 ---
 5 files changed, 86 deletions(-)

diff --git a/app-admin/logcheck/Manifest b/app-admin/logcheck/Manifest
deleted file mode 100644
index eac23ecf2c31..000000000000
--- a/app-admin/logcheck/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST logcheck_1.3.23.tar.xz 133540 BLAKE2B 7eae2f34027c40d3efc272bc82179962d4a5ba8613e4e6218e9730a0ce3ff00af7e040c0550ac7414ae08191a36bb37ec0358de97367deab48b552782bc25c8e SHA512 635a96c3e0beaf6056e5b96b3bd69134c3330308452e3bcf8cc28cb36365f07806046bf498cbfaf5cfbc38a812eb2723ddf51a16304140e8f7091f1e6005ec4d

diff --git a/app-admin/logcheck/files/logcheck.cron b/app-admin/logcheck/files/logcheck.cron
deleted file mode 100644
index 3b3f4fcf62bd..000000000000
--- a/app-admin/logcheck/files/logcheck.cron
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-
-set -e
-
-if [ ! -d /var/lock/logcheck ]; then
-	mkdir -p /var/lock/logcheck
-fi
-chown -R logcheck:logcheck /var/lock/logcheck
-
-su -s /bin/bash -c /usr/sbin/logcheck logcheck

diff --git a/app-admin/logcheck/logcheck-1.3.23.ebuild b/app-admin/logcheck/logcheck-1.3.23.ebuild
deleted file mode 100644
index b278d75e832a..000000000000
--- a/app-admin/logcheck/logcheck-1.3.23.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit readme.gentoo-r1
-
-DESCRIPTION="Mails anomalies in the system logfiles to the administrator"
-HOMEPAGE="https://packages.debian.org/sid/logcheck"
-SRC_URI="mirror://debian/pool/main/l/${PN}/${PN}_${PV}.tar.xz"
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-
-DEPEND="
-	acct-group/logcheck
-	acct-user/logcheck
-"
-
-RDEPEND="
-	${DEPEND}
-	!app-admin/logsentry
-	app-misc/lockfile-progs
-	dev-lang/perl
-	dev-perl/mime-construct
-	virtual/mailx
-"
-
-DOC_CONTENTS="
-	Please read the guide at https://wiki.gentoo.org/wiki/Logcheck
-	for installation instructions.
-"
-
-src_prepare() {
-	default
-
-	# Add /var/log/messages support, bug #531524
-	echo "/var/log/messages" >> etc/logcheck.logfiles
-}
-
-src_install() {
-	default
-
-	# Do not install /var/lock, bug #449968 . Use rmdir to make sure
-	# the directories removed are empty.
-	rmdir "${ED}/var/lock/logcheck" || die
-	rmdir "${ED}/var/lock" || die
-
-	keepdir /var/lib/logcheck
-
-	dodoc docs/README.*
-	doman docs/logtail.8 docs/logtail2.8
-
-	exeinto /etc/cron.hourly
-	doexe "${FILESDIR}"/logcheck.cron
-
-	readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-	chown -R logcheck:logcheck /etc/logcheck /var/lib/logcheck || die
-
-	readme.gentoo_print_elog
-}

diff --git a/app-admin/logcheck/metadata.xml b/app-admin/logcheck/metadata.xml
deleted file mode 100644
index 115e9d64a669..000000000000
--- a/app-admin/logcheck/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<!-- maintainer-needed -->
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 5776d5f009c7..dad4e8283d6c 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -337,11 +337,6 @@ dev-python/pyside6-tools
 # Removal on 2022-09-10.  Bug #864889.
 dev-libs/libdivsufsort
 
-# John Helmert III <ajak@gentoo.org> (2022-08-10)
-# Root privilege escalation vulnerability, unmaintained since the git
-# transition, multiple open bugs. Removal in 30 days, bug 630752
-app-admin/logcheck
-
 # Jimi Huotari <chiitoo@gentoo.org> (2022-08-02)
 # Masked for testing. The split of some packages may still
 # change. bug #838970.


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

only message in thread, other threads:[~2022-09-18 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-18 21:23 [gentoo-commits] repo/gentoo:master commit in: app-admin/logcheck/files/, app-admin/logcheck/, profiles/ John Helmert III

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