postprocess/CustomTarget_signing.mk | 1 + postprocess/signing/no_signing.txt | 10 ---------- 2 files changed, 1 insertion(+), 10 deletions(-)
New commits: commit c487a9e763dab8d21d5e5f75f7a2a6ecd2bbf8ed Author: Thorsten Behrens <[email protected]> AuthorDate: Wed Feb 26 06:19:18 2025 +0100 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Feb 27 02:27:40 2025 +0100 Add firebird intl DLLs for code signing Change-Id: Ic67f51ddc2e8957c4cc228a98a888a4129aac36e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182198 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/postprocess/CustomTarget_signing.mk b/postprocess/CustomTarget_signing.mk index 27e397031c1a..2744de85a9ec 100644 --- a/postprocess/CustomTarget_signing.mk +++ b/postprocess/CustomTarget_signing.mk @@ -54,6 +54,7 @@ ifeq ($(COM),MSC) $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/*.pyd \ $(INSTDIR)/$(LIBO_BIN_FOLDER)/python-core-$(PYTHON_VERSION)/lib/distutils/command/*.exe \ $(INSTDIR)/program/shlxthdl/*.dll \ + $(INSTDIR)/intl/*.dll \ $(INSTDIR)/sdk/cli/*.dll \ $(INSTDIR)/sdk/bin/*.exe \ && rm $$EXCLUDELIST && touch $@ commit 3a396049c625658e2c0047ac71b1a430210f3ec8 Author: Thorsten Behrens <[email protected]> AuthorDate: Wed Feb 26 10:55:44 2025 +0100 Commit: Thorsten Behrens <[email protected]> CommitDate: Thu Feb 27 02:27:10 2025 +0100 tdf#160568 start signing cli DLLs as well There does not seem to be any downside not signing those anymore (the 2007er commit excluding them mentions rebasing, which is no longer used), and according to tdf#160568 a number of upsides. So lets start doing it now. Change-Id: If56a8c94dcbf431b55929142ddcb24a671e93a6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182213 Tested-by: Jenkins Reviewed-by: Thorsten Behrens <[email protected]> diff --git a/postprocess/signing/no_signing.txt b/postprocess/signing/no_signing.txt index 6de68e2e8cc2..fdc5faa6c1fc 100644 --- a/postprocess/signing/no_signing.txt +++ b/postprocess/signing/no_signing.txt @@ -1,13 +1,3 @@ -cli_basetypes.dll -cli_cppuhelper.dll -cli_uretypes.dll -cli_oootypes.dll -cli_ure.dll -policy.1.0.cli_uretypes.dll -policy.1.0.cli_oootypes.dll -policy.1.0.cli_ure.dll -policy.1.0.cli_cppuhelper.dll -policy.1.0.cli_basetypes.dll Windows6.1-KB2999226-x64.msu Windows6.1-KB2999226-x86.msu Windows8.1-KB2999226-x64.msu
