2022-12-31 17:21:52 by Takahiro Kambe | Files touched by this commit (18) | |
Log message:
Update PLIST caused by update of ruby-manpages.
Bump PKGREVISION.
|
2022-12-29 17:23:52 by Takahiro Kambe | Files touched by this commit (9) |
Log message:
Bump PKGREVISION to reflect fix of ruby-manpages package.
|
2022-12-23 14:35:52 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
textproc/ruby-kramdown: switch to use RUBYGEM_MANPAGES
Switch to use RUBYGEM_MANPAGES.
Bump PKGREVISION.
|
2022-08-29 15:26:46 by Takahiro Kambe | Files touched by this commit (3) | |
Log message:
textproc/ruby-kramdown: update to 2.4.0
2.4.0 (2022-04-25)
A minor release bringing a small enhancement to the kramdown converter and
some bug fixes.
Changes
* 1 minor change:
- Allow using a different list indentation (pull request #753 by
Carsten Borman)
* 2 bug fixes:
- Fixed escaping of colon when converting to kramdown (fixes #751 by
Carsten Borman)
- Fixed setting highlighter class for code spans in HTML converter
when using a default language (fixes #752 by Aswhin Maroli)
|
2022-04-10 15:21:24 by Frederic Cambus | Files touched by this commit (2) | |
Log message:
ruby-kramdown: update to 2.3.2.
## kramdown 2.3.2 released
This release brings various bug fixes.
## Changes
* 2 minor change:
- Make codespan delimiter available for converters
- Make first list item marker available for converters
* 1 bug fix:
- Fixed handling of top-level text elements when converting from HTML
* 1 other change:
- Enhanced documentation for "forbidden_inline_options" \
configuration option
|
2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161) |
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162) |
Log message:
textproc: Remove SHA1 hashes for distfiles
|
2021-03-18 11:20:24 by Frederic Cambus | Files touched by this commit (3) | |
Log message:
ruby-kramdown: update to 2.3.1.
This release brings various bug fixes, one of which fixes a security issue
that can potentially lead to remote code execution.
2 minor changes:
- Added rel="footnote" to footnote links
- Default options are now cached to avoid unnecessary computations
6 bug fixes:
- Fixed abbreviations handling so that they won't be replaced in raw HTML tags
- Restricted Rouge formatters to Rouge::Formatters namespace
- Fixed conversion of empty raw html td/th tags to kramdown
- Fixed LaTeX entity conversion
- Fixed missing block attributes from IAL on standalone images
- Fixed inconsistency in how empty code spans are handle
4 other changes:
- Test on Ruby 2.7 and Ruby 3.0
- Fix rouge test failures due to new syntax
- Clarified requirements for rouge option formatter
- Removed warning in setup.rb
|
2020-08-14 06:48:28 by Ryo ONODERA | Files touched by this commit (2) | |
Log message:
ruby-kramdown: Update to 2.3.0
Changelog:
kramdown 2.3.0 released
Although this is a minor version bump there is one breaking change:
Parsing of XML processing instructions was removed because they
are invalid for HTML5 documents.
This change should only affect a negligible amount of existing
kramdown documents since XML processing instructions were never
something a normal user would use.
Additionally, CVE-2020-14001 is addressed to avoid problems when
using the {::options /} extension together with the ‘template’
option. This means updating is highly recommended!
Changes
2 major changes:
New option ‘forbidden_inline_options’ to restrict the
options allowed with the {::options /} extension. This also
addresses the security issue described in CVE-2020-14001.
Parsing of XML processing instructions is not done anymore
for kramdown documents because they are invalid for HTML5
(fixes issue #660 by Samuel Williams)
1 minor change:
Several internal changes with respect to memory usage and
performance (PRs #654, #655, #665 by Ashwin Maroli)
2 bug fixes:
Extend allowed characters in IDs set with headers to all
characters allowed by XML (fixes #658 by Samuel Williams)
Fix thread safety issue by moving global state into an
instance variable (fixes #663 by Samuel Williams)
1 other change:
Documentation fixes and updates (issue #662 by Samuel
Williams, PR #656 by Noah Doersing)
|
2020-05-05 08:18:02 by Takahiro Kambe | Files touched by this commit (1) |
Log message:
textproc/ruby-rexml: drop dependency
Drop dependency to ruby-rexml since all current ruby*-base package have
rexml library.
|