Skip to content

Commit 71067a5

Browse files
committed
fix openssl version conflict with different hash
Signed-off-by: Date Huang <tjjh89017@hotmail.com>
1 parent 5e2e9a3 commit 71067a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/package-build/openssl/package.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
name = "openssl"
33
commit_id = "debian/openssl-3.0.20-1_deb12u2"
44
scm_url = "https://salsa.debian.org/debian/openssl.git"
5-
build_cmd = "dpkg-buildpackage -us -uc -tc -b"
5+
build_cmd = "sed -i '1s/)/+vyos1)/' debian/changelog && dpkg-buildpackage -us -uc -tc -b"

0 commit comments

Comments
 (0)