diff options
author | taca <taca@pkgsrc.org> | 2018-09-23 17:15:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-09-23 17:15:17 +0000 |
commit | 6aad5a57935e7a4ae78e9fb40c56c32f1170a164 (patch) | |
tree | 780894a1adfcdc848b013d092407aed3b625b6ac /www | |
parent | 6139d06033bde1769d7f56d34dbfd0ab69d04013 (diff) | |
download | pkgsrc-6aad5a57935e7a4ae78e9fb40c56c32f1170a164.tar.gz |
www/ruby-jekyll: update to 3.8.4
3.8.4 / 2018-09-18
Bug Fixes
* 3.8.x: security: fix include bypass of EntryFilter#filter symlink check
(#7228)
3.8.3 / 2018-06-05
Bug Fixes
* Fix --unpublished not affecting collection documents (#7027)
3.8.2 / 2018-05-18
Bug Fixes
* Add whitespace control to LIQUID_TAG_REGEX (#7015)
3.8.1 / 2018-05-01
Bug Fixes
* Fix rendering Liquid constructs in excerpts (#6945)
* Liquify documents unless published == false (#6959)
3.8.0 / 2018-04-19
Minor Enhancements
* Two massive performance improvements for large sites (#6730)
* Cache the list of documents to be written (#6741)
* Allow Jekyll Doctor to detect stray posts dir (#6681)
* Excerpt relative-path should match its path (#6597)
* Remind user to resolve conflict in jekyll new with --force (#6801)
* Memoize helper methods in site-cleaner (#6808)
* Compute document's relative_path faster (#6767)
* Create a single instance of PostReader per site (#6759)
* Allow date filters to output ordinal days (#6773)
* Change regex to sanitize and normalize filenames passed to LiquidRenderer
(#6610)
* Allow passing :strict_variables and :strict_filters options to Liquid's
renderer (#6726)
* Debug writing files during the build process (#6696)
* Improve regex usage in Tags::IncludeTag (#6848)
* Improve comment included in the starter index.md (#6916)
* Store and retrieve converter instances for Jekyll::Filters via a hash (#6856)
* Implement a cache within the where filter (#6868)
* Store regexp in a constant (#6887)
* Optimize computing filename in LiquidRenderer (#6841)
Documentation
* Adding the jekyll-algolia plugin to the list of plugins (#6737)
* Added Premonition plugin to list of plugins (#6750)
* Add document on releasing a new version (#6745)
* Mention Talkyard, a new commenting system for Jekyll and others. (#6752)
* Add 'jekyll-fontello' to plugins (#6757)
* Install dh-autoreconf on Windows (#6765)
* Fix common typos (#6764)
* Fix documentation for {{ page.excerpt }} (#6779)
* Update docs on permalink configuration (#6775)
* Propose fix some typos (#6785)
* Say hello to Jekyll's New Lead Developer (#6790)
* Add reference to Liquid to plugin docs (#6794)
* Draft a release post for v3.7.3 (#6803)
* add missing step for gem-based theme conversion (#6802)
* Update windows.md to explain an issue with jekyll new. (#6838)
* Add Bundler Installation Instructions (#6828)
* Docs: describe difference between tags and categories (#6882)
* Add jekyll-random plugin to docs (#6833)
* Fixed typo in description of categories and tags (#6896)
* Add missing ul-tag (#6897)
* doc: add liquid tag plugin jekyll-onebox for html previews (#6898)
* Add jekyll-w2m to plugins (#6855)
* Fix tutorials navigation HTML (#6919)
* add Arch Linux instalation troubleshoot (#6782)
* Docs: Install Jekyll on macOS (#6881)
* Fix CodeClimate badges [ci skip] (#6930)
* Update index.md (#6933)
Site Enhancements
* Remove links to Gists (#6751)
* Always load Google Fonts over HTTPS (#6792)
* always load analytics.js over HTTPS (#6807)
Bug Fixes
* Append appropriate closing tag to Liquid block in an excerpt ### -minor
(#6724)
* Bypass rendering via Liquid unless required (#6735)
* Delegated methods after private keyword are meant to be private (#6819)
* Improve handling non-default collection documents rendering and writing
(#6795)
* Fix passing multiline params to include tag when using the variable syntax
(#6858)
* include_relative tag should find related documents in collections gathered
within custom collections_dir (#6818)
* Handle liquid tags in excerpts robustly (#6891)
* Allow front matter defaults to be applied properly to documents gathered
under custom collections_dir (#6885)
3.7.4 / 2018-09-07
Bug Fixes
* Security: fix include bypass of EntryFilter#filter symlink check (#7224)
Diffstat (limited to 'www')
-rw-r--r-- | www/ruby-jekyll/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-jekyll/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-jekyll/distinfo | 10 |
3 files changed, 10 insertions, 9 deletions
diff --git a/www/ruby-jekyll/Makefile b/www/ruby-jekyll/Makefile index 4a89cd2840d..c50af3b4d8e 100644 --- a/www/ruby-jekyll/Makefile +++ b/www/ruby-jekyll/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2018/03/13 17:49:48 taca Exp $ +# $NetBSD: Makefile,v 1.30 2018/09/23 17:15:17 taca Exp $ -DISTNAME= jekyll-3.7.3 +DISTNAME= jekyll-3.8.4 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/mojombo/jekyll +HOMEPAGE= https://github.com/jekyll/jekyll COMMENT= Blog-aware, static site generator in Ruby LICENSE= mit diff --git a/www/ruby-jekyll/PLIST b/www/ruby-jekyll/PLIST index f54530c7333..b52e0489933 100644 --- a/www/ruby-jekyll/PLIST +++ b/www/ruby-jekyll/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.12 2018/03/13 17:49:48 taca Exp $ +@comment $NetBSD: PLIST,v 1.13 2018/09/23 17:15:17 taca Exp $ bin/jekyll${RUBY_SUFFIX} ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/.rubocop.yml @@ -45,6 +45,7 @@ ${GEM_LIBDIR}/lib/jekyll/errors.rb ${GEM_LIBDIR}/lib/jekyll/excerpt.rb ${GEM_LIBDIR}/lib/jekyll/external.rb ${GEM_LIBDIR}/lib/jekyll/filters.rb +${GEM_LIBDIR}/lib/jekyll/filters/date_filters.rb ${GEM_LIBDIR}/lib/jekyll/filters/grouping_filters.rb ${GEM_LIBDIR}/lib/jekyll/filters/url_filters.rb ${GEM_LIBDIR}/lib/jekyll/frontmatter_defaults.rb diff --git a/www/ruby-jekyll/distinfo b/www/ruby-jekyll/distinfo index cdaad8d64a9..a413fd6e249 100644 --- a/www/ruby-jekyll/distinfo +++ b/www/ruby-jekyll/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2018/03/13 17:49:48 taca Exp $ +$NetBSD: distinfo,v 1.16 2018/09/23 17:15:17 taca Exp $ -SHA1 (jekyll-3.7.3.gem) = f315dbf1e495acbb5734cf3c0637aa7049c76d52 -RMD160 (jekyll-3.7.3.gem) = 133bdcda58e49eacf6b73cf5406b21ad5ab0a430 -SHA512 (jekyll-3.7.3.gem) = 66794a42feeb3a444099d7c262220470e6724b84846eea78e7598e0b2891f4cfc88f57f6d1699edb02b8d5e80671b03c51f06ef466eb9ec92ffb20c7d175d855 -Size (jekyll-3.7.3.gem) = 110592 bytes +SHA1 (jekyll-3.8.4.gem) = 9366e5ab445ff86afb07074316dbbdbafeff526a +RMD160 (jekyll-3.8.4.gem) = 5aaf6a117b804f2144948733d78edef13e932ca9 +SHA512 (jekyll-3.8.4.gem) = 139c235941951ad25888aa8b3fe3039d2de55d9e1056ad313828269f36fd8ae554c2f8e664411ade8f7a094d0135b8d7d382b92e66857251d8b20a806bce9d24 +Size (jekyll-3.8.4.gem) = 112640 bytes SHA1 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7 |