From 6177eb4c160012311c4723a2e0f73c5dab3d0100 Mon Sep 17 00:00:00 2001 From: Marcin Deranek Date: Mon, 8 Jan 2018 09:16:30 +0100 Subject: Version bump --- sys-kernel/grsecurity-sources/Manifest | 4 +-- .../grsecurity-sources-4.9.68.ebuild | 39 ---------------------- .../grsecurity-sources-4.9.74.ebuild | 39 ++++++++++++++++++++++ 3 files changed, 41 insertions(+), 41 deletions(-) delete mode 100644 sys-kernel/grsecurity-sources/grsecurity-sources-4.9.68.ebuild create mode 100644 sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild (limited to 'sys-kernel') diff --git a/sys-kernel/grsecurity-sources/Manifest b/sys-kernel/grsecurity-sources/Manifest index ce1517b..eb6f4e5 100644 --- a/sys-kernel/grsecurity-sources/Manifest +++ b/sys-kernel/grsecurity-sources/Manifest @@ -1,3 +1,3 @@ -DIST grsecurity-sources-extras-4.9.68.tar.xz 2845624 SHA256 b92794fe0eed486cc52fd23a45107795be3375d47bba57dbba32b6a87adb71c7 SHA512 21b745a2ba5ba435197696b97128a0febba100022846db1412d3859a90f452f5c9251d8fc1f6674fdb9d28c28648e0b5d5a816bc37adaa61252b4ae23a0b5829 WHIRLPOOL 47ef9767b4c15c05c0bd40c67d235e3649ac27a69dbc7a977760dd188d8d92909fda9b225baa3a7a24e2999666e4474cfc4fd9c19d57f2ff2991503e3af28e0e +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.68.ebuild 1175 SHA256 34b5670cbd765212f3bb36fdb6c8e5d05909664f5114b124d51ed352c5a5dfdd SHA512 f1614b5d2ba6c6efe3e49c74b374db8d25e5952ae736c1c54906cc035298a38dcfc71c51d2b9b2d7fc67a8e37a84d7abde0b215461d6aa1f53ed578601f4a5be WHIRLPOOL 6da24e3a8348c3d7e9eef64a0718d496bcc7d1cfb9eb4937627665bc5c0c2a067fb22a237b90922f0eb5ccd4a14304f2d0cedcb03e8edba478053987184165e6 +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.68.ebuild b/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.68.ebuild deleted file mode 100644 index aa63e28..0000000 --- a/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.68.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 -} diff --git a/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild b/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild new file mode 100644 index 0000000..aa63e28 --- /dev/null +++ b/sys-kernel/grsecurity-sources/grsecurity-sources-4.9.74.ebuild @@ -0,0 +1,39 @@ +# 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 +} -- cgit v1.2.3