Received: by mail.netbsd.org (Postfix, from userid 605) id CADD384F0A; Sun, 23 Sep 2018 18:00:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF7A984F09 for ; Sun, 23 Sep 2018 18:00:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id samibwhOHF8N for ; Sun, 23 Sep 2018 18:00:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2754884DBC for ; Sun, 23 Sep 2018 18:00:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1F765FBEE; Sun, 23 Sep 2018 18:00:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_153772565786660" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 18:00:57 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-exploitation To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923180057.1F765FBEE@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. --_----------=_153772565786660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Sep 23 18:00:57 UTC 2018 Modified Files: pkgsrc/security/ruby-rex-exploitation: Makefile distinfo Log Message: security/ruby-rex-exploitation: update to 0.1.19 0.1.18 * Add CmdStager option to skip command compression 0.1.19 * Rename opts[:nocompress] to opts[:noconcat] To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-rex-exploitation/Makefile \ pkgsrc/security/ruby-rex-exploitation/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_153772565786660 Content-Disposition: inline Content-Length: 1806 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-exploitation/Makefile diff -u pkgsrc/security/ruby-rex-exploitation/Makefile:1.2 pkgsrc/security/ruby-rex-exploitation/Makefile:1.3 --- pkgsrc/security/ruby-rex-exploitation/Makefile:1.2 Wed Mar 21 13:23:47 2018 +++ pkgsrc/security/ruby-rex-exploitation/Makefile Sun Sep 23 18:00:56 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/03/21 13:23:47 taca Exp $ +# $NetBSD: Makefile,v 1.3 2018/09/23 18:00:56 taca Exp $ -DISTNAME= rex-exploitation-0.1.17 +DISTNAME= rex-exploitation-0.1.19 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-exploitation/distinfo diff -u pkgsrc/security/ruby-rex-exploitation/distinfo:1.2 pkgsrc/security/ruby-rex-exploitation/distinfo:1.3 --- pkgsrc/security/ruby-rex-exploitation/distinfo:1.2 Wed Mar 21 13:23:47 2018 +++ pkgsrc/security/ruby-rex-exploitation/distinfo Sun Sep 23 18:00:56 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/21 13:23:47 taca Exp $ +$NetBSD: distinfo,v 1.3 2018/09/23 18:00:56 taca Exp $ -SHA1 (rex-exploitation-0.1.17.gem) = a74e0ecbe9ff893379a5141f5d3662f542ef934c -RMD160 (rex-exploitation-0.1.17.gem) = 5005607aa7bb841427607ba04d5145ced213b9b9 -SHA512 (rex-exploitation-0.1.17.gem) = 559f48a0c97e67050192317cb209b8cc4aadeb9c896f90f2aef55151297720bed55b715c2f807089a5c25218c3b079bb33bcd60abee6ba38f9d0be80c47c42e6 -Size (rex-exploitation-0.1.17.gem) = 79360 bytes +SHA1 (rex-exploitation-0.1.19.gem) = 4522cb26cdf11c47456185642bc8397df01a8be4 +RMD160 (rex-exploitation-0.1.19.gem) = 3324c73e4a7d174b404c3806509249b887265dab +SHA512 (rex-exploitation-0.1.19.gem) = 244de5259e3f4f645df09d1843c34d9ea4f9ea56ba22498495792f192b79a0451810f5c7e73516da5a455c27e61b66f8ccfbc485372946fcedd179b75ff9b31e +Size (rex-exploitation-0.1.19.gem) = 79360 bytes --_----------=_153772565786660--