diff --git a/build_rules/thunderhub.yaml b/build_rules/thunderhub.yaml index 6898d80..530e44c 100644 --- a/build_rules/thunderhub.yaml +++ b/build_rules/thunderhub.yaml @@ -2,10 +2,18 @@ pkg_name_upper: THUNDERHUB pkg_name_snake: thunderhub source_name: thunderhub -clone_url: https://github.com/apotdevin/thunderhub git_tag: v$(THUNDERHUB_VERSION) -fingerprint: 3C8A01A8344B66E7875CE5534403F1DFBE779457 -verify_commit: true + +# ThunderHub 0.12.0 is not compatible with this repository +# But we need to maintain security fixes +# So it's done in a fork +#clone_url: https://github.com/apotdevin/thunderhub +#fingerprint: 3C8A01A8344B66E7875CE5534403F1DFBE779457 +#verify_commit: true +clone_url: https://github.com/Kixunil/thunderhub +fingerprint: 3D9E81D3CA76CDCBE768C4B4DC6B4F8E60B8CF4C +verify_tag: true + build_system: npm npm_exclude_files: thunderhub npm_include_files: .next diff --git a/pkg_specs/thunderhub.changelog b/pkg_specs/thunderhub.changelog index ad6a56e..84308ea 100644 --- a/pkg_specs/thunderhub.changelog +++ b/pkg_specs/thunderhub.changelog @@ -1,3 +1,9 @@ +thunderhub (0.11.1-1) buster; urgency=critical + + * Backported security fixes + + -- Martin Habovstiak Wed, 20 Jan 2021 11:15:28 +0100 + thunderhub (0.11.0-1) buster; urgency=medium * Updated upstream version