History log of /netbsd-src/external/mpl/mozilla-certdata/share/Makefile (Results 1 – 5 of 5)
Revision Date Author Comments
# 802036e2 08-Sep-2024 riastradh <riastradh@NetBSD.org>

mozilla-certdata: Update reference in Makefile.


# 3f4ef73b 03-Mar-2024 riastradh <riastradh@NetBSD.org>

mozilla-certdata: Update reference in Makefile.


# 2a27153d 27-Sep-2023 riastradh <riastradh@NetBSD.org>

mozilla-certdata: Run certdata.awk with LC_ALL=C.

This has to be able to printf("%c", ...) to emit arbitrary bytes of
output in order to decode the octal-formatted DER data and print it
as raw binar

mozilla-certdata: Run certdata.awk with LC_ALL=C.

This has to be able to printf("%c", ...) to emit arbitrary bytes of
output in order to decode the octal-formatted DER data and print it
as raw binary DER data.

Relevant only at import time, doesn't affect builds.

show more ...


# b12c5303 02-Sep-2023 riastradh <riastradh@NetBSD.org>

mozilla-certdata: Install relative symlinks.

Slightly more compact this way, and you can examine them in a destdir
without chrooting. Not terribly important, but a minor convenience.


# 06e66466 26-Aug-2023 riastradh <riastradh@NetBSD.org>

mozilla-certdata: Makefile infrastructure.