diff options
author | ryoon <ryoon@pkgsrc.org> | 2019-05-20 13:32:18 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2019-05-20 13:32:18 +0000 |
commit | b68b9c60832927adecdb7caf6c67d949addc948a (patch) | |
tree | feab1f3ac6f2ee20302929bad962c1ffc721fac4 /www/hugo | |
parent | b8b468f63047d50116c2e1157f56eb70ab93aa91 (diff) | |
download | pkgsrc-b68b9c60832927adecdb7caf6c67d949addc948a.tar.gz |
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 (limited to 'www/hugo')
-rw-r--r-- | www/hugo/Makefile | 4 | ||||
-rw-r--r-- | www/hugo/PLIST | 3 | ||||
-rw-r--r-- | www/hugo/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/hugo/Makefile b/www/hugo/Makefile index 4ef7c58b068..0bdb590383c 100644 --- a/www/hugo/Makefile +++ b/www/hugo/Makefile @@ -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 --git a/www/hugo/PLIST b/www/hugo/PLIST index daa5e800fa6..73b07d2a3d2 100644 --- a/www/hugo/PLIST +++ b/www/hugo/PLIST @@ -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.1-relnotes/index.md 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 --git a/www/hugo/distinfo b/www/hugo/distinfo index 259ffda11b5..b77d3f36408 100644 --- a/www/hugo/distinfo +++ b/www/hugo/distinfo @@ -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 |