pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-yard textproc/ruby-yard: update to 0.9.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb65cf7d6e7e
branches:  trunk
changeset: 337437:bb65cf7d6e7e
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 05 09:55:00 2019 +0000

description:
textproc/ruby-yard: update to 0.9.20

Update ruby-yard to 0.9.20, fixing CVE-2019-14369.

# 0.9.20 - June 27th, 2019

[0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20

- Fix parsing of stringified Symbols in Ruby source (#1256).
- Fix path traversal vulnerability in `yard server`. This bug would allow
 unsanitized HTTP requests to access arbitrary files on the machine of a
 `yard server` host under certain conditions. Thanks to CuongMX from
 Viettel Cyber Security for discovering this vulnerability.

# 0.9.19 - April 2nd, 2019

[0.9.19]: https://github.com/lsegal/yard/compare/v0.9.16...v0.9.19

- Fixed bug in browser back button (#1071, #1228)
- Fixed handling of ArgumentError in ExtraFileObject (#1198)
- Fixed double return tag displaying on boolean methods (#1226)
- Removed unused `Module#namespace_name` function (#1229)
- Fixed parsing order of README files. YARD will now prefer README over
  README.md over README.x.md or README-x.md (and the like). READMEs will now
  also be ordered by filename; the first README is still chosen unless
  `--readme` is provided.
- Updated AsciiDoc markup support to use non-deprecated calls.

diffstat:

 textproc/ruby-yard/Makefile |   4 ++--
 textproc/ruby-yard/PLIST    |   4 +++-
 textproc/ruby-yard/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r bfef53d8faae -r bb65cf7d6e7e textproc/ruby-yard/Makefile
--- a/textproc/ruby-yard/Makefile       Mon Aug 05 09:35:05 2019 +0000
+++ b/textproc/ruby-yard/Makefile       Mon Aug 05 09:55:00 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/23 16:44:15 taca Exp $
+# $NetBSD: Makefile,v 1.11 2019/08/05 09:55:00 taca Exp $
 
-DISTNAME=      yard-0.9.16
+DISTNAME=      yard-0.9.20
 CATEGORIES=    ruby textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r bfef53d8faae -r bb65cf7d6e7e textproc/ruby-yard/PLIST
--- a/textproc/ruby-yard/PLIST  Mon Aug 05 09:35:05 2019 +0000
+++ b/textproc/ruby-yard/PLIST  Mon Aug 05 09:55:00 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2018/09/23 16:44:15 taca Exp $
+@comment $NetBSD: PLIST,v 1.9 2019/08/05 09:55:00 taca Exp $
 bin/yard${RUBY_SUFFIX}
 bin/yardoc${RUBY_SUFFIX}
 bin/yri${RUBY_SUFFIX}
@@ -109,6 +109,7 @@
 ${GEM_LIBDIR}/lib/yard/handlers/c/path_handler.rb
 ${GEM_LIBDIR}/lib/yard/handlers/c/struct_handler.rb
 ${GEM_LIBDIR}/lib/yard/handlers/c/symbol_handler.rb
+${GEM_LIBDIR}/lib/yard/handlers/common/method_handler.rb
 ${GEM_LIBDIR}/lib/yard/handlers/processor.rb
 ${GEM_LIBDIR}/lib/yard/handlers/ruby/alias_handler.rb
 ${GEM_LIBDIR}/lib/yard/handlers/ruby/attribute_handler.rb
@@ -363,6 +364,7 @@
 ${GEM_LIBDIR}/spec/parser/examples/array.c.txt
 ${GEM_LIBDIR}/spec/parser/examples/example1.rb.txt
 ${GEM_LIBDIR}/spec/parser/examples/extrafile.c.txt
+${GEM_LIBDIR}/spec/parser/examples/file.c.txt
 ${GEM_LIBDIR}/spec/parser/examples/multifile.c.txt
 ${GEM_LIBDIR}/spec/parser/examples/namespace.cpp.txt
 ${GEM_LIBDIR}/spec/parser/examples/override.c.txt
diff -r bfef53d8faae -r bb65cf7d6e7e textproc/ruby-yard/distinfo
--- a/textproc/ruby-yard/distinfo       Mon Aug 05 09:35:05 2019 +0000
+++ b/textproc/ruby-yard/distinfo       Mon Aug 05 09:55:00 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/09/23 16:44:15 taca Exp $
+$NetBSD: distinfo,v 1.9 2019/08/05 09:55:00 taca Exp $
 
-SHA1 (yard-0.9.16.gem) = 99492fa46d1ff80a0be7208a5be46d02c25dcafb
-RMD160 (yard-0.9.16.gem) = d9172d9df9d57f249b63ffbe8811494368561fc8
-SHA512 (yard-0.9.16.gem) = 73166f6d17bf2b44147640d136a109a32cc7bded2f0ceaa0a4458e85b86387ba4c241c897a2db6dffda8b9b73c3d0044ed5b4fedba2eb4e668d55b45a221c30c
-Size (yard-0.9.16.gem) = 634880 bytes
+SHA1 (yard-0.9.20.gem) = 86ff7f1064a21b21957b92efc700b705f970f49b
+RMD160 (yard-0.9.20.gem) = fa7f80200c7aa66a642de137b26c227f836297c1
+SHA512 (yard-0.9.20.gem) = 4269037ba61185c999df9f1195825ec92a76b32ccb18fc2b86b54e34ff2e5efd22a536c3e207304ef47a52905215103a2094634d1bb8d8ab722b11488cf04e13
+Size (yard-0.9.20.gem) = 640512 bytes



Home | Main Index | Thread Index | Old Index