pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-rex-arch security/ruby-rex-arch: Import ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/81eb0ea55280
branches:  trunk
changeset: 370211:81eb0ea55280
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 13 15:59:36 2017 +0000

description:
security/ruby-rex-arch: Import version 0.1.11

Ruby Exploitation(Rex) Library which contains architecture specific
information such as registers, opcodes, and stack manipulation
routines.

diffstat:

 security/ruby-rex-arch/DESCR    |   3 +++
 security/ruby-rex-arch/Makefile |  14 ++++++++++++++
 security/ruby-rex-arch/PLIST    |  17 +++++++++++++++++
 security/ruby-rex-arch/distinfo |   6 ++++++
 4 files changed, 40 insertions(+), 0 deletions(-)

diffs (56 lines):

diff -r d62bdbce9a97 -r 81eb0ea55280 security/ruby-rex-arch/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-arch/DESCR      Fri Oct 13 15:59:36 2017 +0000
@@ -0,0 +1,3 @@
+Ruby Exploitation(Rex) Library which contains architecture specific
+information such as registers, opcodes, and stack manipulation
+routines.
diff -r d62bdbce9a97 -r 81eb0ea55280 security/ruby-rex-arch/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-arch/Makefile   Fri Oct 13 15:59:36 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 15:59:36 minskim Exp $
+
+DISTNAME=      rex-arch-0.1.11
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-arch
+COMMENT=       Rex Library which contains architecture specific information
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-text-[0-9]*:../../security/ruby-rex-text
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d62bdbce9a97 -r 81eb0ea55280 security/ruby-rex-arch/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-arch/PLIST      Fri Oct 13 15:59:36 2017 +0000
@@ -0,0 +1,17 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 15:59:36 minskim Exp $
+${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}/lib/rex/arch.rb
+${GEM_LIBDIR}/lib/rex/arch/sparc.rb
+${GEM_LIBDIR}/lib/rex/arch/version.rb
+${GEM_LIBDIR}/lib/rex/arch/x86.rb
+${GEM_LIBDIR}/lib/rex/arch/zarch.rb
+${GEM_LIBDIR}/rex-arch.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r d62bdbce9a97 -r 81eb0ea55280 security/ruby-rex-arch/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-arch/distinfo   Fri Oct 13 15:59:36 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 15:59:36 minskim Exp $
+
+SHA1 (rex-arch-0.1.11.gem) = 8a6db5c295cc20887507dcded49db45830208bcd
+RMD160 (rex-arch-0.1.11.gem) = 8c23f48076537901ce16d07352cf4d8a00e7f69b
+SHA512 (rex-arch-0.1.11.gem) = 0b32c62b6a288f461bb081b7710e8191d49fa35522dde28d10bd9e016b2e9bd0b221391b07b3b30b79cd9ccd65157cab3ba6a5d918683a3674d41dfa1b1286e8
+Size (rex-arch-0.1.11.gem) = 19456 bytes



Home | Main Index | Thread Index | Old Index