FreeBSD Bugzilla – Attachment 137514 Details for
Bug 183099
[patch] update security/metasploit to 4.7.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
msf.diff
msf.diff (text/plain), 2.42 KB, created by
Antoine Brodin
on 2013-10-19 11:30:00 UTC
(
hide
)
Description:
msf.diff
Filename:
MIME Type:
Creator:
Antoine Brodin
Created:
2013-10-19 11:30:00 UTC
Size:
2.42 KB
patch
obsolete
>Index: security/metasploit/Makefile >=================================================================== >--- security/metasploit/Makefile (revision 330856) >+++ security/metasploit/Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= metasploit >-DISTVERSION= 4.7.0 >-PORTREVISION= 1 >+DISTVERSION= 4.7.2 > CATEGORIES= security > MASTER_SITES= http://downloads.metasploit.com/data/releases/archive/ > DISTNAME= framework-${DISTVERSION} >@@ -36,23 +35,18 @@ > OPTIONS_DEFAULT=DB > DB_DESC= Database support > >-NO_STAGE= yes >-.include <bsd.port.options.mk> >- >-.if ${PORT_OPTIONS:MDB} >-RUN_DEPENDS+= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \ >+DB_RUN_DEPENDS= rubygem-activerecord>=0:${PORTSDIR}/databases/rubygem-activerecord \ > rubygem-metasploit_data_models>=0.15.1:${PORTSDIR}/security/rubygem-metasploit_data_models \ > rubygem-pg>=0.11:${PORTSDIR}/databases/rubygem-pg >-.endif > > post-patch: > ${REINPLACE_CMD} 's|bundler/setup|rubygems|' ${WRKSRC}/lib/msfenv.rb > > do-install: >- @${MKDIR} ${DATADIR} >- ${CP} -Rp ${WRKSRC}/ ${DATADIR} >+ @${MKDIR} ${STAGEDIR}${DATADIR} >+ ${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${DATADIR} > .for f in ${SCRIPTS} >- ${LN} -s ${DATADIR}/${f} ${PREFIX}/bin/${f} >+ ${LN} -s ${DATADIR}/${f} ${STAGEDIR}${PREFIX}/bin/${f} > .endfor > > post-install: >@@ -59,9 +53,9 @@ > .for f in ${SCRIPTS} > ${ECHO} "bin/${f}" >> ${TMPPLIST} > .endfor >- @${FIND} ${DATADIR} -type f | ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} >- @${FIND} ${DATADIR} -type l | ${SED} 's,${PREFIX}/,,' >> ${TMPPLIST} >- @${FIND} ${DATADIR} -type d | ${SORT} -r | \ >- ${SED} 's,${PREFIX}/,, ; s,^,@dirrm ,' >> ${TMPPLIST} >+ @${FIND} ${STAGEDIR}${DATADIR} -type f | ${SED} 's,${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} >+ @${FIND} ${STAGEDIR}${DATADIR} -type l | ${SED} 's,${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} >+ @${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \ >+ ${SED} 's,${STAGEDIR}${PREFIX}/,, ; s,^,@dirrm ,' >> ${TMPPLIST} > > .include <bsd.port.mk> >Index: security/metasploit/distinfo >=================================================================== >--- security/metasploit/distinfo (revision 330856) >+++ security/metasploit/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (framework-4.7.0.tar.bz2) = 2727c20c895cae12944a213fa42fda3e7ead8523e7714bc195fc4d9a49c0eca2 >-SIZE (framework-4.7.0.tar.bz2) = 35123599 >+SHA256 (framework-4.7.2.tar.bz2) = bbbb0cc85585fa148d9e7eefeae09b4eeaf061ba457a7490dee450ca7b150f8f >+SIZE (framework-4.7.2.tar.bz2) = 35591358
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 183099
: 137514