pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ruby-rex-rop_builder



Module Name:    pkgsrc
Committed By:   minskim
Date:           Fri Oct 13 18:39:13 UTC 2017

Added Files:
        pkgsrc/security/ruby-rex-rop_builder: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-rop_builder/ALTERNATIVES \
    pkgsrc/security/ruby-rex-rop_builder/DESCR \
    pkgsrc/security/ruby-rex-rop_builder/Makefile \
    pkgsrc/security/ruby-rex-rop_builder/PLIST \
    pkgsrc/security/ruby-rex-rop_builder/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/ruby-rex-rop_builder/ALTERNATIVES
diff -u /dev/null pkgsrc/security/ruby-rex-rop_builder/ALTERNATIVES:1.1
--- /dev/null   Fri Oct 13 18:39:13 2017
+++ pkgsrc/security/ruby-rex-rop_builder/ALTERNATIVES   Fri Oct 13 18:39:13 2017
@@ -0,0 +1 @@
+bin/msfrop @PREFIX@/bin/msfrop@RUBY_SUFFIX@
Index: pkgsrc/security/ruby-rex-rop_builder/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-rop_builder/DESCR:1.1
--- /dev/null   Fri Oct 13 18:39:13 2017
+++ pkgsrc/security/ruby-rex-rop_builder/DESCR  Fri Oct 13 18:39:13 2017
@@ -0,0 +1,2 @@
+This is the Ruby Exploitation(Rex) Library for building ROP chains. It
+also comes with the msfrop command line tool.
Index: pkgsrc/security/ruby-rex-rop_builder/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-rop_builder/Makefile:1.1
--- /dev/null   Fri Oct 13 18:39:13 2017
+++ pkgsrc/security/ruby-rex-rop_builder/Makefile       Fri Oct 13 18:39:13 2017
@@ -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"
Index: pkgsrc/security/ruby-rex-rop_builder/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-rop_builder/PLIST:1.1
--- /dev/null   Fri Oct 13 18:39:13 2017
+++ pkgsrc/security/ruby-rex-rop_builder/PLIST  Fri Oct 13 18:39:13 2017
@@ -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
Index: pkgsrc/security/ruby-rex-rop_builder/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-rop_builder/distinfo:1.1
--- /dev/null   Fri Oct 13 18:39:13 2017
+++ pkgsrc/security/ruby-rex-rop_builder/distinfo       Fri Oct 13 18:39:13 2017
@@ -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