mirror of
https://abf.rosa.ru/djam/angie.git
synced 2025-02-24 19:32:47 +00:00
version autoupdate [1.2.0]
This commit is contained in:
parent
0b3f7578c0
commit
d07156d12c
2 changed files with 10 additions and 10 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
angie-1.1.0.tar.gz: f9ed4bc1c221d0a6bbe66c11a160e7e3066e5f75
|
||||
angie-1.2.0.tar.gz: 666dcc133b34e7b6dde1e2e0560387166abc42de
|
||||
array-var-nginx-module-32188f86599b47f7cd34340e5a2985bd9d550bf8.tar.gz: 14772a2498983fc51a127581de64d8753e3cda79
|
||||
logo.gif: c916cd33e34cdadd9e4e243b953d22db75846cdd
|
||||
nginx-rtmp-module-23e1873aa62acb58b7881eed2a501f5bf35b82e9.tar.gz: 30756d1f426a3bc2ca83a7c40826ce35dca78c6d
|
||||
|
|
18
angie.spec
18
angie.spec
|
@ -33,7 +33,7 @@
|
|||
|
||||
Summary: Robust, small and high performance HTTP and reverse proxy server
|
||||
Name: angie
|
||||
Version: 1.1.0
|
||||
Version: 1.2.0
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: System/Servers
|
||||
|
@ -155,7 +155,7 @@ Summary: Angie module for media streaming
|
|||
Url: https://github.com/arut/nginx-rtmp-module
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-rtmp = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_rtmp_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-rtmp
|
||||
%{summary}
|
||||
|
@ -172,7 +172,7 @@ Summary: Angie module for uploading files
|
|||
Url: https://github.com/vkholodkov/nginx-upload-module
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-upload = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_upload_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-upload
|
||||
%{summary}
|
||||
|
@ -194,7 +194,7 @@ Summary: Angie module for PAM authorization
|
|||
Url: https://github.com/sto/ngx_http_auth_pam_module
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-http_auth_pam = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_pam1_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-http_auth_pam
|
||||
%{summary}
|
||||
|
@ -212,7 +212,7 @@ Summary: Helper module for some other Angie modules
|
|||
Url: https://github.com/vision5/ngx_devel_kit
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-ndk = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_ndk_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-ndk
|
||||
%{summary}
|
||||
|
@ -230,7 +230,7 @@ Url: https://github.com/openresty/array-var-nginx-module
|
|||
Requires: angie%{_isa} = %{EVRD}
|
||||
Requires: angie-module-ndk = %{EVRD}
|
||||
Provides: angie-module-array-var = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_array_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-array-var
|
||||
%{summary}
|
||||
|
@ -247,7 +247,7 @@ Summary: Angie AWS proxy module
|
|||
Url: https://github.com/anomalizer/ngx_aws_auth
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-aws-auth = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_awsauth_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-aws-auth
|
||||
%{summary}
|
||||
|
@ -268,7 +268,7 @@ Summary: Angie Brotli compression module
|
|||
Url: https://github.com/google/ngx_brotli
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-module-brotli = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_brotli_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-brotli
|
||||
%{summary}
|
||||
|
@ -287,7 +287,7 @@ Summary: Angie module for HTTP SPNEGO (GSSAPI) authentication
|
|||
Url: https://github.com/stnoonan/spnego-http-auth-nginx-module
|
||||
Requires: angie%{_isa} = %{EVRD}
|
||||
Provides: angie-spnego-auth = %{EVRD}
|
||||
Release: %{RELEASE}.git%(echo %{module_spnego_commit} | head -c 6)
|
||||
Release: 1
|
||||
|
||||
%description module-spnego-auth
|
||||
%{summary}
|
||||
|
|
Loading…
Add table
Reference in a new issue