Skip to content

Commit 6282631

Browse files
committed
Fix vendor version
1 parent e11267f commit 6282631

3 files changed

Lines changed: 3 additions & 12 deletions

File tree

prepare_source

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version="$version_orig-1"
33
git_src --branch "debian/openssl-$version" "https://salsa.debian.org/debian/openssl.git"
44

55
import_upstream_patches
6-
fips_version_suffix="${version_suffix}"
7-
sed "s/SED_MARKER_FOR_FIPS_VERSION/$fips_version_suffix/" <patches-debian/rules.patch.tpl > patches-debian/rules.patch
86
version_suffix="gl46~bp1877"
7+
fips_version_suffix=$(echo "${version_suffix}" | cut -d~ -f1)
8+
sed "s/SED_MARKER_FOR_FIPS_VERSION/$fips_version_suffix/" <patches-debian/rules.patch.tpl > patches-debian/rules.patch
99
apply_patches patches-debian

upstream_patches/0000-set-FIPS-vendor-and-version.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ index 3a61c8e4e3..dceba4cddb 100644
66
+++ b/VERSION.dat
77
@@ -7 +7,2 @@ RELEASE_DATE="27 Jan 2026"
88
SHLIB_VERSION=3
9-
+FIPS_VENDOR="SAP SE Garden Linux nightly OpenSSL Cryptographic Module"
9+
+FIPS_VENDOR="SAP SE Garden Linux 1877 OpenSSL Cryptographic Module"
1010
--- a/providers/fips/fipsprov.c
1111
+++ b/providers/fips/fipsprov.c
1212
@@ -204,10 +204,10 @@ static int fips_get_params(void *provctx, OSSL_PARAM params[])

upstream_patches/0000-set-FIPS-vendor.patch

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)