2137d04d1d
Fixes CVE-2023-1255, CVE-2023-2650 and 3 more CVEs that probably don't affect LibreOffice. Change-Id: Ic615b008298471267121a0f4deb227ddb3a0409e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152851 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <20001722@ymail.ne.jp>
21 lines
756 B
Makefile
21 lines
756 B
Makefile
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
|
#
|
|
# This file is part of the LibreOffice project.
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
#
|
|
|
|
$(eval $(call gb_UnpackedTarball_UnpackedTarball,openssl))
|
|
|
|
$(eval $(call gb_UnpackedTarball_set_tarball,openssl,$(OPENSSL_TARBALL),,openssl))
|
|
|
|
$(eval $(call gb_UnpackedTarball_add_patches,openssl,\
|
|
external/openssl/openssl-no-multilib.patch.0 \
|
|
external/openssl/configurable-z-option.patch.0 \
|
|
external/openssl/openssl-no-ipc-cmd.patch.0 \
|
|
external/openssl/system-cannot-find-path-for-move.patch.0 \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|