File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 287
287
# 2022-05-03 Windows Server and IIS support (2.47)
288
288
# 2022-05-18 Add FTP_ARGS
289
289
# 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)
290
292
# ----------------------------------------------------------------------------------------
291
293
292
294
case :$SHELLOPTS : in
295
297
296
298
PROGNAME=${0##*/ }
297
299
PROGDIR=" $( cd " $( dirname " $0 " ) " || exit ; pwd -P; ) "
298
- VERSION=" 2.47 "
300
+ VERSION=" 2.48 "
299
301
300
302
# defaults
301
303
ACCOUNT_KEY_LENGTH=4096
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Summary: getssl ACME Scripts for managing Let's Encrypt certificates
9
9
License: GPL
10
10
Packager: getssl developers < https://github.com/srvrco/getssl>
11
11
Name: getssl
12
- Version: 2.47
13
- Release: 2
12
+ Version: 2.48
13
+ Release: 1
14
14
15
15
URL: http://github.com/srvrco/getssl/
16
16
Source0: %{name }-%{version }.tar.gz
You can’t perform that action at this time.
0 commit comments