CVSROOT:        /cvs
Module name:    ports
Changes by:     k...@cvs.openbsd.org    2023/10/22 11:57:23

Modified files:
        textproc/jq    : Makefile 
        textproc/jq/patches: patch-main_c 

Log message:
Drop "getpw" promise

There since 2016, but upstream "Avoid getpwuid for static linking" contained
in 1.7 removed the last code requiring it:
https://github.com/jqlang/jq/commit/f1c49473a36bd5068031f2dca4f8cdc7c5dddb70

jq(1) still expands the tilder character in module/library search
paths, but does so purely via getenv(3).

Tests pass as before, upstream agrees, scripts and manual tests are happy.

OK volker

Reply via email to