Skip to content

Commit

Permalink
Updated ThunderHub to 0.11.1
Browse files Browse the repository at this point in the history
Security fixes
  • Loading branch information
Kixunil committed Jan 20, 2021
1 parent 905d9a9 commit 4bc8aeb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
14 changes: 11 additions & 3 deletions build_rules/thunderhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions pkg_specs/thunderhub.changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
thunderhub (0.11.1-1) buster; urgency=critical

* Backported security fixes

-- Martin Habovstiak <[email protected]> Wed, 20 Jan 2021 11:15:28 +0100

thunderhub (0.11.0-1) buster; urgency=medium

* Updated upstream version
Expand Down

0 comments on commit 4bc8aeb

Please sign in to comment.