summaryrefslogtreecommitdiff
path: root/sys-kernel
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-02-15 23:31:20 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-02-15 23:31:20 +0100
commit77c98857231ec7310129614fc75b8240167679ec (patch)
treebd080d12830c50ba2f0c33775f98a17a1ab6c292 /sys-kernel
parentdf5456dff62f7eef6afe51e17330671673f3ecdf (diff)
downloadportage-77c98857231ec7310129614fc75b8240167679ec.tar.gz
portage-77c98857231ec7310129614fc75b8240167679ec.tar.bz2
portage-77c98857231ec7310129614fc75b8240167679ec.zip
Old and unmaintained
Diffstat (limited to 'sys-kernel')
-rw-r--r--sys-kernel/grsecurity-sources/Manifest3
-rw-r--r--sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild39
2 files changed, 0 insertions, 42 deletions
diff --git a/sys-kernel/grsecurity-sources/Manifest b/sys-kernel/grsecurity-sources/Manifest
deleted file mode 100644
index eb6f4e5..0000000
--- a/sys-kernel/grsecurity-sources/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST grsecurity-sources-extras-4.9.74.tar.xz 2964768 SHA256 5c3e3ce7bdcb0f545bfcf278111e73bfb3b6bbd50ec259648111227f805cbb67 SHA512 07dae47eecb5cbcafc9787bd07e2d7f1954df65e6375d86fad2922da3809fac5ba688fd3a95912cb59b506f85c00624a1198bc6b3e599df94fc5f9b279253e7c WHIRLPOOL e48d250e2fab9ea039c14d3be46e3dea4d6255d3606df20604ee922b2baaefba333eae4d30708702046b5bf22adf5969f38bf06b61c991908b616be79e992f26
-DIST linux-4.9.tar.xz 93192404 SHA256 029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a SHA512 bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a WHIRLPOOL 072505b29972ad120eb25a074217847c9c2813416c4903e605a0433574f5f87616dbea0b1454e4b19acc48107f11274b682958b1d773373156e99f8163e6606a
-EBUILD grsecurity-sources-4.9.74.ebuild 1175 SHA256 34b5670cbd765212f3bb36fdb6c8e5d05909664f5114b124d51ed352c5a5dfdd SHA512 f1614b5d2ba6c6efe3e49c74b374db8d25e5952ae736c1c54906cc035298a38dcfc71c51d2b9b2d7fc67a8e37a84d7abde0b215461d6aa1f53ed578601f4a5be WHIRLPOOL 6da24e3a8348c3d7e9eef64a0718d496bcc7d1cfb9eb4937627665bc5c0c2a067fb22a237b90922f0eb5ccd4a14304f2d0cedcb03e8edba478053987184165e6
diff --git a/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild b/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild
deleted file mode 100644
index aa63e28..0000000
--- a/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-# See https://blogs.gentoo.org/ago/2017/08/21/sys-kernel-grsecurity-sources-available
-
-EAPI="6"
-
-ETYPE="sources"
-K_GENPATCHES_VER="not-empty" # Set to not-empty to avoid the useless download of patch-*.xz
-
-inherit kernel-2
-detect_version
-detect_arch
-
-GRSECURITY_URI="https://dev.gentoo.org/~ago/distfiles/${PN}/${PN}-extras-${PV}.tar.xz"
-SRC_URI="${KERNEL_URI} ${GRSECURITY_URI} ${ARCH_URI}"
-
-UNIPATCH_LIST="${DISTDIR}/${PN}-extras-${PV}.tar.xz"
-
-DESCRIPTION="Unofficial port of the last public grsecurity patch plus Gentoo patchset"
-HOMEPAGE="https://github.com/minipli/linux-unofficial_grsec"
-IUSE="deblob"
-KEYWORDS="-* ~amd64"
-RDEPEND=">=sys-devel/gcc-4.5"
-
-pkg_postinst() {
- kernel-2_pkg_postinst
-
- local GRADM_COMPAT="sys-apps/gradm-3.1*"
-
- ewarn
- ewarn "Users of grsecurity's RBAC system must ensure they are using"
- ewarn "${GRADM_COMPAT}, which is compatible with ${PF}."
- ewarn "It is strongly recommended that the following command is issued"
- ewarn "prior to booting a ${PF} kernel for the first time:"
- ewarn
- ewarn "emerge -na =${GRADM_COMPAT}"
- ewarn
-}