Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 115823 Details for
Bug 126694
app-forensics/aide-0.13.1 (version bump)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
aide-0.13.1.ebuild
aide-0.13.1.ebuild (text/plain), 3.40 KB, created by
MATSUU Takuto (RETIRED)
on 2007-04-09 14:21:52 UTC
(
hide
)
Description:
aide-0.13.1.ebuild
Filename:
MIME Type:
Creator:
MATSUU Takuto (RETIRED)
Created:
2007-04-09 14:21:52 UTC
Size:
3.40 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-forensics/aide/aide-0.10_p20040917-r1.ebuild,v 1.2 2005/12/16 13:06:00 flameeyes Exp $ > >WANT_AUTOMAKE=latest >WANT_AUTOCONF=latest > >inherit autotools eutils multilib > >DESCRIPTION="AIDE (Advanced Intrusion Detection Environment) is a replacement for Tripwire" >HOMEPAGE="http://aide.sourceforge.net/" >SRC_URI="mirror://sourceforge/aide/${P}.tar.gz" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" >IUSE="acl audit curl mhash nls postgres selinux static xattr zlib" > >DEPEND="acl? ( sys-apps/acl ) > audit? ( sys-proccess/audit ) > curl? ( net-misc/curl ) > mhash? ( >=app-crypt/mhash-0.9.2 ) > !mhash? ( dev-libs/libgcrypt ) > nls? ( virtual/libintl ) > postgres? ( dev-db/postgresql ) > selinux? ( sys-libs/libselinux ) > xattr? ( sys-apps/attr ) > zlib? ( sys-libs/zlib )" > >RDEPEND="!static? ( ${DEPEND} ) > virtual/mailx" > >DEPEND="${DEPEND} > nls? ( sys-devel/gettext ) > sys-devel/bison > sys-devel/flex" > >src_unpack() { > unpack ${A} > cd "${S}" > epatch "${FILESDIR}"/${P}-gentoo.patch > > if ! use mhash ; then > # dev-libs/libgcrypt doesn't support whirlpool algorithm > sed -i -e 's/\+whirlpool//' doc/aide.conf.in || die > fi > > if ! use selinux ; then > sed -i -e 's/\+selinux//' doc/aide.conf.in || die > fi > > if ! use xattr ; then > sed -i -e 's/\+xattrs//' doc/aide.conf.in || die > fi > > if ! use acl ; then > sed -i -e 's/\+acl//' doc/aide.conf.in || die > fi > eautoreconf >} > >src_compile() { > local myconf="--sysconfdir=/etc/aide" > > # --without-* borked > use zlib && myconf="${myconf} --with-zlib" > use nls && myconf="${myconf} --with-locale" > use postgres && myconf="${myconf} --with-psql" > use selinux && myconf="${myconf} --with-selinux" > use curl && myconf="${myconf} --with-curl" > use acl && myconf="${myconf} --with-posix-acl" > use xattr && myconf="${myconf} --with-xattr" > use audit && myconf="${myconf} --with-audit" > > # If you use dev-libs/libgcrypt, --without-mhash is needed. > use mhash \ > && myconf="${myconf} --with-mhash" \ > || myconf="${myconf} --with-gcrypt --without-mhash" > > econf \ > $(use_enable static) \ > ${myconf} || die > emake || die >} > >src_install() { > emake DESTDIR="${D}" install || die > > keepdir /var/lib/aide > keepdir /var/log/aide > > insinto /etc/aide > doins "${FILESDIR}"/aide.conf > # doins doc/aide.conf > > dosbin "${FILESDIR}"/aideinit > > exeinto /etc/cron.daily > doexe "${FILESDIR}"/aide.cron > > dodoc ChangeLog AUTHORS NEWS README > dohtml doc/manual.html >} > >pkg_postinst() { > elog > elog "A sample configuration file has been installed as" > elog "/etc/aide/aide.conf. Please edit to meet your needs." > elog "Read the aide.conf(5) manual page for more information." > elog "A cron file has been installed in /etc/cron.daily/aide.cron" > elog "A helper script, aideinit, has been installed and can" > elog "be used to make AIDE management easier. Please run" > elog "aideinit --help for more information" > elog > > if use postgres; then > elog "Due to a bad assumption by aide, you must issue the following" > elog "command after the database initialization (aide --init ...):" > elog > elog 'psql -c "update pg_index set indisunique=false from pg_class \\ ' > elog " where pg_class.relname='TABLE_pkey' and \ " > elog ' pg_class.oid=pg_index.indexrelid" -h HOSTNAME -p PORT DBASE USER' > elog > elog "where TABLE, HOSTNAME, PORT, DBASE, and USER are the same as" > elog "your aide.conf." > elog > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 126694
:
86679
|
94362
|
94363
|
110822
|
110995
|
110996
|
111000
| 115823