Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
cedk 07/09/09 11:56:21
Modified: ChangeLog
Added: metasploit-3.0.ebuild
Log:
Version bump with new slot for bug #142778
(Portage version: 2.1.2.12)
Revision Changes Path
1.23 net-analyzer/metasploit/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/metasploit/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/metasploit/ChangeLog?r1=1.22&r2=1.23
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog 7 Feb 2007 20:44:41 -0000 1.22
+++ ChangeLog 9 Sep 2007 11:56:20 -0000 1.23
@@ -1,6 +1,12 @@
# ChangeLog for net-analyzer/metasploit
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.22 2007/02/07 20:44:41 blubb Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/ChangeLog,v 1.23 2007/09/09 11:56:20 cedk Exp $
+
+*metasploit-3.0 (09 Sep 2007)
+
+ 09 Sep 2007; Cédric Krier <cedk@g.o> +files/msfweb3.confd,
+ +files/metasploit-3.0.patch, +files/msfweb3.initd, +metasploit-3.0.ebuild:
+ Version bump with new slot for bug #142778
07 Feb 2007; Simon Stelling <blubb@g.o> metasploit-2.7.ebuild:
stable on amd64; bug 164246
1.1 net-analyzer/metasploit/metasploit-3.0.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/metasploit/metasploit-3.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/metasploit/metasploit-3.0.ebuild?rev=1.1&content-type=text/plain
Index: metasploit-3.0.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/metasploit/metasploit-3.0.ebuild,v 1.1 2007/09/09 11:56:20 cedk Exp $
inherit eutils
MY_P="${PN/metasploit/framework}-${PV}"
S="${WORKDIR}/${MY_P}"
DESCRIPTION="The Metasploit Framework is an advanced open-source platform for developing, testing, and using vulnerability exploit code."
HOMEPAGE="http://www.metasploit.org/"
SRC_URI="${MY_P}.tar.gz"
LICENSE="MSF-1.2"
SLOT="3"
KEYWORDS="~amd64 ~ppc ~x86"
RESTRICT="fetch"
IUSE="gtk sqlite sqlite3 postgres httpd"
RDEPEND="dev-lang/ruby
gtk? ( dev-ruby/ruby-libglade2 )
httpd? ( =dev-ruby/rails-1.2.2* )
sqlite? ( dev-ruby/sqlite-ruby
dev-ruby/activerecord )
sqlite3? ( dev-ruby/sqlite3-ruby
dev-ruby/activerecord )
postgres? ( dev-ruby/ruby-postgres
dev-ruby/activerecord )"
DEPEND=""
pkg_nofetch() {
# Fetch restricted due to license acceptation
einfo "Please download the framework from:"
einfo "http://metasploit.com/projects/Framework/msf3/download.html?Release=${MY_P}.tar.gz"
einfo "and move it to ${DISTDIR}"
}
src_compile() {
epatch "${FILESDIR}"/${P}.patch
}
src_install() {
dodir /usr/lib/
dodir /usr/bin/
# remove the subversion directories
find ${S} -type d -name ".svn" | xargs rm -R
# should be as simple as copying everything into the target...
dodir /usr/lib/metasploit${SLOT}
cp -R "${S}"/* "${D}"/usr/lib/metasploit${SLOT} || die "Copy files failed"
rm -Rf "${D}"/usr/lib/metasploit${SLOT}/documentation "${D}"/README
for file in `ls msf*`; do
dosym /usr/lib/metasploit${SLOT}/${file} /usr/bin/${file}${SLOT}
done
chown -R root:root ${D}
if use httpd; then
newinitd "${FILESDIR}"/msfweb${SLOT}.initd msfweb${SLOT} \
|| die "newinitd failed"
newconfd "${FILESDIR}"/msfweb${SLOT}.confd msfweb${SLOT} \
|| die "newconfd failed"
fi
}
--
gentoo-commits@g.o mailing list
|
|