Skip to content

Commit

Permalink
ci: set the value of 'pin commit' to f8e9ca1
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Nov 19, 2024
1 parent cee1d14 commit 97e508c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
}}
build-args: |
TYPE=ALL
RELEASE_COMMIT=f9fedd238b0b1d69181c1fef033b85c787e96e57
RELEASE_COMMIT=f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d
tags: ${{ steps.data.outputs.image_tags }}
labels: |
${{ steps.meta.outputs.labels }}
Expand Down
2 changes: 1 addition & 1 deletion deploy/Mac_ARM-Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ macOS_task:
TEST: "macOS;"
BASE: "Apple macOS M2"
DEPLOY_PAK: "Yes"
RELEASE_COMMIT: "f9fedd238b0b1d69181c1fef033b85c787e96e57"
RELEASE_COMMIT: "f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d"

info_script: |
git clone --depth 10 https://github.com/openwall/john.git ~/tmp
Expand Down
2 changes: 1 addition & 1 deletion deploy/Solaris-Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ name: Solaris CI
hash:
description: "The commit hash to be used"
required: false
default: "f9fedd238b0b1d69181c1fef033b85c787e96e57"
default: "f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d"

jobs:
test:
Expand Down
4 changes: 2 additions & 2 deletions deploy/Windows-Delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ steps:
cd $env:BUILD_FOLDER
# Force the build to be repeatable
git checkout "f9fedd238b0b1d69181c1fef033b85c787e96e57"
git checkout "f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d"
Write-Host "--------------------------------------------------------"
Write-Host " ===== Deploying the release $RELEASE_COMMIT ===== " -ForegroundColor White
Expand Down Expand Up @@ -125,7 +125,7 @@ steps:
shell "echo '#' >> ../run/Defaults"
shell "echo '# The john (upstream) repository reference' >> ../run/Defaults"
shell "echo '[Repository john]' >> ../run/Defaults"
shell "echo 'Commit=f9fedd238b0b1d69181c1fef033b85c787e96e57' >> ../run/Defaults"
shell "echo 'Commit=f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d' >> ../run/Defaults"
# Use symlink.c to produce a tiny john.exe that executes the best SIMD
shell "make windows-tiny-link-to-john MAIN_NAME=$EXE_NAME "
Expand Down
2 changes: 1 addition & 1 deletion deploy/flatpak/com.openwall.John.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{
"type": "git",
"url": "https://github.com/openwall/john.git",
"commit": "f9fedd238b0b1d69181c1fef033b85c787e96e57"
"commit": "f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d"
},
{
"type": "file",
Expand Down
2 changes: 1 addition & 1 deletion deploy/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ parts:
plugin: nil
after: [john-packages]
source: https://github.com/openwall/john.git
source-commit: f9fedd238b0b1d69181c1fef033b85c787e96e57
source-commit: f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d
source-depth: 10

override-build: |
Expand Down
2 changes: 1 addition & 1 deletion docs/newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ Also:
## Recommendation

Install (or update your installation to) `1.9.1-ce` or to the upstream commit
[f9fedd2](https://github.com/openwall/john/commit/f9fedd238b0b1d69181c1fef033b85c787e96e57).
[f8e9ca1](https://github.com/openwall/john/commit/f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d).
4 changes: 2 additions & 2 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ not use it for day by day tasks, which, by the way, is exactly what is happening
- [ ] Add a new commit to the `release` branch;
- This is the "pin upstream commit".
- [ ] Update the commit that will be used to build;
- Replace all occurrences of `f9fedd238b0b1d69181c1fef033b85c787e96e57` with the proper commit hash;
- Replace all occurrences of `f9fedd2` with the proper short commit hash;
- Replace all occurrences of `f8e9ca1eac15e25170d21b77e66ec77efa0b7d0d` with the proper commit hash;
- Replace all occurrences of `f8e9ca1` with the proper short commit hash;
- Update bash script [file hashes](../CONTRIBUTING.md#create-a-suitable-pr);
- Amend and push the "pin upstream commit".

Expand Down
1 change: 1 addition & 0 deletions requirements.hash
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ ad0a8ec80ac460df49a2643a5ea75c98ebe55e6039515ff3b8fc581c974ba698 ./run_tests.sh
94b462117f4a77f14703c5774a8477dcf6644bfee75bec158c0407e69ba58c73 ./show_info.sh
eb7b87055dc1c1e8d7d9ee9c096ce7e9cef7159854efc3818749438455a22e78 ./Handle-self-confined-system-wide-build.patch
749d63bd3ce98969a5422e6edf54af30541033195d431a817f8da320cb91c3c9 ./Remove-peflags-from-the-default-target.patch
e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 ./run-CI.patch

0 comments on commit 97e508c

Please sign in to comment.