Skip to content

Commit

Permalink
Automatic update to match patches until 3657a72
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 2, 2024
1 parent c9c74d1 commit 9c47ca8
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/botan.env
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ BOTAN_VERSION=3.5.0
# creation of source-code related document generation. Once a Botan release is
# minted, this may be the git-tag of that release. During development of an
# upcoming version it should be a concrete commit SHA on Botan's main branch.
BOTAN_REF=2dadfdb76a60caeb625ae7a49d278aca9b7e50a5
BOTAN_REF=3657a72dfe697b4e56f0f0192bbf62cc164be2d6

# The Botan repository reference that is currently seen as the "trusted source
# revision". Typically this is the source reference that was audited by the
Expand Down
29 changes: 29 additions & 0 deletions docs/audit_report/changes/topics/uncategorized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,32 @@ patches:
# Update release notes [ci skip] (Jack Lloyd)
- commit: 2dadfdb76a60caeb625ae7a49d278aca9b7e50a5 # https://github.com/randombit/botan/commit/2dadfdb76a60caeb625ae7a49d278aca9b7e50a5
classification: unspecified

# Bump some of the more expensive or obscure cross builds to nightly (@randombit)
- pr: 4159 # https://github.com/randombit/botan/pull/4159
merge_commit: 3657a72dfe697b4e56f0f0192bbf62cc164be2d6
classification: unspecified

# Add mips64 cross build to CI (@randombit)
- pr: 4167 # https://github.com/randombit/botan/pull/4167
merge_commit: bd2b5dbf226db5b28e9dbaa672b81352970ada6e
classification: unspecified

# In the valgrind short run skip various expensive tests (@randombit)
- pr: 4168 # https://github.com/randombit/botan/pull/4168
merge_commit: 1f08a644be4ef31a810ef46f4c519355d3a011ff
classification: unspecified

# Fix a Python SyntaxWarning regarding regex patterns (@randombit)
- pr: 4169 # https://github.com/randombit/botan/pull/4169
merge_commit: eaf9fd69d8e01716a57236df28f4485a3557cb86
classification: unspecified

# Skip optimization in CodeQL build (@randombit)
- pr: 4165 # https://github.com/randombit/botan/pull/4165
merge_commit: 231f417a80fc610866037c5bc5f92dc63f4a7245
classification: unspecified

# Add GH ref to release notes [ci skip] (Jack Lloyd)
- commit: 2bc014e45fad6913de688552fc486f4a225c9b6d # https://github.com/randombit/botan/commit/2bc014e45fad6913de688552fc486f4a225c9b6d
classification: unspecified

0 comments on commit 9c47ca8

Please sign in to comment.