Skip to content

Commit

Permalink
New upstream Nginx mainline ve
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Aug 10, 2020
1 parent 42ce55d commit a7217db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions RPM/SPECS/kaltura-nginx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
%define optflags -O3
# distribution specific definitions
%define use_systemd (0%{?fedora} && 0%{?fedora} >= 18) || (0%{?rhel} && 0%{?rhel} >= 7)
%define ffmpeg_ver 4.0.2
%define ffmpeg_ver 4.2.2

%if 0%{?rhel} == 5
Group: System Environment/Daemons
Expand Down Expand Up @@ -57,8 +57,8 @@ Requires(pre): pwdutils

Summary: High performance web server customized for Kaltura VOD
Name: kaltura-nginx
Version: 1.17.10
Release: 3
Version: 1.19.1
Release: 1
Vendor: Kaltura inc.
URL: http://nginx.org/

Expand Down Expand Up @@ -423,6 +423,10 @@ if [ $1 -ge 1 ]; then
fi

%changelog
* Mon Aug 10 2020 jess.portnoy@kaltura.com <Jess Portnoy> - 1.19.1-1
- New mainline ver - 1.19.1
- New FFmpeg ver - 4.2.2

* Mon Jul 6 2020 jess.portnoy@kaltura.com <Jess Portnoy> - 1.17.10-3
- New secure-token-module (1.4): Support cdnvideo tokens (https://github.com/kaltura/nginx-secure-token-module/pull/84)
* Thu May 14 2020 jess.portnoy@kaltura.com <Jess Portnoy> - 1.17.10-1
Expand Down
2 changes: 1 addition & 1 deletion build/sources.rc
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ KALTURA_NGINX_JSON_VAR_URI="https://github.com/kaltura/nginx-json-var-module/arc
KALTURA_NGINX_STRFTIME_VERSION=1.0
KALTURA_NGINX_STRFTIME_URI="https://github.com/kaltura/strftime-nginx-module/archive/v$KALTURA_NGINX_STRFTIME_VERSION.zip"

NGINX_VERSION=1.17.10
NGINX_VERSION=1.19.1
NGINX_URI="http://nginx.org/download/nginx-$NGINX_VERSION.tar.gz"

# Nginx AWS authentication module.
Expand Down

0 comments on commit a7217db

Please sign in to comment.