Skip to content

Commit 740aed6

Browse files
committed
Update version to v2.48
1 parent 02fe6cf commit 740aed6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

getssl

+3-1
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@
287287
# 2022-05-03 Windows Server and IIS support (2.47)
288288
# 2022-05-18 Add FTP_ARGS
289289
# 2022-11-01 Add FTP_PORT
290+
# 2023-02-04 Create newline to ensure [SAN] section can be parsed (#792)(MRigal)
291+
# 2023-02-22 Remove cronie from deb package dependencies (2.48)
290292
# ----------------------------------------------------------------------------------------
291293

292294
case :$SHELLOPTS: in
@@ -295,7 +297,7 @@ esac
295297

296298
PROGNAME=${0##*/}
297299
PROGDIR="$(cd "$(dirname "$0")" || exit; pwd -P;)"
298-
VERSION="2.47"
300+
VERSION="2.48"
299301

300302
# defaults
301303
ACCOUNT_KEY_LENGTH=4096

getssl.spec

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
99
License: GPL
1010
Packager: getssl developers <https://github.com/srvrco/getssl>
1111
Name: getssl
12-
Version: 2.47
13-
Release: 2
12+
Version: 2.48
13+
Release: 1
1414

1515
URL: http://github.com/srvrco/getssl/
1616
Source0: %{name}-%{version}.tar.gz

0 commit comments

Comments
 (0)