Received: by mail.netbsd.org (Postfix, from userid 605) id CA09784DBC; Sun, 23 Sep 2018 18:00:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D864084EFA for ; Sun, 23 Sep 2018 18:00:01 +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 HBN37XyP482e for ; Sun, 23 Sep 2018 18:00:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0E60C84DBC for ; Sun, 23 Sep 2018 18:00:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 06E6BFBEE; Sun, 23 Sep 2018 18:00:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1537725601209860" MIME-Version: 1.0 Date: Sun, 23 Sep 2018 18:00:01 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/ruby-rex-text To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20180923180001.06E6BFBEE@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. --_----------=_1537725601209860 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:00 UTC 2018 Modified Files: pkgsrc/security/ruby-rex-text: Makefile PLIST distinfo Log Message: security/ruby-rex-text: update to 0.2.21 0.2.17 (2018-02-09) * Land #9, remove use of 'fun' keyword * Land #10, add rand_country 0.2.18 (2018-04-12) * Land #11, ranges for rand_base and rand_text_* 0.2.19 (2018-04-18) * Land #13, add text encryption / encoding wrappers 0.2.20 (2018-04-18) * Land #14, remove RC4/SHA256 support * Land #12, bump ruby deps 0.2.21 (2018-06-13) * Land #16, simplify shuffle_a implementation * Land #17, speedup to_mixed_case_array * Land #18, use single regular expression for strict case * Land #19, remove unnecessary gsub regex to remove newline * Land #21, add SHA2 digest wrappers To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/Makefile \ pkgsrc/security/ruby-rex-text/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/ruby-rex-text/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1537725601209860 Content-Disposition: inline Content-Length: 2422 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/ruby-rex-text/Makefile diff -u pkgsrc/security/ruby-rex-text/Makefile:1.2 pkgsrc/security/ruby-rex-text/Makefile:1.3 --- pkgsrc/security/ruby-rex-text/Makefile:1.2 Wed Mar 21 13:18:03 2018 +++ pkgsrc/security/ruby-rex-text/Makefile Sun Sep 23 18:00:00 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/03/21 13:18:03 taca Exp $ +# $NetBSD: Makefile,v 1.3 2018/09/23 18:00:00 taca Exp $ -DISTNAME= rex-text-0.2.16 +DISTNAME= rex-text-0.2.21 CATEGORIES= security MAINTAINER= minskim@NetBSD.org Index: pkgsrc/security/ruby-rex-text/distinfo diff -u pkgsrc/security/ruby-rex-text/distinfo:1.2 pkgsrc/security/ruby-rex-text/distinfo:1.3 --- pkgsrc/security/ruby-rex-text/distinfo:1.2 Wed Mar 21 13:18:03 2018 +++ pkgsrc/security/ruby-rex-text/distinfo Sun Sep 23 18:00:00 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2018/03/21 13:18:03 taca Exp $ +$NetBSD: distinfo,v 1.3 2018/09/23 18:00:00 taca Exp $ -SHA1 (rex-text-0.2.16.gem) = 8f3e5034fcded561e4cf6d2e98880461530e5f24 -RMD160 (rex-text-0.2.16.gem) = d10bef0613fe87d53fa5bd536c5247255927123f -SHA512 (rex-text-0.2.16.gem) = 8b7cf93579abbd67445de9c89469f4d717fae15b3b1d44602733c91cbba024788aa8c76cc45c8bc6351062571b2c938d33c1f9c6059a2cc1c1b604bf6494526c -Size (rex-text-0.2.16.gem) = 44544 bytes +SHA1 (rex-text-0.2.21.gem) = 404b804f179474f449b5858bd1b8540f7a49ffba +RMD160 (rex-text-0.2.21.gem) = 5618a87dd9caa95cba09749909bf4de9c79502e0 +SHA512 (rex-text-0.2.21.gem) = 9504b78f77f4c00cc42e43313f48b058ecb5fb8c183225e580b8750810c26eaf22949793b46d90e5e36276d25a419153b38ea387fd28bc9414de62843e3efcba +Size (rex-text-0.2.21.gem) = 44544 bytes Index: pkgsrc/security/ruby-rex-text/PLIST diff -u pkgsrc/security/ruby-rex-text/PLIST:1.1 pkgsrc/security/ruby-rex-text/PLIST:1.2 --- pkgsrc/security/ruby-rex-text/PLIST:1.1 Fri Sep 29 16:25:43 2017 +++ pkgsrc/security/ruby-rex-text/PLIST Sun Sep 23 18:00:00 2018 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2017/09/29 16:25:43 minskim Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/09/23 18:00:00 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.gitignore ${GEM_LIBDIR}/.rspec @@ -32,5 +32,6 @@ ${GEM_LIBDIR}/lib/rex/text/silly.rb ${GEM_LIBDIR}/lib/rex/text/table.rb ${GEM_LIBDIR}/lib/rex/text/unicode.rb ${GEM_LIBDIR}/lib/rex/text/version.rb +${GEM_LIBDIR}/lib/rex/text/xor.rb ${GEM_LIBDIR}/rex-text.gemspec ${GEM_HOME}/specifications/${GEM_NAME}.gemspec --_----------=_1537725601209860--