Skip to content

Commit

Permalink
bump openssl 3.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
boypt committed Sep 4, 2024
1 parent 9d2db89 commit d301433
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions version.env
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
OPENSSLSRC=openssl-3.0.14.tar.gz
# custom defined components
OPENSSLSRC=openssl-3.0.15.tar.gz
OPENSSHSRC=openssh-9.8p1.tar.gz
PKGREL=2
ASKPASSSRC=x11-ssh-askpass-1.2.4.1.tar.gz

# for EL5 only
PERLSRC=perl-5.38.2.tar.gz
PKGREL=1

# version numbers extracting
OPENSSHVER=${OPENSSHSRC%%.tar.gz}
OPENSSHVER=${OPENSSHVER##openssh-}
OPENSSLVER=${OPENSSLSRC%%.tar.gz}
Expand Down

0 comments on commit d301433

Please sign in to comment.