Skip to content

Commit e882f61

Browse files
authored
OpenSSL 3.5.3
1 parent 1e1dcbc commit e882f61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install-openssl_3.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
VERSION="3.5.2"
4+
VERSION="3.5.3"
55
BUILD_ROOT="/root/rpmbuild"
66

77
# Установка зависимостей
@@ -34,7 +34,7 @@ curl -sSfL "https://www.openssl.org/source/openssl-${VERSION}.tar.gz" \
3434
cat << 'EOF' > "${BUILD_ROOT}/SPECS/openssl.spec"
3535
Summary: OpenSSL %{version} for CentOS/RHEL
3636
Name: openssl
37-
Version: %{?version}%{!?version:3.5.2}
37+
Version: %{?version}%{!?version:3.5.3}
3838
Release: 1%{?dist}
3939
Obsoletes: openssl < %{version}
4040
Conflicts: openssl < %{version}

0 commit comments

Comments
 (0)