Edit

IABSD.fr/ports/textproc/jq

Branch :

  • Show log

    Commit

  • Author : kn
    Date : 2023-10-22 17:57:23
    Hash : a433fb1f
    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