New commits:
commit 549229eec874553b9a451c93dc9969d8267c0989
Merge: 1a075f6c65 fc3b59f0db
Author: Andrew Cagney <[email protected]>
Date: Thu Oct 16 15:43:38 2025 -0400
Merge building: work around problem $(CERTUTIL) override
For instance, given:
CERTUTIL = LD_LIBRARY_PATH=/to/library /to/certutil
which expands in ipsec as expected, the script fails
with the error that LD_LIBRARY_PATH=/to/library can't
be found (yet it works in simple scripts).
See #2505 eval breaks pk12util -d /var/lib/ipsec/nss -W foobar -K '' -i
/testing/x509/selfsigned/west-selfsigned.p12
commit fc3b59f0db950d6f6e6b2b358c63059b87bad723
Author: Andrew Cagney <[email protected]>
Date: Thu Oct 16 15:36:25 2025 -0400
building nss: include eval in CERTUTIL et.al. override
commit c3d5af56dfd5c22eb87dc0344144b8ae5e49eabb
Author: Andrew Cagney <[email protected]>
Date: Thu Oct 16 15:35:31 2025 -0400
ipsec certutil et.al.: redo map from command to @@COMMAND@@
Drop eval. It would cause empty parameters (e.g., '') to be lost.
Instead set things up so that "eval" can be included in the @@COMMAND@@
override.
see #2505 eval breaks pk12util -d /var/lib/ipsec/nss -W foobar -K '' -i
/testing/x509/selfsigned/west-selfsigned.p12
_______________________________________________
Swan-commit mailing list -- [email protected]
To unsubscribe send an email to [email protected]