From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D37A61382C5 for ; Tue, 22 Dec 2020 20:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 27F9F2BC070; Tue, 22 Dec 2020 20:26:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1102E2BC070 for ; Tue, 22 Dec 2020 20:26:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2145D341217 for ; Tue, 22 Dec 2020 20:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA3E64E for ; Tue, 22 Dec 2020 20:26:49 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1608668802.09b8f71a2bea30bd2ef3dfef0777d7da50ea1bfa.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/postsrsd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/postsrsd/Manifest mail-filter/postsrsd/postsrsd-1.6.ebuild X-VCS-Directories: mail-filter/postsrsd/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 09b8f71a2bea30bd2ef3dfef0777d7da50ea1bfa X-VCS-Branch: master Date: Tue, 22 Dec 2020 20:26:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43f9695b-850c-4f6b-9148-d43b57bf0ca2 X-Archives-Hash: ad096d499487632a1519b027d5f90a7e commit: 09b8f71a2bea30bd2ef3dfef0777d7da50ea1bfa Author: Dirkjan Ochtman gentoo org> AuthorDate: Tue Dec 22 20:26:25 2020 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Tue Dec 22 20:26:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b8f71a mail-filter/postsrsd: remove vulnerable version 1.6 Bug: https://bugs.gentoo.org/show_bug.cgi?id=760821 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Dirkjan Ochtman gentoo.org> mail-filter/postsrsd/Manifest | 1 - mail-filter/postsrsd/postsrsd-1.6.ebuild | 35 -------------------------------- 2 files changed, 36 deletions(-) diff --git a/mail-filter/postsrsd/Manifest b/mail-filter/postsrsd/Manifest index e393a3a0931..48f18bff6ea 100644 --- a/mail-filter/postsrsd/Manifest +++ b/mail-filter/postsrsd/Manifest @@ -1,2 +1 @@ DIST postsrsd-1.10.tar.gz 34844 BLAKE2B 4722e8f3ec1d5d7de0648d8afc03c38f485c92b092bd42bc02c82c4072b5eb053cbb907bd1198de1219acf465c850b4f08ee8bca629f85734ca2ff643d77c1e4 SHA512 79f824cbc56de2e79da2eb67b1888c1c171a10a7bae5f19384c22024ff7e65dd36a447e632ddaf77bea6bdfa4972c7a918a30cd3b06f7b7ae49ab7552c43be0e -DIST postsrsd-1.6.tar.gz 32111 BLAKE2B 5b4e562aa9c9b5faf0e45c035a71d76dc2b6e9b3d4399108f06e6d0ad3e4f7abfcb8c18c818f3b4787bab155bf7895caaf127a97b861b26525ad5a27f2ee4dc7 SHA512 b2df4cdec41361e15cd8c9207fb16564d607559bcb36dd73c9347b90e4f3c2414b88434ef1ffe6a18783f38c5960383516e40e4ffa28802a03539e52ca723aa1 diff --git a/mail-filter/postsrsd/postsrsd-1.6.ebuild b/mail-filter/postsrsd/postsrsd-1.6.ebuild deleted file mode 100644 index 5b7fe63b27e..00000000000 --- a/mail-filter/postsrsd/postsrsd-1.6.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake-utils - -DESCRIPTION="Postfix Sender Rewriting Scheme daemon" -SRC_URI="https://github.com/roehling/postsrsd/archive/${PV}.tar.gz -> ${P}.tar.gz" -HOMEPAGE="https://github.com/roehling/postsrsd" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND=">=dev-util/cmake-2.4" -RDEPEND="" - -CHROOT_DIR="${EPREFIX}/var/lib/postsrsd" - -src_configure() { - local mycmakeargs=( - -DCHROOT_DIR=${CHROOT_DIR} - -DDOC_DIR="${EPREFIX}/usr/share/doc/${PF}" - ) - cmake-utils_src_configure -} - -src_install() { - cmake-utils_src_install - newinitd "${FILESDIR}/postsrsd.init-r1" postsrsd - newconfd "${BUILD_DIR}/postsrsd.default" postsrsd - keepdir ${CHROOT_DIR} -}