aboutsummaryrefslogtreecommitdiff
path: root/projects/libreoffice
AgeCommit message (Collapse)Author
2021-09-22libreoffice: add dbf seed collection (#6505)Caolán McNamara
2021-09-16libreoffice: update builds deps (#6461)Caolán McNamara
2021-08-31libreoffice: upgrade cairo (#6365)Caolán McNamara
2021-08-27[libreoffice] reenable msan (experimentally) after Ubuntu upgrade (#6333)Caolán McNamara
check_build on new baseline, i.e. python infra/helper.py build_image libreoffice python infra/helper.py build_fuzzers --sanitizer memory libreoffice python infra/helper.py check_build --sanitizer memory libreoffice
2021-08-26libreoffice: default Ubuntu 20.04 gperf is new enough to use (#6321)Caolán McNamara
2021-08-26libreoffice: update builds deps (#6315)Caolán McNamara
2021-08-24[Ubuntu upgrade] Disable MSAN where it doesn't support on Ubuntu 20.04 (#6281)jonathanmetzman
These projects were tested and it was found that their use of MSAN does not work on Ubuntu 20.04. Therefore their use of MSAN is being disabled. Related: #6180
2021-08-22libreoffice: enable msan experimentally (#6266)Caolán McNamara
2021-08-16libreoffice: disable afl fuzzer (#6234)Caolán McNamara
see https://github.com/google/oss-fuzz/issues/6233 for rationale
2021-08-14clone libreoffice from git.libreoffice.org instead of ↵Caolán McNamara
anongit.freedesktop.org (#6216) as the latter has become unreliable and is regularly unavailable and drop some dependencies we no longer need
2021-08-12harfbuzz moved the sample fonts from 'shaping' to 'shape' (#6208)Caolán McNamara
2021-08-12update libreoffice build dependencies (#6206)Caolán McNamara
2021-08-08shrink the build dependencies that fuzzing libreoffice needs (#6183)Caolán McNamara
2021-07-27update libreoffice build deps (#6121)Caolán McNamara
2021-07-14update libreoffice build deps (#6036)Caolán McNamara
2021-04-09update libreoffice build-dependency cache (#5588)Caolán McNamara
2021-03-05add an extra maintainer (#5307)Caolán McNamara
* add an extra maintainer * add main_repo line
2021-02-06Remove unneeded afl-clang-fast->clang change.Abhishek Arya
2021-02-06optimal afl++ defaults (#5129)van Hauser
* optimal afl++ defaults * fixes
2020-07-06Update Dockerfiles (#4070)devtty1er
* Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
2020-03-20Upgrade lcamtuf.coredump.cx to HTTPS, as it has been (#3527)Lovell Fuller
accepting only HTTPS connections since approx 14th March. This allows the builds for guetzli, libjpeg-turbo, libtiff and libvips to succeed again.
2020-03-10[presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Max Moroz
* [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
2018-11-30libreoffice requires gperf > 3.1 now (#1992)Caolán McNamara
2018-11-04libreoffice build requires en_US.UTF-8 locale now (#1923)Caolán McNamara
2018-08-27[LibreOffice] update dependency cache (#1763)Caolán McNamara
2018-06-01[libreoffice] fix opensymbol link (#1472)Caolán McNamara
2018-05-31[libreoffice] add prebuild opensymbol to dependency cache (#1467)Caolán McNamara
2018-02-07add sft corpus (#1140)Caolán McNamara
* add sft corpus and update dependency cache * need recursive zip for this one
2018-01-09update dependency cache (#1061)Caolán McNamara
2017-12-10add html corpus (#1028)Caolán McNamara
2017-12-04add mathtype corpus (#1019)Caolán McNamara
2017-11-30[libreoffice] add mml corpus (#1017)Caolán McNamara
2017-11-29add pptx corpus (#1015)Caolán McNamara
and update dependency cache
2017-11-29add xlsx corpus (#1013)Caolán McNamara
and update dependency cache
2017-11-23add docx corpus (#1006)Caolán McNamara
and update dependency cache
2017-11-10enable ofz engine for libreoffice (#974)Caolán McNamara
Enable AFL engine for libreoffice
2017-11-08add dif corpus (#966)Caolán McNamara
and update dependency cache
2017-11-05add lotus 1-2-3 corpus (#957)Caolán McNamara
2017-11-02add calc rtf corpus (#945)Caolán McNamara
and update dependency cache
2017-10-24add xls corpus (#911)Caolán McNamara
and update build dependency cache
2017-10-23[libreoffice] enable ubsan and update dependency cache (#908)Caolán McNamara
2017-09-19add fods, fodg, fodp corpuses (#847)Caolán McNamara
and update dependency cache
2017-09-18update dependency cache and add available dicts (#846)Caolán McNamara
2017-09-08add fodt corpus and update dependency cache (#835)Caolán McNamara
2017-07-28add slk corpus and update dependencies (#745)Caolán McNamara
2017-06-02add quattro pro corpus (#647)Caolán McNamara
and update dependency cache
2017-05-01Use apt-get update && apt-get install, per best practices: (#561)Devin Jeanpierre
https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
2017-04-28add ww6 and ww8 corpuses (#557)Caolán McNamara
and update dependency cache
2017-04-17revert "Try turning on AFL for libreoffice again."Oliver Chang
container builder fix still hasn't rolled out.
2017-04-17Try turning on AFL for libreoffice again.Oliver Chang