Skip to content

Commit dcd27ff

Browse files
chore(deps): update dependency openssl to v3.5.4-1~deb13u1 (#109)
* chore(deps): update dependency openssl to v3.5.4-1~deb13u1 * fix build script --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
1 parent 3582fa9 commit dcd27ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COMMIT = $(shell git --git-dir ${PWD}/.git rev-parse --short HEAD)
1515
DEBIAN_CODENAME = trixie
1616
# This version refers to the debian package version
1717
# renovate: suite=trixie depName=openssl
18-
OPENSSL_VERSION = 3.5.1
18+
OPENSSL_VERSION = 3.5.4-1~deb13u1
1919
# https://openssl-library.org/source/
2020
OPENSSL_FIPS_MODULE_VERSION = 3.1.2
2121
OPENSSL_VERSION_SUFFIX = ak-fips

debian-fips/build/openssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source common.sh
66
# Build OpenSSL
77
cd ${build_root}
88
apt-get source openssl=${OPENSSL_VERSION}
9-
cd openssl-${OPENSSL_VERSION}/
9+
cd openssl-*
1010

1111
# Add our build tag
1212
sed -i "s:BUILD_METADATA=:BUILD_METADATA=${OPENSSL_VERSION_SUFFIX}:" VERSION.dat

0 commit comments

Comments
 (0)