This is an automated email from the ASF dual-hosted git repository.
jimjag pushed a change to branch AOO50X
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 91688a930b And baseline this branch, which will serve as the basis for
AOO5.0.X with that expected version string
new dd421d0d84 macOS: code-signable bundle layout, opt-in signing of the
.app and .dmg Select patches from the mac-vcl-button-contrast branch.
new f333193f20 macOS: harden application and disk image signing
new f900124de9 Fix macOS language-pack signing, load-path check and
sysconfig data
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
main/configure.ac | 34 +++-
main/cppuhelper/source/findsofficepath.c | 21 ++-
main/desktop/util/makefile.mk | 6 +
.../extensions/source/macosx/spotlight/makefile.mk | 4 -
main/icu/icu-darwin.patch | 2 +-
main/icu/icu4c-4_2_1-src.patch | 2 +-
main/libxml2/makefile.mk | 5 +-
main/odk/setsdkenv_unix.sh.in | 4 +-
main/python/makefile.mk | 13 +-
main/python/prj/d.lst | 12 +-
main/sal/rtl/source/bootstrap.cxx | 22 +++
main/scp2/source/ooo/common_brand.scp | 44 +++--
main/scp2/source/ooo/directory_ooo.scp | 10 +
main/scp2/source/ooo/file_library_ooo.scp | 16 +-
main/scp2/source/ooo/ooo_brand.scp | 7 +-
main/scp2/source/python/file_python.scp | 175 +----------------
main/scp2/source/python/profileitem_python.scp | 11 --
main/set_soenv.in | 10 +
main/setup_native/scripts/mac_install.script | 2 +-
.../scripts/osx_install_languagepack.applescript | 11 ++
.../scripts/osx_install_patch.applescript | 11 ++
main/setup_native/source/mac/macinstall.ulf | 6 +
main/solenv/bin/macosx-change-install-names.pl | 14 +-
main/solenv/bin/macosx-check-load-commands.sh | 52 ++++++
main/solenv/bin/macosx-codesign-entitlements.plist | 21 +++
main/solenv/bin/macosx-codesign.sh | 208 +++++++++++++++++++++
main/solenv/bin/modules/installer/scriptitems.pm | 18 +-
main/solenv/bin/modules/installer/simplepackage.pm | 85 ++++++++-
main/solenv/inc/unxmacc.mk | 1 +
main/solenv/inc/unxmacx.mk | 1 +
30 files changed, 575 insertions(+), 253 deletions(-)
create mode 100755 main/solenv/bin/macosx-check-load-commands.sh
create mode 100644 main/solenv/bin/macosx-codesign-entitlements.plist
create mode 100755 main/solenv/bin/macosx-codesign.sh