File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ module.exports = {
85
85
usesOpenssl : false ,
86
86
} ,
87
87
lighttpd : {
88
- latestVersion : '1.4.76 ' ,
88
+ latestVersion : '1.4.77 ' ,
89
89
eolBefore : '1.4.69' ,
90
90
name : 'lighttpd' ,
91
91
supportsOcspStapling : '1.4.56' ,
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ export default (form, output) => {
32
32
'ssl.pemfile = "/path/to/signed_cert_followed_by_intermediates"\n' ;
33
33
if ( minver ( "1.0.2" , form . opensslVersion ) ) {
34
34
if ( minver ( "1.1.0" , form . opensslVersion ) ) {
35
- let comment = minver ( "1.4.78 " , form . serverVersion )
35
+ let comment = minver ( "1.4.77 " , form . serverVersion )
36
36
? output . protocols [ 0 ] == 'TLSv1.3'
37
37
: minver ( "1.4.56" , form . serverVersion )
38
38
? output . protocols [ 0 ] == 'TLSv1.2'
@@ -55,7 +55,7 @@ export default (form, output) => {
55
55
'ssl.openssl.ssl-conf-cmd = ("Protocol" => "-ALL, ' + output . protocols . join ( ', ' ) + '")\n' ;
56
56
}
57
57
58
- let comment = minver ( "1.4.78 " , form . serverVersion ) ;
58
+ let comment = minver ( "1.4.77 " , form . serverVersion ) ;
59
59
if ( comment ) {
60
60
conf +=
61
61
'#' ;
You can’t perform that action at this time.
0 commit comments