pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/hugo



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon May 20 13:32:18 UTC 2019

Modified Files:
        pkgsrc/www/hugo: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/hugo/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/hugo/PLIST pkgsrc/www/hugo/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/hugo/Makefile
diff -u pkgsrc/www/hugo/Makefile:1.16 pkgsrc/www/hugo/Makefile:1.17
--- pkgsrc/www/hugo/Makefile:1.16       Sat May 11 03:50:12 2019
+++ pkgsrc/www/hugo/Makefile    Mon May 20 13:32:18 2019
@@ -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

Index: pkgsrc/www/hugo/PLIST
diff -u pkgsrc/www/hugo/PLIST:1.6 pkgsrc/www/hugo/PLIST:1.7
--- pkgsrc/www/hugo/PLIST:1.6   Sat May 11 03:50:12 2019
+++ pkgsrc/www/hugo/PLIST       Mon May 20 13:32:18 2019
@@ -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/
 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
Index: pkgsrc/www/hugo/distinfo
diff -u pkgsrc/www/hugo/distinfo:1.6 pkgsrc/www/hugo/distinfo:1.7
--- pkgsrc/www/hugo/distinfo:1.6        Sat May 11 03:50:12 2019
+++ pkgsrc/www/hugo/distinfo    Mon May 20 13:32:18 2019
@@ -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