Changeset 102054 in vbox
- Timestamp:
- Nov 9, 2023 8:39:08 PM (13 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r102019 r102054 4469 4469 endif 4470 4470 endif 4471 VBOX_LEGACY_TS_CA_FILE = $(VBOX_PATH_SRC_CERTIFICATES)/Timestamp-VBoxLegacyWinCA.crt4472 4471 4473 4472 else ifeq ($(KBUILD_HOST),darwin) -
trunk/src/VBox/Installer/win/Stub/Makefile.kmk
r98429 r102054 103 103 $(RM) -f -- "[email protected]" "[email protected]" "[email protected]" "[email protected]" 104 104 ifdef VBOX_WITH_VBOX_LEGACY_TS_CA 105 $(VBOX_BIN2C) -ascii --append VBoxLegacyWinCA "$(VBOX_LEGACY_TS_CA_FILE)" $@ 105 $(RM) -f -- "[email protected]_tsca" 106 $(VBOX_RTSIGNTOOL) extract-timestamp-root --signature-index 0 --input "$(PATH_STAGE_SYS)/VBoxSup.sys" --output "[email protected]_tsca" --der 107 $(VBOX_BIN2C) -ascii --append VBoxLegacyWinCA "[email protected]_tsca" $@ 108 $(RM) -f -- "[email protected]_tsca" 106 109 endif 107 110
Note:
See TracChangeset
for help on using the changeset viewer.