File tree Expand file tree Collapse file tree 3 files changed +7
-84
lines changed Expand file tree Collapse file tree 3 files changed +7
-84
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 18
18
19
19
name 'nginx'
20
20
21
- version = Gitlab ::Version . new ( 'nginx' , 'release-1.20.2 ' )
21
+ version = Gitlab ::Version . new ( 'nginx' , 'release-1.24.0 ' )
22
22
default_version version . print ( false )
23
23
display_version version . print ( false ) . delete_prefix ( 'release-' )
24
24
43
43
build do
44
44
cwd = "#{ Omnibus ::Config . source_dir } /nginx"
45
45
46
- # Patch against CVE-2021-3618
47
- patch source : 'CVE-2021-3618.patch'
48
-
49
46
command [ './auto/configure' ,
50
47
"--prefix=#{ install_dir } /embedded" ,
51
48
'--with-http_ssl_module' ,
Original file line number Diff line number Diff line change @@ -107,6 +107,12 @@ dependencies:
107
107
replace_in_files :
108
108
- filename : config/software/nginx-module-vts.rb
109
109
pattern : " Gitlab::Version.new\\ ('nginx-module-vts', '(\\ S+)'\\ )"
110
+ # nginx
111
+ https://github.com/nginx/nginx.git :
112
+ replace_in_files :
113
+ - filename : config/software/nginx.rb
114
+ pattern : " Gitlab::Version.new\\ ('nginx', 'release-(\\ S+)'\\ )"
115
+ tag_prefix : ' release-'
110
116
# openssl
111
117
https://github.com/openssl/openssl.git :
112
118
replace_in_files :
You can’t perform that action at this time.
0 commit comments