2023-06-17 11:49:25 by Benny Siegert | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
hugo: update to 0.113.0
This release adds TLS/HTTPS support to hugo server entirely backed by mkcert. We
still default to http which is recommended and good enough for 99% of the Hugo
use, but there are some situations where you really need it.
We have added a new sub command and some new flags to hugo server to enable this:
# Installs a local CA in the system root store. You only need to do this once.
hugo server trust
# Generates locally-trusted certificates (if not already created) and starts
# the server with TLS/HTTPS enabled.
hugo server --tlsAuto
Note that we just delegate to mkcert using its default settings, so all of their
documentation is relevant.
If you have obtained the TLS certificate and key file by other means, you can
use the --tlsCertFile and --tlsKeyFile flags. When --tlsAuto or --tlsCertFile
and --tlsKeyFile is set and no --baseURL is provided as a flag, the server is
started with TLS and https as the protocol.
|
2023-05-05 21:37:45 by Benny Siegert | Files touched by this commit (134) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go120 security update
|
2023-04-19 16:14:15 by Nikita | Files touched by this commit (3) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
hugo: update to version 0.111.3
Changelog (taken from https://github.com/gohugoio/hugo/releases):
v0.111.3 Latest
Bug fixes
Fix "unknown shortcode token" when calling shortcode within fenced \
code block e7148f3 @bep #10819
Don't fail when calling Paginate with an empty pages.PagesGroup 34a86e1 @bep \
#10802
Improve error message for unclosed shortcode with inner content 9818724 @deining
Improvements
tpl: Add hasSuffix alias d171d15 @jfish2
Run gofmt -s on source files d55af2a @deining
tpl/math: Allow multi numbers in add, sub, mul, div, min and max 84201e8 @septs
server: Replace golang.org/x/net/context with context 0f01bd4 @alexandear
watcher: use time.NewTicker to prevent leaks 02ab77d @alexandear
ensure we default to 10 correctly 873be9f @davidejones
switch transfers to workers bebb2b8 @davidejones
customize parallel transfer count e6f029b @davidejones
metadecoders: Add support for native org dates in frontmatter PR #7433 added \
support for Org timestamps for the DATE header. This PR widens the support with \
additional front matter headers LASTMOD, PUBLISHDATE and EXPIRYDATE. bdbfacb \
@johannesengl #8536
Dependency Updates
deps: Update go-org to v1.6.6 1c841ec @niklasfasching
Documentation
docs: Improve examples of variadic math functions b6f44aa @jmooring
readme: Update dependency list 04b9811 @deining
v0.111.2
Bug fixes
Fix .Fragments when called cross sites on uninitialized output format \
b83050c @bep #10794
Fix "context canceled" with partial 3bbeb56 @bep #10789
cache: Fix --gc failure on Windows 184a67a @alexandear
snap: Fix dart-sass-embedded installation a950950 @jmooring #10783
Allow page.TableOfContents on self in shortcode df5608f @bep #10791
Page context handling in i18n 6c798eb @bep #10782
Work around --gc failure on Windows <= 10 ec1c97e @bep #10781
Correct typos in Go comments 36ce3a4 @alexandear
Documentation
tpl/partial: Consolidate GoDoc f56ce01 @bep
Build Setup
Update to Go 1.20.1 f10009e @bep #10785
v0.111.1
This fixes the "page" not defined issue in Hugo 0.111.0. eef23a7 @bep \
#10774
|
2023-04-05 22:48:01 by Benny Siegert | Files touched by this commit (140) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after yesterday's go120 security update
|
2023-03-08 14:39:00 by Benny Siegert | Files touched by this commit (131) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go119 security update
|
2023-02-16 16:02:10 by Benny Siegert | Files touched by this commit (129) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go119 update
|
2023-01-11 18:28:38 by Benny Siegert | Files touched by this commit (123) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go119 update
|
2022-12-10 13:16:45 by Greg Troxel | Files touched by this commit (1) |
Log message:
www/hugo: Explain why this needs old go
|
2022-12-08 17:14:27 by Benny Siegert | Files touched by this commit (122) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go119 security update
|
2022-11-02 20:39:58 by Benny Siegert | Files touched by this commit (115) | ![Package updated](https://pkgsrc.se/images/update.gif) |
Log message:
Revbump all Go packages after go119 security update
|