SPECS (DEVEL): metasploit3.spec - try 3.2

glen glen at pld-linux.org
Fri Jul 25 00:11:11 CEST 2008


Author: glen                         Date: Thu Jul 24 22:11:11 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- try 3.2

---- Files affected:
SPECS:
   metasploit3.spec (1.8 -> 1.8.2.1) 

---- Diffs:

================================================================
Index: SPECS/metasploit3.spec
diff -u SPECS/metasploit3.spec:1.8 SPECS/metasploit3.spec:1.8.2.1
--- SPECS/metasploit3.spec:1.8	Fri Jul 25 00:09:35 2008
+++ SPECS/metasploit3.spec	Fri Jul 25 00:11:05 2008
@@ -5,13 +5,14 @@
 Summary:	The Metasploit Framework - a powerful tool for penetration testing
 Summary(pl.UTF-8):	Metasploit Framework - narzędzie wspomagające testy penetracyjne
 Name:		metasploit3
-Version:	3.1
-Release:	0.7
+Version:	3.2
+Release:	0.1
 License:	MFL v1.2+
 Group:		Applications
-Source0:	http://spool.metasploit.com/releases/framework-%{version}.tar.gz
-# Source0-md5:	5858d5af28933dcc22a0e22831c2f511
-Patch0:		%{name}-datadir.patch
+#Source0:	http://spool.metasploit.com/releases/framework-%{version}.tar.gz
+Source0:	http://www.telesphoreo.org/export/154/trunk/data/metasploit3/framework-%{version}.tar.gz
+# Source0-md5:	809564eefc31b43d45df54c05888cf9c
+#Patch0:		%{name}-datadir.patch
 URL:		http://www.metasploit.com/framework/
 BuildRequires:	sed >= 4.0
 #Requires:	rails
@@ -27,33 +28,34 @@
 %define		_enable_debug_packages	0
 
 %description
-The Metasploit Framework 3.1 is an advanced open-source platform for
+The Metasploit Framework 3.2 is an advanced open-source platform for
 developing, testing, and using exploit code. This project initially
 started off as a portable network game and has evolved into a powerful
 tool for penetration testing, exploit development, and vulnerability
 research.
 
-FYI: not all exploit modules are ported to ruby based 3.1 version, so
+FYI: not all exploit modules are ported to ruby based 3.2 version, so
 it is not a full replacement for Perl based Metasploit Framework 2.7.
 
 %description -l pl.UTF-8
-Metasploit Framework 3.1 to zaawansowana platforma do tworzenia,
+Metasploit Framework 3.2 to zaawansowana platforma do tworzenia,
 testowania i wykorzystywania kodu exploitów. Projekt ten początkowo
 maił być przenośną grą sieciową, a wyewoluował do potężnego narzędzia
 do testów penetracyjnych, tworzenia exploitów i wyszukiwania luk.
 
-INFO: Dla wykorzystującej język ruby wersji 3.1 nie przeniesiono
+INFO: Dla wykorzystującej język ruby wersji 3.2 nie przeniesiono
 jeszcze wszystkich exploitów. Nie jest to pełny zamiennik Perlowego
 Metasploit Framework 2.7.
 
 %prep
-%setup -q -n framework-%{version}
+%setup -q -n framework3
+#%setup -q -n framework-%{version}
 find -name .svn -type d -print0 | xargs -0 rm -rf
 egrep -rl '/usr/local/bin/ruby|/''usr/bin/env' . | xargs %{__sed} -i -e '
 	1s,#!.*/bin/ruby,#!/''usr/bin/ruby,
 	1s,#!/''usr/bin/env ruby,#!/''usr/bin/ruby,
 '
-%patch0 -p1
+#%patch0 -p1
 
 # cleanup backups after patching
 find . '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
@@ -85,6 +87,7 @@
 %attr(755,root,root) %{_bindir}/msfcli
 %attr(755,root,root) %{_bindir}/msfconsole
 %attr(755,root,root) %{_bindir}/msfd
+%attr(755,root,root) %{_bindir}/msfelfscan
 %attr(755,root,root) %{_bindir}/msfencode
 %attr(755,root,root) %{_bindir}/msfgui
 %attr(755,root,root) %{_bindir}/msfopcode
@@ -107,6 +110,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8.2.1  2008/07/24 22:11:05  glen
+- try 3.2
+
 Revision 1.8  2008/07/24 22:09:35  glen
 - fool adapter
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/metasploit3.spec?r1=1.8&r2=1.8.2.1&f=u



More information about the pld-cvs-commit mailing list