pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ruby-rex-socket security/ruby-rex-socket: Imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/213ed89ab661
branches:  trunk
changeset: 370254:213ed89ab661
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Oct 13 18:22:46 2017 +0000

description:
security/ruby-rex-socket: Import version 0.1.8

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

diffstat:

 security/ruby-rex-socket/DESCR    |   3 +++
 security/ruby-rex-socket/Makefile |  14 ++++++++++++++
 security/ruby-rex-socket/PLIST    |  30 ++++++++++++++++++++++++++++++
 security/ruby-rex-socket/distinfo |   6 ++++++
 4 files changed, 53 insertions(+), 0 deletions(-)

diffs (69 lines):

diff -r ac3d7f34051a -r 213ed89ab661 security/ruby-rex-socket/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-socket/DESCR    Fri Oct 13 18:22:46 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 ac3d7f34051a -r 213ed89ab661 security/ruby-rex-socket/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-socket/Makefile Fri Oct 13 18:22:46 2017 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2017/10/13 18:22:46 minskim Exp $
+
+DISTNAME=      rex-socket-0.1.8
+CATEGORIES=    security
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/rapid7/rex-socket
+COMMENT=       Rex socket abstraction library
+LICENSE=       modified-bsd
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rex-core-[0-9]*:../../security/ruby-rex-core
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ac3d7f34051a -r 213ed89ab661 security/ruby-rex-socket/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-socket/PLIST    Fri Oct 13 18:22:46 2017 +0000
@@ -0,0 +1,30 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/13 18:22:46 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}/bin/console
+${GEM_LIBDIR}/bin/setup
+${GEM_LIBDIR}/lib/rex/socket.rb
+${GEM_LIBDIR}/lib/rex/socket/comm.rb
+${GEM_LIBDIR}/lib/rex/socket/comm/local.rb
+${GEM_LIBDIR}/lib/rex/socket/ip.rb
+${GEM_LIBDIR}/lib/rex/socket/parameters.rb
+${GEM_LIBDIR}/lib/rex/socket/range_walker.rb
+${GEM_LIBDIR}/lib/rex/socket/ssh_factory.rb
+${GEM_LIBDIR}/lib/rex/socket/ssl_tcp.rb
+${GEM_LIBDIR}/lib/rex/socket/ssl_tcp_server.rb
+${GEM_LIBDIR}/lib/rex/socket/subnet_walker.rb
+${GEM_LIBDIR}/lib/rex/socket/switch_board.rb
+${GEM_LIBDIR}/lib/rex/socket/tcp.rb
+${GEM_LIBDIR}/lib/rex/socket/tcp_server.rb
+${GEM_LIBDIR}/lib/rex/socket/udp.rb
+${GEM_LIBDIR}/lib/rex/socket/version.rb
+${GEM_LIBDIR}/lib/rex/socket/x509_certificate.rb
+${GEM_LIBDIR}/rex-socket.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r ac3d7f34051a -r 213ed89ab661 security/ruby-rex-socket/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/ruby-rex-socket/distinfo Fri Oct 13 18:22:46 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/10/13 18:22:46 minskim Exp $
+
+SHA1 (rex-socket-0.1.8.gem) = 8582e7b496c64102891ba5da4babb1309de6a2b5
+RMD160 (rex-socket-0.1.8.gem) = 47567320b6c0861fc4cea8c0a34fcee77239cfb9
+SHA512 (rex-socket-0.1.8.gem) = 435ada39f7fe0b5a5d41f7f69a8f69336a212c0d17b8f71403f508e626e23475b78e62c4d7c5b6c27e8be13f3754e1445e00c675cd3d0d69b9198503cee27c8a
+Size (rex-socket-0.1.8.gem) = 40448 bytes



Home | Main Index | Thread Index | Old Index