Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openssl package #823

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions config/blobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ haproxy/haproxy-2.6.14.tar.gz:
object_id: a9e4f170-c45e-40ab-472f-0a3db0b83407
sha: sha256:bd3dd9fa60391ca09e1225e1ac3163e45be83c3f54f2fd76a30af289cc6e4fd4
# this comment prevents git conflicts
openssl/openssl-1.1.1u.tar.gz:
size: 9892176
object_id: b4fa909c-5f6c-4da5-40e8-7b019685d0c1
sha: sha256:e2f8d84b523eecd06c7be7626830370300fbcc15386bf5142d72758f6963ebc6
openssl/openssl-1.1.1v.tar.gz:
size: 9893443
object_id: c96ea64d-3b9f-4bfe-5487-1040a5d272dd
sha: sha256:d6697e2871e77238460402e9362d47d18382b15ef9f246aba6c7bd780d38a6b0
# this comment prevents git conflicts
rabbitmq-server-3.10/rabbitmq-server-generic-unix-3.10.25.tar.xz:
size: 15006512
Expand Down
4 changes: 2 additions & 2 deletions packages/openssl/packaging
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cpus="$(grep -c ^processor /proc/cpuinfo)"

cd openssl/

tar -xf openssl-1.1.1u.tar.gz
cd openssl-1.1.1u
tar -xf openssl-1.1.1v.tar.gz
cd openssl-1.1.1v

./config \
--shared \
Expand Down
4 changes: 2 additions & 2 deletions packages/openssl/spec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: openssl
metadata:
version: 1.1.1u
version: 1.1.1v

dependencies: []

files:
- openssl/openssl-1.1.1u.tar.gz
- openssl/openssl-1.1.1v.tar.gz