pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd2fabbd9010
branches:  trunk
changeset: 370158:bd2fabbd9010
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Oct 12 16:18:13 2017 +0000

description:
security/ruby-rex-core: Import version 0.1.12

The Ruby Exploitation (rex) Core Gem. This Gem contains the odds and
ends of code that so many other pieces of Rex rely upon, but that are
too small to be put into their own seperate gems. This include some of
the ruby cross-platform compatibility and file utility code.

diffstat:

 security/ruby-rex-core/DESCR    |   4 ++++
 security/ruby-rex-core/Makefile |  12 ++++++++++++
 security/ruby-rex-core/PLIST    |  28 ++++++++++++++++++++++++++++
 security/ruby-rex-core/distinfo |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 514299f454ba -r bd2fabbd9010 security/ruby-rex-core/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-core/DESCR      Thu Oct 12 16:18:13 2017 +0000
@@ -0,0 +1,4 @@
+The Ruby Exploitation (rex) Core Gem. This Gem contains the odds and
+ends of code that so many other pieces of Rex rely upon, but that are
+too small to be put into their own seperate gems. This include some of
+the ruby cross-platform compatibility and file utility code.
diff -r 514299f454ba -r bd2fabbd9010 security/ruby-rex-core/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-core/Makefile   Thu Oct 12 16:18:13 2017 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2017/10/12 16:18:13 minskim Exp $
+
+DISTNAME=      rex-core-0.1.12
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-core
+COMMENT=       Core libraries required for the Ruby Exploitation Suite
+LICENSE=       modified-bsd
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 514299f454ba -r bd2fabbd9010 security/ruby-rex-core/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-core/PLIST      Thu Oct 12 16:18:13 2017 +0000
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:18:13 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/compat.rb
+${GEM_LIBDIR}/lib/rex/core.rb
+${GEM_LIBDIR}/lib/rex/core/version.rb
+${GEM_LIBDIR}/lib/rex/exceptions.rb
+${GEM_LIBDIR}/lib/rex/file.rb
+${GEM_LIBDIR}/lib/rex/io/datagram_abstraction.rb
+${GEM_LIBDIR}/lib/rex/io/ring_buffer.rb
+${GEM_LIBDIR}/lib/rex/io/socket_abstraction.rb
+${GEM_LIBDIR}/lib/rex/io/stream.rb
+${GEM_LIBDIR}/lib/rex/io/stream_abstraction.rb
+${GEM_LIBDIR}/lib/rex/io/stream_server.rb
+${GEM_LIBDIR}/lib/rex/sync.rb
+${GEM_LIBDIR}/lib/rex/sync/event.rb
+${GEM_LIBDIR}/lib/rex/sync/read_write_lock.rb
+${GEM_LIBDIR}/lib/rex/sync/ref.rb
+${GEM_LIBDIR}/lib/rex/sync/thread_safe.rb
+${GEM_LIBDIR}/rex-core.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 514299f454ba -r bd2fabbd9010 security/ruby-rex-core/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-core/distinfo   Thu Oct 12 16:18:13 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/12 16:18:13 minskim Exp $
+
+SHA1 (rex-core-0.1.12.gem) = 873237c8b44ae5673437cceb167fc75cb9d750e2
+RMD160 (rex-core-0.1.12.gem) = 9068dbac9fc37f60c857fea5e0d6224e9af73684
+SHA512 (rex-core-0.1.12.gem) = 87d2e04752ea019f327f5a3bf07149d3245d2dc709485033ac069f31bb592a4840cfd547042f5537b0a2c90988aff54a6067999e02f2dacc8e0f4029dd9a3537
+Size (rex-core-0.1.12.gem) = 30208 bytes



Home | Main Index | Thread Index | Old Index