diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-07-08 12:46:59 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-07-08 12:46:59 +0000 |
commit | b3308e71d6c61ea86ed8ed7da0b4f5420d250738 (patch) | |
tree | 04cd38ccaf9a6e947b06fcc412d72b966d498750 /sys-apps/gradm | |
parent | Version bump and remove old. (diff) | |
download | gentoo-2-b3308e71d6c61ea86ed8ed7da0b4f5420d250738.tar.gz gentoo-2-b3308e71d6c61ea86ed8ed7da0b4f5420d250738.tar.bz2 gentoo-2-b3308e71d6c61ea86ed8ed7da0b4f5420d250738.zip |
Rename 2.9.201202232055 to 2.9.0.201202232055, bug #424351
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r-- | sys-apps/gradm/ChangeLog | 8 | ||||
-rw-r--r-- | sys-apps/gradm/files/gradm-2.9.0.201202232055.patch | 32 | ||||
-rw-r--r-- | sys-apps/gradm/gradm-2.9.0.201202232055.ebuild | 56 |
3 files changed, 95 insertions, 1 deletions
diff --git a/sys-apps/gradm/ChangeLog b/sys-apps/gradm/ChangeLog index 7777536f5e1d..d94f55b0bce3 100644 --- a/sys-apps/gradm/ChangeLog +++ b/sys-apps/gradm/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-apps/gradm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.183 2012/07/01 12:08:35 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.184 2012/07/08 12:46:58 blueness Exp $ + +*gradm-2.9.0.201202232055 (08 Jul 2012) + + 08 Jul 2012; Anthony G. Basile <blueness@gentoo.org> + +gradm-2.9.0.201202232055.ebuild, +files/gradm-2.9.0.201202232055.patch: + Rename 2.9.201202232055 to 2.9.0.201202232055, bug #424351 01 Jul 2012; Anthony G. Basile <blueness@gentoo.org> gradm-2.9.1.201206091838.ebuild: diff --git a/sys-apps/gradm/files/gradm-2.9.0.201202232055.patch b/sys-apps/gradm/files/gradm-2.9.0.201202232055.patch new file mode 100644 index 000000000000..cd878eee55f9 --- /dev/null +++ b/sys-apps/gradm/files/gradm-2.9.0.201202232055.patch @@ -0,0 +1,32 @@ +diff -Naur gradm2.orig/Makefile gradm2/Makefile +--- gradm2.orig/Makefile 2011-03-26 14:46:14.000000000 -0400 ++++ gradm2/Makefile 2011-03-27 11:11:36.000000000 -0400 +@@ -18,16 +18,16 @@ + BISON=/usr/bin/bison + #YACC := $(shell if [ -x $(BYACC) ]; then echo $(BYACC); else echo $(BISON); fi) + YACC=$(BISON) +-MKNOD=/bin/mknod ++MKNOD=true + #for dietlibc + #CC=/usr/bin/diet /usr/bin/gcc + CC=/usr/bin/gcc + FIND=/usr/bin/find +-STRIP=/usr/bin/strip ++STRIP=true + LIBS := $(shell if [ "`uname -m`" != "sparc64" -a "`uname -m`" != "x86_64" ]; then echo "-lfl" ; else echo "" ; fi) + OPT_FLAGS := $(shell if [ "`uname -m`" != "sparc64" ] && [ "`uname -m`" != "x86_64" ]; then echo "-O2" ; else echo "-O2 -m64" ; fi) +-CFLAGS := $(OPT_FLAGS) -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE +-LDFLAGS= ++CFLAGS := $(OPT_FLAGS) -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE $(CFLAGS) ++LDFLAGS+= + INSTALL = /usr/bin/install -c + + # FHS +@@ -134,6 +134,7 @@ + $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \ + fi \ + fi ++ @mkdir -p $(DESTDIR)/etc/udev/rules.d + @if [ -d $(DESTDIR)/etc/udev/rules.d ] ; then \ + echo "ACTION!=\"add|change\", GOTO=\"permissions_end\"" > $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ + echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ diff --git a/sys-apps/gradm/gradm-2.9.0.201202232055.ebuild b/sys-apps/gradm/gradm-2.9.0.201202232055.ebuild new file mode 100644 index 000000000000..9df0c028388b --- /dev/null +++ b/sys-apps/gradm/gradm-2.9.0.201202232055.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.9.0.201202232055.ebuild,v 1.1 2012/07/08 12:46:58 blueness Exp $ + +EAPI="4" + +inherit flag-o-matic toolchain-funcs versionator eutils + +MY_PV="$(replace_version_separator 3 -)" +MY_PV="${MY_PV/2.9.0/2.9}" + +DESCRIPTION="Administrative interface for the grsecurity Role Based Access Control system" +HOMEPAGE="http://www.grsecurity.net/" +SRC_URI="http://dev.gentoo.org/~blueness/hardened-sources/gradm/${PN}-${MY_PV}.tar.gz" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +IUSE="pam" + +CDEPEND="sys-fs/udev" +RDEPEND="${CDEPEND}" +DEPEND=" + ${CDEPEND} + sys-devel/bison + sys-devel/flex + pam? ( virtual/pam ) + sys-apps/paxctl" + +S="${WORKDIR}/${PN}2" + +src_prepare() { + epatch "${FILESDIR}/${P}.patch" +} + +src_compile() { + local target + use pam || target="nopam" + + emake ${target} CC="$(tc-getCC)" OPT_FLAGS="${CFLAGS}" +} + +src_install() { + einstall DESTDIR="${D}" + fperms 711 /sbin/gradm +} + +pkg_postinst() { + udevadm control --reload-rules && udevadm trigger --action=add --sysname-match=grsec + einfo + ewarn + ewarn "Be sure to set a password with 'gradm -P' before enabling learning mode" + ewarn "This version of gradm is only supported with hardened-sources >= 2.6.32-r10" + ewarn + einfo +} |