pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/ruby-rex-rop_builder security/ruby-rex-rop_bu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd0cdaca14f1
branches:  trunk
changeset: 370261:cd0cdaca14f1
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 13 18:39:13 2017 +0000

description:
security/ruby-rex-rop_builder: Import version 0.1.3

This is the Ruby Exploitation(Rex) Library for building ROP chains. It
also comes with the msfrop command line tool.

diffstat:

 security/ruby-rex-rop_builder/ALTERNATIVES |   1 +
 security/ruby-rex-rop_builder/DESCR        |   2 ++
 security/ruby-rex-rop_builder/Makefile     |  18 ++++++++++++++++++
 security/ruby-rex-rop_builder/PLIST        |  19 +++++++++++++++++++
 security/ruby-rex-rop_builder/distinfo     |   6 ++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 1beac71d862e -r cd0cdaca14f1 security/ruby-rex-rop_builder/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-rop_builder/ALTERNATIVES        Fri Oct 13 18:39:13 2017 +0000
@@ -0,0 +1,1 @@
+bin/msfrop @PREFIX@/bin/msfrop@RUBY_SUFFIX@
diff -r 1beac71d862e -r cd0cdaca14f1 security/ruby-rex-rop_builder/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-rop_builder/DESCR       Fri Oct 13 18:39:13 2017 +0000
@@ -0,0 +1,2 @@
+This is the Ruby Exploitation(Rex) Library for building ROP chains. It
+also comes with the msfrop command line tool.
diff -r 1beac71d862e -r cd0cdaca14f1 security/ruby-rex-rop_builder/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-rop_builder/Makefile    Fri Oct 13 18:39:13 2017 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 18:39:13 minskim Exp $
+
+DISTNAME=      rex-rop_builder-0.1.3
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-rop_builder
+COMMENT=       Ruby Exploitation Library for building ROP chains
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-metasm-[0-9]*:../../devel/ruby-metasm
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 1beac71d862e -r cd0cdaca14f1 security/ruby-rex-rop_builder/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-rop_builder/PLIST       Fri Oct 13 18:39:13 2017 +0000
@@ -0,0 +1,19 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 18:39:13 minskim Exp $
+bin/msfrop${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/CODE_OF_CONDUCT.md
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/bin/console
+${GEM_LIBDIR}/bin/msfrop
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/rex/rop_builder.rb
+${GEM_LIBDIR}/lib/rex/rop_builder/rop.rb
+${GEM_LIBDIR}/lib/rex/rop_builder/version.rb
+${GEM_LIBDIR}/rex-rop_builder.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 1beac71d862e -r cd0cdaca14f1 security/ruby-rex-rop_builder/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-rop_builder/distinfo    Fri Oct 13 18:39:13 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 18:39:13 minskim Exp $
+
+SHA1 (rex-rop_builder-0.1.3.gem) = de97822cda575d819ecd5fa8c2d34b37778ad5fb
+RMD160 (rex-rop_builder-0.1.3.gem) = 0bfbd7a0ba29adb53b0fe0ee6394393b6112ca76
+SHA512 (rex-rop_builder-0.1.3.gem) = c01c82761bd317fcdf0de4cd03b834c3e3d2638a9bf72e7c47643fc8faab179dfa639b319fd1de7691d0dc2ccb7578bebbd567e03e8efe24553cc481456ad4d6
+Size (rex-rop_builder-0.1.3.gem) = 17920 bytes



Home | Main Index | Thread Index | Old Index