# -*- 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/. # include $(SRCDIR)/vcl/commonfuzzer.mk $(eval $(call gb_Executable_Executable,fodt2pdffuzzer)) $(eval $(call gb_Executable_use_api,fodt2pdffuzzer,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_externals,fodt2pdffuzzer,\ $(fuzzer_externals) \ epubgen \ revenge \ )) $(eval $(call gb_Executable_set_include,fodt2pdffuzzer,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_Executable_use_libraries,fodt2pdffuzzer,\ $(fuzzer_writer_libraries) \ $(fuzzer_core_libraries) \ pdffilter \ )) $(eval $(call gb_Executable_use_static_libraries,fodt2pdffuzzer,\ $(fuzzer_statics) \ fuzzer_writer \ )) $(eval $(call gb_Executable_add_exception_objects,fodt2pdffuzzer,\ vcl/workben/fodt2pdffuzzer \ )) $(eval $(call gb_Executable_add_libs,fodt2pdffuzzer,\ $(LIB_FUZZING_ENGINE) \ )) # vim: set noet sw=4 ts=4: pgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/swext/mediawiki
AgeCommit message (Expand)Author
2023-11-09swext: MediaWiki: implement AllowInsecureProtocolsMichael Stahl
2023-06-28Fix typoAndrea Gelmini
2022-03-07cid#1500542 swext: Wiki Publisher: "Insecure TLS version"Michael Stahl
2021-04-11Get rid of apache-commons-loggingStephan Bergmann
2021-04-11Apache Commons Codec/HttpClient/Lang are no longer bundledStephan Bergmann
2021-03-22cid#1473816 Dereference null return valueCaolán McNamara
2021-03-22cid#1473739 Resource leak on an exceptional pathCaolán McNamara
2019-08-12Fix typosAndrea Gelmini
2019-07-26Fix typoAndrea Gelmini
2018-11-15Help files: http -> httpsSophia Schröder
2018-11-09Related: tdf#121134: Changing http to https where possibleSophia Schröder
2018-11-09Related: tdf#121134: Changing http to https where possibleSophia Schröder