Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BD4AD84D54 for ; Sat, 11 Nov 2023 13:50:24 +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 3QqngJumfJ-2 for ; Sat, 11 Nov 2023 13:50:24 +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 23C2784D21 for ; Sat, 11 Nov 2023 13:50:24 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1087BFA2F; Sat, 11 Nov 2023 13:50:24 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169971062454320" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 13:50:24 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-exploitation To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231111135024.1087BFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169971062454320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Nov 11 13:50:23 UTC 2023 Modified Files: pkgsrc/security/ruby-rex-exploitation: Makefile PLIST distinfo Log Message: security/ruby-rex-exploitation: update to 0.1.39 0.1.39 (2023-10-04) * PD-41096 Auto-add cortex.yaml [no action required by you] To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/security/ruby-rex-exploitation/Makefile \ pkgsrc/security/ruby-rex-exploitation/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-rex-exploitation/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169971062454320 Content-Disposition: inline Content-Length: 2551 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.14 pkgsrc/security/ruby-rex-exploitation/Makefile:1.15 --- pkgsrc/security/ruby-rex-exploitation/Makefile:1.14 Sun Mar 19 08:24:54 2023 +++ pkgsrc/security/ruby-rex-exploitation/Makefile Sat Nov 11 13:50:23 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2023/03/19 08:24:54 taca Exp $ +# $NetBSD: Makefile,v 1.15 2023/11/11 13:50:23 taca Exp $ -DISTNAME= rex-exploitation-0.1.38 +DISTNAME= rex-exploitation-0.1.39 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-exploitation/distinfo diff -u pkgsrc/security/ruby-rex-exploitation/distinfo:1.14 pkgsrc/security/ruby-rex-exploitation/distinfo:1.15 --- pkgsrc/security/ruby-rex-exploitation/distinfo:1.14 Sun Mar 19 08:24:54 2023 +++ pkgsrc/security/ruby-rex-exploitation/distinfo Sat Nov 11 13:50:23 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.14 2023/03/19 08:24:54 taca Exp $ +$NetBSD: distinfo,v 1.15 2023/11/11 13:50:23 taca Exp $ -BLAKE2s (rex-exploitation-0.1.38.gem) = ee91bcda900751eedac3d572454f2b1450e64736da1d040e63947235e694a507 -SHA512 (rex-exploitation-0.1.38.gem) = 64899ab51ada78e914dc61ec9a5d8517ab26907a0e92954bb8c870f65db72dd2b9ca3679df1a090f7d80e9c6313cf7f165a435bdf23ee525ea9bcdce8a23e231 -Size (rex-exploitation-0.1.38.gem) = 80384 bytes +BLAKE2s (rex-exploitation-0.1.39.gem) = 32cda9992877eb49b434418a992aa5273fd109d4640ef29aed6145484f6f6e2a +SHA512 (rex-exploitation-0.1.39.gem) = ca5f522cbd2bbb5f2cf5a570f956ab010f66c1f2b84720e9c8e6f287d114919104694ef51cecb00c92b1e2b2db6c7a366094456f7d35457c51ce141a31862f6a +Size (rex-exploitation-0.1.39.gem) = 80384 bytes Index: pkgsrc/security/ruby-rex-exploitation/PLIST diff -u pkgsrc/security/ruby-rex-exploitation/PLIST:1.5 pkgsrc/security/ruby-rex-exploitation/PLIST:1.6 --- pkgsrc/security/ruby-rex-exploitation/PLIST:1.5 Sun Aug 28 12:33:50 2022 +++ pkgsrc/security/ruby-rex-exploitation/PLIST Sat Nov 11 13:50:23 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2022/08/28 12:33:50 taca Exp $ +@comment $NetBSD: PLIST,v 1.6 2023/11/11 13:50:23 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.github/workflows/verify.yml ${GEM_LIBDIR}/.gitignore @@ -10,6 +10,7 @@ ${GEM_LIBDIR}/README.md ${GEM_LIBDIR}/Rakefile ${GEM_LIBDIR}/bin/console ${GEM_LIBDIR}/bin/setup +${GEM_LIBDIR}/cortex.yaml ${GEM_LIBDIR}/data/exploits/cmdstager/debug_asm ${GEM_LIBDIR}/data/exploits/cmdstager/debug_write ${GEM_LIBDIR}/data/exploits/cmdstager/vbs_b64 --_----------=_169971062454320--