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 68623138359 for ; Fri, 4 Sep 2020 16:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE52E0844; Fri, 4 Sep 2020 16:55:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 72D6EE0844 for ; Fri, 4 Sep 2020 16:55:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 846A933BDE1 for ; Fri, 4 Sep 2020 16:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 02887315 for ; Fri, 4 Sep 2020 16:55:03 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1599238438.23058752eea10ee29d2eba26511af922ba296d6b.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/paxctld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/paxctld/Manifest sys-apps/paxctld/paxctld-1.2.5.ebuild X-VCS-Directories: sys-apps/paxctld/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 23058752eea10ee29d2eba26511af922ba296d6b X-VCS-Branch: master Date: Fri, 4 Sep 2020 16:55:03 +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: 78eb6414-7b90-46eb-a2d1-074497ce80b1 X-Archives-Hash: b85ca453fd8a882f049b6ef6913041b0 commit: 23058752eea10ee29d2eba26511af922ba296d6b Author: Anthony G. Basile gentoo org> AuthorDate: Fri Sep 4 16:53:58 2020 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Fri Sep 4 16:53:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23058752 sys-apps/paxctld: version bump to 1.2.5 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Anthony G. Basile gentoo.org> sys-apps/paxctld/Manifest | 1 + sys-apps/paxctld/paxctld-1.2.5.ebuild | 37 +++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/sys-apps/paxctld/Manifest b/sys-apps/paxctld/Manifest index 191a0d21fd1..f431afd76e0 100644 --- a/sys-apps/paxctld/Manifest +++ b/sys-apps/paxctld/Manifest @@ -1 +1,2 @@ DIST paxctld_1.2.3.orig.tar.gz 17174 BLAKE2B 6f288b039f719febf2f3370a0d245c07928f441754f0ac43bb3608d2718548d0ab90fbf9244d5b97bdfbc7c6bfab3d7359d435e99a2e19dd80661019ba0b654c SHA512 da3f5739aabbe0f276a194c71c20349b0571472aa6c114fe46ea4eb406fe1b419b167207b8d0b288776574c455f005386303b8ef92b0294e98532b269017ab54 +DIST paxctld_1.2.5.orig.tar.gz 18694 BLAKE2B 9d219846bbdfc5d709d9fb3758ec9451bef1545d6bb25263aef1c42f992f4201e2ce9f9cae0a77ed7584ec5c3c6dd0e3d0c58ec251a52f0b855c87b0fcf0e826 SHA512 c38b2cb0bf07d0075fa01f95d82adf6aae6e7bd010fa31b349af7c92b0498bf3225344500ef306bb633caec0b642771f453a8445cadbf342775931495d0ef2c2 diff --git a/sys-apps/paxctld/paxctld-1.2.5.ebuild b/sys-apps/paxctld/paxctld-1.2.5.ebuild new file mode 100644 index 00000000000..c4650263e8b --- /dev/null +++ b/sys-apps/paxctld/paxctld-1.2.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="6" + +inherit systemd + +DESCRIPTION="PaX flags maintenance daemon" +HOMEPAGE="https://www.grsecurity.net/" +SRC_URI="https://www.grsecurity.net/${PN}/${PN}_${PV}.orig.tar.gz + https://dev.gentoo.org/~blueness/hardened-sources/${PN}/${PN}_${PV}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="pam" + +RDEPEND="" +DEPEND="" + +src_prepare() { + # Respect Gentoo flags and don't strip + sed -i \ + -e '/^CC/d' \ + -e '/^CFLAGS/d' \ + -e '/^LDFLAGS/d' \ + -e '/STRIP/d' \ + Makefile + + eapply_user +} + +src_install() { + default + + systemd_dounit "${S}"/rpm/${PN}.service +}