pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2019Q2]: pkgsrc/textproc/ruby-yard Pullup ticket #6026 - reque...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e8649b469039
branches:  pkgsrc-2019Q2
changeset: 338429:e8649b469039
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Aug 10 12:12:55 2019 +0000

description:
Pullup ticket #6026 - requested by taca
textproc/ruby-yard: security fix

Revisions pulled up:
- textproc/ruby-yard/Makefile                                   1.11
- textproc/ruby-yard/PLIST                                      1.9
- textproc/ruby-yard/distinfo                                   1.9

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Mon Aug  5 09:55:00 UTC 2019

   Modified Files:
        pkgsrc/textproc/ruby-yard: Makefile PLIST distinfo

   Log Message:
   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 352da105d017 -r e8649b469039 textproc/ruby-yard/Makefile
--- a/textproc/ruby-yard/Makefile       Sat Aug 10 12:11:27 2019 +0000
+++ b/textproc/ruby-yard/Makefile       Sat Aug 10 12:12:55 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2018/09/23 16:44:15 taca Exp $
+# $NetBSD: Makefile,v 1.10.8.1 2019/08/10 12:12:55 bsiegert Exp $
 
-DISTNAME=      yard-0.9.16
+DISTNAME=      yard-0.9.20
 CATEGORIES=    ruby textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 352da105d017 -r e8649b469039 textproc/ruby-yard/PLIST
--- a/textproc/ruby-yard/PLIST  Sat Aug 10 12:11:27 2019 +0000
+++ b/textproc/ruby-yard/PLIST  Sat Aug 10 12:12:55 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.8.8.1 2019/08/10 12:12:55 bsiegert 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 352da105d017 -r e8649b469039 textproc/ruby-yard/distinfo
--- a/textproc/ruby-yard/distinfo       Sat Aug 10 12:11:27 2019 +0000
+++ b/textproc/ruby-yard/distinfo       Sat Aug 10 12:12:55 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2018/09/23 16:44:15 taca Exp $
+$NetBSD: distinfo,v 1.8.8.1 2019/08/10 12:12:55 bsiegert 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