pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/hugo Update to 0.55.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/f0424e61f14e
branches: trunk
changeset: 334188:f0424e61f14e
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon May 20 13:32:18 2019 +0000
description:
Update to 0.55.6
Changelog:
This is a bug-fix release with one important fix. There have been
reports about infrequent paginator crashes when running the Hugo
server since 0.55.0. The reason have been narrowed down to that of
parallel rebuilds. This isn't a new thing, but the changes in 0.55.0
made it extra important to serialize the page initialization. This
release fixes that by protecting the Build method with a lock when
running in server mode. 95ce2a40 @bep #5885#5968
diffstat:
www/hugo/Makefile | 4 ++--
www/hugo/PLIST | 3 ++-
www/hugo/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 6c18cc9d759f -r f0424e61f14e www/hugo/Makefile
--- a/www/hugo/Makefile Mon May 20 13:18:30 2019 +0000
+++ b/www/hugo/Makefile Mon May 20 13:32:18 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2019/05/11 03:50:12 ryoon Exp $
+# $NetBSD: Makefile,v 1.17 2019/05/20 13:32:18 ryoon Exp $
-DISTNAME= hugo-0.55.5
+DISTNAME= hugo-0.55.6
PKGNAME= go-${DISTNAME}
MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/}
CATEGORIES= www
diff -r 6c18cc9d759f -r f0424e61f14e www/hugo/PLIST
--- a/www/hugo/PLIST Mon May 20 13:18:30 2019 +0000
+++ b/www/hugo/PLIST Mon May 20 13:32:18 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/05/11 03:50:12 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/05/20 13:32:18 ryoon Exp $
bin/generate
bin/hugo
gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a
@@ -542,6 +542,7 @@
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.2-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.3-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.4-relnotes/index.md
+gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.5-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md
gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md
diff -r 6c18cc9d759f -r f0424e61f14e www/hugo/distinfo
--- a/www/hugo/distinfo Mon May 20 13:18:30 2019 +0000
+++ b/www/hugo/distinfo Mon May 20 13:32:18 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.6 2019/05/11 03:50:12 ryoon Exp $
+$NetBSD: distinfo,v 1.7 2019/05/20 13:32:18 ryoon Exp $
-SHA1 (hugo-0.55.5.tar.gz) = 710db8e0828347f4ac745dc2fd6cda2a2e36cb5e
-RMD160 (hugo-0.55.5.tar.gz) = f8e947cf96fc7f5ecd3db318734108cd2ff48b50
-SHA512 (hugo-0.55.5.tar.gz) = 1558b334a3443428ab29d4ac923b0023f0aaf3457e45248200c7ee258cb9ab101086d996392a53168269b1edb0bf7ea0d3e1374a4711cfaef165d136abb8e506
-Size (hugo-0.55.5.tar.gz) = 26962987 bytes
+SHA1 (hugo-0.55.6.tar.gz) = 93fc414ab5b11c44a6611489bdc8737d0d4f5bd1
+RMD160 (hugo-0.55.6.tar.gz) = cd15c683796e1bcba153cdde313e6d85d6deeb5f
+SHA512 (hugo-0.55.6.tar.gz) = b45d50ae109d1f5bbc1d52f1c8d46a1638fd83bec8a2600c3cfd6d303fdcf58db1d9201844174558e8dea62132ff146fbff9995ae0350ff2f7e4106adf07b861
+Size (hugo-0.55.6.tar.gz) = 26962712 bytes
SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521
Home |
Main Index |
Thread Index |
Old Index