Skip to content

Commit 217ee25

Browse files
committed
Update expected SHA256
Signed-off-by: srishtih <srishti.hegde.sh@gmail.com> Export: ea501cf
1 parent c6b5619 commit 217ee25

207 files changed

Lines changed: 467 additions & 680 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ant.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: ant
3-
version: "1.10.16"
4-
epoch: 0
3+
version: 1.10.15
4+
epoch: 4
55
description: A Java build tool
66
copyright:
77
- license: Apache-2.0
@@ -19,7 +19,7 @@ pipeline:
1919
with:
2020
repository: https://github.com/apache/ant
2121
tag: rel/${{package.version}}
22-
expected-commit: 0f752d1eefda766a939a9524222b56917a2a6398
22+
expected-commit: 92fe5ca29625d30b98704806d6379fe9acb001e3
2323

2424
- runs: |
2525
export JAVA_HOME=/usr/lib/jvm/java-1.8-openjdk

apache-nifi-registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: apache-nifi-registry
33
version: "2.8.0"
4-
epoch: 3 # GHSA-4773-3jfm-qmx3, GHSA-6hcq-hmm3-jj3c, GHSA-8hfc-fq58-r658, GHSA-mgvc-8q2h-5pgc
4+
epoch: 2 # GHSA-mf92-479x-3373
55
description: Apache NiFi Registry is a registry for storing and managing shared resources such as versioned flows across one or more instances of NiFi.
66
copyright:
77
- license: Apache-2.0
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
properties:
22
- property: jackson.bom.version
33
value: "2.21.1"
4-
- property: spring.version
5-
value: "7.0.6"
6-
- property: spring.boot.version
7-
value: "4.0.4"

argon2.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
package:
33
name: argon2
44
version: '20190702'
5-
epoch: 7
5+
epoch: 6 # go/wolfi-rsc/argon2
66
description: The password hash Argon2, winner of PHC
77
copyright:
88
- license: Apache-2.0
@@ -64,7 +64,6 @@ test:
6464
bins: argon2
6565
- name: Test argon2 password hashing
6666
runs: |
67-
set -euo pipefail
6867
# Test core password hashing functionality with Argon2i
6968
output=$(echo "password" | argon2 somesalt -t 2 -m 16 -p 4 -i)
7069
echo "$output" | grep -F "Hash:" || { echo "FAIL: Expected Hash in output"; exit 1; }

atmoz-sftp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#nolint:valid-pipeline-git-checkout-commit,valid-pipeline-git-checkout-tag
22
package:
33
name: atmoz-sftp
4-
version: "0.0.0_git20260401"
4+
version: "0.0.0_git20260331"
55
epoch: 0
66
description: Various scripts from https://github.com/atmoz/sftp to help run SFTP in a container
77
copyright:

aws-c-s3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: aws-c-s3 has no .pc file, do not add pkgconf-based compile tests
22
package:
33
name: aws-c-s3
4-
version: "0.12.1"
4+
version: "0.12.0"
55
epoch: 0 # go/wolfi-rsc/aws-c-s3
66
description: "AWS C99 library implementation for communicating with the S3 service"
77
copyright:
@@ -40,7 +40,7 @@ environment:
4040
pipeline:
4141
- uses: git-checkout
4242
with:
43-
expected-commit: 7397f2fc077caf4d404c8708201fa52853a52847
43+
expected-commit: 8eb717a557734b3f1249d45acb2f92124a264f80
4444
repository: https://github.com/awslabs/aws-c-s3
4545
tag: v${{package.version}}
4646

aws-c-sdkutils.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: aws-c-sdkutils
33
version: "0.2.4"
4-
epoch: 4
4+
epoch: 3 # go/wolfi-rsc/aws-c-sdkutils
55
description: C99 library implementing AWS SDK specific utilities
66
copyright:
77
- license: Apache-2.0
@@ -52,6 +52,7 @@ subpackages:
5252
test:
5353
pipeline:
5454
- uses: test/tw/devpackage
55+
- uses: test/pkgconf
5556
- uses: test/tw/ldd-check
5657

5758
test:

aws-s3-controller.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: aws-s3-controller
33
version: "1.3.2"
4-
epoch: 3 # add go-package to go/build step
4+
epoch: 2 # CVE-2026-27139
55
description: ACK service controller for Amazon Simple Storage Service (S3)
66
copyright:
77
- license: Apache-2.0
@@ -28,7 +28,6 @@ pipeline:
2828

2929
- uses: go/build
3030
with:
31-
go-package: go-1.25
3231
ldflags: |
3332
-X main.version=v${{package.version}}
3433
-X main.buildHash=$(git rev-parse HEAD)

az.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: az
33
version: "2.84.0"
4-
epoch: 4
4+
epoch: 3
55
description: Azure CLI
66
copyright:
77
- license: MIT

bash.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: bash
33
version: "5.3"
4-
epoch: 10 # add test/tw/devpackage test pipeline
4+
epoch: 9 # go/wolfi-rsc/bash
55
description: "GNU bourne again shell"
66
copyright:
77
- license: GPL-3.0-or-later
@@ -99,7 +99,6 @@ subpackages:
9999
mv "${{targets.destdir}}"/usr/bin/bashbug "${{targets.subpkgdir}}"/usr/bin/
100100
test:
101101
pipeline:
102-
- uses: test/tw/devpackage
103102
- uses: test/tw/ver-check
104103
with:
105104
bins: bashbug

0 commit comments

Comments
 (0)