Rebased ref, commits from common ancestor:
commit 98623d0dbf3dd34788fbeab7512236177d703bbe
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Wed Feb 26 06:19:18 2025 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Thu Feb 27 02:28:39 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 6c061e86afeb..971268ecbc11 100644
--- a/postprocess/CustomTarget_signing.mk
+++ b/postprocess/CustomTarget_signing.mk
@@ -55,6 +55,7 @@ ifneq ($(ENABLE_DBGUTIL),TRUE)
                        
$(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 a368fe190cbc40b6dc25ac203a2728bc92b25cfd
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Wed Feb 26 10:55:44 2025 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Thu Feb 27 02:28:26 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

Reply via email to