Skip to content

Commit dee09ff

Browse files
ci: set value of 'pin commit' to 3bd67e4 (#9999)
Signed-off-by: Claudio André <[email protected]>
1 parent 270fb0c commit dee09ff

8 files changed

+10
-10
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
}}
154154
build-args: |
155155
TYPE=ALL
156-
RELEASE_COMMIT=126b2a4814f24f2ff6486e2c050ecb17072be7ba
156+
RELEASE_COMMIT=3bd67e40568562101ae520ba850aa20e23a5748f
157157
tags: ${{ steps.data.outputs.image_tags }}
158158
labels: |
159159
${{ steps.meta.outputs.labels }}

deploy/Mac_ARM-Delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ macOS_task:
3737
TEST: "macOS;"
3838
BASE: "Apple macOS M2"
3939
DEPLOY_PAK: "Yes"
40-
RELEASE_COMMIT: "126b2a4814f24f2ff6486e2c050ecb17072be7ba"
40+
RELEASE_COMMIT: "3bd67e40568562101ae520ba850aa20e23a5748f"
4141

4242
info_script: |
4343
git clone --depth 10 https://github.com/openwall/john.git ~/tmp

deploy/Solaris-Delivery.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ name: Solaris CI
2929
hash:
3030
description: "The commit hash to be used"
3131
required: false
32-
default: "126b2a4814f24f2ff6486e2c050ecb17072be7ba"
32+
default: "3bd67e40568562101ae520ba850aa20e23a5748f"
3333

3434
jobs:
3535
test:

deploy/Windows-Delivery.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ steps:
3333
cd $env:BUILD_FOLDER
3434
3535
# Force the build to be repeatable
36-
git checkout "126b2a4814f24f2ff6486e2c050ecb17072be7ba"
36+
git checkout "3bd67e40568562101ae520ba850aa20e23a5748f"
3737
3838
Write-Host "--------------------------------------------------------"
3939
Write-Host " ===== Deploying the release $RELEASE_COMMIT ===== " -ForegroundColor White
@@ -125,7 +125,7 @@ steps:
125125
shell "echo '#' >> ../run/Defaults"
126126
shell "echo '# The john (upstream) repository reference' >> ../run/Defaults"
127127
shell "echo '[Repository john]' >> ../run/Defaults"
128-
shell "echo 'Commit=126b2a4814f24f2ff6486e2c050ecb17072be7ba' >> ../run/Defaults"
128+
shell "echo 'Commit=3bd67e40568562101ae520ba850aa20e23a5748f' >> ../run/Defaults"
129129
130130
# Use symlink.c to produce a tiny john.exe that executes the best SIMD
131131
shell "make windows-tiny-link-to-john MAIN_NAME=$EXE_NAME "

deploy/flatpak/com.openwall.John.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
{
101101
"type": "git",
102102
"url": "https://github.com/openwall/john.git",
103-
"commit": "126b2a4814f24f2ff6486e2c050ecb17072be7ba"
103+
"commit": "3bd67e40568562101ae520ba850aa20e23a5748f"
104104
},
105105
{
106106
"type": "file",

deploy/snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ parts:
9595
plugin: nil
9696
after: [john-packages]
9797
source: https://github.com/openwall/john.git
98-
source-commit: 126b2a4814f24f2ff6486e2c050ecb17072be7ba
98+
source-commit: 3bd67e40568562101ae520ba850aa20e23a5748f
9999
source-depth: 10
100100

101101
override-build: |

docs/newsletter.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Also:
5252
## Recommendation
5353

5454
Install (or update your installation to) `1.9.1-ce` or to the upstream commit
55-
[126b2a4](https://github.com/openwall/john/commit/126b2a4814f24f2ff6486e2c050ecb17072be7ba).
55+
[3bd67e4](https://github.com/openwall/john/commit/3bd67e40568562101ae520ba850aa20e23a5748f).

docs/release-process.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ day tasks, which, by the way, is exactly what is happening in the Windows versio
3030
- [ ] Add a new commit to the `release` branch;
3131
- This is the "pin upstream commit".
3232
- [ ] Update the commit that will be used to build;
33-
- Replace all occurrences of `126b2a4814f24f2ff6486e2c050ecb17072be7ba` with the proper commit hash;
34-
- Replace all occurrences of `126b2a4` with the proper short commit hash;
33+
- Replace all occurrences of `3bd67e40568562101ae520ba850aa20e23a5748f` with the proper commit hash;
34+
- Replace all occurrences of `3bd67e4` with the proper short commit hash;
3535
- Update bash script [file hashes](../CONTRIBUTING.md#create-a-suitable-pr);
3636
- Amend and push the "pin upstream commit".
3737

0 commit comments

Comments
 (0)