Browse Source

Update version to v2.48

release_2_48 v2.48
Tim Kimber 3 years ago
parent
commit
740aed65c1
No known key found for this signature in database GPG Key ID: 3E1804964E76BD18
2 changed files with 5 additions and 3 deletions
  1. +3
    -1
      getssl
  2. +2
    -2
      getssl.spec

+ 3
- 1
getssl View File

@ -287,6 +287,8 @@
# 2022-05-03 Windows Server and IIS support (2.47)
# 2022-05-18 Add FTP_ARGS
# 2022-11-01 Add FTP_PORT
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
# 2023-02-22 Remove cronie from deb package dependencies (2.48)
# ----------------------------------------------------------------------------------------
case :$SHELLOPTS: in
@ -295,7 +297,7 @@ esac
PROGNAME=${0##*/}
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
VERSION="2.47"
VERSION="2.48"
# defaults
ACCOUNT_KEY_LENGTH=4096


+ 2
- 2
getssl.spec View File

@ -9,8 +9,8 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
License: GPL
Packager: getssl developers <https://github.com/srvrco/getssl>
Name: getssl
Version: 2.47
Release: 2
Version: 2.48
Release: 1
URL: http://github.com/srvrco/getssl/
Source0: %{name}-%{version}.tar.gz


Loading…
Cancel
Save