Skip to content

Commit

Permalink
aktualizr: bump SRCREV
Browse files Browse the repository at this point in the history
* brings 37 new commits:
git log --oneline 637d1f19d14d3a99fad71d110f5018505b85d2c7..bf0494df6382dd26e3daa89d57a393c0ff77f7d8
bf0494df6 Speed up compiles with Include What You Use
2a00664ea Merge pull request uptane#72 from cajun-rat/build-fix2
dcbe347da Fix build breakage caused by git CVE-2022-24765 fixes
4345deec2 Merge pull request uptane#68 from uptane/hsm-test-failure-fix
5e6e4aef3 tests: Suppress a memory leak in libcrypto
81ab71daa crypto: Make the p11 engine singleton within a test suite
7ac53f631 Merge pull request uptane#67 from uptane/fix-codecov-badge
7700175cd Update codecov URLs.
cd373e6e1 secondary: Init structure to make clang-tidy happy
caf558b24 docker: Create a home directory of the test user
3cb7e2a2a scripts: Fix the script to run tests in docker
5c9ba5d40 Revert "Disable broken p11 tests until someone can sort them out."
a7983c56e Merge pull request uptane#63 from uptane/disable-broken-p11-tests
e8f7ce9de Disable broken p11 tests until someone can sort them out.
b6d60658f Merge pull request uptane#64 from cajun-rat/fix-aktualizr-kill
305e3219e Merge pull request uptane#62 from uptane/shellcheck-fixes
e84be427b Fix flakey aktualizr_kill test
987b52dc4 More shellcheck fixes, this time with v0.8.0.
17e71e0f8 Add Github Actions job to run shellcheck in CI.
c8e3ac84f More shellcheck fixes.
67408853d Fix easy shellcheck problems.
df868c6ff Merge pull request uptane#61 from cajun-rat/extra-keys-root-json
d2ab5e51e Add test for extra keys in root.json
9e14d6a74 Merge pull request uptane#60 from uptane/follow-redirects
1b6e9ae2d http: Remove redundant curl options.
068ea3573 [fio extras]: httpclient: follow redirects by default
6f75976e1 Merge pull request uptane#55 from cajun-rat/api-queue-refactor
6daaa0939 Rewrite ApiQueue as an explicit implementation
91daac983 Tidy up: std::move tasks in Aktualizr
813c1a68b Add test for ApiQueue
4249e9f53 Merge pull request uptane#59 from cajun-rat/import-root-keys
3b8fd67b5 Import initial root.json from the filesystem
718bd87e2 Better handling of existing paths in uptane-generator
9a298772a Remove STORAGE_TYPE option from CMakeLists and tests
d64fcb81b Remove dead code
f73c68e95 Merge pull request uptane#58 from uptane/aktualizr-info-keys
06c5a631b aktualizr-info: Add options to print Secondary ECU keys and all key IDs.

The last commit fixes the includes so that it builds OK with new glibc and new boost, replacing
uptane#38
  • Loading branch information
shr-project committed May 23, 2022
1 parent e9aab7f commit e64e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes-sota/aktualizr/aktualizr_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ SRC_URI = " \
SRC_URI[garagesign.md5sum] = "584cd16aa7824e34b593dae63796466b"
SRC_URI[garagesign.sha256sum] = "c7d5fdceef3e815363e3aa398c38643ca213f9b7f66d50f55c76a66cb74565d2"

SRCREV = "637d1f19d14d3a99fad71d110f5018505b85d2c7"
SRCREV = "bf0494df6382dd26e3daa89d57a393c0ff77f7d8"
BRANCH ?= "master"

S = "${WORKDIR}/git"
Expand Down

0 comments on commit e64e1b0

Please sign in to comment.