Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2A32C84DB9 for ; Sat, 11 Nov 2023 13:44:31 +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 yKsoOx4W3SQs for ; Sat, 11 Nov 2023 13:44:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 902F584D54 for ; Sat, 11 Nov 2023 13:44:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8D666FA2F; Sat, 11 Nov 2023 13:44:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169971027044830" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 13:44:30 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-encoder To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231111134430.8D666FA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169971027044830 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:44:30 UTC 2023 Modified Files: pkgsrc/security/ruby-rex-encoder: Makefile PLIST distinfo Log Message: security/ruby-rex-encoder: update to 0.1.7 0.1.7 (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.4 -r1.5 pkgsrc/security/ruby-rex-encoder/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-encoder/PLIST cvs rdiff -u -r1.5 -r1.6 pkgsrc/security/ruby-rex-encoder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169971027044830 Content-Disposition: inline Content-Length: 2380 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-encoder/Makefile diff -u pkgsrc/security/ruby-rex-encoder/Makefile:1.4 pkgsrc/security/ruby-rex-encoder/Makefile:1.5 --- pkgsrc/security/ruby-rex-encoder/Makefile:1.4 Sun Sep 19 17:15:42 2021 +++ pkgsrc/security/ruby-rex-encoder/Makefile Sat Nov 11 13:44:30 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/09/19 17:15:42 taca Exp $ +# $NetBSD: Makefile,v 1.5 2023/11/11 13:44:30 taca Exp $ -DISTNAME= rex-encoder-0.1.6 +DISTNAME= rex-encoder-0.1.7 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-encoder/PLIST diff -u pkgsrc/security/ruby-rex-encoder/PLIST:1.1 pkgsrc/security/ruby-rex-encoder/PLIST:1.2 --- pkgsrc/security/ruby-rex-encoder/PLIST:1.1 Fri Oct 13 18:51:42 2017 +++ pkgsrc/security/ruby-rex-encoder/PLIST Sat Nov 11 13:44:30 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/10/13 18:51:42 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2023/11/11 13:44:30 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -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}/lib/rex/encoder.rb ${GEM_LIBDIR}/lib/rex/encoder/alpha2.rb ${GEM_LIBDIR}/lib/rex/encoder/alpha2/alpha_mixed.rb Index: pkgsrc/security/ruby-rex-encoder/distinfo diff -u pkgsrc/security/ruby-rex-encoder/distinfo:1.5 pkgsrc/security/ruby-rex-encoder/distinfo:1.6 --- pkgsrc/security/ruby-rex-encoder/distinfo:1.5 Tue Oct 26 11:17:57 2021 +++ pkgsrc/security/ruby-rex-encoder/distinfo Sat Nov 11 13:44:30 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2021/10/26 11:17:57 nia Exp $ +$NetBSD: distinfo,v 1.6 2023/11/11 13:44:30 taca Exp $ -BLAKE2s (rex-encoder-0.1.6.gem) = 6417a2103c263997f27065d1f860ff89c3eaf5ccd84a23af0ecbfa255ae11b5c -SHA512 (rex-encoder-0.1.6.gem) = afdbf7f3db54b391650f5fe39e56da0907a5dc208235bfefddde24a9a2f1624c95b6565f9fcc2cfb6dcfeed8d3e8480d8c8866f1413f229c25d870dc2ecd1ce0 -Size (rex-encoder-0.1.6.gem) = 40960 bytes +BLAKE2s (rex-encoder-0.1.7.gem) = 4dd0591aac055155489b6ffc625b7d0be0a8e0dd8ef65a1a9da909300ad7ca11 +SHA512 (rex-encoder-0.1.7.gem) = 73be5125af4bef30a0bb7d0d3397d8fde26c278bbf7bc773c9fd6db071c6fd38d6b1c2b783ddb62d74dc6fd97dfbfd5faf44f3452f8b8f1915b1c096edc2f24c +Size (rex-encoder-0.1.7.gem) = 41472 bytes --_----------=_169971027044830--