Received: by mail.netbsd.org (Postfix, from userid 605) id 6C94884D5F; Fri, 13 Oct 2017 17:59:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 009FB84D5A for ; Fri, 13 Oct 2017 17:59:12 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WtAWlFGyM9p4 for ; Fri, 13 Oct 2017 17:59:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 6B8FC84CDD for ; Fri, 13 Oct 2017 17:59:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 628BEFBC7; Fri, 13 Oct 2017 17:59:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150791755162780" MIME-Version: 1.0 Date: Fri, 13 Oct 2017 17:59:11 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/security/ruby-rex-nop To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20171013175911.628BEFBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150791755162780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Fri Oct 13 17:59:11 UTC 2017 Added Files: pkgsrc/security/ruby-rex-nop: DESCR Makefile PLIST distinfo Log Message: security/ruby-rex-nop: Import version 0.1.1 This library contains the opty2 library for dynamic generation of x86 multi-byte NOPs.This is useful in writing exploits and encoders. It allows you to dynamic generate variable length instruction sets that are equivalent to a No Operation(NOP) without using the actual 0x90 bytecode. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/security/ruby-rex-nop/DESCR \ pkgsrc/security/ruby-rex-nop/Makefile pkgsrc/security/ruby-rex-nop/PLIST \ pkgsrc/security/ruby-rex-nop/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150791755162780 Content-Disposition: inline Content-Length: 2604 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/security/ruby-rex-nop/DESCR diff -u /dev/null pkgsrc/security/ruby-rex-nop/DESCR:1.1 --- /dev/null Fri Oct 13 17:59:11 2017 +++ pkgsrc/security/ruby-rex-nop/DESCR Fri Oct 13 17:59:11 2017 @@ -0,0 +1,5 @@ +This library contains the opty2 library for dynamic generation of x86 +multi-byte NOPs.This is useful in writing exploits and encoders. It +allows you to dynamic generate variable length instruction sets that +are equivalent to a No Operation(NOP) without using the actual 0x90 +bytecode. Index: pkgsrc/security/ruby-rex-nop/Makefile diff -u /dev/null pkgsrc/security/ruby-rex-nop/Makefile:1.1 --- /dev/null Fri Oct 13 17:59:11 2017 +++ pkgsrc/security/ruby-rex-nop/Makefile Fri Oct 13 17:59:11 2017 @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 2017/10/13 17:59:11 minskim Exp $ + +DISTNAME= rex-nop-0.1.1 +CATEGORIES= security + +MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://github.com/rapid7/rex-nop +COMMENT= Rex library for dynamic generation of x86 multi-byte NOPs +LICENSE= modified-bsd + +DEPENDS+= ${RUBY_PKGPREFIX}-rex-arch-[0-9]*:../../security/ruby-rex-arch + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/security/ruby-rex-nop/PLIST diff -u /dev/null pkgsrc/security/ruby-rex-nop/PLIST:1.1 --- /dev/null Fri Oct 13 17:59:11 2017 +++ pkgsrc/security/ruby-rex-nop/PLIST Fri Oct 13 17:59:11 2017 @@ -0,0 +1,18 @@ +@comment $NetBSD: PLIST,v 1.1 2017/10/13 17:59:11 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/nop.rb +${GEM_LIBDIR}/lib/rex/nop/opty2.rb +${GEM_LIBDIR}/lib/rex/nop/opty2_tables.rb +${GEM_LIBDIR}/lib/rex/nop/version.rb +${GEM_LIBDIR}/rex-nop.gemspec +${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/security/ruby-rex-nop/distinfo diff -u /dev/null pkgsrc/security/ruby-rex-nop/distinfo:1.1 --- /dev/null Fri Oct 13 17:59:11 2017 +++ pkgsrc/security/ruby-rex-nop/distinfo Fri Oct 13 17:59:11 2017 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/10/13 17:59:11 minskim Exp $ + +SHA1 (rex-nop-0.1.1.gem) = 467b691f7e3d464c1339fd26f992ef0157ddcee5 +RMD160 (rex-nop-0.1.1.gem) = 312b4482848efef8a0249ec67f81fb6f669ab6e8 +SHA512 (rex-nop-0.1.1.gem) = f0a80f948189eb3c775739e7a492882ed7a647f9a79d1cfe3658f8905b8316a386dd0c89da5158eaab351f6122bf5bbb0c8270424617940fe48a1270cb363da5 +Size (rex-nop-0.1.1.gem) = 27648 bytes --_----------=_150791755162780--