pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   minskim
Date:           Thu Oct 12 16:18:13 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-core/DESCR \
    pkgsrc/security/ruby-rex-core/Makefile \
    pkgsrc/security/ruby-rex-core/PLIST \
    pkgsrc/security/ruby-rex-core/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-core/DESCR
diff -u /dev/null pkgsrc/security/ruby-rex-core/DESCR:1.1
--- /dev/null   Thu Oct 12 16:18:13 2017
+++ pkgsrc/security/ruby-rex-core/DESCR Thu Oct 12 16:18:13 2017
@@ -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.
Index: pkgsrc/security/ruby-rex-core/Makefile
diff -u /dev/null pkgsrc/security/ruby-rex-core/Makefile:1.1
--- /dev/null   Thu Oct 12 16:18:13 2017
+++ pkgsrc/security/ruby-rex-core/Makefile      Thu Oct 12 16:18:13 2017
@@ -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"
Index: pkgsrc/security/ruby-rex-core/PLIST
diff -u /dev/null pkgsrc/security/ruby-rex-core/PLIST:1.1
--- /dev/null   Thu Oct 12 16:18:13 2017
+++ pkgsrc/security/ruby-rex-core/PLIST Thu Oct 12 16:18:13 2017
@@ -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
Index: pkgsrc/security/ruby-rex-core/distinfo
diff -u /dev/null pkgsrc/security/ruby-rex-core/distinfo:1.1
--- /dev/null   Thu Oct 12 16:18:13 2017
+++ pkgsrc/security/ruby-rex-core/distinfo      Thu Oct 12 16:18:13 2017
@@ -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