nixpkgs/pkgs/applications/office/libreoffice
Thomas Gerbet 7e7e91f8e2 libreoffice-still: 7.0.4.2 -> 7.0.6.2
This will avoid false positives with CVE-2021-25631 [0] (only impact
Windows).
It also includes bugfixes:
https://wiki.documentfoundation.org/Releases/7.0.5/RC1
https://wiki.documentfoundation.org/Releases/7.0.5/RC2
https://wiki.documentfoundation.org/Releases/7.0.6/RC1
https://wiki.documentfoundation.org/Releases/7.0.6/RC2

[0] https://www.libreoffice.org/about-us/security/advisories/cve-2021-25631/

(cherry picked from commit f7b33e03341c6d0e6495713dfaff969dbc1d002b)
2021-05-28 19:25:16 +00:00
..
src-fresh
src-still libreoffice-still: 7.0.4.2 -> 7.0.6.2 2021-05-28 19:25:16 +00:00
README.md
default.nix
download-list-builder.sh
gen-shell.nix
generate-libreoffice-srcs.py
libreoffice-srcs-additions.json
wrapper.nix
wrapper.sh
xdg-open-brief.patch

README.md

LibreOffice

To generate src-$VARIANT/download.nix, i.e. list of additional sources that the libreoffice build process needs to download:

nix-shell gen-shell.nix --argstr variant VARIANT --run generate

Where VARIANT is either still or fresh.