pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/ruby-jekyll



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Sun Aug 18 09:18:39 UTC 2019

Modified Files:
        pkgsrc/www/ruby-jekyll: Makefile distinfo

Log Message:
Update to 3.8.6

Changelog:
Bug Fixes
    Update log output for an invalid theme directory (#7734)
    Memoize SiteDrop#documents to reduce allocations (#7722)
    Excerpt handling of custom and intermediate tags (#7467)
    Escape valid special chars in a site's path name (#7573)
    Revert memoizing Site#docs_to_write and refactor #documents (#7689)
    Fix broken include_relative usage in excerpt (#7690)
    Install platform-specific gems as required (3c06609)

Security Fixes
    Theme gems: ensure directories aren't symlinks (#7424)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/www/ruby-jekyll/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/ruby-jekyll/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/ruby-jekyll/Makefile
diff -u pkgsrc/www/ruby-jekyll/Makefile:1.34 pkgsrc/www/ruby-jekyll/Makefile:1.35
--- pkgsrc/www/ruby-jekyll/Makefile:1.34        Mon Apr 15 06:11:33 2019
+++ pkgsrc/www/ruby-jekyll/Makefile     Sun Aug 18 09:18:39 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/04/15 06:11:33 wiz Exp $
+# $NetBSD: Makefile,v 1.35 2019/08/18 09:18:39 ryoon Exp $
 
-DISTNAME=      jekyll-3.8.5
+DISTNAME=      jekyll-3.8.6
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/ruby-jekyll/distinfo
diff -u pkgsrc/www/ruby-jekyll/distinfo:1.17 pkgsrc/www/ruby-jekyll/distinfo:1.18
--- pkgsrc/www/ruby-jekyll/distinfo:1.17        Wed Feb  6 14:51:37 2019
+++ pkgsrc/www/ruby-jekyll/distinfo     Sun Aug 18 09:18:39 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.17 2019/02/06 14:51:37 taca Exp $
+$NetBSD: distinfo,v 1.18 2019/08/18 09:18:39 ryoon Exp $
 
-SHA1 (jekyll-3.8.5.gem) = 2cad393337f77c7b6f9c6bf62c4fbf5394504245
-RMD160 (jekyll-3.8.5.gem) = 92f40ce49d4cbfbab1a4b6d22e21a3f21e171729
-SHA512 (jekyll-3.8.5.gem) = 1a45814567caa1cb4902d749330c3f6287fb7f0e84a1bc81eb7ce49ce48ed182799733b227671dfe4de9d5229877ffb581fedb927b831c6a68ab699c7d6b763a
-Size (jekyll-3.8.5.gem) = 112640 bytes
+SHA1 (jekyll-3.8.6.gem) = 1aa3d32f96cc7ab87897cdc9e517d2260ab5f704
+RMD160 (jekyll-3.8.6.gem) = c5244d290728356b92420232e0342f9935271f98
+SHA512 (jekyll-3.8.6.gem) = 9b54f3c06373ff515c3f190645a231538b3045a5d39b568defc4977434a52812a1cfa1f9ec836b0b7376d1d0290ca17a55b69b3039203aa8f99df8e9b66c56e3
+Size (jekyll-3.8.6.gem) = 113152 bytes
 SHA1 (patch-lib_jekyll_commands_new.rb) = 928f4542aae30671efeaa99f59d61034aa5e38a7



Home | Main Index | Thread Index | Old Index