Skip to content

Commit

Permalink
ci: set the value of 'pin commit' to 1eaf608
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 27, 2024
1 parent 204d8b0 commit f8a2087
Show file tree
Hide file tree
Showing 8 changed files with 10 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=1eaf608d9c677b8644f6e5a16f3f2e33bbb69940
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: "1eaf608d9c677b8644f6e5a16f3f2e33bbb69940"

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: "1eaf608d9c677b8644f6e5a16f3f2e33bbb69940"

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 "1eaf608d9c677b8644f6e5a16f3f2e33bbb69940"
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=1eaf608d9c677b8644f6e5a16f3f2e33bbb69940' >> ../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": "1eaf608d9c677b8644f6e5a16f3f2e33bbb69940"
},
{
"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: 1eaf608d9c677b8644f6e5a16f3f2e33bbb69940
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).
[1eaf608](https://github.com/openwall/john/commit/1eaf608d9c677b8644f6e5a16f3f2e33bbb69940).
4 changes: 2 additions & 2 deletions docs/release-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ day tasks, which, by the way, is exactly what is happening in the Windows versio
- [ ] 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 `1eaf608d9c677b8644f6e5a16f3f2e33bbb69940` with the proper commit hash;
- Replace all occurrences of `1eaf608` 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

0 comments on commit f8a2087

Please sign in to comment.