Mon May 20 13:32:18 2019 UTC ()
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


(ryoon)
diff -r1.16 -r1.17 pkgsrc/www/hugo/Makefile
diff -r1.6 -r1.7 pkgsrc/www/hugo/PLIST
diff -r1.6 -r1.7 pkgsrc/www/hugo/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/www/hugo/Makefile (expand / switch to unified diff)

--- pkgsrc/www/hugo/Makefile 2019/05/11 03:50:12 1.16
+++ pkgsrc/www/hugo/Makefile 2019/05/20 13:32:18 1.17
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.16 2019/05/11 03:50:12 ryoon Exp $ 1# $NetBSD: Makefile,v 1.17 2019/05/20 13:32:18 ryoon Exp $
2 2
3DISTNAME= hugo-0.55.5 3DISTNAME= hugo-0.55.6
4PKGNAME= go-${DISTNAME} 4PKGNAME= go-${DISTNAME}
5MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=gohugoio/}
6CATEGORIES= www 6CATEGORIES= www
7GITHUB_TAG= v${PKGVERSION_NOREV} 7GITHUB_TAG= v${PKGVERSION_NOREV}
8GITHUB_PROJECT= ${PKGBASE:S/^go-//} 8GITHUB_PROJECT= ${PKGBASE:S/^go-//}
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://gohugo.io/ 11HOMEPAGE= http://gohugo.io/
12COMMENT= A Fast & Modern Static Website Engine 12COMMENT= A Fast & Modern Static Website Engine
13LICENSE= apache-2.0 13LICENSE= apache-2.0
14 14
15GO_DIST_BASE= ${DISTNAME} 15GO_DIST_BASE= ${DISTNAME}
16GO_SRCPATH= github.com/gohugoio/hugo 16GO_SRCPATH= github.com/gohugoio/hugo

cvs diff -r1.6 -r1.7 pkgsrc/www/hugo/PLIST (expand / switch to unified diff)

--- pkgsrc/www/hugo/PLIST 2019/05/11 03:50:12 1.6
+++ pkgsrc/www/hugo/PLIST 2019/05/20 13:32:18 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2019/05/11 03:50:12 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.7 2019/05/20 13:32:18 ryoon Exp $
2bin/generate 2bin/generate
3bin/hugo 3bin/hugo
4gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a 4gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/bufferpool.a
5gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a 5gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache.a
6gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a 6gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/filecache.a
7gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a 7gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/cache/namedmemcache.a
8gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/codegen.a 8gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/codegen.a
9gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a 9gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/commands.a
10gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a 10gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/collections.a
11gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a 11gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/herrors.a
12gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hreflect.a 12gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hreflect.a
13gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a 13gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugio.a
14gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a 14gopkg/pkg/${GO_PLATFORM}/github.com/gohugoio/hugo/common/hugo.a
@@ -532,26 +532,27 @@ gopkg/src/github.com/gohugoio/hugo/docs/ @@ -532,26 +532,27 @@ gopkg/src/github.com/gohugoio/hugo/docs/
532gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/index.md 532gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.51-relnotes/index.md
533gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png 533gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/featured-hugo-52-poster.png
534gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md 534gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.52-relnotes/index.md
535gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png 535gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/featured-hugo-53-poster.png
536gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/index.md 536gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.53-relnotes/index.md
537gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png 537gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/featured-hugo-54.0-poster.png
538gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/index.md 538gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.54.0-relnotes/index.md
539gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/featured.png 539gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/featured.png
540gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/index.md 540gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.0-relnotes/index.md
541gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.1-relnotes/index.md 541gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.1-relnotes/index.md
542gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.2-relnotes/index.md 542gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.2-relnotes/index.md
543gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.3-relnotes/index.md 543gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.3-relnotes/index.md
544gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.4-relnotes/index.md 544gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.4-relnotes/index.md
 545gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.55.5-relnotes/index.md
545gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md 546gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/${PKGVERSION}-relnotes/index.md
546gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md 547gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.7-relnotes/index.md
547gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md 548gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.8-relnotes/index.md
548gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.9-relnotes/index.md 549gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/0.9-relnotes/index.md
549gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/_index.md 550gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/_index.md
550gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/http2-server-push-in-hugo.md 551gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/http2-server-push-in-hugo.md
551gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png 552gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/featured.png
552gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png 553gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-stars.png
553gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png 554gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/graph-themes.png
554gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md 555gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/index.md
555gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png 556gopkg/src/github.com/gohugoio/hugo/docs/content/en/news/lets-celebrate-hugos-5th-birthday/sunset-get.png
556gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/README.md 557gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/README.md
557gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/bfconfig.md 558gopkg/src/github.com/gohugoio/hugo/docs/content/en/readfiles/bfconfig.md

cvs diff -r1.6 -r1.7 pkgsrc/www/hugo/distinfo (expand / switch to unified diff)

--- pkgsrc/www/hugo/distinfo 2019/05/11 03:50:12 1.6
+++ pkgsrc/www/hugo/distinfo 2019/05/20 13:32:18 1.7
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.6 2019/05/11 03:50:12 ryoon Exp $ 1$NetBSD: distinfo,v 1.7 2019/05/20 13:32:18 ryoon Exp $
2 2
3SHA1 (hugo-0.55.5.tar.gz) = 710db8e0828347f4ac745dc2fd6cda2a2e36cb5e 3SHA1 (hugo-0.55.6.tar.gz) = 93fc414ab5b11c44a6611489bdc8737d0d4f5bd1
4RMD160 (hugo-0.55.5.tar.gz) = f8e947cf96fc7f5ecd3db318734108cd2ff48b50 4RMD160 (hugo-0.55.6.tar.gz) = cd15c683796e1bcba153cdde313e6d85d6deeb5f
5SHA512 (hugo-0.55.5.tar.gz) = 1558b334a3443428ab29d4ac923b0023f0aaf3457e45248200c7ee258cb9ab101086d996392a53168269b1edb0bf7ea0d3e1374a4711cfaef165d136abb8e506 5SHA512 (hugo-0.55.6.tar.gz) = b45d50ae109d1f5bbc1d52f1c8d46a1638fd83bec8a2600c3cfd6d303fdcf58db1d9201844174558e8dea62132ff146fbff9995ae0350ff2f7e4106adf07b861
6Size (hugo-0.55.5.tar.gz) = 26962987 bytes 6Size (hugo-0.55.6.tar.gz) = 26962712 bytes
7SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521 7SHA1 (patch-helpers_content.go) = 7c16f7512f0a3bf2fbb873cebd8ad91686d68521