diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-01-14 02:18:45 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-01-14 02:18:45 +0000 |
commit | 9a520e76aed33ed14247a3314af5ff41ed0b7d7a (patch) | |
tree | 4bc532af7c8c0c5dc581f27f86a53b44083ea791 /app-admin | |
parent | Remove mips, ia64, hppa and arm to avoid RDEPEND errors, Version bump. (Manif... (diff) | |
download | gentoo-2-9a520e76aed33ed14247a3314af5ff41ed0b7d7a.tar.gz gentoo-2-9a520e76aed33ed14247a3314af5ff41ed0b7d7a.tar.bz2 gentoo-2-9a520e76aed33ed14247a3314af5ff41ed0b7d7a.zip |
Remove hppa and mips from KEYWORDS, fix ebuild to add PSAD.pm, fixing bug 36750
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/bastille/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/bastille/Manifest | 4 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r1.ebuild | 7 | ||||
-rw-r--r-- | app-admin/bastille/bastille-2.1.1-r2.ebuild | 99 | ||||
-rw-r--r-- | app-admin/bastille/files/digest-bastille-2.1.1-r2 | 2 |
5 files changed, 116 insertions, 7 deletions
diff --git a/app-admin/bastille/ChangeLog b/app-admin/bastille/ChangeLog index 96c30dc841b6..b8e72193a406 100644 --- a/app-admin/bastille/ChangeLog +++ b/app-admin/bastille/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/bastille -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/ChangeLog,v 1.4 2003/12/02 22:05:01 plasmaroo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/ChangeLog,v 1.5 2004/01/14 02:18:45 battousai Exp $ + +*bastille-2.1.1-r2 (13 Jan 2004) + + 13 Jan 2004; Bryan Stine <battousai@gentoo.org> bastille-2.1.1-r1.ebuild, + bastille-2.1.1-r2.ebuild: Install the PSAD.pm perl interface module as well. + This fixes bug 36750. Also, removed hppa and mips architectures becuase some + runtime dependencies are not available. 22 Oct 2003; Seemant Kulleen <seemant@gentoo.org> bastille-2.1.1-r1.ebuild, files/bastille-2.1.1-firewall.init: The 'bastille-firewall' init script has diff --git a/app-admin/bastille/Manifest b/app-admin/bastille/Manifest index 0b94166e90fa..90f88b2d2c73 100644 --- a/app-admin/bastille/Manifest +++ b/app-admin/bastille/Manifest @@ -1,5 +1,7 @@ MD5 9cda69d60df8ef6987c3494ba2c673ca ChangeLog 1504 MD5 da8cf08d3aefc8ab6d9ed73c02a0b14d bastille-2.1.1-r1.ebuild 2469 MD5 624441f5e21afa19251eedc583e0c4e7 metadata.xml 433 -MD5 5952693da32f1292a5b6013e8e755799 files/digest-bastille-2.1.1-r1 146 +MD5 573bec3f1e39dd19ae536e1216d2fb1b bastille-2.1.1-r2.ebuild 2482 MD5 d67fde88483e98fc3147028dda5c01ef files/bastille-2.1.1-firewall.init 1348 +MD5 5952693da32f1292a5b6013e8e755799 files/digest-bastille-2.1.1-r1 146 +MD5 5952693da32f1292a5b6013e8e755799 files/digest-bastille-2.1.1-r2 146 diff --git a/app-admin/bastille/bastille-2.1.1-r1.ebuild b/app-admin/bastille/bastille-2.1.1-r1.ebuild index a3b1c3ce79fe..adfd8d2ff7fc 100644 --- a/app-admin/bastille/bastille-2.1.1-r1.ebuild +++ b/app-admin/bastille/bastille-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.2 2003/10/22 20:38:08 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r1.ebuild,v 1.3 2004/01/14 02:18:45 battousai Exp $ inherit perl-module @@ -17,8 +17,7 @@ SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa" - +KEYWORDS="~x86 ~ppc ~sparc ~alpha" RDEPEND="net-firewall/iptables app-admin/logrotate diff --git a/app-admin/bastille/bastille-2.1.1-r2.ebuild b/app-admin/bastille/bastille-2.1.1-r2.ebuild new file mode 100644 index 000000000000..88c0623421e2 --- /dev/null +++ b/app-admin/bastille/bastille-2.1.1-r2.ebuild @@ -0,0 +1,99 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/bastille/bastille-2.1.1-r2.ebuild,v 1.1 2004/01/14 02:18:45 battousai Exp $ + +inherit perl-module + +IUSE="X" + +PATCHVER=0.1 +MY_PN=${PN/b/B} +MY_P=${MY_PN}-${PV} +S=${WORKDIR}/${MY_PN} +DESCRIPTION="Bastille-Linux is a security hardening tool" +HOMEPAGE="http://bastille-linux.org/" +SRC_URI="mirror://sourceforge/${PN}-linux/${MY_P}.tar.bz2 + mirror://gentoo/${P}-gentoo-${PATCHVER}.patch.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~sparc ~alpha" + +RDEPEND="net-firewall/iptables + app-admin/logrotate + dev-perl/Curses + net-firewall/psad + X? ( dev-perl/perl-tk )" + +src_unpack() { + unpack ${A} + epatch ${WORKDIR}/${P}-gentoo-${PATCHVER}.patch +} + +src_compile() { + cd ${S} + cp ${FILESDIR}/bastille-${PV}-firewall.init ./bastille-firewall + + cd ${S}/psad/Psad.pm + perl-module_src_compile +} + +src_install() { + + keepdir /var/lock/subsys/${PN} + dodir /etc/Bastille + + cd ${S} + into /usr + dosbin bastille AutomatedBastille InteractiveBastille \ + BastilleBackEnd RevertBastille *.pl + + dosym RevertBastille /usr/sbin/UndoBastille + + insinto /usr/share/Bastille + doins Questions* Credits bastille-* *.xbm *.config + + insinto /usr/share/Bastille + doins Questions.txt Credits complete.xbm incomplete.xbm \ + ifup-local hosts.allow + + exeinto /usr/share/Bastille + doexe bastille-firewall* bastille-tmpdir* \ + bastille-ipchains bastille-netfilter \ + firewall/*.sh + + perlinfo + insinto ${SITE_LIB} + doins Bastille_Curses.pm + use X && doins Bastille_Tk.pm + insinto ${SITE_LIB}/Curses + doins Curses/Widgets.pm + + doman docs/bastille.1m + dodoc docs/* firewall/*.txt + + cd ${S}/Bastille + + insinto /usr/lib/Bastille + doins AccountSecurity.pm Apache.pm API.pm OSX_API.pm BootSecurity.pm \ + ConfigureMiscPAM.pm DisableUserTools.pm DNS.pm \ + FilePermissions.pm FTP.pm Firewall.pm HP_API.pm HP_UX.pm \ + IOLoader.pm Patches.pm Logging.pm \ + MiscellaneousDaemons.pm PatchDownload.pm Printing.pm \ + RemoteAccess.pm SecureInetd.pm Sendmail.pm TMPDIR.pm \ + test_AccountSecurity.pm test_Apache.pm test_DNS.pm \ + test_FTP.pm test_HP_UX.pm test_MiscellaneousDaemons.pm \ + test_SecureInetd.pm test_Sendmail.pm TestAPI.pm IPFilter.pm + + # psad interface module + cd ${S}/psad/Psad.pm + newins Psad.pm PSAD.pm + + # Documentation + cd ${S} + dodoc *.txt COPYING BUGS Change* README* +} + +pkg_postinst() { + use X || einfo "When not using the Tk interface you will need to start use the -c flag when calling ${PN} from command line. example ${PN} -c --os GE1.4" +} diff --git a/app-admin/bastille/files/digest-bastille-2.1.1-r2 b/app-admin/bastille/files/digest-bastille-2.1.1-r2 new file mode 100644 index 000000000000..bd17a91ead93 --- /dev/null +++ b/app-admin/bastille/files/digest-bastille-2.1.1-r2 @@ -0,0 +1,2 @@ +MD5 67b4d6a110fbe833bfc14dc46e75fa83 Bastille-2.1.1.tar.bz2 338227 +MD5 4742d81524cfe07f00c4bab66b17371f bastille-2.1.1-gentoo-0.1.patch.bz2 15312 |