> On 24. Jun 2018, at 15:43, Hiltjo Posthuma <hil...@codemadness.org> wrote:
>
> This patch updates geomyidae.
>
> Some changes compared to 0.31:
>
> - Add OpenBSD pledge support.
> - Fix: Return an error message for selectors containing two dots.
> - Log UTC time instead of localized time.
> - Add nocgi flag, which disables CGI execution.
> - Minor fixed in the manpage, CGI handling and tools.
> - Add example for tt escaping in the manpage.
Thanks, LGTM.
I will take care of it soon.
> diff --git net/geomyidae/Makefile net/geomyidae/Makefile
> index cc0936b2f6b..55a6c95914b 100644
> --- net/geomyidae/Makefile
> +++ net/geomyidae/Makefile
> @@ -2,7 +2,7 @@
>
> COMMENT = Gopher protocol daemon
>
> -DISTNAME = geomyidae-0.31
> +DISTNAME = geomyidae-0.32.1
>
> CATEGORIES = net
>
> @@ -13,6 +13,7 @@ MAINTAINER = Joerg Jung <j...@openbsd.org>
> # MIT/X
> PERMIT_PACKAGE_CDROM = Yes
>
> +# uses pledge()
> WANTLIB = c
>
> MASTER_SITES = ${HOMEPAGE}/snapshot/
> diff --git net/geomyidae/distinfo net/geomyidae/distinfo
> index c10787f1ff3..bc6828b29b4 100644
> --- net/geomyidae/distinfo
> +++ net/geomyidae/distinfo
> @@ -1,2 +1,2 @@
> -SHA256 (geomyidae-0.31.tar.gz) = uu/bgmvBpRTR3aSWnjOy72Kn752DlMuevWX44GSbGRI=
> -SIZE (geomyidae-0.31.tar.gz) = 20265
> +SHA256 (geomyidae-0.32.1.tar.gz) =
> 34hKoERXxp8DDf+tUBeLlqw2SVIQHk2NnsoHzGCieag=
> +SIZE (geomyidae-0.32.1.tar.gz) = 20881
>
> --
> Kind regards,
> Hiltjo
>