Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 207D81A923A for ; Sat, 11 Dec 2021 13:53:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 53FD884EF7; Sat, 11 Dec 2021 13:53:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8F21384EF6 for ; Sat, 11 Dec 2021 13:53:22 +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 9CqROwgSOz_i for ; Sat, 11 Dec 2021 13:53:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F34D484E76 for ; Sat, 11 Dec 2021 13:53:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ECEFAFAEC; Sat, 11 Dec 2021 13:53:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163923080136370" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 13:53:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-core To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211211135321.ECEFAFAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163923080136370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 13:53:21 UTC 2021 Modified Files: pkgsrc/security/ruby-rex-core: Makefile PLIST distinfo Log Message: security/ruby-rex-core: update to 0.1.20 0.1.18 (2021-09-29) * Land #16, Make the synchronization functions public 0.1.19 (2021-11-15) * Land #17, Add the stopwatch function 0.1.20 (2021-11-16) * Merge pull request #18 from zeroSteiner/feat/stopwatch/elapsed_seconds Refactor into a Stopwatch module To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/ruby-rex-core/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-core/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/ruby-rex-core/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163923080136370 Content-Disposition: inline Content-Length: 2383 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-core/Makefile diff -u pkgsrc/security/ruby-rex-core/Makefile:1.6 pkgsrc/security/ruby-rex-core/Makefile:1.7 --- pkgsrc/security/ruby-rex-core/Makefile:1.6 Sun Sep 19 17:13:46 2021 +++ pkgsrc/security/ruby-rex-core/Makefile Sat Dec 11 13:53:21 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2021/09/19 17:13:46 taca Exp $ +# $NetBSD: Makefile,v 1.7 2021/12/11 13:53:21 taca Exp $ -DISTNAME= rex-core-0.1.17 +DISTNAME= rex-core-0.1.20 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-core/PLIST diff -u pkgsrc/security/ruby-rex-core/PLIST:1.1 pkgsrc/security/ruby-rex-core/PLIST:1.2 --- pkgsrc/security/ruby-rex-core/PLIST:1.1 Thu Oct 12 16:18:13 2017 +++ pkgsrc/security/ruby-rex-core/PLIST Sat Dec 11 13:53:21 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/10/12 16:18:13 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/12/11 13:53:21 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -19,6 +19,7 @@ ${GEM_LIBDIR}/lib/rex/io/socket_abstract ${GEM_LIBDIR}/lib/rex/io/stream.rb ${GEM_LIBDIR}/lib/rex/io/stream_abstraction.rb ${GEM_LIBDIR}/lib/rex/io/stream_server.rb +${GEM_LIBDIR}/lib/rex/stopwatch.rb ${GEM_LIBDIR}/lib/rex/sync.rb ${GEM_LIBDIR}/lib/rex/sync/event.rb ${GEM_LIBDIR}/lib/rex/sync/read_write_lock.rb Index: pkgsrc/security/ruby-rex-core/distinfo diff -u pkgsrc/security/ruby-rex-core/distinfo:1.7 pkgsrc/security/ruby-rex-core/distinfo:1.8 --- pkgsrc/security/ruby-rex-core/distinfo:1.7 Tue Oct 26 11:17:57 2021 +++ pkgsrc/security/ruby-rex-core/distinfo Sat Dec 11 13:53:21 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2021/10/26 11:17:57 nia Exp $ +$NetBSD: distinfo,v 1.8 2021/12/11 13:53:21 taca Exp $ -BLAKE2s (rex-core-0.1.17.gem) = b0caa8a885d90825ef878d96512fa2fa68004c3951b85540c8372e9b592f8477 -SHA512 (rex-core-0.1.17.gem) = 47bd9fdd6b15351bd6c22bf94d12de4b062b981c24386ad8c24deb2c3a41ca70192b3e499834e91464fccd0e8b0e8d75d9d06127060f164bbf9e0dbe9870ee6a -Size (rex-core-0.1.17.gem) = 30720 bytes +BLAKE2s (rex-core-0.1.20.gem) = 6e1b9c09d2ab728f3da580e82c12402762c3abaac6930908759a8e5c047a7e3c +SHA512 (rex-core-0.1.20.gem) = 0e49e29ec3605b09b379d19e95ada416f59abb84c65e9819aafed8be51709388f26f1552e2d84044c78c913cb5549f068a9c3b45737e995de79d5085526b8415 +Size (rex-core-0.1.20.gem) = 31232 bytes --_----------=_163923080136370--