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 4F6F11A9239 for ; Mon, 14 Feb 2022 14:17:27 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 77EC484EB5; Mon, 14 Feb 2022 14:17:26 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B24C184D14 for ; Mon, 14 Feb 2022 14:17:25 +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 DxYwonohK7Bv for ; Mon, 14 Feb 2022 14:17:25 +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 1FD6E84CE8 for ; Mon, 14 Feb 2022 14:17:25 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DD1AFB24; Mon, 14 Feb 2022 14:17:25 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644848245169010" MIME-Version: 1.0 Date: Mon, 14 Feb 2022 14:17:25 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-ed25519 To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220214141725.1DD1AFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644848245169010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Feb 14 14:17:25 UTC 2022 Modified Files: pkgsrc/security/ruby-ed25519: Makefile PLIST distinfo Log Message: security/ruby-ed25519: update to 1.3.0 1.3.0 (2022-01-16) * Bump rubocop dependencies. (#30) * Add support for Ruby 3 & JRuby 9.3.0. (#31) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-ed25519/Makefile \ pkgsrc/security/ruby-ed25519/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/ruby-ed25519/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644848245169010 Content-Disposition: inline Content-Length: 2783 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-ed25519/Makefile diff -u pkgsrc/security/ruby-ed25519/Makefile:1.1 pkgsrc/security/ruby-ed25519/Makefile:1.2 --- pkgsrc/security/ruby-ed25519/Makefile:1.1 Sun Jan 19 14:20:38 2020 +++ pkgsrc/security/ruby-ed25519/Makefile Mon Feb 14 14:17:24 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2020/01/19 14:20:38 taca Exp $ +# $NetBSD: Makefile,v 1.2 2022/02/14 14:17:24 taca Exp $ -DISTNAME= ed25519-1.2.4 +DISTNAME= ed25519-1.3.0 CATEGORIES= security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/security/ruby-ed25519/PLIST diff -u pkgsrc/security/ruby-ed25519/PLIST:1.1 pkgsrc/security/ruby-ed25519/PLIST:1.2 --- pkgsrc/security/ruby-ed25519/PLIST:1.1 Sun Jan 19 14:20:38 2020 +++ pkgsrc/security/ruby-ed25519/PLIST Mon Feb 14 14:17:24 2022 @@ -1,19 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2020/01/19 14:20:38 taca Exp $ +@comment $NetBSD: PLIST,v 1.2 2022/02/14 14:17:24 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_EXTSDIR}/ed25519_ref10.${RUBY_DLEXT} ${GEM_EXTSDIR}/gem.build_complete -${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/.rspec -${GEM_LIBDIR}/.rubocop.yml -${GEM_LIBDIR}/.travis.yml ${GEM_LIBDIR}/CHANGES.md -${GEM_LIBDIR}/CODE_OF_CONDUCT.md -${GEM_LIBDIR}/Gemfile ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README.md -${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/appveyor.yml -${GEM_LIBDIR}/ed25519.gemspec ${GEM_LIBDIR}/ed25519.png ${GEM_LIBDIR}/ext/ed25519_jruby/LICENSE.txt ${GEM_LIBDIR}/ext/ed25519_jruby/README.md @@ -79,5 +70,6 @@ ${GEM_LIBDIR}/lib/ed25519.rb ${GEM_LIBDIR}/lib/ed25519/signing_key.rb ${GEM_LIBDIR}/lib/ed25519/verify_key.rb ${GEM_LIBDIR}/lib/ed25519/version.rb +${GEM_LIBDIR}/lib/ed25519_jruby.jar ${GEM_LIBDIR}/lib/ed25519_ref10.${RUBY_DLEXT} ${GEM_HOME}/specifications/${GEM_NAME}.gemspec Index: pkgsrc/security/ruby-ed25519/distinfo diff -u pkgsrc/security/ruby-ed25519/distinfo:1.3 pkgsrc/security/ruby-ed25519/distinfo:1.4 --- pkgsrc/security/ruby-ed25519/distinfo:1.3 Tue Oct 26 11:17:54 2021 +++ pkgsrc/security/ruby-ed25519/distinfo Mon Feb 14 14:17:24 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2021/10/26 11:17:54 nia Exp $ +$NetBSD: distinfo,v 1.4 2022/02/14 14:17:24 taca Exp $ -BLAKE2s (ed25519-1.2.4.gem) = 6fdcbed874460654f5bf4608c1cae2ecdee33771b791a92c29ec96027ef1b813 -SHA512 (ed25519-1.2.4.gem) = 86de1e4970a5dfc3303b9fa305bf2a289f700771dbede619e1e5474fdadaae502d8feaed03449991bf77e82999dda3e29cd05dc0df8f923b40fec145268a6b4f -Size (ed25519-1.2.4.gem) = 137216 bytes +BLAKE2s (ed25519-1.3.0.gem) = 7592c1d3a25cfe3a6ac5b538a2d00026eb3e790b4f76a504fb871233f7b56819 +SHA512 (ed25519-1.3.0.gem) = 732f7d1651bfdfca667158b4f4d83a266378b1f4c5e1e50323c89013ac71311958df2335b8ddd733c76dccfd7d59fc79659ceb329cc6598b5c3c1210d275efbb +Size (ed25519-1.3.0.gem) = 182784 bytes --_----------=_1644848245169010--