diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-08-10 11:59:16 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2013-08-10 11:59:16 +0000 |
commit | 4dc3078fd654df038f90b51215a78862bc5a09da (patch) | |
tree | 49508b8d7725de9f36e67ea0b1fe518c22f1ad6f /sys-apps/gradm | |
parent | Version bump (diff) | |
download | gentoo-2-4dc3078fd654df038f90b51215a78862bc5a09da.tar.gz gentoo-2-4dc3078fd654df038f90b51215a78862bc5a09da.tar.bz2 gentoo-2-4dc3078fd654df038f90b51215a78862bc5a09da.zip |
Remove older version
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-apps/gradm')
-rw-r--r-- | sys-apps/gradm/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/gradm/files/respect-gentoo-env-r1.patch | 42 | ||||
-rw-r--r-- | sys-apps/gradm/gradm-2.9.1.201308021745.ebuild | 49 |
3 files changed, 5 insertions, 92 deletions
diff --git a/sys-apps/gradm/ChangeLog b/sys-apps/gradm/ChangeLog index ec9d40124c64..0a421f2ccf75 100644 --- a/sys-apps/gradm/ChangeLog +++ b/sys-apps/gradm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/gradm # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.202 2013/08/10 11:56:27 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/ChangeLog,v 1.203 2013/08/10 11:59:16 blueness Exp $ + + 10 Aug 2013; Anthony G. Basile <blueness@gentoo.org> + -files/respect-gentoo-env-r1.patch, -gradm-2.9.1.201308021745.ebuild: + Remove older version *gradm-2.9.1.201308091629 (10 Aug 2013) diff --git a/sys-apps/gradm/files/respect-gentoo-env-r1.patch b/sys-apps/gradm/files/respect-gentoo-env-r1.patch deleted file mode 100644 index 7f382b8712fb..000000000000 --- a/sys-apps/gradm/files/respect-gentoo-env-r1.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naur gradm2.orig/Makefile gradm2/Makefile ---- gradm2.orig/Makefile 2013-08-02 17:44:44.000000000 -0400 -+++ gradm2/Makefile 2013-08-03 08:40:34.000000000 -0400 -@@ -18,18 +18,18 @@ - 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 := -O2 - # for older versions of grsecurity, comment the above line and uncomment the below: - 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 -@@ -167,10 +167,11 @@ - $(MKNOD) -m 0622 $(DESTDIR)/dev/grsec c 1 13 ; \ - fi \ - fi -- @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 ; \ -- echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/etc/udev/rules.d/80-grsec.rules ; \ -+ @mkdir -p $(DESTDIR)/lib/udev/rules.d -+ @if [ -d $(DESTDIR)/lib/udev/rules.d ] ; then \ -+ echo "ACTION!=\"add|change\", GOTO=\"permissions_end\"" > $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ -+ echo "KERNEL==\"grsec\", MODE=\"0622\"" >> $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ -+ echo "LABEL=\"permissions_end\"" >> $(DESTDIR)/lib/udev/rules.d/80-grsec.rules ; \ - fi - @if [ -f $(DESTDIR)/sbin/udevadm ] ; then \ - $(DESTDIR)/sbin/udevadm trigger --action=change ; \ diff --git a/sys-apps/gradm/gradm-2.9.1.201308021745.ebuild b/sys-apps/gradm/gradm-2.9.1.201308021745.ebuild deleted file mode 100644 index 770a0aea081e..000000000000 --- a/sys-apps/gradm/gradm-2.9.1.201308021745.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gradm/gradm-2.9.1.201308021745.ebuild,v 1.1 2013/08/03 12:40:57 blueness Exp $ - -EAPI="5" -inherit flag-o-matic toolchain-funcs versionator eutils udev - -MY_PV="$(replace_version_separator 3 -)" - -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" - -RDEPEND="" -DEPEND=" - sys-devel/bison - sys-devel/flex - pam? ( virtual/pam )" - -S=${WORKDIR}/${PN}2 - -src_prepare() { - epatch "${FILESDIR}"/respect-gentoo-env-r1.patch - sed -i -e "s:/lib/udev:$(get_udevdir):" Makefile || die -} - -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() { - 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 -} |