aboutsummaryrefslogtreecommitdiffstats
path: root/community/go-md2man
Commit message (Collapse)AuthorAgeFilesLines
* community/[various]: rebuild against go 1.12.8-r0Sören Tempel2019-08-181-1/+1
| | | | | | | go recently received a security upgrade to 1.12.8 (f4894bf9) this upgrade fixes various CVEs in go standard libraries, for instance in HTTP/2 functionality. Since go is statically linked packages using this functionality need to be rebuild.
* community/go-md2man: upgrade to 1.0.10Jake Buchholz2019-03-291-2/+2
| | | | See https://github.com/cpuguy83/go-md2man/releases for more information
* community/go-md2man: new aportJake Buchholz2019-01-101-0/+36
Adding an explicit go-md2man package, as a number of other packages (runc, containerd, docker, etc.) are building it for the sole purpose of converting markdown documentation to man pages... (often with 'go get', which has raised some unanswered questions.)