postprocess/CustomTarget_signing.mk |    1 +
 postprocess/signing/no_signing.txt  |   10 ----------
 2 files changed, 1 insertion(+), 10 deletions(-)

New commits:
commit 9e2e98cf8676398542555c42df21458dec0b356a
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Wed Feb 26 06:19:18 2025 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Thu Feb 27 02:30:43 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 78ac8443907e..cef2d4d6eabe 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 12ce7d0d42dbeed63b754bbdc8da0d019c4c8db9
Author:     Thorsten Behrens <[email protected]>
AuthorDate: Wed Feb 26 10:55:44 2025 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Thu Feb 27 02:30:33 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