./textproc/ruby-yard, Documentation generation tool for the Ruby programming language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q2, Version: 0.9.20, Package name: ruby24-yard-0.9.20, Maintainer: pkgsrc-users

YARD is a documentation generation tool for the Ruby programming language. It
enables the user to generate consistent, usable documentation that can be
exported to a number of formats very easily, and also supports extending for
custom Ruby constructs such as custom class level definitions.


Required to run:
[lang/ruby24-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

SHA1: 86ff7f1064a21b21957b92efc700b705f970f49b
RMD160: fa7f80200c7aa66a642de137b26c227f836297c1
Filesize: 625.5 KB

Version history: (Expand)


CVS history: (Expand)


   2019-08-10 14:12:55 by Benny Siegert | Files touched by this commit (3) | Package updated
Log message:
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.