Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304577 Details for
Bug 367027
net-analyzer/amun - Low-interaction honeypot, capture autonomous spreading malware in an automated fashion
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
amun-0.1.9.ebuild
amun-0.1.9-r1.ebuild (text/plain), 1.69 KB, created by
Iván Atienza
on 2012-03-08 01:30:55 UTC
(
hide
)
Description:
amun-0.1.9.ebuild
Filename:
MIME Type:
Creator:
Iván Atienza
Created:
2012-03-08 01:30:55 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2012 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI=4 > >PYTHON_DEPEND="2:2.7" >RESTRICT_PYTHON_ABIS="3.*" > >inherit eutils python > >DESCRIPTION="Low-interaction honeypot, capture autonomous spreading malware in an automated fashion." >HOMEPAGE="http://amunhoney.sourceforge.net/" >SRC_URI="mirror://sourceforge/project/${PN}honey/${PN}/${PN}-v${PV}/${PN}-v${PV}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86" >IUSE="mysql surfnet" > >DEPEND="mysql? ( virtual/mysql ) > surfnet? ( <=dev-python/psycopg-2.4.2 ) >" > >S="${WORKDIR}/${PN}" > >pkg_setup() { > python_set_active_version 2 > python_pkg_setup > enewgroup ${PN} > enewuser ${PN} -1 -1 /dev/null ${PN} >} > >pkg_info() { > "${ROOT}"/opt/amun/amun_server.py --version >} > >src_prepare() { > einfo "This patch set runtime (after bind ports) privileges to user amun, default is root." > epatch "${FILESDIR}/${PN}.conf.patch" >} > >src_install() { > insinto /opt > doins -r "${S}" > exeinto /opt/${PN} > doexe ${PN}_server.py > dodoc AUTHORS CHANGELOG CREDITS INSTALL conf/${PN}_db.sql > rm "${D}/opt/${PN}/AUTHORS" \ > "${D}/opt/${PN}/CHANGELOG" \ > "${D}/opt/${PN}/CREDITS" \ > "${D}/opt/${PN}/INSTALL" \ > "${D}/opt/${PN}/LICENSE" \ > "${D}/opt/${PN}/conf/${PN}_db.sql" > doinitd "${FILESDIR}"/${PN}_server > fowners -R ${PN}:${PN} /opt/${PN} >} > >pkg_postinst() { > python_mod_optimize /opt/${PN} > if use mysql; then > elog "If you plan log to mysql you can create a database using:" > elog "/usr/share/doc/"${P}"/"${PN}"_db.sql.bz2" > elog " " > elog "Modify as need /opt/"${PN}"/conf/log-mysql.conf and uncomment" > elog "in /opt/amun/conf/"${PN}".conf log-mysql related lines" > fi >} > >pkg_postrm() { > python_mod_cleanup /opt/${PN} >}
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 367027
:
272979
|
272981
|
272983
|
272985
| 304577 |
304579