Sun Sep 23 18:00:00 2018 UTC ()
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


(taca)
diff -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/Makefile
diff -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/distinfo
diff -r1.1 -r1.2 pkgsrc/security/ruby-rex-text/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/Makefile (expand / switch to unified diff)

--- pkgsrc/security/ruby-rex-text/Makefile 2018/03/21 13:18:03 1.2
+++ pkgsrc/security/ruby-rex-text/Makefile 2018/09/23 18:00:00 1.3
@@ -1,11 +1,11 @@ @@ -1,11 +1,11 @@
1# $NetBSD: Makefile,v 1.2 2018/03/21 13:18:03 taca Exp $ 1# $NetBSD: Makefile,v 1.3 2018/09/23 18:00:00 taca Exp $
2 2
3DISTNAME= rex-text-0.2.16 3DISTNAME= rex-text-0.2.21
4CATEGORIES= security 4CATEGORIES= security
5 5
6MAINTAINER= minskim@NetBSD.org 6MAINTAINER= minskim@NetBSD.org
7HOMEPAGE= https://github.com/rapid7/rex-text 7HOMEPAGE= https://github.com/rapid7/rex-text
8COMMENT= Ruby Exploitation methods for text manipulation 8COMMENT= Ruby Exploitation methods for text manipulation
9 9
10.include "../../lang/ruby/gem.mk" 10.include "../../lang/ruby/gem.mk"
11.include "../../mk/bsd.pkg.mk" 11.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/security/ruby-rex-text/distinfo (expand / switch to unified diff)

--- pkgsrc/security/ruby-rex-text/distinfo 2018/03/21 13:18:03 1.2
+++ pkgsrc/security/ruby-rex-text/distinfo 2018/09/23 18:00:00 1.3
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.2 2018/03/21 13:18:03 taca Exp $ 1$NetBSD: distinfo,v 1.3 2018/09/23 18:00:00 taca Exp $
2 2
3SHA1 (rex-text-0.2.16.gem) = 8f3e5034fcded561e4cf6d2e98880461530e5f24 3SHA1 (rex-text-0.2.21.gem) = 404b804f179474f449b5858bd1b8540f7a49ffba
4RMD160 (rex-text-0.2.16.gem) = d10bef0613fe87d53fa5bd536c5247255927123f 4RMD160 (rex-text-0.2.21.gem) = 5618a87dd9caa95cba09749909bf4de9c79502e0
5SHA512 (rex-text-0.2.16.gem) = 8b7cf93579abbd67445de9c89469f4d717fae15b3b1d44602733c91cbba024788aa8c76cc45c8bc6351062571b2c938d33c1f9c6059a2cc1c1b604bf6494526c 5SHA512 (rex-text-0.2.21.gem) = 9504b78f77f4c00cc42e43313f48b058ecb5fb8c183225e580b8750810c26eaf22949793b46d90e5e36276d25a419153b38ea387fd28bc9414de62843e3efcba
6Size (rex-text-0.2.16.gem) = 44544 bytes 6Size (rex-text-0.2.21.gem) = 44544 bytes

cvs diff -r1.1 -r1.2 pkgsrc/security/ruby-rex-text/PLIST (expand / switch to unified diff)

--- pkgsrc/security/ruby-rex-text/PLIST 2017/09/29 16:25:43 1.1
+++ pkgsrc/security/ruby-rex-text/PLIST 2018/09/23 18:00:00 1.2
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.1 2017/09/29 16:25:43 minskim Exp $ 1@comment $NetBSD: PLIST,v 1.2 2018/09/23 18:00:00 taca Exp $
2${GEM_HOME}/cache/${GEM_NAME}.gem 2${GEM_HOME}/cache/${GEM_NAME}.gem
3${GEM_LIBDIR}/.gitignore 3${GEM_LIBDIR}/.gitignore
4${GEM_LIBDIR}/.rspec 4${GEM_LIBDIR}/.rspec
5${GEM_LIBDIR}/.ruby-version 5${GEM_LIBDIR}/.ruby-version
6${GEM_LIBDIR}/.travis.yml 6${GEM_LIBDIR}/.travis.yml
7${GEM_LIBDIR}/CODE_OF_CONDUCT.md 7${GEM_LIBDIR}/CODE_OF_CONDUCT.md
8${GEM_LIBDIR}/Gemfile 8${GEM_LIBDIR}/Gemfile
9${GEM_LIBDIR}/LICENSE 9${GEM_LIBDIR}/LICENSE
10${GEM_LIBDIR}/README.md 10${GEM_LIBDIR}/README.md
11${GEM_LIBDIR}/Rakefile 11${GEM_LIBDIR}/Rakefile
12${GEM_LIBDIR}/lib/rex/codepage.map 12${GEM_LIBDIR}/lib/rex/codepage.map
13${GEM_LIBDIR}/lib/rex/text.rb 13${GEM_LIBDIR}/lib/rex/text.rb
14${GEM_LIBDIR}/lib/rex/text/badchars.rb 14${GEM_LIBDIR}/lib/rex/text/badchars.rb
@@ -22,15 +22,16 @@ ${GEM_LIBDIR}/lib/rex/text/compress.rb @@ -22,15 +22,16 @@ ${GEM_LIBDIR}/lib/rex/text/compress.rb
22${GEM_LIBDIR}/lib/rex/text/ebcdic.rb 22${GEM_LIBDIR}/lib/rex/text/ebcdic.rb
23${GEM_LIBDIR}/lib/rex/text/encode.rb 23${GEM_LIBDIR}/lib/rex/text/encode.rb
24${GEM_LIBDIR}/lib/rex/text/hash.rb 24${GEM_LIBDIR}/lib/rex/text/hash.rb
25${GEM_LIBDIR}/lib/rex/text/hex.rb 25${GEM_LIBDIR}/lib/rex/text/hex.rb
26${GEM_LIBDIR}/lib/rex/text/illegal_sequence.rb 26${GEM_LIBDIR}/lib/rex/text/illegal_sequence.rb
27${GEM_LIBDIR}/lib/rex/text/lang.rb 27${GEM_LIBDIR}/lib/rex/text/lang.rb
28${GEM_LIBDIR}/lib/rex/text/pattern.rb 28${GEM_LIBDIR}/lib/rex/text/pattern.rb
29${GEM_LIBDIR}/lib/rex/text/rand.rb 29${GEM_LIBDIR}/lib/rex/text/rand.rb
30${GEM_LIBDIR}/lib/rex/text/randomize.rb 30${GEM_LIBDIR}/lib/rex/text/randomize.rb
31${GEM_LIBDIR}/lib/rex/text/silly.rb 31${GEM_LIBDIR}/lib/rex/text/silly.rb
32${GEM_LIBDIR}/lib/rex/text/table.rb 32${GEM_LIBDIR}/lib/rex/text/table.rb
33${GEM_LIBDIR}/lib/rex/text/unicode.rb 33${GEM_LIBDIR}/lib/rex/text/unicode.rb
34${GEM_LIBDIR}/lib/rex/text/version.rb 34${GEM_LIBDIR}/lib/rex/text/version.rb
 35${GEM_LIBDIR}/lib/rex/text/xor.rb
35${GEM_LIBDIR}/rex-text.gemspec 36${GEM_LIBDIR}/rex-text.gemspec
36${GEM_HOME}/specifications/${GEM_NAME}.gemspec 37${GEM_HOME}/specifications/${GEM_NAME}.gemspec